mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
make tidy accept another permutation of this license string
This commit is contained in:
parent
10430dbf8e
commit
9b49a792ef
@ -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…
Reference in New Issue
Block a user