-
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
CC0 license #54
Comments
This repo hasn't seen any commits for 4 years...? Glancing over issues/PRs engagement it doesn't seem likely this would get addressed :( Might have some luck with a direct ping? 🤷♂️ @debris |
Hi, sorry for belated response. This library was based on a c implementation of keccak function. That implementation has CC0 license and that's the only reason I used it.
is it? (honest question, I assumed it is not, but I am not a lawyer) according to https://creativecommons.org/publicdomain/zero/1.0/
|
Lawyers also told us that we can't use CC0 because it could be interpreted by courts in a certain way. |
CC0 license makes this extremely difficult to use in commercial products, due to the patent clause. Any reason why this is not just MIT or Apache? We are not even using the features of this crate, just getting pulled in by recursive dependencies trying to use the
config
crate.The text was updated successfully, but these errors were encountered: