Relicense from AGPL-3.0 to GPL-3.0 (#2364)
* Relicense from AGPL-3.0 to GPL-3.0 (keep dual-license with commercial option) AGPL's network-use clause is irrelevant for a desktop app, but triggers blanket corporate bans. GPL-3.0 still requires forks to stay open source (preventing proprietary commercial forks) while being accepted by most corporate policies for desktop software. Changes: - LICENSE: Replace AGPL-3.0 text with GPL-3.0 text - Update dual-license header (AGPL → GPL) - Update all README translations, CONTRIBUTING.md, package.json files - Historical changelog/project entries left as-is * Fix French and Italian grammar in license section AGPL starts with a vowel so "l'AGPL" / "all'AGPL" were correct. GPL starts with a consonant, so use "la GPL" / "alla GPL" instead. --------- Co-authored-by: Lawrence Chen <lawrencecchen@users.noreply.github.com>
This commit is contained in:
parent
27aab3a035
commit
9d9559fb93
26 changed files with 189 additions and 112 deletions
|
|
@ -268,6 +268,6 @@ cmux is free, open source, and always will be. If you'd like to support developm
|
|||
|
||||
## License
|
||||
|
||||
cmux is open source under [AGPL-3.0-or-later](LICENSE).
|
||||
cmux is open source under [GPL-3.0-or-later](LICENSE).
|
||||
|
||||
If your organization cannot comply with AGPL, a commercial license is available. Contact [founders@manaflow.com](mailto:founders@manaflow.com) for details.
|
||||
If your organization cannot comply with GPL, a commercial license is available. Contact [founders@manaflow.com](mailto:founders@manaflow.com) for details.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue