Switch license to AGPLv3 to align with JUCE license.

This commit is contained in:
Armin 2026-07-14 12:46:27 +02:00
commit e595daeeb8
5 changed files with 719 additions and 30 deletions

View file

@ -221,5 +221,20 @@ On macOS, plugins auto-copy to `~/Library/Audio/Plug-Ins/`. On Linux, run `make
- **Platform**: macOS, Linux
## License
ChromaFlock 2026 by Armin Jenewein; released under the MIT License. See the LICENSE file for information.
Copyright (C) 2026 Armin Jenewein.
ChromaFlock is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later version.
ChromaFlock is built on the [JUCE](https://juce.com) framework, whose modules are
used here under the terms of the AGPLv3. Because AGPLv3 is a copyleft license,
ChromaFlock as a whole is distributed under the AGPLv3 to remain compliant.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
See the [LICENSE](LICENSE) file for the full license text.