We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6374b84 commit 06acfb2Copy full SHA for 06acfb2
src/tools/tidy/src/deps.rs
@@ -15,6 +15,7 @@ const LICENSES: &[&str] = &[
15
"Apache-2.0 / MIT",
16
"MIT OR Apache-2.0",
17
"Apache-2.0 OR MIT",
18
+ "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license
19
"MIT",
20
"Unlicense/MIT",
21
"Unlicense OR MIT",
0 commit comments