Skip to content

Commit b63561f

Browse files
authored
Update deny.toml
update defaults in deny.toml and make it compatible with version=2
1 parent 4426950 commit b63561f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

deny.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
[licenses]
2-
unlicensed = "deny"
2+
version = 2
33
allow = [
44
"MIT",
55
"Apache-2.0",
6-
"Unicode-DFS-2016"
6+
"Unicode-DFS-2016",
7+
"BSD-3-Clause",
8+
"BSD-2-Clause",
9+
"ISC",
10+
"CC0-1.0",
711
]
8-
copyleft = "warn"
9-
default = "deny"
1012
confidence-threshold = 0.8
11-
exceptions = []
13+
exceptions = [
14+
]

0 commit comments

Comments
 (0)