1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-19 17:36:50 +00:00

Add zlib license to deny.toml

This commit is contained in:
Joshua Goins 2025-03-11 16:51:53 -04:00
parent 153f21257a
commit 591c5f55ed

View file

@ -7,7 +7,8 @@ allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"GPL-3.0",
"Unicode-3.0" # used for unicode-ident
"Unicode-3.0", # used for unicode-ident
"Zlib"
]
confidence-threshold = 0.8