From 9ca5dee0ad0fc4c9ef73681025bc870a74912720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Luis=20Leal=20Cardoso=20Junior?= <andrehjr@gmail.com> Date: Sat, 4 May 2019 16:20:24 -0300 Subject: [PATCH] Add 'Apache-2.0 OR MIT' license variation to tidy/tools check --- 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 6169ffc4297..ca6cea97066 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -14,6 +14,7 @@ const LICENSES: &[&str] = &[ "Apache-2.0/MIT", "Apache-2.0 / MIT", "MIT OR Apache-2.0", + "Apache-2.0 OR MIT", "MIT", "Unlicense/MIT", "Unlicense OR MIT",