SuperDicq on Nostr: npub1nykhy…0xcdj npub17xenu…pwru5 given the amount of efforts required to use GPL ...
npub1nykhypfwt0qhv9lqdqfn3ag4309nx2fr0mlft0mk6442z2nxs4uqh0xcdj (npub1nyk…xcdj) npub17xenuk4rul5npkrcyaewx7sa6j9r0658tj4d5pgujvgxkvs2qtvsqpwru5 (npub17xe…wru5) 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!
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!