chore(ci): Expand approved licenses

This commit is contained in:
Ed Page 2023-03-29 15:28:54 -05:00
parent 037f37906d
commit d1dd4ae940

View file

@ -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