Reword the licensing section
This commit is contained in:
parent
f399b30dba
commit
ee423bf3e0
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -69,13 +69,13 @@ examples.
|
||||||
|
|
||||||
## Licensing
|
## Licensing
|
||||||
|
|
||||||
The framework and its libraries are licensed under the [ISC
|
The framework, its libraries, and the example plugins in `plugins/examples/` are
|
||||||
license](https://www.isc.org/licenses/). However, the [VST3
|
all licensed under the [ISC license](https://www.isc.org/licenses/). However,
|
||||||
bindings](https://github.com/RustAudio/vst3-sys) used by `nih_export_vst3!()`
|
the [VST3 bindings](https://github.com/RustAudio/vst3-sys) used by
|
||||||
are licensed under the GPLv3. This means that unless you replace these bindings
|
`nih_export_vst3!()` are licensed under the GPLv3 license. This means that
|
||||||
with your own bindings that you made from scratch, any VST3 plugins built with
|
unless you replace these bindings with your own bindings made from scratch, any
|
||||||
NIH-plug also need to be able to comply with the terms of the GPLv3 license.
|
VST3 plugins built with NIH-plug need to be able to comply with the terms of the
|
||||||
|
GPLv3 license.
|
||||||
|
|
||||||
The example plugins in `plugins/examples/` are also ISC-licensed, but the other
|
The other plugins in the `plugins/` directory may be licensed under the GPLv3
|
||||||
plugins in the `plugins/` directory may be licensed under the GPLv3 license.
|
license. Check the plugin's `Cargo.toml` file for more information.
|
||||||
Check the plugin's `Cargo.toml` file for more information.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue