]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
License test data files in REUSE.toml
authorNicki Křížek <nicki@isc.org>
Mon, 30 Mar 2026 15:52:14 +0000 (17:52 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 31 Mar 2026 15:09:20 +0000 (17:09 +0200)
In order to avoid the need to repeat the license header in named.conf
files and zone files, add the paths to REUSE.toml to assign the license.

All shared snippets in bin/tests/system/_common and
bin/tests/system/**named.conf* files are covered.

Note that the existing rule **/**.db** already covers zone files. Only
remove the extraneous special-cases.

(cherry picked from commit ef57bd3a02ff458e8c542ba9447f15106aae3a60)

REUSE.toml

index dad0e26e65e838ff156f2eacdd204d88aba1fef3..58f83115c9057e0ab5522394662f80b3cd45a8a9 100644 (file)
@@ -31,15 +31,8 @@ path = [
        "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",
-       "bin/tests/system/checkzone/zones/warn.deprecated.cds-sha1.db",
-       "bin/tests/system/checkzone/zones/warn.deprecated.digest-sha1.db",
-       "bin/tests/system/checkzone/zones/warn.deprecated.ds-alg.db",
-       "bin/tests/system/checkzone/zones/warn.deprecated.key-alg.db",
-       "bin/tests/system/checkzone/zones/warn.deprecated.nsec3rsasha1.db",
-       "bin/tests/system/checkzone/zones/warn.deprecated.rsasha1.db",
+       "bin/tests/system/_common/**",
+       "bin/tests/system/**.conf*",
        "bin/tests/system/dnstap/large-answer.fstrm",
        "bin/tests/system/doth/CA/CA.cfg",
        "bin/tests/system/doth/CA/index.txt",
@@ -74,8 +67,6 @@ path = [
        "bin/tests/system/journal/ns2/managed-keys.bind.in",
        "bin/tests/system/journal/ns2/managed-keys.bind.jnl.in",
        "bin/tests/system/keepalive/expected",
-       "bin/tests/system/legacy/ns6/edns512.db.signed",
-       "bin/tests/system/legacy/ns7/edns512-notcp.db.signed",
        "bin/tests/system/masterfile/knowngood.include",
        "bin/tests/system/masterfile/knowngood.ttl1",
        "bin/tests/system/masterfile/knowngood.ttl2",