diff options
| author | Ralf Jung <post@ralfj.de> | 2022-07-15 11:57:04 -0400 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2022-07-17 08:47:42 -0400 |
| commit | 9b49a792efa1a7ccba8447e4e88dc24659b0a02a (patch) | |
| tree | 079ba19a66f8ad19d29582363f016070bd9e3c96 /src | |
| parent | 10430dbf8e970b5bfce36cfcd3069e8ccee17f34 (diff) | |
| download | rust-9b49a792efa1a7ccba8447e4e88dc24659b0a02a.tar.gz rust-9b49a792efa1a7ccba8447e4e88dc24659b0a02a.zip | |
make tidy accept another permutation of this license string
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 55cf3fee9bf..ea7eff1a414 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -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 |
