mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
deny.toml: allow ISC license
This commit is contained in:
parent
c1d08bc6d5
commit
2b11091bfb
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue