deny.toml: allow ISC license

This commit is contained in:
Joakim Frostegård 2020-05-17 12:13:27 +02:00
parent c1d08bc6d5
commit 2b11091bfb

View file

@ -73,7 +73,8 @@ allow = [
"MIT", "MIT",
"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"
] ]
# 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