chore: allow some licenses
This commit is contained in:
10
deny.toml
10
deny.toml
@@ -89,9 +89,13 @@ ignore = [
|
|||||||
# See https://spdx.org/licenses/ for list of possible licenses
|
# See https://spdx.org/licenses/ for list of possible licenses
|
||||||
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
|
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
|
||||||
allow = [
|
allow = [
|
||||||
#"MIT",
|
"Apache-2.0",
|
||||||
#"Apache-2.0",
|
"Apache-2.0 WITH LLVM-exception",
|
||||||
#"Apache-2.0 WITH LLVM-exception",
|
"BSD-3-Clause",
|
||||||
|
"MIT",
|
||||||
|
"MPL-2.0",
|
||||||
|
"Unicode-3.0",
|
||||||
|
"Zlib",
|
||||||
]
|
]
|
||||||
# The confidence threshold for detecting a license from license text.
|
# The confidence threshold for detecting a license from license text.
|
||||||
# The higher the value, the more closely the license text must be to the
|
# The higher the value, the more closely the license text must be to the
|
||||||
|
Reference in New Issue
Block a user