instant-epp/deny.toml

16 lines
270 B
TOML
Raw Normal View History

2023-02-23 12:38:36 +00:00
[licenses]
2024-10-23 08:08:15 +00:00
allow = [
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"MIT",
"MPL-2.0",
2024-10-23 08:08:15 +00:00
"OpenSSL",
"Unicode-DFS-2016",
]
2023-02-23 12:38:36 +00:00
[[licenses.clarify]]
name = "ring"
expression = "ISC AND MIT AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]