mfalesni / python-deprecate

A module providing `deprecated` decorator
GNU General Public License v3.0
5 stars 1 forks source link

licensing #13

Open amueller opened 8 years ago

amueller commented 8 years ago

Hey. Would you be willing to change the licensing on this library to BSD or MIT? I think there is a place for a good deprecation library in Python, and so I'd like to contribute to this and add some more functionality. However, if it is GPL licensed, it can't be used in any of the projects I'm working on (in the scipy / scikit space).

Related, I would like to add the following features:

RonnyPfannschmidt commented 8 years ago

Its mpl2 now

amueller commented 8 years ago

That looks like it is still not really compatible with the general principles in the scipy ecosystem. Any copy-left means that companies will generally not touch it. Having copy-left dependencies would disqualify the packages that I'm working on from broader use.

amueller commented 8 years ago

Well, I guess it depends on whether any code is copied. But I would rather not prevent people from copying code from this library to their library if they choose so.

AndreaCrotti commented 8 years ago

@amueller just today I published a similar library (didn't actually found this one earlier to be honest even if I would have done it anyway).

it's here https://github.com/AndreaCrotti/depr and on PyPi already https://pypi.python.org/pypi/depr, happy to add a lot some more features as well