From 76a514f457674cb72e9db7b526714683c784c207 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 4 Jan 2022 16:20:27 +0200 Subject: chore: allow license exception for encoding_rs Sponsored-by: author --- deny.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deny.toml b/deny.toml index 829a58a..9db4685 100644 --- a/deny.toml +++ b/deny.toml @@ -38,6 +38,14 @@ exceptions = [ #{ allow = ["Zlib"], name = "adler32", version = "*" }, ] +[[licenses.clarify]] +name = "encoding_rs" +version = "*" +expression = "(Apache-2.0 OR MIT) AND BSD-3-Clause" +license-files = [ + { path = "COPYRIGHT", hash = 0x39f8ad31 } +] + [[licenses.clarify]] name = "ring" expression = "LicenseRef-ring" -- cgit v1.2.1