Skip to content

Commit 1745bc5

Browse files
committed
licenses: also allow Apache-2.0 WITH LLVM-exception for wasmparser
We already allow enough cousins of this license I can't imagine it being a problem.
1 parent e97776b commit 1745bc5

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
"Apache-2.0 OR MIT",
1717
"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license
18+
"Apache-2.0 WITH LLVM-exception", // wasmparser license
1819
"Apache-2.0/MIT",
1920
"ISC",
2021
"MIT / Apache-2.0",

0 commit comments

Comments
 (0)