mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-20 18:23:41 +00:00
11 lines
288 B
TOML
11 lines
288 B
TOML
[licenses]
|
|
allow-osi-fsf-free = "either"
|
|
copyleft = "warn"
|
|
exceptions = [{ allow = ["ISC", "MIT", "OpenSSL"], name = "ring" }]
|
|
private = { ignore = true }
|
|
|
|
[[licenses.clarify]]
|
|
name = "ring"
|
|
expression = "ISC AND MIT AND OpenSSL"
|
|
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
|