-
Notifications
You must be signed in to change notification settings - Fork 1
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
license - re-license question/request #2
Comments
O.K., I give you such special permission to merge mZipAES.py into your project under a licence of your choice among LGPL-2 or Apache 2.0. |
P.S. |
Many thanks! Both for making this available and the permission to change the license From history looks like copyright date should be 2015? I've attached a modified version, renamed filename to lower case (for pep-8) and with lgpl as it's the closest to the original license and the license of my project and diff in-line compared with https://github.com/maxpat78/CryptoPad/blob/3a33aba2583274454e147156631f8c3294f0e6e0/mZipAES.py and
I'll keep you posted on my progress. |
Hey, I've just updated my code in 2 ways (and abandoned Python 2 compatibility):
|
Thanks for the heads up! I'm still working on my changes in https://github.com/clach04/puren_tonbo/blob/main/puren_tonbo/mzipaes.py. Looks like we may have made similar changes for pycryptodome and AE-2 support. My v2 support is slightly different (I only have read support implemented so far). Neat idea on reversing text! I've got:
I'm still working on it slowly :-(. I have enough to be useful to me right now though :) I'll look into reverse text support option so that way my tool can be compatible with CryptoPad :-D I was pleasantly surprised the OpenSSL support worked for me, I had a machine without pycryptodome and it magically worked, you did an awesome job of supporting so many different libraries! 👍 |
Ciao!
I stumbled across this project recently and wondered if you would be open to letting me license the code for mZipAES.py under an alternative license, LGPL (or even Apache License 2.0)?
I see from 3a33aba that the code is GPL-2,
I have a project puren_tonbo that is LGPL-2, as any changes made I'd like to be public. But if someone uses my library there is no ambiguity about viral GPL as it's explicitly LGPL.
Would you be open to this? I'm using pyzipper for AES-256 ZIP support which is Python 3 only. It looks like your library is both 3.x and 2.7 compatible.
Thanks!
The text was updated successfully, but these errors were encountered: