|
|
|
|
|
by mtlynch
822 days ago
|
|
How do they get away with relicensing GPL code? My understanding is that you can relicense code for which you own the copywright, but if you have any other contributors, those contributions are still under GPL. So, you'd have to either get their permission to relicense or revert all their changes and subsequent derivatives. |
|
2. Some projects have a CLA, so all contributions have the relevant rights transferred before the patches are accepted.
3. Some projects are “open source, not open contribution”, though this wasn't common until recently, effectively making them match point 1.
4. Some relicensing is done without consideration for other contributors, in the hope that no one with skin in the game will notice (or take action if they do), so it won't bite.
5. Sometimes getting the relevant permission after-the-fact, if a CLA was not in place, isn't difficult.