summaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
authorEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2022-02-07 10:38:08 +0100
committerGitHub <noreply@github.com>2022-02-07 10:38:08 +0100
commit603ec82a5ee6dc28b2974bd08fd3b48dc1c69cf1 (patch)
tree879df8b0534db9aaedbfe199fe57c130570dad95 /deny.toml
parentc9098288f50564de2ba26e64b67344f256e202ae (diff)
cargo deny: clarify MPL-2.0 license and use un-patched ureq again (#1222)
See https://github.com/algesten/ureq/issues/478#issuecomment-1031029647
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index afd1bb45..c58fa9ba 100644
--- a/deny.toml
+++ b/deny.toml
@@ -49,6 +49,7 @@ allow = [
"CC0-1.0", # https://creativecommons.org/publicdomain/zero/1.0/
"ISC", # https://tldrlegal.com/license/-isc-license
"MIT", # https://tldrlegal.com/license/mit-license
+ "MPL-2.0", # https://www.mozilla.org/en-US/MPL/2.0/FAQ/ - see Q11
"OpenSSL", # https://www.openssl.org/source/license.html
"Zlib", # https://tldrlegal.com/license/zlib-libpng-license-(zlib)
]