mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
chore(licensing): clarify licenses for TDX packages
- Added explicit license clarifications for `tdx-attest-sys` and `tdx-attest-rs` packages. - Ensured compliance with BSD-3-Clause for both packages.
This commit is contained in:
parent
a0f101acf1
commit
c2e8bb6f94
1 changed files with 12 additions and 0 deletions
12
deny.toml
12
deny.toml
|
@ -46,6 +46,18 @@ version = "*"
|
|||
expression = "MIT AND ISC AND OpenSSL"
|
||||
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
|
||||
|
||||
[[licenses.clarify]]
|
||||
name = "tdx-attest-sys"
|
||||
version = "*"
|
||||
expression = "BSD-3-Clause"
|
||||
license-files = []
|
||||
|
||||
[[licenses.clarify]]
|
||||
name = "tdx-attest-rs"
|
||||
version = "*"
|
||||
expression = "BSD-3-Clause"
|
||||
license-files = []
|
||||
|
||||
[licenses.private]
|
||||
ignore = false
|
||||
registries = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue