Developed during the Secure Smart Sync project, the Visual Identity License (VIL) addresses a gap that standard open-source licenses don’t cover: protecting the brand and visual identity of a project while keeping its code freely available.

Most open-source licenses like MIT or Apache are concerned with software. They say nothing about logos, icons, color palettes, or the visual system that gives a project its identity. This means anyone can fork your code, keep your branding intact, and redistribute it in a way that implies affiliation or endorsement — something VIL explicitly prevents.

The license operates independently of whatever software license governs the codebase. If VIL-protected assets are bundled inside an MIT-licensed repository, the MIT license does not extend to those assets. Forks must strip and replace all protected visuals before public distribution.