Skip to content

Commit

Permalink
chore: Match cargo-deny with current reality
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 24, 2023
1 parent 7b747de commit aada2f3
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,13 @@ unlicensed = "deny"
# See https://spdx.org/licenses/ for list of possible licenses
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
allow = [
#"MIT",
#"Apache-2.0",
#"Apache-2.0 WITH LLVM-exception",
"MIT",
"MIT-0",
"Apache-2.0",
"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 Expand Up @@ -262,8 +266,8 @@ allow-git = []

[sources.allow-org]
# 1 or more github.com organizations to allow git sources for
github = [""]
github = []
# 1 or more gitlab.com organizations to allow git sources for
gitlab = [""]
gitlab = []
# 1 or more bitbucket.org organizations to allow git sources for
bitbucket = [""]
bitbucket = []

0 comments on commit aada2f3

Please sign in to comment.