Skip to content

Commit

Permalink
Explicitly allow the license of this crate with cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel committed May 12, 2024
1 parent 3e567c7 commit 484f602
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ 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",
"Unicode-DFS-2016",
"BSD-2-Clause",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
]
# Blanket approval or denial for OSI-approved or FSF Free/Libre licenses
# * both - The license will be approved if it is both OSI-approved *AND* FSF
Expand Down

0 comments on commit 484f602

Please sign in to comment.