From e0348ca7cbf465e829433e0bd92ad775671f283a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 16 Jan 2025 08:45:37 -0500 Subject: [PATCH] deny.toml: Update allowed licenses Everything here is OSI approved. --- deny.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deny.toml b/deny.toml index f87eb577ff..56970b87d6 100644 --- a/deny.toml +++ b/deny.toml @@ -1,14 +1,14 @@ [licenses] -unlicensed = "deny" -copyleft = "allow" -allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "CC0-1.0", "Unicode-DFS-2016"] +allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", + "BSD-3-Clause", "BSD-2-Clause", "Zlib", + "Unlicense", "CC0-1.0", + "Unicode-DFS-2016", "Unicode-3.0"] private = { ignore = true } [[bans.deny]] # We want to require FIPS validation downstream, so we use openssl name = "ring" - [sources] unknown-registry = "deny" unknown-git = "deny"