From ee423bf3e060803e21f9a465f15414038fd00431 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 13 Feb 2022 20:10:43 +0100 Subject: [PATCH] Reword the licensing section --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cf92fda8..a1041236 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,13 @@ examples. ## Licensing -The framework and its libraries are licensed under the [ISC -license](https://www.isc.org/licenses/). However, the [VST3 -bindings](https://github.com/RustAudio/vst3-sys) used by `nih_export_vst3!()` -are licensed under the GPLv3. This means that unless you replace these bindings -with your own bindings that you made from scratch, any VST3 plugins built with -NIH-plug also need to be able to comply with the terms of the GPLv3 license. +The framework, its libraries, and the example plugins in `plugins/examples/` are +all licensed under the [ISC license](https://www.isc.org/licenses/). However, +the [VST3 bindings](https://github.com/RustAudio/vst3-sys) used by +`nih_export_vst3!()` are licensed under the GPLv3 license. This means that +unless you replace these bindings with your own bindings made from scratch, any +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 -plugins in the `plugins/` directory may be licensed under the GPLv3 license. -Check the plugin's `Cargo.toml` file for more information. +The other plugins in the `plugins/` directory may be licensed under the GPLv3 +license. Check the plugin's `Cargo.toml` file for more information.