chore: Clarify the ring license

This commit is contained in:
Nathan Adams 2024-04-13 01:12:52 +02:00
parent 7c59038164
commit 6dbef5170e
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,7 @@ allow = [
"CC0-1.0",
"OFL-1.1",
"LicenseRef-UFL-1.0",
"OpenSSL"
]
# Some crates don't have (easily) machine readable licensing information,
@ -44,6 +45,13 @@ name = "nihav_codec_support"
expression = "MIT"
license-files = []
[[licenses.clarify]]
name = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 }
]
[bans]
# Lint level for when multiple versions of the same crate are detected
multiple-versions = "warn"