Conversation
In order to allow users of uritemplate to continue using a library with the same API under the same license, let's dual-license our tiny project as both Apache 2 and 3-clause BSD.
|
I give my permission to relicense my contributions to uritemplate.py |
|
@sigmavirus24 I agree to these license changes. Thank you for asking. |
|
And I give my permission to relicense my contributions to uritemplate.py |
|
I give my permission to relicense my contributions to uritemplate.py |
|
Stupid question because I'm not familiar with licences, why don't we just license everything under MIT? It seems to be the most permissive. |
|
@eugene-eeo because we're going to be replacing Thanks for the question! |
|
I've emailed @jpotts18 directly hoping to expedite this pull request. |
|
I give my permission to relicense my contributions to uritemplate.py |
|
@sigmavirus24 don't forget my commits on the debian branch :) And yes, I'm ok with relicensing them as specified. |
|
Thank you everyone! I'm sorry I forgot the Debian branch @seveas =( |
- Update LICENSE blob. Changelog: 2.0.0 - 2016-08-20 - Relicense uritemplate.py as Apache 2 and BSD (See python-hyper/uritemplate#23). 1.0.1 - 2016-08-18 - Fix some minor packaging problems. Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D7586 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@420691 35697150-7ecd-e111-bb59-0022644237b5
- Update LICENSE blob. Changelog: 2.0.0 - 2016-08-20 - Relicense uritemplate.py as Apache 2 and BSD (See python-hyper/uritemplate#23). 1.0.1 - 2016-08-18 - Fix some minor packaging problems. Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D7586
Changelog - uritemplate ======================= 3.0.0 - 2016-08-29 ------------------ - Merge uritemplate.py into uritemplate Changelog - uritemplate.py ========================== 2.0.0 - 2016-08-20 ------------------ - Relicense uritemplate.py as Apache 2 and BSD (See python-hyper/uritemplate#23) 1.0.1 - 2016-08-18 ------------------ - Fix some minor packaging problems. 1.0.0 - 2016-08-17 ------------------ - Fix handling of Unicode values on Python 2.6 and 2.7 for urllib.quote. - Confirm public stable API via version number.
In order to allow users of uritemplate to continue using a library
with the same API under the same license, let's dual-license our
tiny project as both Apache 2 and 3-clause BSD.
In order to do this, we need the consent of the other 4 contributors to this project:
If each of you could comment saying "I give my permission to relicense my contributions to uritemplate.py" I can check your name off the list and then merge this and cut a new release.
Thanks y'all