From 00c8a35a534c0ff3284c46df122b6807180ca699 Mon Sep 17 00:00:00 2001 From: Michael Ilyin Date: Thu, 30 Oct 2025 19:22:39 +0100 Subject: [PATCH 1/2] CDLA-PERMISSIVE-2.0 confirmed --- deny.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/deny.toml b/deny.toml index 0b38e7de76..7b029d08a8 100644 --- a/deny.toml +++ b/deny.toml @@ -15,9 +15,6 @@ allow = [ "Unicode-3.0", "Unicode-DFS-2016", "Zlib", - # the webpki-roots is under under CDLA-PERMISSIVE-2.0 since version 0.26.9 - # which is not in the list at https://www.eclipse.org/legal/licenses/ - # But it's transitive dependency which can't be avoided, so at least temporarily allowing it "CDLA-Permissive-2.0", ] From de30cc802d208046e3a460029133b7e4105a0504 Mon Sep 17 00:00:00 2001 From: Michael Ilyin Date: Thu, 30 Oct 2025 21:06:26 +0100 Subject: [PATCH 2/2] taplo format --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 7b029d08a8..bc37b76fd2 100644 --- a/deny.toml +++ b/deny.toml @@ -7,6 +7,7 @@ allow = [ "BSD-3-Clause", "BSL-1.0", "CC0-1.0", + "CDLA-Permissive-2.0", "EPL-2.0", "ISC", "MIT", @@ -15,7 +16,6 @@ allow = [ "Unicode-3.0", "Unicode-DFS-2016", "Zlib", - "CDLA-Permissive-2.0", ] # This was copied from https://github.com/EmbarkStudios/cargo-deny/blob/main/deny.toml#L64