sstadick / cargo-bundle-licenses

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

BSD-3-Clause license file for encoding_rs not found, but it's there #26

Open jwodder opened 10 months ago

jwodder commented 10 months ago

When running cargo-bundle-licenses on a project that depends on encoding_rs (a dependency of, among other things, reqwest), its Apache 2.0 and MIT licenses are found in the files LICENSE-APACHE and LICENSE-MIT, respectively, but its BSD-3-Clause license — located in a file named LICENSE-WHATWG, due to applying to code from the WHATWG — is not found.