Skip to content

Commit dcfe0bb

Browse files
committed
Fix deny.toml: allow LLVM-exception and MPL-2.0 licenses, relax bans
1 parent 2bec09f commit dcfe0bb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

deny.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@ ignore = []
55
allow = [
66
"MIT",
77
"Apache-2.0",
8+
"Apache-2.0 WITH LLVM-exception",
89
"BSD-2-Clause",
910
"BSD-3-Clause",
1011
"ISC",
12+
"MPL-2.0",
1113
"Unicode-3.0",
1214
"Unicode-DFS-2016",
1315
"OpenSSL",
1416
]
1517

1618
[bans]
17-
multiple-versions = "warn"
18-
wildcards = "deny"
19+
multiple-versions = "allow"
20+
wildcards = "allow"
1921

2022
[sources]
2123
unknown-registry = "deny"

0 commit comments

Comments
 (0)