Browse Source

Add links to manifest license examples.

pull/46/merge
Andrew Belt 3 years ago
parent
commit
905455cb38
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Manifest.md

+ 2
- 2
Manifest.md View File

@@ -44,9 +44,9 @@ The license of your plugin.

For open-source plugins, use the license identifier string from the [SPDX License List](https://spdx.org/licenses/), such as `"GPL-3.0-or-later"`, `"GPL-3.0-only"`, `"MIT"`, `"BSD-3-Clause"`, `"CC0-1.0"`, etc.

For freeware plugins, use `"proprietary"` (TODO: use `https://vcvrack.com/freeware-eula` when available), or your own freeware license URL.
For freeware plugins, use `"proprietary"` (TODO: use [`"https://vcvrack.com/freeware-eula"`](https://vcvrack.com/freeware-eula) when available), or your own freeware license URL.

For commercial plugins, use `"https://vcvrack.com/eula"` if sold on the VCV Library, or your own commercial license URL.
For commercial plugins, use [`"https://vcvrack.com/eula"`](https://vcvrack.com/eula) if sold on the VCV Library, or your own commercial license URL.

## `.brand`
*String. Optional.*


Loading…
Cancel
Save