Skip to content

Commit 2ca1279

Browse files
add allow licences ISC and Zlib
1 parent bff5333 commit 2ca1279

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deny.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ allow = [
5050
"Apache-2.0",
5151
"BSD-3-Clause",
5252
"Unicode-DFS-2016",
53-
"Unicode-3.0"
53+
"Unicode-3.0",
54+
"ISC",
55+
"Zlib"
5456
]
5557
# The confidence threshold for detecting a license from license text.
5658
# The higher the value, the more closely the license text must be to the

0 commit comments

Comments
 (0)