aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml8+2 −6
1 files changed, 2 insertions, 6 deletions
diff --git a/deny.toml b/deny.toml
index 3cd37da..28938d0 100644
--- a/deny.toml
+++ b/deny.toml
@@ -1,11 +1,10 @@
-# SPDX-FileCopyrightText: 2026 Nikolay Govorov
+# SPDX-FileCopyrightText: 2026 Nikolay Govorov <me@govorov.online>
# SPDX-License-Identifier: AGPL-3.0-or-later
[licenses]
allow = [
# Dilution licenses available without restrictions
"MIT",
- "ISC",
"Apache-2.0",
"BSD-3-Clause",
@@ -22,10 +21,7 @@ allow = [
]
exceptions = [
# The project itself is distributed under the AGPL, but avoid it in dependencies
- { crate = "base", allow = ["AGPL-3.0-or-later"] },
- { crate = "repos", allow = ["AGPL-3.0-or-later"] },
- { crate = "smoke", allow = ["AGPL-3.0-or-later"] },
- { crate = "tesor", allow = ["AGPL-3.0-or-later"] },
+ { crate = "zorian", allow = ["AGPL-3.0-or-later"] },
]
unused-allowed-license = "allow"