Closed jwodder closed 1 year ago
When I ran cargo bundle-licenses on my project, one of the warnings I got was:
cargo bundle-licenses
No license found for Unicode-DFS-2016 license in unicode-ident:1.0.8
However, looking in the listed path to the crate source (and checking the repository), I see a LICENSE-UNICODE file plain as day.
LICENSE-UNICODE
The unicode license would needed to be added to the src/license.rs and src/licenses. Currently it is not recognized by this tool
src/license.rs
src/licenses
When I ran
cargo bundle-licenses
on my project, one of the warnings I got was:However, looking in the listed path to the crate source (and checking the repository), I see a
LICENSE-UNICODE
file plain as day.