Hacker News new | ask | show | jobs
by Quekid5 1889 days ago
Is there a CLA or similar? Maybe I missed it, but I couldn't find anything in the CONTRIBUTING.md document. Or did they literally get every past contributor to agree?
1 comments

Probably not necessary if they stack the licenses, since Apache 2.0 and AGPL are apparently compatible. That is, they can just add the terms of the AGPL in addition to Apache 2.0.

(IANAL)

IANAL too, but my understanding is that you cannot just "relicense".

You can add your own license to any changes you make and add your own license headers, but absolutely cannot change any existing license headers, etc.