deny: Clarify license of encoding_rs

See https://github.com/hsivonen/encoding_rs/issues/75
This commit is contained in:
Sebastian Dröge 2021-12-09 12:04:11 +02:00
parent 099a3f2114
commit 6db599e5ae

View file

@ -34,6 +34,15 @@ copyleft = "allow"
allow-osi-fsf-free = "either"
confidence-threshold = 0.8
# https://github.com/hsivonen/encoding_rs/issues/75
[[licenses.clarify]]
name = "encoding_rs"
version = "*"
expression = "(Apache-2.0 OR MIT) AND BSD-3-Clause"
license-files = [
{ path = "COPYRIGHT", hash = 0x39f8ad31 }
]
[bans]
multiple-versions = "deny"
highlight = "all"