Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-12-09 13:04:11 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-12-09 13:04:11 +0300
commit6db599e5aecbe305c66ab1727ef680d614196c00 (patch)
tree886daec57a762fc08da842f5c73d96a35f12f5e7 /deny.toml
parent099a3f2114b1b1eb8f9dfd161854307ef36a5fb3 (diff)
deny: Clarify license of encoding_rs
See https://github.com/hsivonen/encoding_rs/issues/75
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml9
1 files changed, 9 insertions, 0 deletions
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"