make tidy accept another permutation of this license string
This commit is contained in:
parent
10430dbf8e
commit
9b49a792ef
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ const LICENSES: &[&str] = &[
|
|||
"Unlicense OR MIT",
|
||||
"0BSD OR MIT OR Apache-2.0", // adler license
|
||||
"Zlib OR Apache-2.0 OR MIT", // tinyvec
|
||||
"MIT OR Zlib OR Apache-2.0", // miniz_oxide
|
||||
];
|
||||
|
||||
/// These are exceptions to Rust's permissive licensing policy, and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue