aboutsummaryrefslogtreecommitdiffstats
path: root/deny.toml
blob: c5d2843d3b54ed7f63482ba1dc774ec061996b24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[licenses]
allow-osi-fsf-free = "either"
copyleft = "warn"
exceptions = [{ allow = ["ISC", "MIT", "OpenSSL"], name = "ring" }]
private = { ignore = true }

[[licenses.clarify]]
name = "ring"
expression = "ISC AND MIT AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]