Skip to content

Commit

Permalink
add some allowed licences to deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape committed Jul 20, 2020
1 parent 22316df commit fcf1ecf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"ISC"
"ISC",
"BSD-3-Clause",
"Zlib",
"MPL-2.0",
]
# List of explictly disallowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
Expand Down

0 comments on commit fcf1ecf

Please sign in to comment.