diff options
Diffstat (limited to 'deny.toml')
-rw-r--r-- | deny.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml new file mode 100644 index 0000000..c5d2843 --- /dev/null +++ b/deny.toml @@ -0,0 +1,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 }] |