Replies: 1 comment 1 reply
-
So basically with GPL people can host the same code with modifications without violating the license because they are not selling it correct? Moving to AGPL sound like a good idea but as you said - do we need go get all contributors on board to do the switch "legally"? Are there any other requirements when changing licenses? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
monkeytype is currently server side software and licensed under GPL. But if someone uses your GPL licensed codes to provide a SaaS without open source it, you can't force them to open source it under the same license. And that's why there is AGPL.
https://tldrlegal.com/license/gnu-affero-general-public-license-v3-(agpl-3.0)
It may be worth mentioning a case regarding commercial open source, MongoDB is used to license under AGPL, but they re-licensed their codes to their own GPL-based license called SSPL to add more restriction a few years ago on the approach of copyleft. But SSPL is not OSI-approved license while AGPL is.
There are also a reason not to relicense, I saw that there are already a lot of contibutors of this project (195 shown). Relicensing may require every author of the project to agree to switch to the new license. IANAL. it could be time-consuming and may not worth the effort.
But if you are rewriting/replacing most parts or the whole of the project, you may consider this. Because it may be harder and harder in the further to change license.
Beta Was this translation helpful? Give feedback.
All reactions