aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/deny.toml
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-05-02 23:37:40 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-05-02 23:37:40 +0800
commite8326e064c5cf0d422b0e23925d4705bda6d55d8 (patch)
tree1a26e728118d49d96341c5c557a1864e45293082 /deny.toml
parent81360f72dae710a9854f56ad41fc5081bbe4687f (diff)
downloadHydroRoll-e8326e064c5cf0d422b0e23925d4705bda6d55d8.tar.gz
HydroRoll-e8326e064c5cf0d422b0e23925d4705bda6d55d8.zip
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml40
1 files changed, 0 insertions, 40 deletions
diff --git a/deny.toml b/deny.toml
deleted file mode 100644
index 9284775..0000000
--- a/deny.toml
+++ /dev/null
@@ -1,40 +0,0 @@
-[licenses]
-unlicensed = "deny"
-allow-osi-fsf-free = "neither"
-copyleft = "deny"
-# We want really high confidence when inferring licenses from text
-confidence-threshold = 0.93
-allow = [
- "Apache-2.0",
- "Apache-2.0 WITH LLVM-exception",
- "MIT",
- "MIT-0",
- "MPL-2.0",
- # enum-iterator*
- "0BSD",
- # base16, notify
- "CC0-1.0",
- # Inflector, hyper-tungstenite
- "BSD-2-Clause",
- # inotify*, libloading, is_ci
- "ISC",
- # fuchsia-zircon*, instant, sourcemap
- "BSD-3-Clause",
- # unicode-ident
- "Unicode-DFS-2016",
- # portpicker
- "Unlicense",
- "OpenSSL",
- "Zlib",
- # webc (wasmer)
- "BUSL-1.1",
-]
-[[licenses.clarify]]
-name = "ring"
-expression = "ISC AND MIT AND OpenSSL"
-license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
-
-[[licenses.clarify]]
-name = "webpki"
-expression = "ISC AND MIT AND OpenSSL"
-license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]