Add BSD-3-Clause to deny.toml
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
f2ad153965
commit
eab33ab814
|
|
@ -72,7 +72,7 @@ unlicensed = "deny"
|
||||||
allow = [
|
allow = [
|
||||||
"MIT",
|
"MIT",
|
||||||
"Apache-2.0",
|
"Apache-2.0",
|
||||||
#"Apache-2.0 WITH LLVM-exception",
|
"BSD-3-Clause",
|
||||||
]
|
]
|
||||||
# List of explictly disallowed licenses
|
# List of explictly 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 New Issue