Update LICENSES.md

remove outdated GPL2 mention on DPF
This commit is contained in:
dreamer 2024-08-20 09:18:15 +02:00 committed by GitHub
parent 6bb87fd552
commit 1eec121f21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,12 +6,12 @@ While Cardinal itself is licensed under GPLv3+, some modules/plugins used by it
And since Cardinal builds the entire Rack and modules as a static library, And since Cardinal builds the entire Rack and modules as a static library,
the more restrictive of the **code licenses** will apply to the final binary. the more restrictive of the **code licenses** will apply to the final binary.
Bellow follows a list of all code licenses used in Cardinal and linked submodules. Below follows a list of all code licenses used in Cardinal and linked submodules.
| Name | License(s) | Additional notes | | Name | License(s) | Additional notes |
|-------------------------|--------------------------|------------------| |-------------------------|--------------------------|------------------|
| Carla | GPL-2.0-or-later | Used as plugin host within Cardinal | | Carla | GPL-2.0-or-later | Used as plugin host within Cardinal |
| DPF | ISC, GPL-2.0-or-later | Used as the plugin framework, VST2 binary GPLv2+ licensed | | DPF | ISC | Used as the plugin framework |
| Rack | GPL-3.0-or-later | The actual Rack code, internal dependencies are compatible with GPLv3+ | | Rack | GPL-3.0-or-later | The actual Rack code, internal dependencies are compatible with GPLv3+ |
| 21kHz | MIT | | | 21kHz | MIT | |
| 8Mode | BSD-3-Clause | | | 8Mode | BSD-3-Clause | |