From bba04a0fd1906f70a5d5ea674697604e010ace4f Mon Sep 17 00:00:00 2001 From: Colin Vidal Date: Mon, 16 Mar 2026 10:29:34 +0100 Subject: [PATCH] Excluse system test README files from license header checks Exclude README* files in system test directories from license header checks. (cherry picked from commit c77c4992549432b3d255f433db9a4c0f6fc7b5f3) --- REUSE.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 8f6f477dbd..a1e0541480 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -29,6 +29,7 @@ path = [ "COPYRIGHT", "Makefile", "Makefile.**", + "bin/tests/system/**/README*", "bin/tests/system/checkzone/zones/bad-caa-rr.db", "bin/tests/system/checkzone/zones/bad1.db", "bin/tests/system/checkzone/zones/crashzone.db", @@ -40,7 +41,6 @@ path = [ "bin/tests/system/checkzone/zones/warn.deprecated.rsasha1.db", "bin/tests/system/dnstap/large-answer.fstrm", "bin/tests/system/doth/CA/CA.cfg", - "bin/tests/system/doth/CA/README", "bin/tests/system/doth/CA/index.txt", "bin/tests/system/doth/CA/index.txt.attr", "bin/tests/system/doth/CA/serial",