drathier / stack-overflow-import

Import arbitrary code from Stack Overflow as Python modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add proper licensing

cdgriffith opened this issue · comments

"The PSF license was developed specifically and only for Python and its standard libraries. If you want to license your code for contribution to the PSF, do not use the PSF license; "

https://wiki.python.org/moin/PythonSoftwareFoundationLicenseFaq

I would suggest MIT, BSD, or maybe in this case WTFPL. Basically just add a permissive license file and mention of it in readme you're good to go.

You mention in your README This module is WTFPL-licensed as I blatantly copied multiple lines of code from the Python standard library. therefore you cannot just relicense PSF-licensed under WTPL. That part should stay under the PSF.

There. Solved it.