diff options
| author | 2023-04-28 01:36:44 +0800 | |
|---|---|---|
| committer | 2023-04-28 01:36:44 +0800 | |
| commit | dd84b9d64fb98746a230cd24233ff50a562c39c9 (patch) | |
| tree | b583261ef00b3afe72ec4d6dacb31e57779a6faf /deny.toml | |
| parent | 0b46fcd72ac34382387b2bcf9095233efbcc52f4 (diff) | |
| download | HydroRoll-dd84b9d64fb98746a230cd24233ff50a562c39c9.tar.gz HydroRoll-dd84b9d64fb98746a230cd24233ff50a562c39c9.zip | |
Diffstat (limited to 'deny.toml')
| -rw-r--r-- | deny.toml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml new file mode 100644 index 0000000..9284775 --- /dev/null +++ b/deny.toml @@ -0,0 +1,40 @@ +[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 }] |
