aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml18+0 −18
1 files changed, 0 insertions, 18 deletions
diff --git a/deny.toml b/deny.toml
deleted file mode 100644
--- a/deny.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-# SPDX-FileCopyrightText: 2026 Nikolay Govorov
-# SPDX-License-Identifier: Apache-2.0
-
-[licenses]
-allow = [
- "Apache-2.0",
- "Apache-2.0 WITH LLVM-exception",
- "BSD-2-Clause",
- "BSD-3-Clause",
- "BSL-1.0",
- "CDLA-Permissive-2.0",
- "ISC",
- "MIT",
- "MPL-2.0",
- "Unicode-3.0",
- "Zlib",
-]
-unused-allowed-license = "allow"