Skip to content

Commit

Permalink
Add clarification for the 'ring' license
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Dec 17, 2024
1 parent 8b742ff commit 84dba55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,14 @@ exceptions = [
{ allow = ["MPL-2.0"], name = "sized-chunks" },
{ allow = ["MPL-2.0"], name = "webpki-roots" },
{ allow = ["CDDL-1.0"], name = "inferno" },
{ allow = ["OpenSSL"], name = "ring" },
]

[[licenses.clarify]]
crate = "ring"
expression = "ISC"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]

# This section is considered when running `cargo deny check sources`.
# More documentation about the 'sources' section can be found here:
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html
Expand Down

0 comments on commit 84dba55

Please sign in to comment.