mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
add some allowed licences to deny.toml
This commit is contained in:
parent
22316df025
commit
fcf1ecf0e8
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue