Skip to content

Commit

Permalink
add license clarifications
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
tknickman committed Dec 7, 2022
1 parent 859afc5 commit 5ab239f
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 3 deletions.
232 changes: 229 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,19 @@ allow = [
"Unicode-DFS-2016",
# portpicker
"Unlicense",
"OpenSSL"
]
[[licenses.clarify]]
name = "ring"
expression = "ISC AND MIT AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 }
]

[[licenses.clarify]]
name = "webpki"
expression = "ISC AND MIT AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0x001c7e6c }
]

0 comments on commit 5ab239f

Please sign in to comment.