Skip to content

Commit ef0198c

Browse files
committed
Add zlib license to deny.toml
1 parent 8db87fb commit ef0198c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deny.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ allow = [
88
"Apache-2.0 WITH LLVM-exception",
99
"GPL-3.0",
1010
"MPL-2.0",
11-
"Unicode-3.0" # used for unicode-ident
11+
"Unicode-3.0", # used for unicode-ident
12+
"Zlib"
1213
]
1314
confidence-threshold = 0.8
1415

0 commit comments

Comments
 (0)