- 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
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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. |
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-2016
due toscripts/unicode.py
There 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↩