capless / warrant

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
468 stars 192 forks source link

Less restrictive license? #38

Closed whummer closed 7 years ago

whummer commented 7 years ago

Thanks for making this awesome library available! Unfortunately, the GPL license under which the code is published is very restrictive, prohibiting users from actually being able to use warrant for certain scenarios.

Has this decision been made on purpose, or is there any chance to switch to a less restrictive license, like Apache 2 license [1], or MIT license [2], for example? Thanks!

[1] https://www.apache.org/licenses/LICENSE-2.0 [2] https://opensource.org/licenses/MIT

polendri commented 7 years ago

Seconded, I started contributing before I noticed the license (dumb of me I know) but now I realize I can't use this. I've got nothing against GPL but for small utility libraries it's very restrictive.

balloob commented 7 years ago

Fixed in 65160646ae0ef4418a15a9dcca240d5bd14516b7 🥂