@Archivist@social.linux.pizza @celestia@tech.lgbt 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!