Skip to content

Commit 06acfb2

Browse files
committed
add wasi license to the licenses whitelist
1 parent 6374b84 commit 06acfb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const LICENSES: &[&str] = &[
1515
"Apache-2.0 / MIT",
1616
"MIT OR Apache-2.0",
1717
"Apache-2.0 OR MIT",
18+
"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license
1819
"MIT",
1920
"Unlicense/MIT",
2021
"Unlicense OR MIT",

0 commit comments

Comments
 (0)