[9.18] chg: dev: Exclude named.args.j2 and system test README files from license header checks

Exclude named.args.j2 files from license header checks so named.args can
be generated from Jinja templates. Also exclude system test README files
from the license header checks.

Backport of MR !11690

Merge branch 'backport-colin/reuse-namedargs-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!11697
This commit is contained in:
Colin Vidal 2026-03-16 11:58:27 +01:00
commit ce0d28d19c

View file

@ -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",
@ -143,8 +143,7 @@ path = [
"**/.dir-locals.el",
"**/.gitattributes",
"**/.gitignore",
"**/named**.args",
"**/named**.args.in",
"**/named*.args*",
"**/named.dropedns",
"**/named.ednsformerr",
"**/named.ednsnotimp",