|
|
|
|
|
by dgb23
676 days ago
|
|
I thought the point of copyleft was mainly to protect the freedoms of users. But apparently it’s also used as a filter of who can interact and benefit from it. But I don’t really understand all of it. One thing I always wondered about selling separate licenses alongside GPL: Can the authors (holding the copyright) distribute code under a different license when there were external contributors under GPL? |
|
No, if any contributions were made under the GPL, they'd have to get permission to change the license to AGPL from every contributor or remove their contributions.
Most projects like this require you license your contributions in a way that lets them sell non-AGPL licenses (see their Contributor License Agreement) https://cla-assistant.io/paradedb/paradedb
So basically they can do whatever they want with your contributions.