diff options
| author | newpavlov <newpavlov@gmail.com> | 2019-08-29 20:22:24 +0300 |
|---|---|---|
| committer | newpavlov <newpavlov@gmail.com> | 2019-08-29 20:22:24 +0300 |
| commit | 06acfb22e03ff482275e1ffd78f691b0e5d88ffb (patch) | |
| tree | dd65217c6ba2a8d439bf424958dbf8ed98a067fd | |
| parent | 6374b8458f0796a1ff3ee2caec41321e801c35d1 (diff) | |
| download | rust-06acfb22e03ff482275e1ffd78f691b0e5d88ffb.tar.gz rust-06acfb22e03ff482275e1ffd78f691b0e5d88ffb.zip | |
add wasi license to the licenses whitelist
| -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 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", |
