about summary refs log tree commit diff
diff options
context:
space:
mode:
authornewpavlov <newpavlov@gmail.com>2019-08-29 20:22:24 +0300
committernewpavlov <newpavlov@gmail.com>2019-08-29 20:22:24 +0300
commit06acfb22e03ff482275e1ffd78f691b0e5d88ffb (patch)
treedd65217c6ba2a8d439bf424958dbf8ed98a067fd
parent6374b8458f0796a1ff3ee2caec41321e801c35d1 (diff)
downloadrust-06acfb22e03ff482275e1ffd78f691b0e5d88ffb.tar.gz
rust-06acfb22e03ff482275e1ffd78f691b0e5d88ffb.zip
add wasi license to the licenses whitelist
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index e07a07234c7..6ca912db593 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -15,6 +15,7 @@ const LICENSES: &[&str] = &[
     "Apache-2.0 / MIT",
     "MIT OR Apache-2.0",
     "Apache-2.0 OR MIT",
+    "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license
     "MIT",
     "Unlicense/MIT",
     "Unlicense OR MIT",