mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 06:42:42 +00:00
Merge pull request #6427 from cakebaker/deny_toml_allow_bsl_1_0_as_license
deny.toml: allow BSL-1.0 as license
This commit is contained in:
commit
4534f359f2
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ allow = [
|
|||
"BSD-2-Clause",
|
||||
"BSD-2-Clause-FreeBSD",
|
||||
"BSD-3-Clause",
|
||||
"BSL-1.0",
|
||||
"CC0-1.0",
|
||||
"Unicode-DFS-2016",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue