Nemo157 / cargo-lichking

Automated license checking for rust. cargo lichking is a Cargo subcommand that checks licensing information for dependencies.
Other
127 stars 16 forks source link

License files not correctly found for `sct` package #85

Open jwodder opened 1 year ago

jwodder commented 1 year ago

Currently (as of its v0.7.1), the source for the sct package (a dependency of rustls) contains the following license files:

However, cargo-lichking only bundles the LICENSE file, which is not a proper license file, and it ignores the actual license files right next to it.