Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please clarify the license, setup.py contradicts itself #6

Open
pushfoo opened this issue May 12, 2020 · 3 comments
Open

Please clarify the license, setup.py contradicts itself #6

pushfoo opened this issue May 12, 2020 · 3 comments

Comments

@pushfoo
Copy link

pushfoo commented May 12, 2020

I looked for a LICENSE or COPYING file but wasn't able to find one. I checked setup.py and found two contradictory license statements:

  • license='MIT', in the keyword arguments to setup()
  • "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" in the classifiers list

Could you please choose one and place the corresponding text in a LICENSE file under the root of the repository?

krnick added a commit that referenced this issue May 12, 2020
@krnick
Copy link
Collaborator

krnick commented May 12, 2020

@pushfoo Thank you so much for reminding. I have fixed the license to GPLv3.

krnick added a commit that referenced this issue May 12, 2020
* Create LICENSE

* fix the license issue #6
@pushfoo
Copy link
Author

pushfoo commented May 12, 2020

which was it under before the switch to GPLv3?

@krnick
Copy link
Collaborator

krnick commented May 12, 2020

There is no switch, it will always be GPLv3, just a mistake I made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants