From 286283d3edd4d09e56e0ed0fc15d19ba0523f578 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Mon, 19 Feb 2024 22:37:18 +0100 Subject: [PATCH] cleanup license checks --- deny.toml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/deny.toml b/deny.toml index 87800fb0..a0b2902c 100644 --- a/deny.toml +++ b/deny.toml @@ -1,18 +1,8 @@ [licenses] unlicensed = "deny" -allow = [ - "MIT", - "Apache-2.0", - "BSD-2-Clause", - "BSD-3-Clause", - "CC0-1.0", - "ISC", - "MPL-2.0", -] +allow = ["MIT", "Apache-2.0", "BSD-2-Clause", "CC0-1.0", "ISC", "MPL-2.0"] copyleft = "warn" -allow-osi-fsf-free = "neither" default = "deny" -confidence-threshold = 0.9 [[licenses.exceptions]] allow = ["Unicode-DFS-2016"]