- Notifications
You must be signed in to change notification settings - Fork7
License for packaging#6
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
LecrisUT commentedMay 11, 2024
I was also pointed tothis discussion which seems to suggest that the generated files would have to have the |
musicinmybrain commentedMay 11, 2024
It is |
decathorpe commentedMay 13, 2024
As far as I can tell, the situation here is very similar to the unicode-ident crate:https://crates.io/crates/unicode-ident See alsodtolnay/unicode-ident#9 where See alsohttps://github.com/unicode-rs/unicode-xid/pull/32/files for a similar request for a different unicode-rs crate. |
musicinmybrain commentedNov 2, 2025
It was pointed outdownstream that the license text here is |
LecrisUT left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks, what a (un?)fortunate chain of events.@Manishearth, would you consider this PR?
Uh oh!
There was an error while loading.Please reload this page.
558c2bf intounicode-rs:masterUh oh!
There was an error while loading.Please reload this page.
I am trying to package this project for Fedora1 and we've encountered ambiguous license issue. The suggestion was that it should be licensed under
(MIT OR Apache-2.0) AND Unicode-DFS-2016due toscripts/unicode.pyThere could be another possibility to simply exclude
scripts/*from crate, but I am not sure if the generated code is under the same license Unicode license or not.Footnotes
https://bugzilla.redhat.com/show_bug.cgi?id=2279853↩