You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LICENSE.md 1.8KB

1234567891011121314151617181920212223
  1. # VCV Rack Licenses
  2. All **source code** in the `src/` directory is copyright © 2019 Andrew Belt and licensed under the [GNU Lesser General Public License Version 3](https://www.gnu.org/licenses/lgpl-3.0.en.html).
  3. This allows open- and closed-source plugins to freely link to the Rack application while disallowing closed-source forks of Rack itself.
  4. All **header files and scripts** in this repository *excluding* the `src/` directory are copyright © 2019 Andrew Belt and licensed under the [BSD-3-Clause License](https://opensource.org/licenses/BSD-3-Clause).
  5. This allows open- and closed-source plugins to freely compile Rack header files into their binaries.
  6. Licenses of **third-party libraries** are listed in [LICENSE-dist.txt](LICENSE-dist.txt).
  7. The **Component Library graphics** in the `res/ComponentLibrary` directory are copyright © 2019 [Grayscale](http://grayscale.info/) and licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/).
  8. You may not freely sell plugins using Component Library graphics.
  9. However, a free commercial license is available for plugins sold through the [VCV Store](https://vcvrack.com/plugins.html).
  10. Email contact@vcvrack.com for more information about licensing or the VCV Store.
  11. The **Core panel graphics** in the `res/Core` directory are copyright © 2019 [Grayscale](http://grayscale.info/) and licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/).
  12. You may not create derivative works.
  13. The **VCV logo and icon** are copyright © 2017 Andrew Belt and may not be used in derivative works.
  14. The **"VCV" name** is trademarked and may not be used for unofficial products.
  15. However, it is acceptable to use the phrase "for VCV Rack" for promotion of your Rack plugin.
  16. For all other purposes, email contact@vcvrack.com.