From 39e9e65769001237732b2f5f710c76112e1ede27 Mon Sep 17 00:00:00 2001 From: "Patrick J.P. Culp" Date: Wed, 10 Apr 2024 17:50:04 +0000 Subject: [PATCH] sources: update deny.toml to version 2 Several keys have been deprecated in favor of the same default values we were specifying before. By removing them and adding `version = 2` under licenses we will maintain the same behavior, but without the deprecation notices. --- sources/deny.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sources/deny.toml b/sources/deny.toml index 2917db225d6..a55957366a6 100644 --- a/sources/deny.toml +++ b/sources/deny.toml @@ -1,10 +1,5 @@ [licenses] -unlicensed = "deny" - -# Deny licenses unless they are specifically listed here -copyleft = "deny" -allow-osi-fsf-free = "neither" -default = "deny" +version = 2 # We want really high confidence when inferring licenses from text confidence-threshold = 0.93