mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 19:29:14 +03:00
21 lines
334 B
TOML
21 lines
334 B
TOML
|
[licenses]
|
||
|
unlicensed = "deny"
|
||
|
allow = [
|
||
|
"MIT",
|
||
|
"Apache-2.0",
|
||
|
"BSD-2-Clause",
|
||
|
"BSD-3-Clause"
|
||
|
]
|
||
|
copyleft = "warn"
|
||
|
allow-osi-fsf-free = "neither"
|
||
|
default = "deny"
|
||
|
confidence-threshold = 0.9
|
||
|
|
||
|
[[licenses.exceptions]]
|
||
|
allow = ["Unicode-DFS-2016"]
|
||
|
name = "unicode-ident"
|
||
|
version = "1.0.3"
|
||
|
|
||
|
[bans]
|
||
|
multiple-versions = "deny"
|