Skip to content

Commit

Permalink
build: clarify rings license
Browse files Browse the repository at this point in the history
  • Loading branch information
duesee committed May 5, 2024
1 parent d4150a2 commit 7caf6bd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ allow-git = [
]

[licenses]
allow = [ "Apache-2.0", "MIT", "Unicode-DFS-2016", "ISC" ]
allow = [ "Apache-2.0", "MIT", "Unicode-DFS-2016", "ISC", "OpenSSL" ]

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

0 comments on commit 7caf6bd

Please sign in to comment.