Skip to content

Commit d1dd4ae

Browse files
committed
chore(ci): Expand approved licenses
1 parent 037f379 commit d1dd4ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deny.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ unlicensed = "deny"
3535
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
3636
allow = [
3737
"MIT",
38+
"MIT-0",
3839
"Apache-2.0",
39-
#"Apache-2.0 WITH LLVM-exception",
40+
"BSD-3-Clause",
41+
"MPL-2.0",
42+
"Unicode-DFS-2016",
43+
"CC0-1.0",
4044
]
4145
# List of explicitly disallowed licenses
4246
# See https://spdx.org/licenses/ for list of possible licenses

0 commit comments

Comments
 (0)