Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/tidy.rs')
| -rw-r--r-- | xtask/src/tidy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/tidy.rs b/xtask/src/tidy.rs index 122cf4887e..939a563afd 100644 --- a/xtask/src/tidy.rs +++ b/xtask/src/tidy.rs @@ -135,7 +135,6 @@ fn check_licenses(sh: &Shell) { "(MIT OR Apache-2.0) AND Unicode-3.0", "0BSD OR MIT OR Apache-2.0", "Apache-2.0 / MIT", - "Apache-2.0 OR BSL-1.0", "Apache-2.0 OR MIT", "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "Apache-2.0 WITH LLVM-exception", @@ -155,6 +154,7 @@ fn check_licenses(sh: &Shell) { "Unlicense OR MIT", "Unlicense/MIT", "Zlib", + "Zlib OR Apache-2.0 OR MIT", ]; let meta = cmd!(sh, "cargo metadata --format-version 1").read().unwrap(); |