about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-02-16 16:59:48 +0000
committerAlyssa Ross <hi@alyssa.is>2022-02-16 17:17:33 +0000
commit733f6487eb758f28d85cfcdc83ed69c6a28e9d24 (patch)
treea5589ad62ceb8d297a2b884b8df297c37e7efc02
parentea4a8c7c2d7abcf84703ee5ccc8211af1da4d169 (diff)
downloadpr-tracker-733f6487eb758f28d85cfcdc83ed69c6a28e9d24.tar
pr-tracker-733f6487eb758f28d85cfcdc83ed69c6a28e9d24.tar.gz
pr-tracker-733f6487eb758f28d85cfcdc83ed69c6a28e9d24.tar.bz2
pr-tracker-733f6487eb758f28d85cfcdc83ed69c6a28e9d24.tar.lz
pr-tracker-733f6487eb758f28d85cfcdc83ed69c6a28e9d24.tar.xz
pr-tracker-733f6487eb758f28d85cfcdc83ed69c6a28e9d24.tar.zst
pr-tracker-733f6487eb758f28d85cfcdc83ed69c6a28e9d24.zip
deny.toml: add clarification of encoding_rs license
-rw-r--r--deny.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 67d33c0..f0592f0 100644
--- a/deny.toml
+++ b/deny.toml
@@ -15,3 +15,11 @@ allow = [
   "BSD-3-Clause",
   "MIT",
 ]
+
+[[licenses.clarify]]
+name = "encoding_rs"
+version = "*"
+expression = "(Apache-2.0 OR MIT) AND BSD-3-Clause"
+license-files = [
+  { path = "COPYRIGHT", hash = 0x39f8ad31 }
+]