factoriauth/deny.toml

15 lines
239 B
TOML
Raw Normal View History

2024-02-10 23:04:50 +01:00
[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 }
]