-
Notifications
You must be signed in to change notification settings - Fork 114
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
Mention 3-clause BSD in zstd-safe/zstd-sys/LICENSE
?
#171
Comments
I guess that applies to all of the generated bindings, actually. |
I can create a PR for that if it helps. I think licenses are usually concatenated (with some separator between) in the LICENSE file. Would you like the BSD license in the main LICENSE file or in a separate file? |
Hi!
Absolutely! Thanks a lot :)
I think separate files would be best. |
https://github.com/gyscos/zstd-rs/blob/master/zstd-safe/zstd-sys/src/bindings_zdict.rs includes the 3-clause BSD license, so doesn't that mean that it needs to be mentioned in
zstd-sys
's LICENSE file?The text was updated successfully, but these errors were encountered: