mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
cleanup
This commit is contained in:
parent
38cfffc88f
commit
51fea78490
1 changed files with 8 additions and 10 deletions
18
deny.toml
18
deny.toml
|
|
@ -8,25 +8,23 @@ allow = [
|
|||
"CC0-1.0",
|
||||
"ISC",
|
||||
"MPL-2.0",
|
||||
"OpenSSL"
|
||||
"OpenSSL",
|
||||
]
|
||||
copyleft = "warn"
|
||||
allow-osi-fsf-free = "neither"
|
||||
default = "deny"
|
||||
confidence-threshold = 0.9
|
||||
exceptions = [
|
||||
{ name = "unicode-ident", allow = ["Unicode-DFS-2016"], version = "1.0.3" },
|
||||
]
|
||||
|
||||
[[licenses.exceptions]]
|
||||
allow = ["Unicode-DFS-2016"]
|
||||
name = "unicode-ident"
|
||||
version = "1.0.3"
|
||||
|
||||
[[licenses.clarify]]
|
||||
name = "ring"
|
||||
expression = "MIT AND ISC AND OpenSSL"
|
||||
license-files = [
|
||||
{ path = "LICENSE", hash = 0xbd0eed23 }
|
||||
]
|
||||
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
|
||||
|
||||
[bans]
|
||||
multiple-versions = "deny"
|
||||
skip-tree = [
|
||||
{ name = "windows-sys" }
|
||||
]
|
||||
skip-tree = [{ name = "windows-sys" }]
|
||||
|
|
|
|||
Loading…
Reference in a new issue