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:
Harald Hoyer 2024-12-20 09:04:25 +01:00
parent a0f101acf1
commit c2e8bb6f94
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -46,6 +46,18 @@ version = "*"
expression = "MIT AND ISC AND OpenSSL" expression = "MIT AND ISC AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] 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] [licenses.private]
ignore = false ignore = false
registries = [] registries = []