Browse Source

More clarity for license

tags/v1.0.0
Andrew Belt 6 years ago
parent
commit
5a61d8c5e8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      LICENSE.md

+ 2
- 2
LICENSE.md View File

@@ -1,8 +1,8 @@
# VCV Rack Licenses

All **source code** in the `src/` directory is copyright © 2018 Andrew Belt and licensed under the [GNU Lesser General Public License Version 3](LICENSE-LGPL.txt). This allows commercial plugins to link to the Rack application.
All **source code** in the `src/` directory is copyright © 2018 Andrew Belt and licensed under the [GNU Lesser General Public License Version 3](LICENSE-LGPL.txt). This allows open- and closed-source plugins to link to the Rack application while disallowing closed-source forks of Rack itself.

All **header files and scripts** in this repository *excluding* the `src/` directory are copyright © 2018 Andrew Belt and licensed under the [BSD-3-Clause License](LICENSE-BSD.txt). This allows commercial plugins to compile Rack header files into their binaries.
All **header files and scripts** in this repository *excluding* the `src/` directory are copyright © 2018 Andrew Belt and licensed under the [BSD-3-Clause License](LICENSE-BSD.txt). This allows open- and closed-source plugins to compile Rack header files into their binaries.

Licenses of **third-party libraries** are listed in [LICENSE-dist.txt](LICENSE-dist.txt).



Loading…
Cancel
Save