Skip to content

Commit

Permalink
chore(ci): Expand approved licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 29, 2023
1 parent 037f379 commit d1dd4ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ unlicensed = "deny"
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
allow = [
"MIT",
"MIT-0",
"Apache-2.0",
#"Apache-2.0 WITH LLVM-exception",
"BSD-3-Clause",
"MPL-2.0",
"Unicode-DFS-2016",
"CC0-1.0",
]
# List of explicitly disallowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
Expand Down

0 comments on commit d1dd4ae

Please sign in to comment.