Skip to content

Commit 3a7e5b4

Browse files
committed
Add allowed licenses to deny.toml
1 parent 187e656 commit 3a7e5b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@ ignore = [
8888
allow = [
8989
"MIT",
9090
"Apache-2.0",
91+
"Apache-2.0 WITH LLVM-exception",
9192
"MPL-2.0",
9293
"BSD-3-Clause",
9394
"Unicode-3.0",
95+
"Unicode-DFS-2016", # unicode-ident
9496
"Zlib",
9597
"ISC",
9698
"BSL-1.0",

0 commit comments

Comments
 (0)