mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
chore(ci): Expand approved licenses
This commit is contained in:
parent
037f37906d
commit
d1dd4ae940
1 changed files with 5 additions and 1 deletions
|
@ -35,8 +35,12 @@ unlicensed = "deny"
|
||||||
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
|
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
|
||||||
allow = [
|
allow = [
|
||||||
"MIT",
|
"MIT",
|
||||||
|
"MIT-0",
|
||||||
"Apache-2.0",
|
"Apache-2.0",
|
||||||
#"Apache-2.0 WITH LLVM-exception",
|
"BSD-3-Clause",
|
||||||
|
"MPL-2.0",
|
||||||
|
"Unicode-DFS-2016",
|
||||||
|
"CC0-1.0",
|
||||||
]
|
]
|
||||||
# List of explicitly disallowed licenses
|
# List of explicitly disallowed licenses
|
||||||
# See https://spdx.org/licenses/ for list of possible licenses
|
# See https://spdx.org/licenses/ for list of possible licenses
|
||||||
|
|
Loading…
Reference in a new issue