Skip to content

Commit 286283d

Browse files
committed
cleanup license checks
1 parent 90a109b commit 286283d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

deny.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
[licenses]
22
unlicensed = "deny"
3-
allow = [
4-
"MIT",
5-
"Apache-2.0",
6-
"BSD-2-Clause",
7-
"BSD-3-Clause",
8-
"CC0-1.0",
9-
"ISC",
10-
"MPL-2.0",
11-
]
3+
allow = ["MIT", "Apache-2.0", "BSD-2-Clause", "CC0-1.0", "ISC", "MPL-2.0"]
124
copyleft = "warn"
13-
allow-osi-fsf-free = "neither"
145
default = "deny"
15-
confidence-threshold = 0.9
166

177
[[licenses.exceptions]]
188
allow = ["Unicode-DFS-2016"]

0 commit comments

Comments
 (0)