14 lines
239 B
TOML
14 lines
239 B
TOML
[licenses]
|
|
copyleft = "allow"
|
|
allow-osi-fsf-free = "both"
|
|
allow = [
|
|
"OpenSSL",
|
|
"Unicode-DFS-2016",
|
|
]
|
|
|
|
[[licenses.clarify]]
|
|
name = "ring"
|
|
expression = "MIT AND ISC AND OpenSSL"
|
|
license-files = [
|
|
{ path = "LICENSE", hash = 0xbd0eed23 }
|
|
]
|