sstadick / cargo-bundle-licenses

Generate a THIRDPARTY file with all licenses in a cargo project.
Apache License 2.0
90 stars 6 forks source link

Failed to find Unicode-DFS-2016 license for unicode-ident, yet it's there #18

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

When I ran cargo bundle-licenses on my project, one of the warnings I got was:

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.

sstadick commented 1 year ago

The unicode license would needed to be added to the src/license.rs and src/licenses. Currently it is not recognized by this tool