Why Nostr? What is Njump?
2024-10-03 17:11:30
in reply to

SuperDicq on Nostr: npub1nykhy…0xcdj npub17xenu…pwru5 given the amount of efforts required to use GPL ...

given the amount of efforts required to use GPL code in an even remotely closed source code-base due to the lack of linking exceptionsImplementing GPL code into your proprietary codebase doesn't take any effort all, just do the following:

wget https://www.gnu.org/licenses/gpl-3.0.txt
mv gpl-3.0.txt LICENSE.txt
git add --all
git commit -m 'fix: we stopped oppressing our users'
git push origin masterNow set your repo to "public" and congratulations! You can now use GPL code!
Author Public Key
npub16xphszexcfsugeqy6vuuy5jys832hd33e2kqqkrffgfv76hvvrjq23d6kl