From 9b49a792efa1a7ccba8447e4e88dc24659b0a02a Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 15 Jul 2022 11:57:04 -0400 Subject: [PATCH] make tidy accept another permutation of this license string --- src/tools/tidy/src/deps.rs | 1 + 1 file changed, 1 insertion(+) 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 @@ "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