Files
himalaya/deny.toml
T
Clément DOUIN 48cb0d3e7b docs: switch back license to MIT OR Apache-2.0
The AGPL license was just too restrictive, better to put effort in a Enterprise,
paid version.
2026-06-08 14:46:05 +02:00

32 lines
771 B
TOML

[sources]
allow-git = [
"https://github.com/nlnetlabs/domain",
# "https://github.com/pimalaya/cli",
# "https://github.com/pimalaya/config",
# "https://github.com/pimalaya/io-email",
# "https://github.com/pimalaya/io-http",
# "https://github.com/pimalaya/io-imap",
# "https://github.com/pimalaya/io-jmap",
# "https://github.com/pimalaya/io-m2dir",
# "https://github.com/pimalaya/io-maildir",
# "https://github.com/pimalaya/io-smtp",
"https://github.com/pimalaya/pimconf",
# "https://github.com/pimalaya/stream",
]
unknown-git = "deny"
unknown-registry = "deny"
[licenses]
allow = [
"0BSD",
"Apache-2.0 WITH LLVM-exception",
"Apache-2.0",
"BSD-3-Clause",
"CDLA-Permissive-2.0",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-3.0",
"Zlib",
]