-
Notifications
You must be signed in to change notification settings - Fork 50
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
Releasing under the Zlib license? #66
Comments
I wouldn't have any issue with that personally, but it would require getting permission from everone that have contributed. Is there any specificireason for wanting zlib in addition to the current licences? |
Just that this is a zlib-format-processing library, so it would be nice to have the zlib license to go with it. Personally I've switched to using Zlib over MIT and trying to promote its use because there's less attribution requirements if the code is packaged into a binary. I think that makes it easier for folks to distribute their binaries, particularly when many rust binaries end up incorporating 50+ crates (I've seen as high as 400). |
Yeah, I think that is a good idea. |
Would still be interested if I started this PR? I would suggest that the re-license process move the crate to
There is no actual harm in having more than one license option available, so that should be fine. |
Update: the rust crate is now under zlib/apache2/mit, the C api wrapping it is not yet changed. |
Update: |
Just wondering if you'd be interested in adding the Zlib license as a license option for this crate.
The text was updated successfully, but these errors were encountered: