mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
cleanup license checks
This commit is contained in:
parent
90a109b1dd
commit
286283d3ed
1 changed files with 1 additions and 11 deletions
12
deny.toml
12
deny.toml
|
|
@ -1,18 +1,8 @@
|
|||
[licenses]
|
||||
unlicensed = "deny"
|
||||
allow = [
|
||||
"MIT",
|
||||
"Apache-2.0",
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"CC0-1.0",
|
||||
"ISC",
|
||||
"MPL-2.0",
|
||||
]
|
||||
allow = ["MIT", "Apache-2.0", "BSD-2-Clause", "CC0-1.0", "ISC", "MPL-2.0"]
|
||||
copyleft = "warn"
|
||||
allow-osi-fsf-free = "neither"
|
||||
default = "deny"
|
||||
confidence-threshold = 0.9
|
||||
|
||||
[[licenses.exceptions]]
|
||||
allow = ["Unicode-DFS-2016"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue