Numergy / signalslot

Simple signal slot implementation in Python
http://signalslot.rtfd.org
MIT License
47 stars 14 forks source link

Clarify licensing #15

Closed TTimo closed 5 years ago

TTimo commented 5 years ago

Can you clarify the licensing for signalslot?

There is no LICENSE file in the repository, and the python files do not carry a license header.

The pypi page for the project says GPLv3, is this correct? (it actually says "GNU General Public License v3 (GPLv3) (MIT)" which doesn't make sense?)

Would you consider relicensing MIT, or LGPL?

Sliim commented 5 years ago

Hi @TTimo

signalslot was first released under GPLv3, and had been re-licensed under MIT.

So you can consider the actual license is MIT. I will add a LICENSE file and correct the setup.py classifiers to reflect the real license.

Sliim commented 5 years ago

released signalslot 0.1.2 which clarify the MIT license, the pypi page now display only the correct license. Thanks for your report!

TTimo commented 5 years ago

Thank you for clearing that up!