Skip to content

Commit 9ca5dee

Browse files
committed
Add 'Apache-2.0 OR MIT' license variation to tidy/tools check
1 parent a55fa18 commit 9ca5dee

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
@@ -14,6 +14,7 @@ const LICENSES: &[&str] = &[
1414
"Apache-2.0/MIT",
1515
"Apache-2.0 / MIT",
1616
"MIT OR Apache-2.0",
17+
"Apache-2.0 OR MIT",
1718
"MIT",
1819
"Unlicense/MIT",
1920
"Unlicense OR MIT",

0 commit comments

Comments
 (0)