summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-04 16:20:27 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-04 16:20:27 +0200
commit76a514f457674cb72e9db7b526714683c784c207 (patch)
tree653b705bb55f38b11059cc81d6a95ee75731ec2a
parent6f0a77e603f650b0609354b38559c63f2da18129 (diff)
downloadobnam2-76a514f457674cb72e9db7b526714683c784c207.tar.gz
chore: allow license exception for encoding_rs
Sponsored-by: author
-rw-r--r--deny.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 829a58a..9db4685 100644
--- a/deny.toml
+++ b/deny.toml
@@ -39,6 +39,14 @@ exceptions = [
]
[[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"
license-files = [