EmbarkStudios / cargo-deny

❌ Cargo plugin for linting your dependencies 🦀
http://embark.rs
Apache License 2.0
1.62k stars 80 forks source link

Add workaround for Pixar license being lame #626

Closed Jake-Shadle closed 4 months ago

Jake-Shadle commented 4 months ago

The Pixar license is an almost exact copy of Apache-2.0, but doesn't actually have enough changes compared to the Apache-2.0 license to be fuzzy matched if the apache license text has the appendix at the end removed (eg, doesn't even have Pixar in the title), so this PR just adds a workaround specifically for this case.

Resolves: #625