From b1a60e11492aa45b9acd94e8760bc45331b6e757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Mon, 6 Oct 2025 17:45:07 +0200 Subject: [PATCH] Remove reuse annotations for unused m4 libtool files The files in question are no longer included in the git tree and distributed with the code. Remove the reuse annotations as they caused issues with reuse 6.0.0, as multiline annotation for SPDX-FileCopyrightText breaks the parsing. (cherry picked from commit 2d0fb3f25d9013823f42d3e8fede24a499452591) --- REUSE.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index 8553b3e3dc..cd50e61477 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -146,18 +146,6 @@ precedence = "aggregate" SPDX-FileCopyrightText = "Internet Systems Consortium, Inc. (\"ISC\")" SPDX-License-Identifier = "MPL-2.0" -[[annotations]] -path = [ - "m4/libtool.m4", - "m4/ltoptions.m4", - "m4/ltsugar.m4", - "m4/ltversion.m4", - "m4/ltversion.m4", - "m4/lt~obsolete.m4" -] -precedence = "aggregate" -SPDX-FileCopyrightText = "Free Software Foundation, Inc.\n This file is free software; the Free Software Foundation gives unlimited\n permission to copy and/or distribute it, with or without modifications, as long\n as this notice is preserved." - [[annotations]] path = [ "contrib/dlz/modules/**/testing/**"