this post was submitted on 07 Mar 2024
136 points (97.2% liked)

Open Source

30302 readers
831 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Relevant parts:

Partner represents and warrants that it shall not introduce into WhatsApp’s Systems or Infrastructure, the Sublicensed Encryption Software, or otherwise make accessible to WhatsApp any viruses or any software licensed under the General Public Licence or any similar licence (e.g. GNU Affero General Public License (AGPL), GNU General Public License (GPL), GNU Lesser General Public License (LGPL)) containing a "copyleft" requirement during performance of the Services.

Partner shall not: (i) combine Sublicensed Encryption Software with any software licensed under any version of or derivative of the GNU General Public License (e.g.; GNU Affero General Public License (AGPL), GNU General Public License (GPL), GNU Lesser General Public License (LGPL) in any manner that could cause, or could be interpreted or asserted to cause, the Sublicensed Encryption Software or any modifications to the Sublicensed Encryption Software to become subject to the terms of any version of or derivative of the GNU General Public License or other copyleft open source software

you are viewing a single comment's thread
view the rest of the comments
[–] RecallMadness@lemmy.nz 9 points 6 months ago (1 children)

No, just GPL licensed source.

MIT, BSD, Apache, and all the other OSI licenses are fair game.

[–] haui_lemmy@lemmy.giftedmc.com 4 points 6 months ago (1 children)

i‘m not familiar with the differences. I know they differ in terms of „can the end product be closed source“ but no idea which one does what. I read up every time i need to use one but hasnt been too often.

[–] lemmyvore@feddit.nl 10 points 6 months ago (1 children)

GPL is a "copyleft" license aka a "viral" license. It forces anybody who uses it to keep the software open but not just the code, also the way it is being used, and to use the same license if they modify the code, or distribute anything made with the code, and these terms are perpetual and unrevokable.

Basically anything GPL will keep being GPL and anything that comes into contact with it will have to be GPL or take certain precautions to avoid becoming GPL.

[–] haui_lemmy@lemmy.giftedmc.com 2 points 6 months ago

Thanks for clarifying. I have read something like this but now its more clear.