Skip to content

Commit 9b49a79

Browse files
committed
make tidy accept another permutation of this license string
1 parent 10430db commit 9b49a79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const LICENSES: &[&str] = &[
2020
"Unlicense OR MIT",
2121
"0BSD OR MIT OR Apache-2.0", // adler license
2222
"Zlib OR Apache-2.0 OR MIT", // tinyvec
23+
"MIT OR Zlib OR Apache-2.0", // miniz_oxide
2324
];
2425

2526
/// These are exceptions to Rust's permissive licensing policy, and

0 commit comments

Comments
 (0)