drathier / stack-overflow-import

Import arbitrary code from Stack Overflow as Python modules.
3.7k stars 128 forks source link

Add proper licensing #6

Closed cdgriffith closed 7 years ago

cdgriffith commented 7 years ago

"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.

pombredanne commented 7 years ago

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.

drathier commented 7 years ago

There. Solved it.