Skip to content

Commit

Permalink
deny: update license config
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 8, 2024
1 parent 37137e9 commit 5668877
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[licenses]
allow-osi-fsf-free = "either"
copyleft = "deny"
exceptions = [{ allow = ["ISC", "MIT", "OpenSSL"], name = "ring" }]
allow = [
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"MIT",
"OpenSSL",
"Unicode-DFS-2016",
]

[[licenses.clarify]]
name = "ring"
Expand Down

0 comments on commit 5668877

Please sign in to comment.