add some allowed licences to deny.toml

This commit is contained in:
Joakim Frostegård 2020-07-21 01:53:43 +02:00
parent 22316df025
commit fcf1ecf0e8

View file

@ -74,7 +74,10 @@ allow = [
"Apache-2.0", "Apache-2.0",
"Apache-2.0 WITH LLVM-exception", "Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause", "BSD-2-Clause",
"ISC" "ISC",
"BSD-3-Clause",
"Zlib",
"MPL-2.0",
] ]
# 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