Skip to content

Commit

Permalink
chore: add Zlib to allowed licenses in deny.toml (#1308)
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan authored Oct 9, 2024
1 parent be332d5 commit 41985e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ allow = [
"MPL-2.0",
"OpenSSL",
"CC0-1.0",
"Zlib",
]
# The confidence threshold for detecting a license from license text.
# The higher the value, the more closely the license text must be to the
Expand Down

0 comments on commit 41985e3

Please sign in to comment.