Skip to content

Commit

Permalink
deny.toml: remove license exception for orchard.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira-Emma Hopwood <[email protected]>
  • Loading branch information
daira committed Apr 15, 2024
1 parent 58a616d commit 25535c4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ copyleft = "deny"
exceptions = [
{ name = "arrayref", allow = ["BSD-2-Clause"] },
{ name = "curve25519-dalek", allow = ["BSD-3-Clause"] },
{ name = "orchard", allow = ["LicenseRef-BOSL-1.0-or-later-with-Zcash-exception"] },
{ name = "ring", allow = ["LicenseRef-ring"] },
{ name = "secp256k1", allow = ["CC0-1.0"] },
{ name = "secp256k1-sys", allow = ["CC0-1.0"] },
Expand All @@ -35,13 +34,6 @@ exceptions = [
{ name = "untrusted", allow = ["ISC"] },
]

[[licenses.clarify]]
name = "orchard"
expression = "LicenseRef-BOSL-1.0-or-later-with-Zcash-exception"
license-files = [
{ path = "LICENSE-BOSL", hash = 0xf2d16f6e },
]

[[licenses.clarify]]
name = "ring"
expression = "LicenseRef-ring"
Expand Down

0 comments on commit 25535c4

Please sign in to comment.