We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037f379 commit d1dd4aeCopy full SHA for d1dd4ae
deny.toml
@@ -35,8 +35,12 @@ unlicensed = "deny"
35
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
36
allow = [
37
"MIT",
38
+ "MIT-0",
39
"Apache-2.0",
- #"Apache-2.0 WITH LLVM-exception",
40
+ "BSD-3-Clause",
41
+ "MPL-2.0",
42
+ "Unicode-DFS-2016",
43
+ "CC0-1.0",
44
]
45
# List of explicitly disallowed licenses
46
# See https://spdx.org/licenses/ for list of possible licenses
0 commit comments