lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.19k stars 482 forks source link

change to agpl #3473

Open cauerego opened 2 years ago

cauerego commented 2 years ago

i got amazed at how searching for "agpl" brings zero issues!

as you know, we should always carefully choose the license before creating any software.

lbry and odyssey already got very big with MIT, and you probably haven't faced many issues yet...

and we have plenty of instances of free software using several different kinds of license...

but, imho, if we want to get real and serious about freedom, we need to go with agpl today. nothing less.

think about it. why no big corp ever picks agpl? what really lies on the bottom of the fuss against it?

i have (for now) zero affiliation with gnu or fsf... but i will get in because i truly believe in this. and i will get out once something better comes up, if ever. history, so far, showed zero better promises.

heads up, and..

cheers! 😁

cauerego commented 2 years ago

yes, a lot of contributors make it very difficult to change the license. and we have plenty of misinformation around licenses.

i do not know for sure, but in my understanding agpl indeed adds that one clause from gpl to protect the user freedom to access code from services as well, not just the app itself. so it triggers devs who want to use 3rd party APIs, for instance. i think with agpl you can't use an API that doesn't allow to see their code (which is usually the primary reason to build an API)...

but i also guess that lbry doesn't use any kind of such "API", so it should be fine.