From 6db599e5aecbe305c66ab1727ef680d614196c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 9 Dec 2021 12:04:11 +0200 Subject: [PATCH] deny: Clarify license of encoding_rs See https://github.com/hsivonen/encoding_rs/issues/75 --- deny.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deny.toml b/deny.toml index a0f422c4..60530af8 100644 --- a/deny.toml +++ b/deny.toml @@ -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"