From 58bd26b6cf7bac3f614b6614cd2aff6075b6f9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 3 Jun 2021 08:37:05 +0200 Subject: [PATCH] Update the copyright information in all files in the repository This commit converts the license handling to adhere to the REUSE specification. It specifically: 1. Adds used licnses to LICENSES/ directory 2. Add "isc" template for adding the copyright boilerplate 3. Changes all source files to include copyright and SPDX license header, this includes all the C sources, documentation, zone files, configuration files. There are notes in the doc/dev/copyrights file on how to add correct headers to the new files. 4. Handle the rest that can't be modified via .reuse/dep5 file. The binary (or otherwise unmodifiable) files could have license places next to them in .license file, but this would lead to cluttered repository and most of the files handled in the .reuse/dep5 file are system test files. --- .reuse/dep5 | 177 +++++++++++++ .reuse/templates/isc.jinja2 | 16 ++ CODE_OF_CONDUCT.md | 13 + CONTRIBUTING.md | 18 +- LICENSE | 2 +- LICENSES/Apache-2.0.txt | 73 ++++++ LICENSES/Autoconf-exception-3.0.txt | 26 ++ LICENSES/BSD-2-Clause.txt | 9 + LICENSES/BSD-3-Clause.txt | 11 + LICENSES/CC0-1.0.txt | 121 +++++++++ LICENSES/FSFAP.txt | 1 + LICENSES/GPL-2.0-or-later.txt | 117 +++++++++ LICENSES/GPL-3.0-or-later.txt | 232 ++++++++++++++++++ LICENSES/ISC.txt | 8 + LICENSES/LLVM-exception.txt | 15 ++ .../LicenseRef-Automake-exception-2.0.txt | 1 + LICENSES/MIT.txt | 9 + LICENSES/MPL-2.0.txt | 144 +++++++++++ OPTIONS.md | 18 +- PLATFORMS.md | 18 +- README.md | 18 +- bin/check/check-tool.c | 2 + bin/check/check-tool.h | 2 + bin/check/named-checkconf.c | 2 + bin/check/named-checkconf.rst | 28 +-- bin/check/named-checkzone.c | 2 + bin/check/named-checkzone.rst | 28 +-- bin/confgen/include/confgen/os.h | 2 + bin/confgen/keygen.c | 2 + bin/confgen/keygen.h | 2 + bin/confgen/os.c | 2 + bin/confgen/rndc-confgen.c | 2 + bin/confgen/rndc-confgen.rst | 28 +-- bin/confgen/tsig-keygen.c | 2 + bin/confgen/tsig-keygen.rst | 28 +-- bin/confgen/util.c | 2 + bin/confgen/util.h | 2 + bin/delv/delv.c | 2 + bin/delv/delv.rst | 28 +-- bin/dig/dig.c | 2 + bin/dig/dig.rst | 28 +-- bin/dig/dighost.c | 2 + bin/dig/dighost.h | 2 + bin/dig/host.c | 2 + bin/dig/host.rst | 28 +-- bin/dig/nslookup.c | 2 + bin/dig/nslookup.rst | 28 +-- bin/dig/readline.h | 2 + bin/dnssec/dnssec-cds.c | 2 + bin/dnssec/dnssec-cds.rst | 28 +-- bin/dnssec/dnssec-dsfromkey.c | 2 + bin/dnssec/dnssec-dsfromkey.rst | 28 +-- bin/dnssec/dnssec-importkey.c | 2 + bin/dnssec/dnssec-importkey.rst | 28 +-- bin/dnssec/dnssec-keyfromlabel.c | 2 + bin/dnssec/dnssec-keyfromlabel.rst | 28 +-- bin/dnssec/dnssec-keygen.c | 2 + bin/dnssec/dnssec-keygen.rst | 28 +-- bin/dnssec/dnssec-revoke.c | 2 + bin/dnssec/dnssec-revoke.rst | 28 +-- bin/dnssec/dnssec-settime.c | 2 + bin/dnssec/dnssec-settime.rst | 28 +-- bin/dnssec/dnssec-signzone.c | 2 + bin/dnssec/dnssec-signzone.rst | 28 +-- bin/dnssec/dnssec-verify.c | 2 + bin/dnssec/dnssec-verify.rst | 28 +-- bin/dnssec/dnssectool.c | 2 + bin/dnssec/dnssectool.h | 2 + bin/named/bind9.xsl | 1 + bin/named/builtin.c | 2 + bin/named/config.c | 2 + bin/named/control.c | 2 + bin/named/controlconf.c | 2 + bin/named/dlz_dlopen_driver.c | 2 + bin/named/fuzz.c | 2 + bin/named/geoip.c | 2 + bin/named/include/dlz/dlz_dlopen_driver.h | 2 + bin/named/include/named/builtin.h | 2 + bin/named/include/named/config.h | 2 + bin/named/include/named/control.h | 2 + bin/named/include/named/fuzz.h | 2 + bin/named/include/named/geoip.h | 2 + bin/named/include/named/globals.h | 2 + bin/named/include/named/log.h | 2 + bin/named/include/named/logconf.h | 2 + bin/named/include/named/main.h | 2 + bin/named/include/named/os.h | 2 + bin/named/include/named/server.h | 2 + bin/named/include/named/smf_globals.h | 2 + bin/named/include/named/statschannel.h | 2 + bin/named/include/named/tkeyconf.h | 2 + bin/named/include/named/transportconf.h | 2 + bin/named/include/named/tsigconf.h | 2 + bin/named/include/named/types.h | 2 + bin/named/include/named/zoneconf.h | 2 + bin/named/log.c | 2 + bin/named/logconf.c | 2 + bin/named/main.c | 2 + bin/named/named.conf.rst | 11 + bin/named/named.rst | 28 +-- bin/named/os.c | 2 + bin/named/server.c | 2 + bin/named/statschannel.c | 2 + bin/named/tkeyconf.c | 2 + bin/named/transportconf.c | 2 + bin/named/tsigconf.c | 2 + bin/named/xsl_p.h | 4 +- bin/named/zoneconf.c | 2 + bin/nsupdate/nsupdate.c | 2 + bin/nsupdate/nsupdate.rst | 28 +-- bin/plugins/filter-a.c | 2 + bin/plugins/filter-a.rst | 28 +-- bin/plugins/filter-aaaa.c | 2 + bin/plugins/filter-aaaa.rst | 28 +-- bin/rndc/rndc.c | 2 + bin/rndc/rndc.conf | 4 +- bin/rndc/rndc.conf.rst | 28 +-- bin/rndc/rndc.rst | 28 +-- bin/rndc/util.c | 2 + bin/rndc/util.h | 2 + bin/tests/prepare-softhsm2.sh | 6 +- bin/tests/startperf/README | 13 + bin/tests/startperf/clean.sh | 6 +- bin/tests/startperf/makenames.pl | 6 +- bin/tests/startperf/mkzonefile.pl | 6 +- bin/tests/startperf/setup.sh | 6 +- bin/tests/startperf/smallzone.db | 6 +- bin/tests/system/README | 9 +- bin/tests/system/acl/clean.sh | 6 +- bin/tests/system/acl/ns2/named1.conf.in | 6 +- bin/tests/system/acl/ns2/named2.conf.in | 6 +- bin/tests/system/acl/ns2/named3.conf.in | 6 +- bin/tests/system/acl/ns2/named4.conf.in | 6 +- bin/tests/system/acl/ns2/named5.conf.in | 6 +- bin/tests/system/acl/ns3/example.db | 6 +- bin/tests/system/acl/ns3/named.conf.in | 6 +- bin/tests/system/acl/ns4/example.db | 6 +- bin/tests/system/acl/ns4/existing.db | 6 +- bin/tests/system/acl/ns4/named.conf.in | 6 +- bin/tests/system/acl/setup.sh | 6 +- bin/tests/system/acl/tests.sh | 6 +- bin/tests/system/additional/clean.sh | 6 +- bin/tests/system/additional/ns1/mx.db | 6 +- .../system/additional/ns1/named1.conf.in | 6 +- .../system/additional/ns1/named2.conf.in | 6 +- .../system/additional/ns1/named3.conf.in | 6 +- .../system/additional/ns1/named4.conf.in | 6 +- bin/tests/system/additional/ns1/naptr.db | 6 +- bin/tests/system/additional/ns1/naptr2.db | 6 +- bin/tests/system/additional/ns1/nid.db | 6 +- bin/tests/system/additional/ns1/root.db | 6 +- bin/tests/system/additional/ns1/rt.db | 6 +- bin/tests/system/additional/ns1/rt2.db | 6 +- bin/tests/system/additional/ns1/srv.db | 6 +- bin/tests/system/additional/ns2/named.conf.in | 6 +- bin/tests/system/additional/ns2/root.db | 6 +- bin/tests/system/additional/ns3/ex.db | 6 +- bin/tests/system/additional/ns3/ex2.db | 6 +- bin/tests/system/additional/ns3/named.conf.in | 6 +- bin/tests/system/additional/ns3/root.hint | 6 +- bin/tests/system/additional/setup.sh | 6 +- bin/tests/system/additional/tests.sh | 6 +- bin/tests/system/addzone/clean.sh | 6 +- bin/tests/system/addzone/ns1/inlinesec.db | 6 +- bin/tests/system/addzone/ns1/named.conf.in | 6 +- bin/tests/system/addzone/ns1/redirect.db.1 | 6 +- bin/tests/system/addzone/ns1/redirect.db.2 | 6 +- bin/tests/system/addzone/ns2/added.db | 6 +- bin/tests/system/addzone/ns2/default.nzf.in | 13 + bin/tests/system/addzone/ns2/hints.db | 6 +- bin/tests/system/addzone/ns2/inline.db | 6 +- bin/tests/system/addzone/ns2/named1.conf.in | 6 +- bin/tests/system/addzone/ns2/named2.conf.in | 6 +- bin/tests/system/addzone/ns2/named3.conf.in | 6 +- bin/tests/system/addzone/ns2/normal.db | 6 +- bin/tests/system/addzone/ns2/previous.db | 6 +- bin/tests/system/addzone/ns2/redirect.db.1 | 6 +- bin/tests/system/addzone/ns2/redirect.db.2 | 6 +- bin/tests/system/addzone/ns3/e.db | 6 +- bin/tests/system/addzone/ns3/example.db | 11 + bin/tests/system/addzone/ns3/named1.conf.in | 6 +- bin/tests/system/addzone/ns3/named2.conf.in | 6 +- bin/tests/system/addzone/ns3/redirect.db.1 | 6 +- bin/tests/system/addzone/ns3/redirect.db.2 | 6 +- bin/tests/system/addzone/setup.sh | 6 +- bin/tests/system/addzone/tests.sh | 6 +- .../system/addzone/tests_rndc_deadlock.py | 6 +- bin/tests/system/allow-query/clean.sh | 6 +- .../system/allow-query/ns1/named.conf.in | 6 +- bin/tests/system/allow-query/ns1/root.db | 6 +- bin/tests/system/allow-query/ns2/generic.db | 6 +- .../system/allow-query/ns2/named01.conf.in | 6 +- .../system/allow-query/ns2/named02.conf.in | 6 +- .../system/allow-query/ns2/named03.conf.in | 6 +- .../system/allow-query/ns2/named04.conf.in | 6 +- .../system/allow-query/ns2/named05.conf.in | 6 +- .../system/allow-query/ns2/named06.conf.in | 6 +- .../system/allow-query/ns2/named07.conf.in | 6 +- .../system/allow-query/ns2/named08.conf.in | 6 +- .../system/allow-query/ns2/named09.conf.in | 6 +- .../system/allow-query/ns2/named10.conf.in | 6 +- .../system/allow-query/ns2/named11.conf.in | 6 +- .../system/allow-query/ns2/named12.conf.in | 6 +- .../system/allow-query/ns2/named21.conf.in | 6 +- .../system/allow-query/ns2/named22.conf.in | 6 +- .../system/allow-query/ns2/named23.conf.in | 6 +- .../system/allow-query/ns2/named24.conf.in | 6 +- .../system/allow-query/ns2/named25.conf.in | 6 +- .../system/allow-query/ns2/named26.conf.in | 6 +- .../system/allow-query/ns2/named27.conf.in | 6 +- .../system/allow-query/ns2/named28.conf.in | 6 +- .../system/allow-query/ns2/named29.conf.in | 6 +- .../system/allow-query/ns2/named30.conf.in | 6 +- .../system/allow-query/ns2/named31.conf.in | 6 +- .../system/allow-query/ns2/named32.conf.in | 6 +- .../system/allow-query/ns2/named33.conf.in | 6 +- .../system/allow-query/ns2/named34.conf.in | 6 +- .../system/allow-query/ns2/named40.conf.in | 6 +- .../system/allow-query/ns2/named53.conf.in | 6 +- .../system/allow-query/ns2/named54.conf.in | 6 +- .../system/allow-query/ns2/named55.conf.in | 6 +- .../system/allow-query/ns2/named56.conf.in | 6 +- .../system/allow-query/ns2/named57.conf.in | 6 +- .../system/allow-query/ns3/named1.conf.in | 6 +- .../system/allow-query/ns3/named2.conf.in | 6 +- .../system/allow-query/ns3/named3.conf.in | 6 +- .../system/allow-query/ns3/named4.conf.in | 6 +- bin/tests/system/allow-query/setup.sh | 6 +- bin/tests/system/allow-query/tests.sh | 6 +- bin/tests/system/ans.pl | 6 +- bin/tests/system/auth/clean.sh | 4 +- bin/tests/system/auth/ns1/chaos.db | 6 +- bin/tests/system/auth/ns1/example.com.db | 6 +- bin/tests/system/auth/ns1/example.net.db | 6 +- bin/tests/system/auth/ns1/named.conf.in | 6 +- bin/tests/system/auth/ns2/named.conf.in | 6 +- bin/tests/system/auth/setup.sh | 6 +- bin/tests/system/auth/tests.sh | 6 +- bin/tests/system/autosign/clean.sh | 6 +- bin/tests/system/autosign/ns1/keygen.sh | 6 +- bin/tests/system/autosign/ns1/named.conf.in | 6 +- bin/tests/system/autosign/ns1/root.db.in | 6 +- bin/tests/system/autosign/ns2/bar.db.in | 6 +- .../autosign/ns2/child.nsec3.example.db | 6 +- .../autosign/ns2/child.optout.example.db | 6 +- .../system/autosign/ns2/dst.example.db.in | 6 +- bin/tests/system/autosign/ns2/example.db.in | 6 +- .../autosign/ns2/insecure.secure.example.db | 6 +- bin/tests/system/autosign/ns2/keygen.sh | 6 +- bin/tests/system/autosign/ns2/named.conf.in | 6 +- .../autosign/ns2/private.secure.example.db.in | 6 +- .../autosign/ns3/autonsec3.example.db.in | 6 +- .../system/autosign/ns3/delay.example.db | 6 +- .../system/autosign/ns3/delzsk.example.db.in | 6 +- .../ns3/dname-at-apex-nsec3.example.db.in | 11 + .../autosign/ns3/inacksk2.example.db.in | 6 +- .../autosign/ns3/inacksk3.example.db.in | 6 +- .../system/autosign/ns3/inaczsk.example.db.in | 6 +- .../autosign/ns3/inaczsk2.example.db.in | 6 +- .../autosign/ns3/inaczsk3.example.db.in | 6 +- .../system/autosign/ns3/insecure.example.db | 6 +- .../autosign/ns3/jitter.nsec3.example.db.in | 6 +- bin/tests/system/autosign/ns3/keygen.sh | 6 +- .../system/autosign/ns3/kskonly.example.db.in | 6 +- bin/tests/system/autosign/ns3/named.conf.in | 6 +- .../system/autosign/ns3/noksk.example.db.in | 6 +- .../system/autosign/ns3/nozsk.example.db.in | 6 +- .../system/autosign/ns3/nsec.example.db.in | 6 +- .../autosign/ns3/nsec3-to-nsec.example.db.in | 6 +- .../system/autosign/ns3/nsec3.example.db.in | 6 +- .../autosign/ns3/nsec3.nsec3.example.db.in | 6 +- .../autosign/ns3/nsec3.optout.example.db.in | 6 +- .../system/autosign/ns3/oldsigs.example.db.in | 6 +- .../system/autosign/ns3/optout.example.db.in | 6 +- .../autosign/ns3/optout.nsec3.example.db.in | 6 +- .../autosign/ns3/optout.optout.example.db.in | 6 +- .../autosign/ns3/rsasha256.example.db.in | 6 +- .../autosign/ns3/rsasha512.example.db.in | 6 +- .../ns3/secure-to-insecure.example.db.in | 6 +- .../ns3/secure-to-insecure2.example.db.in | 6 +- .../system/autosign/ns3/secure.example.db.in | 6 +- .../autosign/ns3/secure.nsec3.example.db.in | 6 +- .../autosign/ns3/secure.optout.example.db.in | 6 +- .../system/autosign/ns3/sync.example.db.in | 6 +- .../system/autosign/ns3/ttl1.example.db.in | 6 +- .../system/autosign/ns3/ttl2.example.db.in | 6 +- .../system/autosign/ns3/ttl3.example.db.in | 6 +- .../system/autosign/ns3/ttl4.example.db.in | 6 +- bin/tests/system/autosign/ns4/named.conf.in | 6 +- bin/tests/system/autosign/ns5/named.conf.in | 6 +- bin/tests/system/autosign/setup.sh | 6 +- bin/tests/system/autosign/tests.sh | 6 +- bin/tests/system/builtin/clean.sh | 6 +- bin/tests/system/builtin/ns1/named.conf.in | 6 +- bin/tests/system/builtin/ns2/named.conf.in | 6 +- bin/tests/system/builtin/ns3/named.conf.in | 6 +- bin/tests/system/builtin/setup.sh | 6 +- bin/tests/system/builtin/tests.sh | 4 +- bin/tests/system/cacheclean/clean.sh | 6 +- bin/tests/system/cacheclean/ns1/example.db | 6 +- .../system/cacheclean/ns1/expire-test.db | 6 +- bin/tests/system/cacheclean/ns1/flushtest.db | 6 +- bin/tests/system/cacheclean/ns1/named.conf.in | 6 +- bin/tests/system/cacheclean/ns2/named.conf.in | 6 +- bin/tests/system/cacheclean/setup.sh | 6 +- bin/tests/system/cacheclean/tests.sh | 6 +- bin/tests/system/case/clean.sh | 6 +- bin/tests/system/case/ns1/dynamic.db.in | 7 +- bin/tests/system/case/ns1/example.db | 7 +- bin/tests/system/case/ns1/named.conf.in | 6 +- bin/tests/system/case/ns2/named.conf.in | 6 +- bin/tests/system/case/setup.sh | 4 +- bin/tests/system/case/tests.sh | 6 +- bin/tests/system/catz/clean.sh | 4 +- .../system/catz/ns1/catalog.example.db.in | 6 +- bin/tests/system/catz/ns1/named.conf.in | 6 +- bin/tests/system/catz/ns2/named1.conf.in | 6 +- bin/tests/system/catz/ns2/named2.conf.in | 6 +- bin/tests/system/catz/ns3/dom5.example.db | 6 +- bin/tests/system/catz/ns3/dom6.example.db | 6 +- bin/tests/system/catz/ns3/named.conf.in | 6 +- bin/tests/system/catz/setup.sh | 6 +- bin/tests/system/catz/tests.sh | 6 +- bin/tests/system/cds/checkmtime.pl | 6 +- bin/tests/system/cds/checktime.pl | 6 +- bin/tests/system/cds/clean.sh | 6 +- bin/tests/system/cds/mangle.pl | 6 +- bin/tests/system/cds/setup.sh | 6 +- bin/tests/system/cds/tests.sh | 6 +- bin/tests/system/chain/README | 9 +- bin/tests/system/chain/ans3/ans.pl | 6 +- bin/tests/system/chain/ans4/README.anspy | 9 +- bin/tests/system/chain/ans4/ans.py | 6 +- bin/tests/system/chain/clean.sh | 6 +- bin/tests/system/chain/ns1/named.conf.in | 6 +- bin/tests/system/chain/ns1/root.db | 6 +- bin/tests/system/chain/ns2/example.db | 6 +- bin/tests/system/chain/ns2/generic.db | 6 +- bin/tests/system/chain/ns2/named.conf.in | 6 +- bin/tests/system/chain/ns2/sign.sh | 6 +- bin/tests/system/chain/ns2/sub.db | 6 +- bin/tests/system/chain/ns2/wildcard-secure.db | 6 +- bin/tests/system/chain/ns2/wildcard.db | 6 +- bin/tests/system/chain/ns5/named.conf.in | 6 +- bin/tests/system/chain/ns5/sub.db | 6 +- bin/tests/system/chain/ns7/named.conf.in | 6 +- bin/tests/system/chain/ns7/root.hint | 6 +- bin/tests/system/chain/setup.sh | 6 +- bin/tests/system/chain/tests.sh | 4 +- bin/tests/system/checkconf/altdb.conf | 6 +- bin/tests/system/checkconf/altdlz.conf | 6 +- bin/tests/system/checkconf/ancient.conf | 6 +- bin/tests/system/checkconf/bad-acl.conf | 6 +- .../system/checkconf/bad-also-notify.conf | 6 +- .../system/checkconf/bad-catz-zone-dup.conf | 13 + .../checkconf/bad-catz-zone-primary-dup.conf | 6 +- bin/tests/system/checkconf/bad-catz-zone.conf | 6 +- .../bad-checknames-primary-dup-2.conf | 6 +- .../checkconf/bad-checknames-primary-dup.conf | 6 +- .../bad-checknames-secondary-dup.conf | 6 +- .../system/checkconf/bad-dnskey-validity.conf | 6 +- bin/tests/system/checkconf/bad-dnssec.conf | 6 +- bin/tests/system/checkconf/bad-doh-1.conf | 6 +- bin/tests/system/checkconf/bad-doh-2.conf | 6 +- bin/tests/system/checkconf/bad-doh-3.conf | 6 +- .../system/checkconf/bad-doh-badpath-1.conf | 6 +- .../system/checkconf/bad-doh-badpath-2.conf | 6 +- .../system/checkconf/bad-doh-badpath-3.conf | 6 +- .../system/checkconf/bad-doh-default.conf | 6 +- .../system/checkconf/bad-doh-duplicates.conf | 6 +- bin/tests/system/checkconf/bad-dot-1.conf | 6 +- .../bad-dot-allow-transfer-bad-port.conf | 6 +- .../bad-dot-allow-transfer-bad-proto-1.conf | 6 +- .../bad-dot-allow-transfer-bad-proto-2.conf | 6 +- .../bad-dot-allow-transfer-bad-proto-3.conf | 6 +- .../bad-dot-allow-transfer-bad-proto-4.conf | 6 +- .../system/checkconf/bad-dot-badciphers.conf | 6 +- .../system/checkconf/bad-dot-badprotocol.conf | 6 +- .../checkconf/bad-dot-duplicatetls.conf | 6 +- .../system/checkconf/bad-dot-ephemeral.conf | 6 +- .../system/checkconf/bad-dot-nocert.conf | 6 +- bin/tests/system/checkconf/bad-dot-nokey.conf | 6 +- bin/tests/system/checkconf/bad-dot-none.conf | 6 +- .../system/checkconf/bad-dot-primaries.conf | 6 +- .../system/checkconf/bad-duplicate-key.conf | 6 +- .../checkconf/bad-duplicate-primaries-1.conf | 6 +- .../checkconf/bad-duplicate-primaries-2.conf | 6 +- .../checkconf/bad-duplicate-root-key.conf | 6 +- .../checkconf/bad-glue-cache-bogus.conf | 6 +- bin/tests/system/checkconf/bad-hint.conf | 6 +- .../system/checkconf/bad-in-view-dup.conf | 6 +- .../system/checkconf/bad-inline-options.conf | 6 +- .../checkconf/bad-inline-secondary.conf | 6 +- .../system/checkconf/bad-inline-view.conf | 6 +- .../checkconf/bad-interface-interval.conf | 6 +- .../checkconf/bad-ipv4-prefix-dotted1.conf | 13 + .../checkconf/bad-ipv4-prefix-dotted2.conf | 13 + .../system/checkconf/bad-ipv4-prefix2.conf | 13 + .../checkconf/bad-kasp-define-default.conf | 6 +- .../checkconf/bad-kasp-define-insecure.conf | 6 +- .../checkconf/bad-kasp-define-none.conf | 6 +- .../system/checkconf/bad-kasp-duplicate.conf | 6 +- bin/tests/system/checkconf/bad-kasp-key1.conf | 6 +- bin/tests/system/checkconf/bad-kasp-key2.conf | 6 +- bin/tests/system/checkconf/bad-kasp-key3.conf | 6 +- bin/tests/system/checkconf/bad-kasp-key4.conf | 6 +- .../system/checkconf/bad-kasp-keydir1.conf | 6 +- .../system/checkconf/bad-kasp-keydir2.conf | 6 +- .../system/checkconf/bad-kasp-keydir3.conf | 6 +- .../system/checkconf/bad-kasp-keydir4.conf | 6 +- .../system/checkconf/bad-kasp-keydir5.conf | 6 +- ...-kasp-policy-undefined-inherited-view.conf | 6 +- .../bad-kasp-policy-undefined-inherited.conf | 6 +- bin/tests/system/checkconf/bad-kasp10.conf | 6 +- bin/tests/system/checkconf/bad-kasp11.conf | 6 +- bin/tests/system/checkconf/bad-kasp12.conf | 6 +- bin/tests/system/checkconf/bad-kasp13.conf | 6 +- bin/tests/system/checkconf/bad-kasp2.conf | 6 +- bin/tests/system/checkconf/bad-kasp3.conf | 6 +- bin/tests/system/checkconf/bad-kasp4.conf | 6 +- bin/tests/system/checkconf/bad-kasp6.conf | 6 +- bin/tests/system/checkconf/bad-kasp7.conf | 6 +- bin/tests/system/checkconf/bad-kasp8.conf | 6 +- bin/tests/system/checkconf/bad-kasp9.conf | 6 +- .../checkconf/bad-keep-response-order.conf | 6 +- bin/tests/system/checkconf/bad-lifetime.conf | 6 +- .../checkconf/bad-lmdb-mapsize-bogus.conf | 6 +- .../checkconf/bad-lmdb-mapsize-toolarge.conf | 6 +- .../checkconf/bad-lmdb-mapsize-toosmall.conf | 6 +- .../checkconf/bad-lmdb-mapsize-unlimited.conf | 6 +- .../checkconf/bad-master-request-ixfr.conf | 6 +- .../checkconf/bad-masterfile-format-map.conf | 6 +- .../system/checkconf/bad-maxcachettl.conf | 6 +- .../system/checkconf/bad-maxncachettl-1.conf | 6 +- .../system/checkconf/bad-maxncachettl-2.conf | 6 +- .../system/checkconf/bad-maxncachettl-3.conf | 6 +- .../system/checkconf/bad-maxncachettl-4.conf | 6 +- bin/tests/system/checkconf/bad-maxratio1.conf | 6 +- bin/tests/system/checkconf/bad-maxratio2.conf | 6 +- .../system/checkconf/bad-mincachettl.conf | 6 +- .../system/checkconf/bad-minncachettl.conf | 6 +- .../bad-mirror-allow-recursion-none.conf | 6 +- .../bad-mirror-explicit-notify-yes.conf | 6 +- ...-mirror-non-root-zone-without-masters.conf | 6 +- .../checkconf/bad-mirror-recursion-no.conf | 6 +- .../system/checkconf/bad-mirror-zonename.conf | 13 + bin/tests/system/checkconf/bad-noddns.conf | 6 +- .../checkconf/bad-notify-source-v6.conf | 6 +- .../system/checkconf/bad-notify-source.conf | 6 +- .../checkconf/bad-options-also-notify.conf | 6 +- .../bad-parental-agents-def-options.conf | 6 +- .../bad-parental-agents-def-view.conf | 6 +- .../bad-parental-agents-def-view2.conf | 6 +- .../bad-parental-agents-def-zone.conf | 6 +- .../checkconf/bad-parental-agents-dup.conf | 6 +- .../checkconf/bad-parental-agents-dupdef.conf | 6 +- .../checkconf/bad-parental-agents-empty.conf | 6 +- .../checkconf/bad-parental-agents-empty2.conf | 6 +- .../checkconf/bad-parental-agents-mirror.conf | 6 +- .../bad-parental-agents-notfound.conf | 6 +- .../checkconf/bad-parental-source-v6.conf | 6 +- .../system/checkconf/bad-parental-source.conf | 6 +- bin/tests/system/checkconf/bad-port.conf | 6 +- .../system/checkconf/bad-primaries-dup.conf | 6 +- .../system/checkconf/bad-primaries-key.conf | 6 +- .../checkconf/bad-primaries-notfound.conf | 6 +- .../system/checkconf/bad-primaries-tls.conf | 6 +- bin/tests/system/checkconf/bad-printtime.conf | 6 +- .../system/checkconf/bad-rate-limit-acl.conf | 6 +- .../bad-rate-limit-all-per-second.conf | 6 +- .../bad-rate-limit-errors-per-second.conf | 6 +- .../bad-rate-limit-ipv4-prefix-length.conf | 6 +- .../bad-rate-limit-ipv6-prefix-length.conf | 6 +- .../bad-rate-limit-max-table-size.conf | 6 +- .../bad-rate-limit-nodata-per-second.conf | 6 +- .../bad-rate-limit-nxdomains-per-second.conf | 6 +- .../checkconf/bad-rate-limit-qps-scale.conf | 6 +- .../bad-rate-limit-referrals-per-second.conf | 6 +- .../bad-rate-limit-responses-per-second.conf | 6 +- .../system/checkconf/bad-rate-limit-slip.conf | 6 +- .../checkconf/bad-rate-limit-window.conf | 6 +- .../system/checkconf/bad-root-mixed-key.conf | 6 +- .../checkconf/bad-rpz-too-many-zones.conf | 6 +- bin/tests/system/checkconf/bad-rpz-ttl.conf | 6 +- .../system/checkconf/bad-rpz-update.conf | 6 +- bin/tests/system/checkconf/bad-rpz-zone.conf | 6 +- .../system/checkconf/bad-sharedwritable1.conf | 6 +- .../system/checkconf/bad-sharedwritable2.conf | 6 +- .../system/checkconf/bad-sharedzone1.conf | 6 +- .../system/checkconf/bad-sharedzone2.conf | 6 +- .../system/checkconf/bad-sharedzone3.conf | 6 +- .../system/checkconf/bad-sig-validity.conf | 6 +- .../checkconf/bad-static-initial-1.conf | 6 +- .../checkconf/bad-static-initial-2.conf | 6 +- .../checkconf/bad-static-initial-3.conf | 6 +- .../checkconf/bad-static-initial-4.conf | 6 +- .../checkconf/bad-stub-masters-dialup.conf | 13 + .../checkconf/bad-transfer-source-v6.conf | 6 +- .../system/checkconf/bad-transfer-source.conf | 6 +- bin/tests/system/checkconf/bad-tsig.conf | 6 +- .../system/checkconf/bad-update-policy1.conf | 6 +- .../system/checkconf/bad-update-policy10.conf | 6 +- .../system/checkconf/bad-update-policy11.conf | 6 +- .../system/checkconf/bad-update-policy12.conf | 6 +- .../system/checkconf/bad-update-policy13.conf | 6 +- .../system/checkconf/bad-update-policy14.conf | 6 +- .../system/checkconf/bad-update-policy15.conf | 6 +- .../system/checkconf/bad-update-policy16.conf | 6 +- .../system/checkconf/bad-update-policy17.conf | 6 +- .../system/checkconf/bad-update-policy18.conf | 6 +- .../system/checkconf/bad-update-policy19.conf | 6 +- .../system/checkconf/bad-update-policy2.conf | 6 +- .../system/checkconf/bad-update-policy20.conf | 6 +- .../system/checkconf/bad-update-policy3.conf | 6 +- .../system/checkconf/bad-update-policy4.conf | 6 +- .../system/checkconf/bad-update-policy5.conf | 6 +- .../system/checkconf/bad-update-policy6.conf | 6 +- .../system/checkconf/bad-update-policy7.conf | 6 +- .../system/checkconf/bad-update-policy8.conf | 6 +- .../system/checkconf/bad-update-policy9.conf | 6 +- .../checkconf/bad-validation-auto-key.conf | 6 +- .../checkconf/bad-view-also-notify.conf | 6 +- .../checkconf/check-dup-records-fail.conf | 6 +- .../system/checkconf/check-dup-records.db | 6 +- .../system/checkconf/check-missing-zone.conf | 6 +- .../system/checkconf/check-mixed-keys.conf | 6 +- .../system/checkconf/check-mx-cname-fail.conf | 6 +- bin/tests/system/checkconf/check-mx-cname.db | 6 +- bin/tests/system/checkconf/check-mx-fail.conf | 6 +- bin/tests/system/checkconf/check-mx.db | 6 +- .../system/checkconf/check-names-fail.conf | 6 +- bin/tests/system/checkconf/check-names.db | 6 +- .../system/checkconf/check-root-ksk-2010.conf | 6 +- .../system/checkconf/check-root-ksk-2017.conf | 6 +- .../system/checkconf/check-root-ksk-both.conf | 6 +- .../checkconf/check-root-static-ds.conf | 6 +- .../checkconf/check-root-static-key.conf | 6 +- .../checkconf/check-root-trusted-key.conf | 6 +- .../checkconf/check-srv-cname-fail.conf | 6 +- bin/tests/system/checkconf/check-srv-cname.db | 6 +- bin/tests/system/checkconf/clean.sh | 6 +- bin/tests/system/checkconf/deprecated.conf | 6 +- bin/tests/system/checkconf/dlz-bad.conf | 6 +- bin/tests/system/checkconf/dnssec.1 | 4 +- bin/tests/system/checkconf/dnssec.2 | 4 +- bin/tests/system/checkconf/good-acl.conf | 6 +- .../good-allow-update-forwarding-view.conf | 6 +- .../good-allow-update-forwarding.conf | 6 +- .../checkconf/good-allow-update-view.conf | 6 +- .../system/checkconf/good-allow-update.conf | 6 +- bin/tests/system/checkconf/good-class.conf | 6 +- .../checkconf/good-dnskey-validity-3660.conf | 6 +- .../checkconf/good-dnskey-validity-zero.conf | 6 +- bin/tests/system/checkconf/good-doh-1.conf | 6 +- bin/tests/system/checkconf/good-doh-2.conf | 6 +- bin/tests/system/checkconf/good-doh-3.conf | 6 +- bin/tests/system/checkconf/good-doh-4.conf | 6 +- .../system/checkconf/good-doh-tlsopts.conf | 6 +- bin/tests/system/checkconf/good-dot-1.conf | 6 +- .../good-dot-allow-transfer-encrypted.conf | 6 +- .../checkconf/good-dot-doh-tls-nokeycert.conf | 6 +- .../good-dot-primaries-ephemeral.conf | 6 +- .../system/checkconf/good-dot-primaries.conf | 6 +- .../system/checkconf/good-dot-tlsopts.conf | 6 +- bin/tests/system/checkconf/good-ds-key-1.conf | 6 +- bin/tests/system/checkconf/good-ds-key-2.conf | 6 +- .../checkconf/good-dup-managed-key.conf | 6 +- .../checkconf/good-dup-trusted-key.conf | 6 +- .../system/checkconf/good-glue-cache.conf | 6 +- .../system/checkconf/good-initial-ds.conf | 6 +- .../checkconf/good-interface-interval.conf | 6 +- bin/tests/system/checkconf/good-kasp.conf | 6 +- .../system/checkconf/good-key-directory.conf | 6 +- .../checkconf/good-masterfile-format-raw.conf | 6 +- .../good-masterfile-format-text.conf | 6 +- .../checkconf/good-masters-and-primaries.conf | 6 +- .../system/checkconf/good-maxcachettl.conf | 6 +- .../system/checkconf/good-maxncachettl.conf | 6 +- .../system/checkconf/good-maxratio1.conf | 6 +- .../system/checkconf/good-maxratio2.conf | 6 +- .../system/checkconf/good-mincachettl.conf | 6 +- .../system/checkconf/good-minncachettl.conf | 6 +- .../good-mirror-inherited-notify-yes.conf | 6 +- ...good-mirror-root-zone-without-masters.conf | 6 +- bin/tests/system/checkconf/good-nested.conf | 6 +- .../checkconf/good-notify-source-v6.conf | 6 +- .../system/checkconf/good-notify-source.conf | 6 +- .../checkconf/good-options-also-notify.conf | 6 +- .../checkconf/good-parental-source-v6.conf | 6 +- .../checkconf/good-parental-source.conf | 6 +- .../system/checkconf/good-printtime.conf | 6 +- .../system/checkconf/good-response-dot.conf | 6 +- bin/tests/system/checkconf/good-rpz-ttl.conf | 6 +- .../system/checkconf/good-rpz-update.conf | 6 +- .../checkconf/good-rrset-order-none.conf | 13 + .../good-server-christmas-tree.conf.in | 13 + .../checkconf/good-sig-signing-type.conf | 13 + .../system/checkconf/good-static-ds.conf | 6 +- .../checkconf/good-transfer-source-v6.conf | 6 +- .../checkconf/good-transfer-source.conf | 6 +- .../system/checkconf/good-update-policy1.conf | 6 +- .../checkconf/good-update-policy10.conf | 6 +- .../checkconf/good-update-policy11.conf | 6 +- .../checkconf/good-update-policy12.conf | 6 +- .../checkconf/good-update-policy13.conf | 6 +- .../system/checkconf/good-update-policy2.conf | 6 +- .../system/checkconf/good-update-policy3.conf | 6 +- .../system/checkconf/good-update-policy4.conf | 6 +- .../system/checkconf/good-update-policy5.conf | 6 +- .../system/checkconf/good-update-policy6.conf | 6 +- .../system/checkconf/good-update-policy7.conf | 6 +- .../system/checkconf/good-update-policy8.conf | 6 +- .../system/checkconf/good-update-policy9.conf | 6 +- .../checkconf/good-view-also-notify.conf | 6 +- bin/tests/system/checkconf/good.conf | 6 +- bin/tests/system/checkconf/hint-nofile.conf | 6 +- bin/tests/system/checkconf/in-view-good.conf | 6 +- bin/tests/system/checkconf/inline-bad.conf | 6 +- bin/tests/system/checkconf/inline-good.conf | 6 +- bin/tests/system/checkconf/inline-no.conf | 6 +- .../kasp-and-other-dnssec-options.conf | 6 +- .../system/checkconf/kasp-bad-keylen.conf | 6 +- .../system/checkconf/kasp-bad-nsec3-alg.conf | 6 +- .../system/checkconf/kasp-bad-nsec3-iter.conf | 6 +- .../system/checkconf/kasp-bad-nsec3-salt.conf | 6 +- .../system/checkconf/kasp-ignore-keylen.conf | 6 +- .../checkconf/lmdb-mapsize-largest.conf | 6 +- .../checkconf/lmdb-mapsize-smallest.conf | 6 +- .../system/checkconf/max-cache-size-good.conf | 6 +- bin/tests/system/checkconf/max-ttl.conf | 6 +- bin/tests/system/checkconf/maxttl-bad.conf | 6 +- bin/tests/system/checkconf/maxttl-bad.db | 6 +- bin/tests/system/checkconf/maxttl.db | 6 +- bin/tests/system/checkconf/notify.conf | 6 +- .../system/checkconf/portrange-good.conf | 6 +- bin/tests/system/checkconf/range.conf | 6 +- .../servestale.stale-refresh-time.0.conf | 6 +- .../servestale.stale-refresh-time.29.conf | 6 +- bin/tests/system/checkconf/setup.sh | 5 +- bin/tests/system/checkconf/shared.example.db | 6 +- bin/tests/system/checkconf/tests.sh | 4 +- .../system/checkconf/view-class-any1.conf | 6 +- .../system/checkconf/view-class-any2.conf | 6 +- .../system/checkconf/view-class-in1.conf | 6 +- .../system/checkconf/view-class-in2.conf | 6 +- bin/tests/system/checkconf/warn-keydir.conf | 6 +- .../system/checkconf/warn-maxratio1.conf | 6 +- .../system/checkconf/warn-notify-source.conf | 6 +- .../checkconf/warn-parental-source.conf | 6 +- .../checkconf/warn-transfer-source.conf | 6 +- bin/tests/system/checkds/README | 9 +- bin/tests/system/checkds/clean.sh | 6 +- bin/tests/system/checkds/conftest.py | 6 +- bin/tests/system/checkds/ns2/named.conf.in | 6 +- bin/tests/system/checkds/ns2/setup.sh | 6 +- bin/tests/system/checkds/ns2/template.db.in | 6 +- bin/tests/system/checkds/ns4/named.conf.in | 6 +- bin/tests/system/checkds/ns5/named.conf.in | 6 +- bin/tests/system/checkds/ns5/setup.sh | 6 +- bin/tests/system/checkds/ns5/template.db.in | 6 +- bin/tests/system/checkds/ns6/named.conf.in | 6 +- bin/tests/system/checkds/ns7/named.conf.in | 6 +- bin/tests/system/checkds/ns9/named.conf.in | 12 + bin/tests/system/checkds/ns9/setup.sh | 6 +- bin/tests/system/checkds/ns9/template.db.in | 6 +- bin/tests/system/checkds/setup.sh | 6 +- bin/tests/system/checkds/tests-checkds.py | 7 +- bin/tests/system/checknames/clean.sh | 6 +- .../system/checknames/ns1/fail.example.db.in | 6 +- .../system/checknames/ns1/fail.update.db.in | 6 +- .../checknames/ns1/ignore.example.db.in | 6 +- .../system/checknames/ns1/ignore.update.db.in | 6 +- bin/tests/system/checknames/ns1/named.conf.in | 6 +- bin/tests/system/checknames/ns1/root.db | 6 +- .../system/checknames/ns1/warn.example.db.in | 6 +- .../system/checknames/ns1/warn.update.db.in | 6 +- bin/tests/system/checknames/ns2/named.conf.in | 6 +- bin/tests/system/checknames/ns2/root.hints | 6 +- bin/tests/system/checknames/ns3/named.conf.in | 6 +- bin/tests/system/checknames/ns3/root.hints | 6 +- bin/tests/system/checknames/ns4/named.conf.in | 6 +- .../ns4/primary-ignore.update.db.in | 6 +- bin/tests/system/checknames/ns4/root.hints | 6 +- .../checknames/ns5/master-ignore.update.db.in | 6 +- bin/tests/system/checknames/ns5/named.conf.in | 6 +- bin/tests/system/checknames/ns5/root.hints | 6 +- bin/tests/system/checknames/setup.sh | 4 +- bin/tests/system/checknames/tests.sh | 6 +- bin/tests/system/checkzone/clean.sh | 4 +- bin/tests/system/checkzone/setup.sh | 4 +- bin/tests/system/checkzone/tests.sh | 4 +- .../system/checkzone/zones/bad-caa-rr.db | Bin 600 -> 601 bytes .../system/checkzone/zones/bad-cdnskey.db | 11 + bin/tests/system/checkzone/zones/bad-cds.db | 11 + bin/tests/system/checkzone/zones/bad-dhcid.db | 11 + .../checkzone/zones/bad-dns-sd-reverse.db | 6 +- bin/tests/system/checkzone/zones/bad-ds.db | 11 + bin/tests/system/checkzone/zones/bad-eid.db | 11 + .../checkzone/zones/bad-generate-tkey.db | 6 +- .../system/checkzone/zones/bad-nimloc.db | 12 +- .../system/checkzone/zones/bad-nsap-empty.db | 6 +- .../checkzone/zones/bad-nsap-odd-nibble.db | 6 +- .../checkzone/zones/bad-nsec3-padded.db | 6 +- .../checkzone/zones/bad-nsec3owner-padded.db | 6 +- .../checkzone/zones/bad-svcb-mandatory.db | 6 +- .../checkzone/zones/bad-svcb-servername.db | 6 +- bin/tests/system/checkzone/zones/bad-svcb.db | 6 +- bin/tests/system/checkzone/zones/bad-tkey.db | 6 +- bin/tests/system/checkzone/zones/bad-tsig.db | 6 +- .../system/checkzone/zones/bad-unspec.db | 6 +- bin/tests/system/checkzone/zones/bad1.db | Bin 507 -> 508 bytes bin/tests/system/checkzone/zones/bad2.db | 6 +- bin/tests/system/checkzone/zones/bad3.db | 6 +- bin/tests/system/checkzone/zones/bad4.db | 6 +- bin/tests/system/checkzone/zones/badttl.db | 7 +- bin/tests/system/checkzone/zones/crashzone.db | 2 +- .../delegating-ns-address-below-dname.db | 6 +- .../system/checkzone/zones/good-cdnskey.db | 11 + .../checkzone/zones/good-cds-unsigned.db | 11 + bin/tests/system/checkzone/zones/good-cds.db | 11 + .../checkzone/zones/good-dns-sd-reverse.db | 6 +- .../system/checkzone/zones/good-gc-msdcs.db | 6 +- bin/tests/system/checkzone/zones/good-nsap.db | 6 +- .../checkzone/zones/good-nsec3-nopadhash.db | 6 +- .../zones/good-occulted-ns-by-dname.db | 6 +- .../checkzone/zones/good-occulted-ns-by-ns.db | 6 +- .../checkzone/zones/good-spf-exception.db | 6 +- bin/tests/system/checkzone/zones/good-svcb.db | 6 +- bin/tests/system/checkzone/zones/good1.db | 6 +- bin/tests/system/checkzone/zones/inherit.db | 6 +- .../checkzone/zones/nowarn.inherited.owner.db | 6 +- .../checkzone/zones/ns-address-below-dname.db | 6 +- bin/tests/system/checkzone/zones/spf.db | 6 +- bin/tests/system/checkzone/zones/test1.db | 7 +- bin/tests/system/checkzone/zones/test2.db | 7 +- .../checkzone/zones/warn.inherit.origin.db | 6 +- .../checkzone/zones/warn.inherited.owner.db | 6 +- bin/tests/system/checkzone/zones/zone1.db | 11 + bin/tests/system/ckdnsrps.sh | 6 +- bin/tests/system/cleanall.sh | 6 +- bin/tests/system/common/controls.conf | 6 +- bin/tests/system/common/controls.conf.in | 6 +- bin/tests/system/common/rndc.conf | 6 +- bin/tests/system/common/rndc.key | 2 +- bin/tests/system/common/root.hint | 6 +- bin/tests/system/conf.sh.common | 2 + bin/tests/system/conf.sh.in | 2 + bin/tests/system/cookie/ans9/ans.py | 6 +- .../system/cookie/bad-cookie-badaes.conf | 6 +- .../system/cookie/bad-cookie-badhex.conf | 6 +- .../cookie/bad-cookie-badsiphash24.conf | 6 +- .../system/cookie/bad-cookie-toolong.conf | 6 +- bin/tests/system/cookie/clean.sh | 4 +- bin/tests/system/cookie/good-cookie-aes.conf | 6 +- .../system/cookie/good-cookie-siphash24.conf | 6 +- bin/tests/system/cookie/ns1/example.db | 6 +- bin/tests/system/cookie/ns1/named.conf.in | 6 +- bin/tests/system/cookie/ns1/root.hint | 6 +- bin/tests/system/cookie/ns2/named.conf.in | 6 +- bin/tests/system/cookie/ns2/root.db | 6 +- bin/tests/system/cookie/ns3/named.conf.in | 6 +- bin/tests/system/cookie/ns3/root.hint | 6 +- bin/tests/system/cookie/ns4/named.conf.in | 6 +- bin/tests/system/cookie/ns4/root.hint | 6 +- bin/tests/system/cookie/ns5/named.conf.in | 6 +- bin/tests/system/cookie/ns5/root.hint | 6 +- bin/tests/system/cookie/ns6/named.conf.in | 6 +- bin/tests/system/cookie/ns6/root.hint | 6 +- bin/tests/system/cookie/ns7/named.conf.in | 6 +- bin/tests/system/cookie/ns7/root.db | 6 +- bin/tests/system/cookie/ns8/example.db | 6 +- bin/tests/system/cookie/ns8/named.conf.in | 6 +- bin/tests/system/cookie/setup.sh | 6 +- bin/tests/system/cookie/tests.sh | 6 +- bin/tests/system/cpu/clean.sh | 6 +- bin/tests/system/cpu/ns1/named.conf.in | 6 +- bin/tests/system/cpu/prereq.sh | 6 +- bin/tests/system/cpu/setup.sh | 6 +- bin/tests/system/cpu/tests.sh | 6 +- bin/tests/system/custom-test-driver | 4 +- bin/tests/system/database/clean.sh | 6 +- bin/tests/system/database/ns1/named1.conf.in | 6 +- bin/tests/system/database/ns1/named2.conf.in | 6 +- bin/tests/system/database/setup.sh | 6 +- bin/tests/system/database/tests.sh | 6 +- bin/tests/system/delzone/clean.sh | 6 +- bin/tests/system/delzone/ns1/inlinesec.db | 6 +- bin/tests/system/delzone/ns1/named.conf | 6 +- bin/tests/system/delzone/ns2/added.db | 6 +- bin/tests/system/delzone/ns2/named.conf | 6 +- bin/tests/system/delzone/ns2/normal.db | 6 +- bin/tests/system/delzone/setup.sh | 6 +- bin/tests/system/delzone/tests.sh | 6 +- bin/tests/system/dialup/clean.sh | 6 +- bin/tests/system/dialup/ns1/example.db | 6 +- bin/tests/system/dialup/ns1/named.conf | 6 +- bin/tests/system/dialup/ns1/root.db | 6 +- bin/tests/system/dialup/ns2/hint.db | 6 +- bin/tests/system/dialup/ns2/named.conf | 6 +- bin/tests/system/dialup/ns3/hint.db | 6 +- bin/tests/system/dialup/ns3/named.conf | 6 +- bin/tests/system/dialup/tests.sh | 6 +- bin/tests/system/digcomp.pl | 6 +- bin/tests/system/digdelv/ans4/startme | 1 + bin/tests/system/digdelv/ans5/ans.pl | 6 +- bin/tests/system/digdelv/ans6/ans.pl | 6 +- bin/tests/system/digdelv/ans7/ans.pl | 6 +- bin/tests/system/digdelv/clean.sh | 6 +- bin/tests/system/digdelv/ns1/named.conf.in | 6 +- bin/tests/system/digdelv/ns1/root.db | 6 +- bin/tests/system/digdelv/ns2/example.db.in | 6 +- bin/tests/system/digdelv/ns2/named.conf.in | 6 +- bin/tests/system/digdelv/ns2/sign.sh | 6 +- bin/tests/system/digdelv/ns3/named.conf.in | 6 +- bin/tests/system/digdelv/setup.sh | 6 +- bin/tests/system/digdelv/tests.sh | 6 +- bin/tests/system/digdelv/yamlget.py | 6 +- bin/tests/system/dispatch/ans3/ans.py | 6 +- bin/tests/system/dispatch/clean.sh | 6 +- bin/tests/system/dispatch/conftest.py | 6 +- bin/tests/system/dispatch/ns1/named.conf.in | 6 +- bin/tests/system/dispatch/ns1/root.db | 6 +- bin/tests/system/dispatch/ns2/example.db | 11 + bin/tests/system/dispatch/ns2/named.conf.in | 6 +- bin/tests/system/dispatch/setup.sh | 6 +- bin/tests/system/dispatch/tests-connreset.py | 7 +- bin/tests/system/ditch.pl | 6 +- bin/tests/system/dlzexternal/clean.sh | 6 +- bin/tests/system/dlzexternal/driver/driver.c | 2 + bin/tests/system/dlzexternal/driver/driver.h | 2 + .../system/dlzexternal/ns1/named.conf.in | 6 +- bin/tests/system/dlzexternal/ns1/root.db | 6 +- bin/tests/system/dlzexternal/prereq.sh | 6 +- bin/tests/system/dlzexternal/setup.sh | 6 +- bin/tests/system/dlzexternal/tests.sh | 6 +- bin/tests/system/dns64/clean.sh | 6 +- bin/tests/system/dns64/conf/bad1.conf | 6 +- bin/tests/system/dns64/conf/bad10.conf | 13 + bin/tests/system/dns64/conf/bad11.conf | 13 + bin/tests/system/dns64/conf/bad12.conf | 13 + bin/tests/system/dns64/conf/bad13.conf | 13 + bin/tests/system/dns64/conf/bad14.conf | 13 + bin/tests/system/dns64/conf/bad15.conf | 13 + bin/tests/system/dns64/conf/bad16.conf | 13 + bin/tests/system/dns64/conf/bad17.conf | 13 + bin/tests/system/dns64/conf/bad18.conf | 13 + bin/tests/system/dns64/conf/bad19.conf | 13 + bin/tests/system/dns64/conf/bad2.conf | 6 +- bin/tests/system/dns64/conf/bad3.conf | 6 +- bin/tests/system/dns64/conf/bad4.conf | 6 +- bin/tests/system/dns64/conf/bad5.conf | 6 +- bin/tests/system/dns64/conf/bad6.conf | 6 +- bin/tests/system/dns64/conf/bad7.conf | 6 +- bin/tests/system/dns64/conf/bad8.conf | 6 +- bin/tests/system/dns64/conf/bad9.conf | 6 +- bin/tests/system/dns64/conf/good1.conf | 6 +- bin/tests/system/dns64/conf/good2.conf | 6 +- bin/tests/system/dns64/conf/good3.conf | 6 +- bin/tests/system/dns64/conf/good4.conf | 6 +- bin/tests/system/dns64/conf/good5.conf | 6 +- bin/tests/system/dns64/ns1/example.db | 6 +- bin/tests/system/dns64/ns1/ipv4only.arpa.db | 11 + bin/tests/system/dns64/ns1/named.conf1.in | 6 +- bin/tests/system/dns64/ns1/named.conf2.in | 6 +- bin/tests/system/dns64/ns1/named.conf3.in | 6 +- bin/tests/system/dns64/ns1/root.db | 6 +- bin/tests/system/dns64/ns1/sign.sh | 6 +- bin/tests/system/dns64/ns2/named.conf.in | 6 +- bin/tests/system/dns64/ns2/rpz.db | 6 +- bin/tests/system/dns64/setup.sh | 6 +- bin/tests/system/dns64/tests.sh | 6 +- bin/tests/system/dnssec/README | 9 +- bin/tests/system/dnssec/ans10/ans.py | 6 +- bin/tests/system/dnssec/clean.sh | 6 +- bin/tests/system/dnssec/dnssec_update_test.pl | 6 +- bin/tests/system/dnssec/ns1/named.conf.in | 6 +- bin/tests/system/dnssec/ns1/root.db.in | 6 +- bin/tests/system/dnssec/ns1/sign.sh | 6 +- bin/tests/system/dnssec/ns2/algroll.db.in | 6 +- bin/tests/system/dnssec/ns2/badparam.db.in | 6 +- .../dnssec/ns2/cdnskey-auto.secure.db.in | 6 +- .../dnssec/ns2/cdnskey-kskonly.secure.db.in | 6 +- .../dnssec/ns2/cdnskey-update.secure.db.in | 6 +- .../system/dnssec/ns2/cdnskey.secure.db.in | 6 +- .../system/dnssec/ns2/cds-auto.secure.db.in | 6 +- .../dnssec/ns2/cds-kskonly.secure.db.in | 6 +- .../system/dnssec/ns2/cds-update.secure.db.in | 6 +- bin/tests/system/dnssec/ns2/cds.secure.db.in | 6 +- .../system/dnssec/ns2/child.nsec3.example.db | 6 +- .../system/dnssec/ns2/child.optout.example.db | 6 +- bin/tests/system/dnssec/ns2/corp.db | 6 +- bin/tests/system/dnssec/ns2/dst.example.db.in | 6 +- bin/tests/system/dnssec/ns2/example.db.in | 6 +- .../system/dnssec/ns2/hours-vs-days.db.in | 6 +- .../system/dnssec/ns2/in-addr.arpa.db.in | 6 +- .../dnssec/ns2/insecure.secure.example.db | 6 +- bin/tests/system/dnssec/ns2/key.db.in | 6 +- bin/tests/system/dnssec/ns2/named.conf.in | 6 +- .../dnssec/ns2/private.secure.example.db.in | 6 +- .../system/dnssec/ns2/rfc2335.example.db | 11 + bin/tests/system/dnssec/ns2/sign.sh | 6 +- .../system/dnssec/ns2/single-nsec3.db.in | 6 +- .../system/dnssec/ns2/template.secure.db.in | 6 +- .../dnssec/ns2/too-many-iterations.db.in | 6 +- .../system/dnssec/ns3/auto-nsec.example.db.in | 6 +- .../dnssec/ns3/auto-nsec3.example.db.in | 6 +- .../system/dnssec/ns3/bogus.example.db.in | 6 +- .../ns3/dname-at-apex-nsec3.example.db.in | 11 + .../ns3/dnskey-nsec3-unknown.example.db.in | 7 +- .../dnssec/ns3/dnskey-unknown.example.db.in | 6 +- .../ns3/dnskey-unsupported-2.example.db.in | 6 +- .../ns3/dnskey-unsupported.example.db.in | 6 +- .../system/dnssec/ns3/dynamic.example.db.in | 6 +- .../system/dnssec/ns3/expired.example.db.in | 6 +- .../system/dnssec/ns3/expiring.example.db.in | 6 +- .../system/dnssec/ns3/future.example.db.in | 6 +- .../system/dnssec/ns3/generic.example.db.in | 6 +- bin/tests/system/dnssec/ns3/inline.example.db | 6 +- .../ns3/insecure.below-cname.example.db | 6 +- .../system/dnssec/ns3/insecure.example.db | 6 +- .../dnssec/ns3/insecure.nsec3.example.db | 6 +- .../dnssec/ns3/insecure.optout.example.db | 6 +- bin/tests/system/dnssec/ns3/key.db.in | 6 +- .../system/dnssec/ns3/kskonly.example.db.in | 6 +- .../system/dnssec/ns3/lower.example.db.in | 6 +- .../dnssec/ns3/managed-future.example.db.in | 6 +- .../system/dnssec/ns3/multiple.example.db.in | 6 +- bin/tests/system/dnssec/ns3/named.conf.in | 6 +- .../system/dnssec/ns3/nosign.example.db.in | 6 +- .../dnssec/ns3/nsec3-unknown.example.db.in | 6 +- .../system/dnssec/ns3/nsec3.example.db.in | 6 +- .../dnssec/ns3/nsec3.nsec3.example.db.in | 6 +- .../dnssec/ns3/nsec3.optout.example.db.in | 6 +- .../system/dnssec/ns3/occluded.example.db.in | 6 +- .../dnssec/ns3/optout-unknown.example.db.in | 6 +- .../system/dnssec/ns3/optout.example.db.in | 6 +- .../dnssec/ns3/optout.nsec3.example.db.in | 6 +- .../dnssec/ns3/optout.optout.example.db.in | 6 +- .../dnssec/ns3/publish-inactive.example.db.in | 6 +- .../system/dnssec/ns3/rsasha256.example.db.in | 6 +- .../system/dnssec/ns3/rsasha512.example.db.in | 6 +- .../ns3/secure.below-cname.example.db.in | 6 +- .../system/dnssec/ns3/secure.example.db.in | 6 +- .../dnssec/ns3/secure.nsec3.example.db.in | 6 +- .../dnssec/ns3/secure.optout.example.db.in | 6 +- .../dnssec/ns3/siginterval.example.db.in | 6 +- bin/tests/system/dnssec/ns3/siginterval1.conf | 6 +- bin/tests/system/dnssec/ns3/siginterval2.conf | 6 +- bin/tests/system/dnssec/ns3/sign.sh | 6 +- .../dnssec/ns3/split-dnssec.example.db.in | 6 +- .../dnssec/ns3/split-smart.example.db.in | 6 +- .../system/dnssec/ns3/ttlpatch.example.db.in | 6 +- .../dnssec/ns3/update-nsec3.example.db.in | 6 +- .../system/dnssec/ns3/upper.example.db.in | 6 +- bin/tests/system/dnssec/ns4/named1.conf.in | 6 +- bin/tests/system/dnssec/ns4/named2.conf.in | 6 +- bin/tests/system/dnssec/ns4/named3.conf.in | 6 +- bin/tests/system/dnssec/ns4/named4.conf.in | 6 +- bin/tests/system/dnssec/ns4/named5.conf.in | 6 +- bin/tests/system/dnssec/ns5/named1.conf.in | 6 +- bin/tests/system/dnssec/ns5/named2.conf.in | 6 +- bin/tests/system/dnssec/ns5/sign.sh | 6 +- bin/tests/system/dnssec/ns6/named.conf.in | 6 +- bin/tests/system/dnssec/ns6/optout-tld.db.in | 6 +- bin/tests/system/dnssec/ns6/sign.sh | 6 +- bin/tests/system/dnssec/ns7/named.conf.in | 6 +- bin/tests/system/dnssec/ns7/named.nosoa | 9 +- .../system/dnssec/ns7/nosoa.secure.example.db | 6 +- bin/tests/system/dnssec/ns7/sign.sh | 6 +- bin/tests/system/dnssec/ns7/split-rrsig.db.in | 6 +- bin/tests/system/dnssec/ns8/named.conf.in | 6 +- bin/tests/system/dnssec/ns9/named.conf.in | 6 +- bin/tests/system/dnssec/ntadiff.pl | 6 +- bin/tests/system/dnssec/setup.sh | 6 +- bin/tests/system/dnssec/signer/example.db.in | 6 +- .../system/dnssec/signer/general/test1.zone | 6 +- .../system/dnssec/signer/general/test2.zone | 6 +- .../system/dnssec/signer/general/test3.zone | 6 +- .../system/dnssec/signer/general/test4.zone | 6 +- .../system/dnssec/signer/general/test5.zone | 6 +- .../system/dnssec/signer/general/test6.zone | 6 +- .../system/dnssec/signer/general/test7.zone | 6 +- .../system/dnssec/signer/general/test8.zone | 6 +- .../system/dnssec/signer/general/test9.zone | 6 +- bin/tests/system/dnssec/signer/prepub.db.in | 6 +- bin/tests/system/dnssec/signer/remove.db.in | 6 +- bin/tests/system/dnssec/signer/remove2.db.in | 6 +- bin/tests/system/dnssec/tests.sh | 6 +- bin/tests/system/dnstap/README | 9 +- .../dnstap/bad-fstrm-reopen-interval.conf | 6 +- .../dnstap/bad-fstrm-set-buffer-hint-max.conf | 6 +- .../dnstap/bad-fstrm-set-buffer-hint-min.conf | 6 +- .../bad-fstrm-set-flush-timeout-max.conf | 6 +- .../bad-fstrm-set-flush-timeout-min.conf | 6 +- .../bad-fstrm-set-input-queue-size-max.conf | 6 +- .../bad-fstrm-set-input-queue-size-min.conf | 6 +- .../bad-fstrm-set-input-queue-size-po2.conf | 6 +- ...bad-fstrm-set-output-notify-threshold.conf | 6 +- .../bad-fstrm-set-output-queue-size-max.conf | 6 +- .../bad-fstrm-set-output-queue-size-min.conf | 6 +- .../bad-fstrm-set-reopen-interval-max.conf | 6 +- .../bad-fstrm-set-reopen-interval-min.conf | 6 +- .../bad-missing-dnstap-output-view.conf | 13 + .../dnstap/bad-missing-dnstap-output.conf | 13 + bin/tests/system/dnstap/bad-size-version.conf | 6 +- bin/tests/system/dnstap/clean.sh | 6 +- .../system/dnstap/good-dnstap-in-options.conf | 13 + .../system/dnstap/good-dnstap-in-view.conf | 13 + .../dnstap/good-fstrm-reopen-interval.conf | 6 +- .../dnstap/good-fstrm-set-buffer-hint.conf | 6 +- .../dnstap/good-fstrm-set-flush-timeout.conf | 6 +- .../good-fstrm-set-input-queue-size.conf | 6 +- ...ood-fstrm-set-output-notify-threshold.conf | 6 +- ...ood-fstrm-set-output-queue-model-mpsc.conf | 6 +- ...ood-fstrm-set-output-queue-model-spsc.conf | 6 +- .../good-fstrm-set-output-queue-size.conf | 6 +- .../good-fstrm-set-reopen-interval.conf | 6 +- .../system/dnstap/good-size-unlimited.conf | 6 +- .../system/dnstap/good-size-version.conf | 6 +- bin/tests/system/dnstap/ns1/named.conf.in | 6 +- bin/tests/system/dnstap/ns1/root.db | 6 +- bin/tests/system/dnstap/ns2/example.db.in | 6 +- bin/tests/system/dnstap/ns2/named.conf.in | 6 +- bin/tests/system/dnstap/ns3/named.conf.in | 6 +- bin/tests/system/dnstap/ns4/named.conf.in | 6 +- bin/tests/system/dnstap/setup.sh | 6 +- bin/tests/system/dnstap/tests.sh | 6 +- bin/tests/system/dnstap/ydump.py | 6 +- bin/tests/system/doth/README.curl | 13 + bin/tests/system/doth/clean.sh | 6 +- bin/tests/system/doth/ns1/named.conf.in | 6 +- bin/tests/system/doth/ns1/root.db | 6 +- bin/tests/system/doth/ns2/named.conf.in | 6 +- bin/tests/system/doth/ns3/named.conf.in | 6 +- bin/tests/system/doth/ns4/named.conf.in | 6 +- bin/tests/system/doth/setup.sh | 6 +- bin/tests/system/doth/stress_http_quota.py | 7 +- bin/tests/system/doth/tests.sh | 6 +- bin/tests/system/dscp/clean.sh | 4 +- bin/tests/system/dscp/ns1/named.conf.in | 6 +- bin/tests/system/dscp/ns1/root.db | 6 +- bin/tests/system/dscp/ns2/named.conf.in | 6 +- bin/tests/system/dscp/ns3/hint.db | 6 +- bin/tests/system/dscp/ns3/named.conf.in | 6 +- bin/tests/system/dscp/ns4/named.conf.in | 6 +- bin/tests/system/dscp/ns4/root.db | 6 +- bin/tests/system/dscp/ns5/named.conf.in | 6 +- bin/tests/system/dscp/ns6/hint.db | 6 +- bin/tests/system/dscp/ns6/named.conf.in | 6 +- bin/tests/system/dscp/ns7/named.conf.in | 6 +- bin/tests/system/dscp/setup.sh | 6 +- bin/tests/system/dscp/tests.sh | 4 +- bin/tests/system/dsdigest/clean.sh | 6 +- bin/tests/system/dsdigest/ns1/named.conf.in | 6 +- bin/tests/system/dsdigest/ns1/root.db.in | 6 +- bin/tests/system/dsdigest/ns1/sign.sh | 6 +- bin/tests/system/dsdigest/ns2/bad.db.in | 6 +- bin/tests/system/dsdigest/ns2/good.db.in | 6 +- bin/tests/system/dsdigest/ns2/named.conf.in | 6 +- bin/tests/system/dsdigest/ns2/sign.sh | 6 +- bin/tests/system/dsdigest/ns3/named.conf.in | 6 +- bin/tests/system/dsdigest/ns4/named.conf.in | 6 +- bin/tests/system/dsdigest/setup.sh | 6 +- bin/tests/system/dsdigest/tests.sh | 6 +- bin/tests/system/dupsigs/check_journal.pl | 6 +- bin/tests/system/dupsigs/clean.sh | 4 +- bin/tests/system/dupsigs/ns1/named.conf.in | 6 +- bin/tests/system/dupsigs/ns1/reset_keys.sh | 6 +- .../system/dupsigs/ns1/signing.test.db.in | 6 +- bin/tests/system/dupsigs/setup.sh | 4 +- bin/tests/system/dupsigs/tests.sh | 4 +- bin/tests/system/dyndb/clean.sh | 6 +- bin/tests/system/dyndb/driver/AUTHORS | 25 ++ bin/tests/system/dyndb/driver/COPYING | 19 -- bin/tests/system/dyndb/driver/README | 27 ++ bin/tests/system/dyndb/driver/db.c | 31 ++- bin/tests/system/dyndb/driver/db.h | 31 ++- bin/tests/system/dyndb/driver/driver.c | 31 ++- bin/tests/system/dyndb/driver/instance.c | 31 ++- bin/tests/system/dyndb/driver/instance.h | 31 ++- bin/tests/system/dyndb/driver/lock.c | 27 +- bin/tests/system/dyndb/driver/lock.h | 27 +- bin/tests/system/dyndb/driver/log.c | 27 +- bin/tests/system/dyndb/driver/log.h | 27 +- bin/tests/system/dyndb/driver/syncptr.c | 31 ++- bin/tests/system/dyndb/driver/syncptr.h | 31 ++- bin/tests/system/dyndb/driver/util.h | 31 ++- bin/tests/system/dyndb/driver/zone.c | 31 ++- bin/tests/system/dyndb/driver/zone.h | 29 ++- bin/tests/system/dyndb/ns1/named.conf.in | 6 +- bin/tests/system/dyndb/prereq.sh | 4 +- bin/tests/system/dyndb/setup.sh | 6 +- bin/tests/system/dyndb/tests.sh | 6 +- bin/tests/system/ecdsa/clean.sh | 6 +- bin/tests/system/ecdsa/ns1/named.conf.in | 6 +- bin/tests/system/ecdsa/ns1/root.db.in | 6 +- bin/tests/system/ecdsa/ns1/sign.sh | 6 +- bin/tests/system/ecdsa/ns2/named.conf.in | 6 +- bin/tests/system/ecdsa/ns3/named.conf.in | 6 +- bin/tests/system/ecdsa/setup.sh | 6 +- bin/tests/system/ecdsa/tests.sh | 6 +- bin/tests/system/eddsa/clean.sh | 6 +- bin/tests/system/eddsa/ns1/named.conf.in | 6 +- bin/tests/system/eddsa/ns1/root.db.in | 6 +- bin/tests/system/eddsa/ns1/sign.sh | 6 +- bin/tests/system/eddsa/ns2/example.com.db.in | 6 +- bin/tests/system/eddsa/ns2/named.conf.in | 6 +- bin/tests/system/eddsa/ns2/sign.sh | 6 +- bin/tests/system/eddsa/ns3/example.com.db.in | 6 +- bin/tests/system/eddsa/ns3/named.conf.in | 6 +- bin/tests/system/eddsa/ns3/sign.sh | 6 +- bin/tests/system/eddsa/prereq.sh | 6 +- bin/tests/system/eddsa/setup.sh | 6 +- bin/tests/system/eddsa/tests.sh | 6 +- bin/tests/system/ednscompliance/clean.sh | 6 +- .../system/ednscompliance/ns1/named.conf.in | 6 +- bin/tests/system/ednscompliance/ns1/root.db | 6 +- bin/tests/system/ednscompliance/setup.sh | 6 +- bin/tests/system/ednscompliance/tests.sh | 6 +- bin/tests/system/emptyzones/clean.sh | 4 +- bin/tests/system/emptyzones/ns1/empty.db | 6 +- .../system/emptyzones/ns1/named1.conf.in | 6 +- .../system/emptyzones/ns1/named2.conf.in | 6 +- bin/tests/system/emptyzones/ns1/rfc1918.zones | 4 +- bin/tests/system/emptyzones/ns1/root.hint | 6 +- bin/tests/system/emptyzones/setup.sh | 4 +- bin/tests/system/emptyzones/tests.sh | 6 +- bin/tests/system/feature-test.c | 2 + bin/tests/system/fetchlimit/ans4/ans.pl | 6 +- bin/tests/system/fetchlimit/clean.sh | 6 +- bin/tests/system/fetchlimit/ns1/named.conf.in | 6 +- bin/tests/system/fetchlimit/ns1/root.db | 6 +- bin/tests/system/fetchlimit/ns2/example.db | 6 +- bin/tests/system/fetchlimit/ns2/named.conf.in | 6 +- .../system/fetchlimit/ns3/named1.conf.in | 6 +- .../system/fetchlimit/ns3/named2.conf.in | 6 +- .../system/fetchlimit/ns3/named3.conf.in | 6 +- bin/tests/system/fetchlimit/ns3/root.hint | 6 +- bin/tests/system/fetchlimit/setup.sh | 6 +- bin/tests/system/fetchlimit/tests.sh | 6 +- bin/tests/system/filter-aaaa/clean.sh | 6 +- bin/tests/system/filter-aaaa/conf/bad1.conf | 6 +- bin/tests/system/filter-aaaa/conf/bad2.conf | 6 +- bin/tests/system/filter-aaaa/conf/bad3.conf | 6 +- bin/tests/system/filter-aaaa/conf/bad4.conf | 6 +- bin/tests/system/filter-aaaa/conf/bad5.conf | 6 +- bin/tests/system/filter-aaaa/conf/good1.conf | 6 +- bin/tests/system/filter-aaaa/conf/good2.conf | 6 +- bin/tests/system/filter-aaaa/conf/good3.conf | 6 +- bin/tests/system/filter-aaaa/conf/good4.conf | 6 +- bin/tests/system/filter-aaaa/conf/good5.conf | 6 +- .../system/filter-aaaa/ns1/named1.conf.in | 6 +- .../system/filter-aaaa/ns1/named2.conf.in | 6 +- bin/tests/system/filter-aaaa/ns1/root.db | 6 +- bin/tests/system/filter-aaaa/ns1/sign.sh | 6 +- bin/tests/system/filter-aaaa/ns1/signed.db.in | 6 +- bin/tests/system/filter-aaaa/ns1/unsigned.db | 6 +- bin/tests/system/filter-aaaa/ns2/hints | 6 +- .../system/filter-aaaa/ns2/named1.conf.in | 6 +- .../system/filter-aaaa/ns2/named2.conf.in | 6 +- bin/tests/system/filter-aaaa/ns3/hints | 6 +- .../system/filter-aaaa/ns3/named1.conf.in | 6 +- .../system/filter-aaaa/ns3/named2.conf.in | 6 +- .../system/filter-aaaa/ns4/named1.conf.in | 6 +- .../system/filter-aaaa/ns4/named2.conf.in | 6 +- bin/tests/system/filter-aaaa/ns4/root.db | 6 +- bin/tests/system/filter-aaaa/ns4/sign.sh | 6 +- bin/tests/system/filter-aaaa/ns4/signed.db.in | 6 +- bin/tests/system/filter-aaaa/ns4/unsigned.db | 6 +- bin/tests/system/filter-aaaa/ns5/hints | 6 +- .../system/filter-aaaa/ns5/named.conf.in | 6 +- bin/tests/system/filter-aaaa/setup.sh | 6 +- bin/tests/system/filter-aaaa/tests.sh | 6 +- bin/tests/system/formerr/clean.sh | 4 +- bin/tests/system/formerr/formerr.pl | 6 +- bin/tests/system/formerr/ns1/named.conf.in | 6 +- bin/tests/system/formerr/ns1/root.db | 6 +- bin/tests/system/formerr/setup.sh | 6 +- bin/tests/system/formerr/tests.sh | 6 +- bin/tests/system/forward/ans6/ans.pl | 6 +- bin/tests/system/forward/clean.sh | 4 +- bin/tests/system/forward/ns1/example.db | 11 + bin/tests/system/forward/ns1/named.conf.in | 6 +- bin/tests/system/forward/ns1/root.db.in | 6 +- bin/tests/system/forward/ns1/sign.sh | 6 +- bin/tests/system/forward/ns1/sld.tld.db | 11 + bin/tests/system/forward/ns2/example.db | 11 + bin/tests/system/forward/ns2/named.conf.in | 6 +- bin/tests/system/forward/ns2/root.db | 6 +- bin/tests/system/forward/ns2/tld.db | 11 + bin/tests/system/forward/ns3/named1.conf.in | 6 +- bin/tests/system/forward/ns3/named2.conf.in | 6 +- bin/tests/system/forward/ns3/root.db | 6 +- bin/tests/system/forward/ns4/malicious.db | 11 + bin/tests/system/forward/ns4/named.conf.in | 6 +- bin/tests/system/forward/ns4/root.db | 6 +- bin/tests/system/forward/ns5/named.conf.in | 6 +- bin/tests/system/forward/ns5/rebind.db | 11 + bin/tests/system/forward/ns5/root.db | 6 +- bin/tests/system/forward/ns7/named.conf.in | 6 +- bin/tests/system/forward/ns7/root.db | 6 +- bin/tests/system/forward/ns8/named.conf.in | 6 +- bin/tests/system/forward/ns8/root.db | 6 +- .../system/forward/rfc1918-inherited.conf | 6 +- .../system/forward/rfc1918-notinherited.conf | 6 +- bin/tests/system/forward/setup.sh | 6 +- bin/tests/system/forward/tests.sh | 4 +- bin/tests/system/forward/ula-inherited.conf | 6 +- .../system/forward/ula-notinherited.conf | 6 +- bin/tests/system/fromhex.pl | 6 +- bin/tests/system/genzone.sh | 6 +- bin/tests/system/geoip2/clean.sh | 6 +- .../system/geoip2/conf/bad-areacode.conf | 6 +- bin/tests/system/geoip2/conf/bad-dbname.conf | 6 +- .../system/geoip2/conf/bad-netspeed.conf | 6 +- .../system/geoip2/conf/bad-regiondb.conf | 6 +- .../system/geoip2/conf/bad-threeletter.conf | 6 +- .../system/geoip2/conf/good-options.conf | 6 +- bin/tests/system/geoip2/data/README.md | 11 + .../system/geoip2/data/write-test-data.pl | 6 +- bin/tests/system/geoip2/ns2/example.db.in | 6 +- bin/tests/system/geoip2/ns2/named1.conf.in | 6 +- bin/tests/system/geoip2/ns2/named10.conf.in | 6 +- bin/tests/system/geoip2/ns2/named11.conf.in | 6 +- bin/tests/system/geoip2/ns2/named12.conf.in | 6 +- bin/tests/system/geoip2/ns2/named2.conf.in | 6 +- bin/tests/system/geoip2/ns2/named3.conf.in | 6 +- bin/tests/system/geoip2/ns2/named4.conf.in | 6 +- bin/tests/system/geoip2/ns2/named5.conf.in | 6 +- bin/tests/system/geoip2/ns2/named6.conf.in | 6 +- bin/tests/system/geoip2/ns2/named7.conf.in | 6 +- bin/tests/system/geoip2/ns2/named8.conf.in | 6 +- bin/tests/system/geoip2/ns2/named9.conf.in | 6 +- bin/tests/system/geoip2/prereq.sh | 6 +- bin/tests/system/geoip2/setup.sh | 6 +- bin/tests/system/geoip2/tests.sh | 6 +- bin/tests/system/get_ports.sh | 6 +- bin/tests/system/glue/clean.sh | 6 +- bin/tests/system/glue/ns1/named.conf.in | 6 +- bin/tests/system/glue/ns1/net.db | 6 +- bin/tests/system/glue/ns1/root-servers.nil.db | 6 +- bin/tests/system/glue/ns1/root.db | 6 +- bin/tests/system/glue/setup.sh | 6 +- bin/tests/system/glue/tests.sh | 6 +- bin/tests/system/hooks/clean.sh | 6 +- bin/tests/system/hooks/driver/test-async.c | 2 + bin/tests/system/hooks/ns1/example.db | 6 +- bin/tests/system/hooks/ns1/named.conf.in | 6 +- bin/tests/system/hooks/prereq.sh | 6 +- bin/tests/system/hooks/setup.sh | 6 +- bin/tests/system/hooks/tests.sh | 6 +- bin/tests/system/idna/clean.sh | 6 +- bin/tests/system/idna/ns1/named.conf.in | 6 +- bin/tests/system/idna/ns1/root.db | 6 +- bin/tests/system/idna/setup.sh | 6 +- bin/tests/system/idna/tests.sh | 4 +- bin/tests/system/ifconfig.bat | 9 +- bin/tests/system/ifconfig.sh.in | 4 +- bin/tests/system/include-multiplecfg/clean.sh | 6 +- .../include-multiplecfg/ns2/mars.com.db | 11 + .../system/include-multiplecfg/ns2/mars.conf | 12 + .../include-multiplecfg/ns2/named.conf.in | 6 +- .../include-multiplecfg/ns2/zone1.com.db | 11 + .../system/include-multiplecfg/ns2/zone1.conf | 12 + .../include-multiplecfg/ns2/zone2.com.db | 11 + .../system/include-multiplecfg/ns2/zone2.conf | 12 + bin/tests/system/include-multiplecfg/setup.sh | 6 +- bin/tests/system/include-multiplecfg/tests.sh | 6 +- bin/tests/system/inline/clean.sh | 4 +- bin/tests/system/inline/ns1/named.conf.in | 6 +- bin/tests/system/inline/ns1/root.db.in | 6 +- bin/tests/system/inline/ns1/sign.sh | 6 +- bin/tests/system/inline/ns2/bits.db.in | 6 +- bin/tests/system/inline/ns2/named.conf.in | 6 +- bin/tests/system/inline/ns2/nsec3-loop.db.in | 6 +- bin/tests/system/inline/ns3/include.db.in | 11 + bin/tests/system/inline/ns3/named.conf.in | 6 +- bin/tests/system/inline/ns3/primary.db.in | 6 +- bin/tests/system/inline/ns3/primary2.db.in | 6 +- bin/tests/system/inline/ns3/primary3.db.in | 6 +- bin/tests/system/inline/ns3/primary4.db.in | 6 +- bin/tests/system/inline/ns3/primary5.db.in | 6 +- bin/tests/system/inline/ns3/primary6.db.in | 6 +- bin/tests/system/inline/ns3/primary7.db.in | 6 +- bin/tests/system/inline/ns3/sign.sh | 6 +- bin/tests/system/inline/ns4/named.conf.in | 6 +- bin/tests/system/inline/ns4/noixfr.db.in | 6 +- bin/tests/system/inline/ns5/named.conf.post | 6 +- bin/tests/system/inline/ns5/named.conf.pre | 6 +- bin/tests/system/inline/ns6/named.conf.in | 6 +- bin/tests/system/inline/ns7/named.conf.in | 6 +- bin/tests/system/inline/ns7/sign.sh | 6 +- bin/tests/system/inline/ns8/example.com.db.in | 6 +- bin/tests/system/inline/ns8/example.db.in | 6 +- bin/tests/system/inline/ns8/example2.db.in | 6 +- bin/tests/system/inline/ns8/example3.db.in | 6 +- bin/tests/system/inline/ns8/named.conf.in | 6 +- bin/tests/system/inline/ns8/sign.sh | 6 +- bin/tests/system/inline/setup.sh | 4 +- bin/tests/system/inline/tests.sh | 6 +- .../system/inline/tests_signed_zone_files.py | 6 +- bin/tests/system/integrity/clean.sh | 6 +- bin/tests/system/integrity/ns1/mx-cname.db | 6 +- bin/tests/system/integrity/ns1/named.conf.in | 6 +- bin/tests/system/integrity/ns1/srv-cname.db | 6 +- bin/tests/system/integrity/setup.sh | 6 +- bin/tests/system/integrity/tests.sh | 6 +- bin/tests/system/ixfr/clean.sh | 6 +- bin/tests/system/ixfr/ns1/named.conf.in | 6 +- bin/tests/system/ixfr/ns3/named.conf.in | 6 +- bin/tests/system/ixfr/ns4/named.conf.in | 6 +- bin/tests/system/ixfr/ns5/named.conf.in | 6 +- bin/tests/system/ixfr/setup.sh | 6 +- bin/tests/system/ixfr/tests.sh | 7 +- bin/tests/system/journal/clean.sh | 4 +- bin/tests/system/journal/ns1/generic.db.in | 7 +- bin/tests/system/journal/ns1/ixfr.db.in | 7 +- bin/tests/system/journal/ns1/named.conf.in | 6 +- bin/tests/system/journal/ns2/named.conf.in | 6 +- bin/tests/system/journal/setup.sh | 6 +- bin/tests/system/journal/tests.sh | 6 +- bin/tests/system/kasp.sh | 6 +- bin/tests/system/kasp/README | 9 +- bin/tests/system/kasp/clean.sh | 6 +- bin/tests/system/kasp/kasp.conf | 6 +- bin/tests/system/kasp/ns2/named.conf.in | 6 +- .../system/kasp/ns2/secondary.kasp.db.in | 6 +- .../system/kasp/ns2/secondary.kasp.db.in2 | 6 +- bin/tests/system/kasp/ns2/setup.sh | 6 +- bin/tests/system/kasp/ns2/template.tld.db.in | 6 +- bin/tests/system/kasp/ns3/ed25519.conf | 13 + bin/tests/system/kasp/ns3/ed448.conf | 13 + bin/tests/system/kasp/ns3/named.conf.in | 6 +- .../system/kasp/ns3/policies/autosign.conf.in | 6 +- .../system/kasp/ns3/policies/kasp.conf.in | 6 +- bin/tests/system/kasp/ns3/setup.sh | 6 +- bin/tests/system/kasp/ns3/template.db.in | 6 +- bin/tests/system/kasp/ns3/template2.db.in | 6 +- bin/tests/system/kasp/ns4/example1.db.in | 6 +- bin/tests/system/kasp/ns4/example2.db.in | 6 +- bin/tests/system/kasp/ns4/named.conf.in | 6 +- bin/tests/system/kasp/ns4/setup.sh | 6 +- bin/tests/system/kasp/ns4/template.db.in | 6 +- bin/tests/system/kasp/ns5/named.conf.in | 6 +- bin/tests/system/kasp/ns5/setup.sh | 6 +- bin/tests/system/kasp/ns5/template.db.in | 6 +- bin/tests/system/kasp/ns6/example.db.in | 6 +- bin/tests/system/kasp/ns6/example2.db.in | 6 +- bin/tests/system/kasp/ns6/example3.db.in | 6 +- bin/tests/system/kasp/ns6/named.conf.in | 6 +- bin/tests/system/kasp/ns6/named2.conf.in | 6 +- .../system/kasp/ns6/policies/csk1.conf.in | 6 +- .../system/kasp/ns6/policies/csk2.conf.in | 6 +- .../system/kasp/ns6/policies/kasp.conf.in | 6 +- bin/tests/system/kasp/ns6/setup.sh | 6 +- bin/tests/system/kasp/ns6/template.db.in | 6 +- bin/tests/system/kasp/setup.sh | 6 +- bin/tests/system/kasp/tests.sh | 6 +- bin/tests/system/keepalive/clean.sh | 4 +- bin/tests/system/keepalive/ns1/named.conf.in | 6 +- bin/tests/system/keepalive/ns1/root.db | 6 +- bin/tests/system/keepalive/ns2/example.db | 6 +- bin/tests/system/keepalive/ns2/named.conf.in | 6 +- bin/tests/system/keepalive/ns3/named.conf.in | 6 +- bin/tests/system/keepalive/setup.sh | 6 +- bin/tests/system/keepalive/tests.sh | 6 +- bin/tests/system/keymgr2kasp/README | 9 +- bin/tests/system/keymgr2kasp/clean.sh | 6 +- bin/tests/system/keymgr2kasp/ns3/kasp.conf.in | 6 +- .../system/keymgr2kasp/ns3/named.conf.in | 6 +- .../system/keymgr2kasp/ns3/named2.conf.in | 6 +- bin/tests/system/keymgr2kasp/ns3/setup.sh | 6 +- .../system/keymgr2kasp/ns3/template.db.in | 6 +- .../system/keymgr2kasp/ns4/named.conf.in | 6 +- .../system/keymgr2kasp/ns4/named2.conf.in | 6 +- bin/tests/system/keymgr2kasp/ns4/setup.sh | 6 +- .../system/keymgr2kasp/ns4/template.ext.db.in | 6 +- .../system/keymgr2kasp/ns4/template.int.db.in | 6 +- bin/tests/system/keymgr2kasp/setup.sh | 6 +- bin/tests/system/keymgr2kasp/tests.sh | 6 +- bin/tests/system/legacy/build.sh | 6 +- bin/tests/system/legacy/clean.sh | 4 +- bin/tests/system/legacy/ns1/named1.conf.in | 6 +- bin/tests/system/legacy/ns1/named2.conf.in | 6 +- bin/tests/system/legacy/ns1/root.db | 6 +- bin/tests/system/legacy/ns1/trusted.conf | 13 + bin/tests/system/legacy/ns10/ednsrefused.db | 6 +- bin/tests/system/legacy/ns10/named.conf.in | 6 +- bin/tests/system/legacy/ns2/dropedns.db | 6 +- bin/tests/system/legacy/ns2/named.conf.in | 6 +- bin/tests/system/legacy/ns3/dropedns-notcp.db | 6 +- bin/tests/system/legacy/ns3/named.conf.in | 6 +- bin/tests/system/legacy/ns4/named.conf.in | 6 +- bin/tests/system/legacy/ns4/plain.db | 6 +- bin/tests/system/legacy/ns5/named.conf.in | 6 +- bin/tests/system/legacy/ns5/plain-notcp.db | 6 +- bin/tests/system/legacy/ns6/edns512.db.in | 6 +- bin/tests/system/legacy/ns6/named.conf.in | 6 +- bin/tests/system/legacy/ns6/sign.sh | 6 +- .../system/legacy/ns7/edns512-notcp.db.in | 6 +- bin/tests/system/legacy/ns7/named.conf.in | 6 +- bin/tests/system/legacy/ns7/sign.sh | 6 +- bin/tests/system/legacy/ns8/ednsformerr.db | 6 +- bin/tests/system/legacy/ns8/named.conf.in | 6 +- bin/tests/system/legacy/ns9/ednsnotimp.db | 6 +- bin/tests/system/legacy/ns9/named.conf.in | 6 +- bin/tests/system/legacy/setup.sh | 6 +- bin/tests/system/legacy/tests.sh | 6 +- bin/tests/system/limits/clean.sh | 6 +- bin/tests/system/limits/ns1/example.db | 6 +- bin/tests/system/limits/ns1/named.conf.in | 6 +- bin/tests/system/limits/ns1/root.db | 6 +- bin/tests/system/limits/setup.sh | 6 +- bin/tests/system/limits/tests.sh | 6 +- bin/tests/system/logfileconfig/clean.sh | 6 +- .../system/logfileconfig/ns1/named.dirconf.in | 6 +- .../logfileconfig/ns1/named.iso8601-utc.in | 6 +- .../system/logfileconfig/ns1/named.iso8601.in | 6 +- .../logfileconfig/ns1/named.pipeconf.in | 6 +- .../system/logfileconfig/ns1/named.plain.in | 6 +- .../logfileconfig/ns1/named.plainconf.in | 6 +- .../system/logfileconfig/ns1/named.symconf.in | 6 +- .../system/logfileconfig/ns1/named.tsconf.in | 6 +- .../logfileconfig/ns1/named.unlimited.in | 6 +- .../logfileconfig/ns1/named.versconf.in | 6 +- bin/tests/system/logfileconfig/setup.sh | 6 +- bin/tests/system/logfileconfig/tests.sh | 6 +- bin/tests/system/makejournal.c | 2 + bin/tests/system/masterfile/clean.sh | 6 +- bin/tests/system/masterfile/ns1/include.db | 6 +- bin/tests/system/masterfile/ns1/named.conf.in | 6 +- bin/tests/system/masterfile/ns1/sub.db | 6 +- bin/tests/system/masterfile/ns1/ttl1.db | 6 +- bin/tests/system/masterfile/ns1/ttl2.db | 6 +- bin/tests/system/masterfile/ns2/example.db | 6 +- bin/tests/system/masterfile/ns2/named.conf.in | 6 +- bin/tests/system/masterfile/setup.sh | 6 +- bin/tests/system/masterfile/tests.sh | 6 +- .../zone/inheritownerafterinclude.db | 6 +- .../system/masterfile/zone/nameservers.db | 6 +- bin/tests/system/masterformat/clean.sh | 6 +- bin/tests/system/masterformat/ns1/compile.sh | 6 +- bin/tests/system/masterformat/ns1/example.db | 6 +- bin/tests/system/masterformat/ns1/large.db.in | 6 +- .../system/masterformat/ns1/named.conf.in | 6 +- bin/tests/system/masterformat/ns1/signed.db | 6 +- .../masterformat/ns2/formerly-text.db.in | 6 +- .../system/masterformat/ns2/named.conf.in | 6 +- .../system/masterformat/ns3/named.conf.in | 6 +- bin/tests/system/masterformat/setup.sh | 6 +- bin/tests/system/masterformat/tests.sh | 6 +- bin/tests/system/metadata/child.db | 6 +- bin/tests/system/metadata/clean.sh | 6 +- bin/tests/system/metadata/parent.db | 6 +- bin/tests/system/metadata/setup.sh | 6 +- bin/tests/system/metadata/tests.sh | 6 +- bin/tests/system/mirror/README | 11 +- bin/tests/system/mirror/clean.sh | 4 +- bin/tests/system/mirror/ns1/named.conf.in | 6 +- bin/tests/system/mirror/ns1/root.db.in | 6 +- bin/tests/system/mirror/ns1/sign.sh | 6 +- bin/tests/system/mirror/ns2/example.db.in | 6 +- .../mirror/ns2/initially-unavailable.db.in | 6 +- bin/tests/system/mirror/ns2/named.conf.in | 6 +- bin/tests/system/mirror/ns2/sign.sh | 6 +- bin/tests/system/mirror/ns2/sub.example.db.in | 6 +- bin/tests/system/mirror/ns2/verify.db.in | 6 +- bin/tests/system/mirror/ns3/named.conf.in | 6 +- bin/tests/system/mirror/setup.sh | 6 +- bin/tests/system/mirror/tests.sh | 6 +- bin/tests/system/mkeys/README | 9 +- bin/tests/system/mkeys/clean.sh | 6 +- bin/tests/system/mkeys/ns1/named1.conf.in | 6 +- bin/tests/system/mkeys/ns1/named2.conf.in | 6 +- bin/tests/system/mkeys/ns1/named3.conf.in | 6 +- bin/tests/system/mkeys/ns1/root.db | 6 +- bin/tests/system/mkeys/ns1/sign.sh | 6 +- bin/tests/system/mkeys/ns2/named.conf.in | 6 +- bin/tests/system/mkeys/ns3/named.conf.in | 6 +- bin/tests/system/mkeys/ns4/named.conf.in | 6 +- bin/tests/system/mkeys/ns5/named.conf.in | 6 +- bin/tests/system/mkeys/ns6/named.conf.in | 6 +- bin/tests/system/mkeys/ns6/setup.sh | 6 +- bin/tests/system/mkeys/ns7/named.conf.in | 6 +- bin/tests/system/mkeys/setup.sh | 6 +- bin/tests/system/mkeys/tests.sh | 6 +- bin/tests/system/names/clean.sh | 6 +- bin/tests/system/names/ns1/example.db | 7 +- bin/tests/system/names/ns1/named.conf.in | 6 +- bin/tests/system/names/setup.sh | 4 +- bin/tests/system/names/tests.sh | 6 +- bin/tests/system/notify/clean.sh | 6 +- bin/tests/system/notify/ns1/named.conf.in | 6 +- bin/tests/system/notify/ns1/root.db | 6 +- bin/tests/system/notify/ns2/example1.db | 6 +- bin/tests/system/notify/ns2/example2.db | 6 +- bin/tests/system/notify/ns2/example3.db | 6 +- bin/tests/system/notify/ns2/example4.db | 6 +- bin/tests/system/notify/ns2/generic.db | 6 +- bin/tests/system/notify/ns2/named.conf.in | 6 +- bin/tests/system/notify/ns3/named.conf.in | 6 +- bin/tests/system/notify/ns4/named.conf.in | 6 +- bin/tests/system/notify/ns5/named.conf.in | 6 +- bin/tests/system/notify/ns5/x21.db | 6 +- bin/tests/system/notify/setup.sh | 6 +- bin/tests/system/notify/tests.sh | 6 +- bin/tests/system/nsec3/clean.sh | 6 +- bin/tests/system/nsec3/ns3/named.conf.in | 6 +- bin/tests/system/nsec3/ns3/named2.conf.in | 6 +- .../nsec3/ns3/nsec3-fails-to-load.kasp.db.in | 11 + bin/tests/system/nsec3/ns3/setup.sh | 6 +- bin/tests/system/nsec3/ns3/template.db.in | 6 +- bin/tests/system/nsec3/setup.sh | 6 +- bin/tests/system/nsec3/tests.sh | 6 +- bin/tests/system/nslookup/clean.sh | 4 +- bin/tests/system/nslookup/ns1/example.net.db | 6 +- bin/tests/system/nslookup/ns1/named.conf.in | 6 +- bin/tests/system/nslookup/setup.sh | 6 +- bin/tests/system/nslookup/tests.sh | 6 +- bin/tests/system/nsupdate/ans4/ans.pl | 6 +- bin/tests/system/nsupdate/clean.sh | 6 +- bin/tests/system/nsupdate/krb/setup.sh | 4 +- bin/tests/system/nsupdate/ns1/example1.db | 6 +- bin/tests/system/nsupdate/ns1/many.test.db.in | 6 +- bin/tests/system/nsupdate/ns1/max-ttl.db | 6 +- .../system/nsupdate/ns1/maxjournal.db.in | 6 +- bin/tests/system/nsupdate/ns1/named.conf.in | 6 +- bin/tests/system/nsupdate/ns1/sample.db.in | 6 +- .../system/nsupdate/ns10/example.com.db.in | 6 +- bin/tests/system/nsupdate/ns10/in-addr.db.in | 6 +- bin/tests/system/nsupdate/ns10/named.conf.in | 6 +- bin/tests/system/nsupdate/ns2/named.conf.in | 6 +- bin/tests/system/nsupdate/ns2/sample.db.in | 6 +- .../system/nsupdate/ns3/delegation.test.db.in | 6 +- .../system/nsupdate/ns3/dnskey.test.db.in | 6 +- bin/tests/system/nsupdate/ns3/example.db.in | 6 +- .../nsupdate/ns3/multisigner.test.db.in | 6 +- bin/tests/system/nsupdate/ns3/named.conf.in | 6 +- .../system/nsupdate/ns3/nsec3param.test.db.in | 6 +- bin/tests/system/nsupdate/ns3/sign.sh | 6 +- .../system/nsupdate/ns3/too-big.test.db.in | 6 +- bin/tests/system/nsupdate/ns5/local.db.in | 6 +- bin/tests/system/nsupdate/ns5/named.conf.in | 6 +- bin/tests/system/nsupdate/ns6/in-addr.db.in | 6 +- bin/tests/system/nsupdate/ns6/named.conf.in | 6 +- .../system/nsupdate/ns7/example.com.db.in | 6 +- bin/tests/system/nsupdate/ns7/in-addr.db.in | 6 +- bin/tests/system/nsupdate/ns7/named.conf.in | 6 +- .../system/nsupdate/ns8/example.com.db.in | 6 +- bin/tests/system/nsupdate/ns8/in-addr.db.in | 6 +- bin/tests/system/nsupdate/ns8/named.conf.in | 6 +- .../system/nsupdate/ns9/example.com.db.in | 6 +- bin/tests/system/nsupdate/ns9/in-addr.db.in | 6 +- bin/tests/system/nsupdate/ns9/named.conf.in | 6 +- bin/tests/system/nsupdate/resolv.conf | 13 + bin/tests/system/nsupdate/setup.sh | 6 +- bin/tests/system/nsupdate/tests.sh | 6 +- bin/tests/system/nsupdate/update_test.pl | 6 +- bin/tests/system/nzd2nzf/clean.sh | 6 +- bin/tests/system/nzd2nzf/ns1/added.db | 6 +- bin/tests/system/nzd2nzf/ns1/named.conf.in | 6 +- bin/tests/system/nzd2nzf/setup.sh | 6 +- bin/tests/system/nzd2nzf/tests.sh | 4 +- bin/tests/system/org.isc.bind.system | 2 + bin/tests/system/packet.pl | 6 +- bin/tests/system/padding/clean.sh | 4 +- bin/tests/system/padding/ns1/named.conf.in | 6 +- bin/tests/system/padding/ns1/root.db | 6 +- bin/tests/system/padding/ns2/example.db | 6 +- bin/tests/system/padding/ns2/named.conf.in | 6 +- bin/tests/system/padding/ns3/named.conf.in | 6 +- bin/tests/system/padding/ns4/named.conf.in | 6 +- bin/tests/system/padding/setup.sh | 6 +- bin/tests/system/padding/tests.sh | 6 +- bin/tests/system/parallel.sh | 6 +- bin/tests/system/pending/clean.sh | 6 +- bin/tests/system/pending/ns1/named.conf.in | 6 +- bin/tests/system/pending/ns1/root.db.in | 6 +- bin/tests/system/pending/ns1/sign.sh | 6 +- .../system/pending/ns2/example.com.db.in | 6 +- bin/tests/system/pending/ns2/example.db.in | 6 +- bin/tests/system/pending/ns2/forgery.db | 6 +- bin/tests/system/pending/ns2/named.conf.in | 6 +- bin/tests/system/pending/ns2/sign.sh | 6 +- bin/tests/system/pending/ns3/hostile.db | 6 +- bin/tests/system/pending/ns3/mail.example.db | 6 +- bin/tests/system/pending/ns3/named.conf.in | 6 +- bin/tests/system/pending/ns4/named.conf.in | 6 +- bin/tests/system/pending/setup.sh | 6 +- bin/tests/system/pending/tests.sh | 6 +- bin/tests/system/pipelined/ans5/ans.py | 6 +- bin/tests/system/pipelined/clean.sh | 6 +- bin/tests/system/pipelined/ns1/named.conf.in | 6 +- bin/tests/system/pipelined/ns1/root.db | 6 +- bin/tests/system/pipelined/ns2/examplea.db | 6 +- bin/tests/system/pipelined/ns2/named.conf.in | 6 +- bin/tests/system/pipelined/ns3/exampleb.db | 6 +- bin/tests/system/pipelined/ns3/named.conf.in | 6 +- bin/tests/system/pipelined/ns4/named.conf.in | 6 +- bin/tests/system/pipelined/pipequeries.c | 2 + bin/tests/system/pipelined/setup.sh | 6 +- bin/tests/system/pipelined/tests.sh | 6 +- bin/tests/system/qmin/ans2/ans.py | 6 +- bin/tests/system/qmin/ans3/ans.py | 6 +- bin/tests/system/qmin/ans4/ans.py | 6 +- bin/tests/system/qmin/clean.sh | 6 +- bin/tests/system/qmin/ns1/named.conf.in | 6 +- bin/tests/system/qmin/ns1/root.db | 6 +- bin/tests/system/qmin/ns5/named.conf.in | 6 +- bin/tests/system/qmin/ns6/named.conf.in | 6 +- bin/tests/system/qmin/ns7/named.conf.in | 6 +- bin/tests/system/qmin/setup.sh | 6 +- bin/tests/system/qmin/tests.sh | 6 +- bin/tests/system/reclimit/README | 9 +- bin/tests/system/reclimit/ans2/ans.pl | 6 +- bin/tests/system/reclimit/ans4/ans.pl | 6 +- bin/tests/system/reclimit/ans7/ans.pl | 6 +- bin/tests/system/reclimit/clean.sh | 6 +- bin/tests/system/reclimit/ns1/named.conf.in | 6 +- bin/tests/system/reclimit/ns1/root.db | 6 +- bin/tests/system/reclimit/ns3/hints.db | 6 +- bin/tests/system/reclimit/ns3/named1.conf.in | 6 +- bin/tests/system/reclimit/ns3/named2.conf.in | 6 +- bin/tests/system/reclimit/ns3/named3.conf.in | 6 +- bin/tests/system/reclimit/ns3/named4.conf.in | 6 +- bin/tests/system/reclimit/setup.sh | 6 +- bin/tests/system/reclimit/tests.sh | 6 +- bin/tests/system/redirect/clean.sh | 6 +- bin/tests/system/redirect/conf/bad1.conf | 6 +- bin/tests/system/redirect/conf/bad2.conf | 6 +- bin/tests/system/redirect/conf/bad3.conf | 6 +- bin/tests/system/redirect/conf/good1.conf | 6 +- bin/tests/system/redirect/conf/good2.conf | 6 +- bin/tests/system/redirect/conf/good3.conf | 6 +- bin/tests/system/redirect/conf/good4.conf | 6 +- bin/tests/system/redirect/ns1/example.db | 6 +- bin/tests/system/redirect/ns1/named.conf.in | 6 +- bin/tests/system/redirect/ns1/redirect.db | 6 +- bin/tests/system/redirect/ns1/root.db | 6 +- bin/tests/system/redirect/ns1/sign.sh | 6 +- bin/tests/system/redirect/ns2/example.db.in | 6 +- bin/tests/system/redirect/ns2/named.conf.in | 6 +- bin/tests/system/redirect/ns2/redirect.db.in | 6 +- bin/tests/system/redirect/ns3/example.db | 6 +- bin/tests/system/redirect/ns3/named.conf.in | 6 +- bin/tests/system/redirect/ns3/redirect.db | 6 +- bin/tests/system/redirect/ns3/root.db | 6 +- bin/tests/system/redirect/ns3/sign.sh | 6 +- bin/tests/system/redirect/ns4/example.db.in | 6 +- bin/tests/system/redirect/ns4/named.conf.in | 6 +- bin/tests/system/redirect/ns4/root.hint | 6 +- bin/tests/system/redirect/ns5/named.conf.in | 6 +- bin/tests/system/redirect/ns5/root.db.in | 6 +- bin/tests/system/redirect/ns5/sign.sh | 6 +- bin/tests/system/redirect/ns5/signed.db.in | 6 +- bin/tests/system/redirect/ns5/unsigned.db | 6 +- bin/tests/system/redirect/ns6/named.conf.in | 6 +- bin/tests/system/redirect/ns6/root.db | 6 +- bin/tests/system/redirect/setup.sh | 6 +- bin/tests/system/redirect/tests.sh | 6 +- bin/tests/system/resolve.c | 2 + bin/tests/system/resolver/ans2/ans.pl | 6 +- bin/tests/system/resolver/ans3/ans.pl | 6 +- bin/tests/system/resolver/ans8/ans.pl | 6 +- bin/tests/system/resolver/clean.sh | 6 +- bin/tests/system/resolver/ns1/chaostest.db | 11 + bin/tests/system/resolver/ns1/named.conf.in | 6 +- bin/tests/system/resolver/ns1/root.hint | 6 +- bin/tests/system/resolver/ns4/broken.db | 6 +- bin/tests/system/resolver/ns4/child.server.db | 6 +- bin/tests/system/resolver/ns4/moves.db | 6 +- bin/tests/system/resolver/ns4/named.conf.in | 6 +- bin/tests/system/resolver/ns4/named.noaa | 9 +- bin/tests/system/resolver/ns4/root.db | 6 +- bin/tests/system/resolver/ns4/sourcens.db | 6 +- bin/tests/system/resolver/ns4/tld1.db | 6 +- bin/tests/system/resolver/ns4/tld2.db | 6 +- bin/tests/system/resolver/ns5/child.server.db | 6 +- bin/tests/system/resolver/ns5/moves.db | 6 +- bin/tests/system/resolver/ns5/named.conf.in | 6 +- bin/tests/system/resolver/ns5/root.hint | 6 +- bin/tests/system/resolver/ns6/broken.db | 6 +- .../system/resolver/ns6/delegation-only.db | 6 +- .../system/resolver/ns6/ds.example.net.db.in | 6 +- .../system/resolver/ns6/example.net.db.in | 6 +- bin/tests/system/resolver/ns6/fetch.tld.db | 6 +- bin/tests/system/resolver/ns6/keygen.sh | 6 +- bin/tests/system/resolver/ns6/moves.db | 6 +- bin/tests/system/resolver/ns6/named.conf.in | 6 +- .../resolver/ns6/no-edns-version.tld.db | 6 +- bin/tests/system/resolver/ns6/root.db | 6 +- bin/tests/system/resolver/ns6/targetns.db | 6 +- .../resolver/ns6/to-be-removed.tld.db.in | 6 +- bin/tests/system/resolver/ns7/all-cnames.db | 6 +- .../system/resolver/ns7/edns-version.tld.db | 6 +- bin/tests/system/resolver/ns7/named1.conf.in | 6 +- bin/tests/system/resolver/ns7/named2.conf.in | 6 +- bin/tests/system/resolver/ns7/root.hint | 6 +- bin/tests/system/resolver/ns7/server.db.in | 6 +- bin/tests/system/resolver/setup.sh | 6 +- bin/tests/system/resolver/tests.sh | 6 +- bin/tests/system/rndc/clean.sh | 6 +- bin/tests/system/rndc/gencheck.c | 2 + bin/tests/system/rndc/ns2/incl.db | 6 +- bin/tests/system/rndc/ns2/named.conf.in | 6 +- bin/tests/system/rndc/ns2/secondkey.conf | 6 +- bin/tests/system/rndc/ns3/named.conf.in | 6 +- bin/tests/system/rndc/ns4/named.conf.in | 6 +- bin/tests/system/rndc/ns5/named.conf.in | 6 +- bin/tests/system/rndc/ns6/named.conf.in | 6 +- bin/tests/system/rndc/ns7/include.db.in | 6 +- bin/tests/system/rndc/ns7/include2.db.in | 6 +- bin/tests/system/rndc/ns7/named.conf.in | 6 +- bin/tests/system/rndc/ns7/test.db.in | 6 +- bin/tests/system/rndc/setup.sh | 6 +- bin/tests/system/rndc/tests.sh | 6 +- bin/tests/system/rootkeysentinel/clean.sh | 6 +- .../system/rootkeysentinel/ns1/named.conf.in | 6 +- .../system/rootkeysentinel/ns1/root.db.in | 6 +- bin/tests/system/rootkeysentinel/ns1/sign.sh | 6 +- .../system/rootkeysentinel/ns2/example.db.in | 6 +- .../system/rootkeysentinel/ns2/named.conf.in | 6 +- bin/tests/system/rootkeysentinel/ns2/sign.sh | 6 +- bin/tests/system/rootkeysentinel/ns3/hint.db | 6 +- .../system/rootkeysentinel/ns3/named.conf.in | 6 +- bin/tests/system/rootkeysentinel/ns4/hint.db | 6 +- .../system/rootkeysentinel/ns4/named.conf.in | 6 +- bin/tests/system/rootkeysentinel/setup.sh | 6 +- bin/tests/system/rootkeysentinel/tests.sh | 6 +- bin/tests/system/rpz/README | 9 +- bin/tests/system/rpz/clean.sh | 4 +- bin/tests/system/rpz/dnsrps.c | 2 + bin/tests/system/rpz/dnsrpzd-license.conf | 13 + bin/tests/system/rpz/dnsrpzd.conf.in | 6 +- bin/tests/system/rpz/ns1/named.conf.in | 6 +- bin/tests/system/rpz/ns1/root.db | 6 +- bin/tests/system/rpz/ns2/base-tld2s.db | 6 +- bin/tests/system/rpz/ns2/bl.tld2.db.in | 6 +- bin/tests/system/rpz/ns2/blv2.tld2.db.in | 6 +- bin/tests/system/rpz/ns2/blv3.tld2.db.in | 6 +- bin/tests/system/rpz/ns2/hints | 6 +- bin/tests/system/rpz/ns2/named.conf.in | 6 +- bin/tests/system/rpz/ns2/tld2.db | 6 +- bin/tests/system/rpz/ns3/base.db | 6 +- bin/tests/system/rpz/ns3/broken.db.in | 6 +- bin/tests/system/rpz/ns3/crash1 | 19 +- bin/tests/system/rpz/ns3/crash2 | 19 +- bin/tests/system/rpz/ns3/hints | 6 +- .../system/rpz/ns3/manual-update-rpz-2.db.in | 6 +- .../system/rpz/ns3/manual-update-rpz.db.in | 6 +- .../system/rpz/ns3/mixed-case-rpz-1.db.in | 6 +- .../system/rpz/ns3/mixed-case-rpz-2.db.in | 6 +- bin/tests/system/rpz/ns3/named.conf.in | 7 +- bin/tests/system/rpz/ns4/hints | 6 +- bin/tests/system/rpz/ns4/named.conf.in | 6 +- bin/tests/system/rpz/ns4/tld4.db | 6 +- bin/tests/system/rpz/ns5/empty.db.in | 6 +- bin/tests/system/rpz/ns5/expire.conf.in | 6 +- bin/tests/system/rpz/ns5/fast-expire.db.in | 6 +- bin/tests/system/rpz/ns5/hints | 6 +- bin/tests/system/rpz/ns5/named.conf.in | 7 +- bin/tests/system/rpz/ns5/tld5.db | 8 +- bin/tests/system/rpz/ns6/hints | 6 +- bin/tests/system/rpz/ns6/named.conf.in | 6 +- bin/tests/system/rpz/ns7/hints | 6 +- bin/tests/system/rpz/ns7/named.conf.in | 6 +- bin/tests/system/rpz/ns8/hints | 6 +- .../system/rpz/ns8/manual-update-rpz.db.in | 6 +- bin/tests/system/rpz/ns8/named.conf.in | 7 +- bin/tests/system/rpz/ns9/hints | 6 +- bin/tests/system/rpz/ns9/named.conf.in | 7 +- bin/tests/system/rpz/ns9/rpz.db | 11 + bin/tests/system/rpz/qperf.sh | 6 +- bin/tests/system/rpz/setup.sh | 6 +- bin/tests/system/rpz/test1 | 7 +- bin/tests/system/rpz/test2 | 7 +- bin/tests/system/rpz/test3 | 6 +- bin/tests/system/rpz/test4 | 6 +- bin/tests/system/rpz/test4a | 6 +- bin/tests/system/rpz/test5 | 6 +- bin/tests/system/rpz/test6 | 6 +- bin/tests/system/rpz/tests.sh | 6 +- bin/tests/system/rpzextra/clean.sh | 4 +- bin/tests/system/rpzextra/conftest.py | 6 +- bin/tests/system/rpzextra/ns1/named.conf.in | 13 + bin/tests/system/rpzextra/ns1/root.db | 6 +- bin/tests/system/rpzextra/ns1/rpz.local.db | 11 + bin/tests/system/rpzextra/ns2/allowed.db | 11 + bin/tests/system/rpzextra/ns2/baddomain.db | 11 + bin/tests/system/rpzextra/ns2/named.conf.in | 13 + bin/tests/system/rpzextra/setup.sh | 6 +- .../rpzextra/tests-rpz-passthru-logging.py | 7 +- bin/tests/system/rpzrecurse/README | 9 +- bin/tests/system/rpzrecurse/ans5/ans.pl | 6 +- bin/tests/system/rpzrecurse/clean.sh | 4 +- bin/tests/system/rpzrecurse/ns1/db.l0 | 6 +- bin/tests/system/rpzrecurse/ns1/db.l1.l0 | 6 +- .../system/rpzrecurse/ns1/example.com.db | 6 +- bin/tests/system/rpzrecurse/ns1/example.db | 6 +- bin/tests/system/rpzrecurse/ns1/named.conf.in | 6 +- bin/tests/system/rpzrecurse/ns1/root.db | 6 +- .../rpzrecurse/ns1/test1.example.net.db | 6 +- .../rpzrecurse/ns1/test2.example.net.db | 6 +- bin/tests/system/rpzrecurse/ns2/db.clientip1 | 6 +- bin/tests/system/rpzrecurse/ns2/db.clientip2 | 6 +- bin/tests/system/rpzrecurse/ns2/db.clientip21 | 6 +- bin/tests/system/rpzrecurse/ns2/db.given | 11 + .../rpzrecurse/ns2/db.invalidprefixlength | 6 +- bin/tests/system/rpzrecurse/ns2/db.log1 | 6 +- bin/tests/system/rpzrecurse/ns2/db.log2 | 6 +- bin/tests/system/rpzrecurse/ns2/db.log3 | 6 +- bin/tests/system/rpzrecurse/ns2/db.passthru | 11 + bin/tests/system/rpzrecurse/ns2/db.wildcard1 | 6 +- bin/tests/system/rpzrecurse/ns2/db.wildcard2a | 6 +- bin/tests/system/rpzrecurse/ns2/db.wildcard2b | 6 +- bin/tests/system/rpzrecurse/ns2/db.wildcard3 | 6 +- .../system/rpzrecurse/ns2/named.clientip.conf | 6 +- .../rpzrecurse/ns2/named.clientip2.conf | 6 +- .../rpzrecurse/ns2/named.conf.header.in | 6 +- .../system/rpzrecurse/ns2/named.default.conf | 6 +- .../ns2/named.invalidprefixlength.conf | 6 +- .../system/rpzrecurse/ns2/named.log.conf | 6 +- .../system/rpzrecurse/ns2/named.max.conf | 6 +- .../rpzrecurse/ns2/named.wildcard1.conf | 6 +- .../rpzrecurse/ns2/named.wildcard2.conf | 6 +- .../rpzrecurse/ns2/named.wildcard3.conf | 6 +- .../rpzrecurse/ns2/named.wildcard4.conf | 6 +- bin/tests/system/rpzrecurse/ns2/root.hint | 6 +- bin/tests/system/rpzrecurse/ns3/example.db | 6 +- .../system/rpzrecurse/ns3/named1.conf.in | 6 +- .../system/rpzrecurse/ns3/named2.conf.in | 6 +- .../system/rpzrecurse/ns3/named3.conf.in | 6 +- bin/tests/system/rpzrecurse/ns3/policy.db | 6 +- bin/tests/system/rpzrecurse/ns3/root.db | 6 +- .../system/rpzrecurse/ns4/child.example.db | 6 +- bin/tests/system/rpzrecurse/ns4/named.conf.in | 6 +- bin/tests/system/rpzrecurse/setup.sh | 6 +- bin/tests/system/rpzrecurse/testgen.pl | 6 +- bin/tests/system/rpzrecurse/tests.sh | 6 +- bin/tests/system/rrchecker/clean.sh | 4 +- bin/tests/system/rrchecker/tests.sh | 6 +- bin/tests/system/rrl/broken.conf | 7 +- bin/tests/system/rrl/clean.sh | 4 +- bin/tests/system/rrl/ns1/named.conf.in | 6 +- bin/tests/system/rrl/ns1/root.db | 7 +- bin/tests/system/rrl/ns2/hints | 8 +- bin/tests/system/rrl/ns2/named.conf.in | 6 +- bin/tests/system/rrl/ns2/tld2.db | 8 +- bin/tests/system/rrl/ns3/hints | 8 +- bin/tests/system/rrl/ns3/named.conf.in | 6 +- bin/tests/system/rrl/ns3/tld3.db | 8 +- bin/tests/system/rrl/ns4/hints | 8 +- bin/tests/system/rrl/ns4/named.conf.in | 6 +- bin/tests/system/rrl/ns4/tld4.db | 8 +- bin/tests/system/rrl/setup.sh | 6 +- bin/tests/system/rrl/tests.sh | 4 +- bin/tests/system/rrsetorder/clean.sh | 6 +- bin/tests/system/rrsetorder/ns1/named.conf.in | 6 +- bin/tests/system/rrsetorder/ns1/root.db | 6 +- bin/tests/system/rrsetorder/ns2/named.conf.in | 6 +- bin/tests/system/rrsetorder/ns3/named.conf.in | 6 +- bin/tests/system/rrsetorder/ns4/named.conf.in | 6 +- bin/tests/system/rrsetorder/ns5/named.conf.in | 6 +- bin/tests/system/rrsetorder/setup.sh | 6 +- bin/tests/system/rrsetorder/tests.sh | 6 +- bin/tests/system/rsabigexponent/README.md | 9 +- bin/tests/system/rsabigexponent/bigkey.c | 2 + bin/tests/system/rsabigexponent/clean.sh | 6 +- .../system/rsabigexponent/conf/bad01.conf | 6 +- .../system/rsabigexponent/conf/bad02.conf | 6 +- .../system/rsabigexponent/conf/bad03.conf | 6 +- .../system/rsabigexponent/conf/good01.conf | 6 +- .../system/rsabigexponent/conf/good02.conf | 6 +- .../system/rsabigexponent/conf/good03.conf | 6 +- .../system/rsabigexponent/ns1/named.conf.in | 6 +- .../system/rsabigexponent/ns1/root.db.in | 6 +- bin/tests/system/rsabigexponent/ns1/sign.sh | 6 +- .../system/rsabigexponent/ns2/example.db.bad | 6 +- .../system/rsabigexponent/ns2/example.db.in | 6 +- .../system/rsabigexponent/ns2/named.conf.in | 6 +- bin/tests/system/rsabigexponent/ns2/sign.sh | 6 +- .../system/rsabigexponent/ns3/named.conf.in | 6 +- bin/tests/system/rsabigexponent/setup.sh | 6 +- bin/tests/system/rsabigexponent/tests.sh | 6 +- bin/tests/system/run.sh.in | 4 +- bin/tests/system/runall.sh | 6 +- bin/tests/system/runsequential.sh | 6 +- bin/tests/system/runtime/README | 9 +- bin/tests/system/runtime/clean.sh | 6 +- .../system/runtime/ns2/named-alt1.conf.in | 6 +- .../system/runtime/ns2/named-alt2.conf.in | 6 +- .../system/runtime/ns2/named-alt3.conf.in | 6 +- .../system/runtime/ns2/named-alt4.conf.in | 6 +- .../system/runtime/ns2/named-alt5.conf.in | 6 +- .../system/runtime/ns2/named-alt6.conf.in | 6 +- .../system/runtime/ns2/named-alt7.conf.in | 6 +- .../system/runtime/ns2/named-alt9.conf.in | 6 +- bin/tests/system/runtime/ns2/named1.conf.in | 6 +- bin/tests/system/runtime/setup.sh | 6 +- bin/tests/system/runtime/tests.sh | 6 +- bin/tests/system/send.pl | 6 +- bin/tests/system/serve-stale/ans2/ans.pl | 6 +- bin/tests/system/serve-stale/clean.sh | 4 +- .../system/serve-stale/ns1/named1.conf.in | 6 +- .../system/serve-stale/ns1/named2.conf.in | 6 +- .../system/serve-stale/ns1/named3.conf.in | 6 +- bin/tests/system/serve-stale/ns1/root.db | 6 +- .../system/serve-stale/ns3/named1.conf.in | 6 +- .../system/serve-stale/ns3/named2.conf.in | 7 +- .../system/serve-stale/ns3/named3.conf.in | 7 +- .../system/serve-stale/ns3/named4.conf.in | 7 +- .../system/serve-stale/ns3/named5.conf.in | 7 +- .../system/serve-stale/ns3/named6.conf.in | 7 +- .../system/serve-stale/ns3/named7.conf.in | 7 +- .../system/serve-stale/ns3/named8.conf.in | 6 +- bin/tests/system/serve-stale/ns3/root.db | 6 +- .../system/serve-stale/ns4/named.conf.in | 6 +- .../system/serve-stale/ns5/named.conf.in | 6 +- bin/tests/system/serve-stale/setup.sh | 6 +- bin/tests/system/serve-stale/tests.sh | 6 +- bin/tests/system/setup.sh | 6 +- bin/tests/system/sfcache/README | 9 +- bin/tests/system/sfcache/clean.sh | 6 +- bin/tests/system/sfcache/ns1/named.conf.in | 6 +- bin/tests/system/sfcache/ns1/root.db.in | 6 +- bin/tests/system/sfcache/ns1/sign.sh | 6 +- bin/tests/system/sfcache/ns2/example.db.in | 6 +- bin/tests/system/sfcache/ns2/named.conf.in | 6 +- bin/tests/system/sfcache/ns2/sign.sh | 6 +- bin/tests/system/sfcache/ns5/named.conf.in | 6 +- bin/tests/system/sfcache/ns5/sign.sh | 6 +- bin/tests/system/sfcache/setup.sh | 6 +- bin/tests/system/sfcache/tests.sh | 6 +- bin/tests/system/shutdown/clean.sh | 4 +- bin/tests/system/shutdown/conftest.py | 6 +- bin/tests/system/shutdown/ns1/named.conf.in | 13 + bin/tests/system/shutdown/ns1/root.db | 6 +- bin/tests/system/shutdown/ns2/named.conf.in | 13 + bin/tests/system/shutdown/ns2/test.db | 11 + .../system/shutdown/resolver/named.conf.in | 13 + bin/tests/system/shutdown/resolver/root.db | 6 +- bin/tests/system/shutdown/setup.sh | 6 +- bin/tests/system/shutdown/tests-shutdown.py | 7 +- bin/tests/system/smartsign/child.db | 6 +- bin/tests/system/smartsign/clean.sh | 6 +- bin/tests/system/smartsign/parent.db | 6 +- bin/tests/system/smartsign/tests.sh | 6 +- bin/tests/system/sortlist/clean.sh | 6 +- bin/tests/system/sortlist/ns1/example.db | 6 +- bin/tests/system/sortlist/ns1/named.conf.in | 6 +- bin/tests/system/sortlist/ns1/root.db | 6 +- bin/tests/system/sortlist/setup.sh | 6 +- bin/tests/system/sortlist/tests.sh | 6 +- bin/tests/system/spf/clean.sh | 4 +- bin/tests/system/spf/ns1/named.conf.in | 6 +- bin/tests/system/spf/ns1/spf.db | 6 +- bin/tests/system/spf/setup.sh | 6 +- bin/tests/system/spf/tests.sh | 6 +- bin/tests/system/start.pl | 6 +- bin/tests/system/start.sh.in | 4 +- bin/tests/system/staticstub/clean.sh | 6 +- bin/tests/system/staticstub/conf/bad01.conf | 6 +- bin/tests/system/staticstub/conf/bad02.conf | 6 +- bin/tests/system/staticstub/conf/bad03.conf | 6 +- bin/tests/system/staticstub/conf/bad04.conf | 6 +- bin/tests/system/staticstub/conf/bad05.conf | 6 +- bin/tests/system/staticstub/conf/bad06.conf | 6 +- bin/tests/system/staticstub/conf/bad07.conf | 6 +- bin/tests/system/staticstub/conf/bad08.conf | 6 +- bin/tests/system/staticstub/conf/bad09.conf | 6 +- bin/tests/system/staticstub/conf/bad10.conf | 6 +- bin/tests/system/staticstub/conf/bad11.conf | 6 +- bin/tests/system/staticstub/conf/good01.conf | 6 +- bin/tests/system/staticstub/conf/good02.conf | 6 +- bin/tests/system/staticstub/conf/good03.conf | 6 +- bin/tests/system/staticstub/conf/good04.conf | 6 +- bin/tests/system/staticstub/conf/good05.conf | 6 +- bin/tests/system/staticstub/ns1/named.conf.in | 6 +- bin/tests/system/staticstub/ns1/root.db | 6 +- bin/tests/system/staticstub/ns2/named.conf.in | 6 +- bin/tests/system/staticstub/ns3/example.db.in | 6 +- .../system/staticstub/ns3/example.org.db | 6 +- bin/tests/system/staticstub/ns3/named.conf.in | 6 +- bin/tests/system/staticstub/ns3/sign.sh | 6 +- .../system/staticstub/ns3/undelegated.db.in | 6 +- .../system/staticstub/ns4/example.com.db | 6 +- .../system/staticstub/ns4/example.info.db | 6 +- .../system/staticstub/ns4/example.org.db | 6 +- bin/tests/system/staticstub/ns4/named.conf.in | 6 +- bin/tests/system/staticstub/ns4/sign.sh | 6 +- .../system/staticstub/ns4/sub.example.db.in | 6 +- bin/tests/system/staticstub/setup.sh | 6 +- bin/tests/system/staticstub/tests.sh | 6 +- bin/tests/system/statistics/ans4/ans.pl | 6 +- bin/tests/system/statistics/clean.sh | 6 +- bin/tests/system/statistics/ns1/named.conf.in | 6 +- bin/tests/system/statistics/ns1/root.db | 6 +- bin/tests/system/statistics/ns1/zone.db | 6 +- bin/tests/system/statistics/ns2/example.db | 6 +- bin/tests/system/statistics/ns2/internal.db | 6 +- bin/tests/system/statistics/ns2/named.conf.in | 6 +- .../system/statistics/ns2/named2.conf.in | 4 +- bin/tests/system/statistics/ns3/internal.db | 6 +- bin/tests/system/statistics/ns3/named.conf.in | 6 +- bin/tests/system/statistics/ns3/root.hint | 6 +- bin/tests/system/statistics/setup.sh | 6 +- bin/tests/system/statistics/tests.sh | 6 +- bin/tests/system/statschannel/clean.sh | 6 +- bin/tests/system/statschannel/conftest.py | 6 +- bin/tests/system/statschannel/fetch.pl | 6 +- bin/tests/system/statschannel/generic.py | 6 +- bin/tests/system/statschannel/helper.py | 6 +- bin/tests/system/statschannel/mem-xml.pl | 6 +- bin/tests/system/statschannel/ns1/example.db | 6 +- .../system/statschannel/ns1/named.conf.in | 6 +- .../system/statschannel/ns2/dnssec.db.in | 6 +- bin/tests/system/statschannel/ns2/example.db | 6 +- .../system/statschannel/ns2/manykeys.db.in | 6 +- .../system/statschannel/ns2/named.conf.in | 6 +- .../system/statschannel/ns2/named2.conf.in | 6 +- bin/tests/system/statschannel/ns2/sign.sh | 6 +- .../system/statschannel/ns3/named.conf.in | 6 +- bin/tests/system/statschannel/send64k.pl | 2 + bin/tests/system/statschannel/server-json.pl | 6 +- bin/tests/system/statschannel/server-xml.pl | 6 +- bin/tests/system/statschannel/setup.sh | 6 +- bin/tests/system/statschannel/tests-json.py | 7 +- bin/tests/system/statschannel/tests-xml.py | 7 +- bin/tests/system/statschannel/tests.sh | 6 +- bin/tests/system/statschannel/traffic-json.pl | 6 +- bin/tests/system/statschannel/traffic-xml.pl | 6 +- bin/tests/system/statschannel/zones-json.pl | 6 +- bin/tests/system/statschannel/zones-xml.pl | 6 +- bin/tests/system/stop.pl | 6 +- bin/tests/system/stop.sh.in | 4 +- bin/tests/system/stopall.sh | 6 +- bin/tests/system/stress/clean.sh | 6 +- bin/tests/system/stress/ns1/named.conf | 6 +- bin/tests/system/stress/ns2/named.conf | 6 +- bin/tests/system/stress/ns3/named.conf | 6 +- bin/tests/system/stress/ns4/named.conf | 6 +- bin/tests/system/stress/setup.pl | 6 +- bin/tests/system/stress/setup.sh | 6 +- bin/tests/system/stress/tests.sh | 6 +- bin/tests/system/stress/update.pl | 6 +- bin/tests/system/stub/clean.sh | 6 +- bin/tests/system/stub/ns1/named.conf.in | 6 +- bin/tests/system/stub/ns1/root.db | 6 +- bin/tests/system/stub/ns2/child.example.db | 6 +- bin/tests/system/stub/ns2/named.conf.in | 6 +- bin/tests/system/stub/ns3/example.db | 6 +- bin/tests/system/stub/ns3/named.conf.in | 6 +- bin/tests/system/stub/ns4/example.db | 6 +- bin/tests/system/stub/ns4/named.conf.in | 6 +- bin/tests/system/stub/ns5/named.conf.in | 6 +- bin/tests/system/stub/setup.sh | 6 +- bin/tests/system/stub/tests.sh | 6 +- bin/tests/system/synthfromdnssec/clean.sh | 6 +- .../system/synthfromdnssec/ns1/dnamed.db.in | 6 +- .../system/synthfromdnssec/ns1/example.db.in | 6 +- .../system/synthfromdnssec/ns1/minimal.db.in | 11 + .../system/synthfromdnssec/ns1/named.conf.in | 6 +- .../system/synthfromdnssec/ns1/root.db.in | 6 +- bin/tests/system/synthfromdnssec/ns1/sign.sh | 6 +- .../ns1/soa-without-dnskey.db.in | 11 + .../system/synthfromdnssec/ns2/named.conf.in | 6 +- .../system/synthfromdnssec/ns2/root.hints | 6 +- .../system/synthfromdnssec/ns3/named.conf.in | 6 +- .../system/synthfromdnssec/ns3/redirect.db | 6 +- .../system/synthfromdnssec/ns3/root.hints | 6 +- .../system/synthfromdnssec/ns4/named.conf.in | 6 +- .../system/synthfromdnssec/ns4/root.hints | 6 +- .../system/synthfromdnssec/ns5/named.conf.in | 6 +- .../system/synthfromdnssec/ns5/root.hints | 6 +- .../system/synthfromdnssec/ns6/named.conf.in | 6 +- .../system/synthfromdnssec/ns6/root.hints | 6 +- bin/tests/system/synthfromdnssec/setup.sh | 6 +- bin/tests/system/synthfromdnssec/tests.sh | 6 +- bin/tests/system/tcp/ans6/ans.py | 6 +- bin/tests/system/tcp/clean.sh | 6 +- bin/tests/system/tcp/ns1/named.conf.in | 6 +- bin/tests/system/tcp/ns1/root.db | 6 +- bin/tests/system/tcp/ns2/example.db | 6 +- bin/tests/system/tcp/ns2/named.conf.in | 6 +- bin/tests/system/tcp/ns3/named.conf.in | 6 +- bin/tests/system/tcp/ns4/named.conf.in | 6 +- bin/tests/system/tcp/ns5/named.conf.in | 6 +- bin/tests/system/tcp/setup.sh | 6 +- bin/tests/system/tcp/tests.sh | 6 +- bin/tests/system/testcrypto.sh | 6 +- bin/tests/system/testsock.pl | 6 +- bin/tests/system/testsock6.pl | 6 +- bin/tests/system/testsummary.sh | 6 +- bin/tests/system/timeouts/clean.sh | 6 +- bin/tests/system/timeouts/conftest.py | 6 +- bin/tests/system/timeouts/ns1/example.db | 6 +- bin/tests/system/timeouts/ns1/named.conf.in | 6 +- bin/tests/system/timeouts/ns1/root.db | 6 +- bin/tests/system/timeouts/prereq.sh | 6 +- bin/tests/system/timeouts/setup.sh | 6 +- bin/tests/system/timeouts/tests-tcp.py | 7 +- bin/tests/system/tkey/clean.sh | 6 +- bin/tests/system/tkey/keycreate.c | 2 + bin/tests/system/tkey/keydelete.c | 2 + bin/tests/system/tkey/ns1/example.db | 6 +- bin/tests/system/tkey/ns1/named.conf.in | 6 +- bin/tests/system/tkey/ns1/setup.sh | 6 +- bin/tests/system/tkey/setup.sh | 6 +- bin/tests/system/tkey/tests.sh | 6 +- bin/tests/system/tools/clean.sh | 6 +- bin/tests/system/tools/setup.sh | 6 +- bin/tests/system/tools/tests.sh | 6 +- bin/tests/system/transport-acl/clean.sh | 6 +- .../system/transport-acl/ns1/named.conf.in | 6 +- bin/tests/system/transport-acl/setup.sh | 6 +- bin/tests/system/transport-acl/tests.sh | 6 +- bin/tests/system/tsig/ans2/ans.pl | 4 +- bin/tests/system/tsig/clean.sh | 6 +- bin/tests/system/tsig/ns1/example.db | 6 +- bin/tests/system/tsig/ns1/named.conf.in | 6 +- bin/tests/system/tsig/setup.sh | 6 +- bin/tests/system/tsig/tests.sh | 6 +- bin/tests/system/tsiggss/authsock.pl | 6 +- bin/tests/system/tsiggss/clean.sh | 6 +- .../system/tsiggss/ns1/example.nil.db.in | 11 + bin/tests/system/tsiggss/ns1/named.conf.in | 6 +- bin/tests/system/tsiggss/prereq.sh | 6 +- bin/tests/system/tsiggss/setup.sh | 6 +- bin/tests/system/tsiggss/tests.sh | 6 +- bin/tests/system/ttl/clean.sh | 11 + bin/tests/system/ttl/ns1/max-example.db | 11 + bin/tests/system/ttl/ns1/min-example.db | 11 + bin/tests/system/ttl/ns1/named.conf.in | 6 +- bin/tests/system/ttl/ns2/hints.db | 11 + bin/tests/system/ttl/ns2/named.conf.in | 6 +- bin/tests/system/ttl/setup.sh | 11 + bin/tests/system/ttl/tests.sh | 11 + bin/tests/system/unknown/clean.sh | 6 +- bin/tests/system/unknown/ns1/broken1.db | 6 +- bin/tests/system/unknown/ns1/broken2.db | 6 +- bin/tests/system/unknown/ns1/broken3.db | 6 +- bin/tests/system/unknown/ns1/broken4.db | 6 +- bin/tests/system/unknown/ns1/broken5.db | 6 +- bin/tests/system/unknown/ns1/class10.hints | 6 +- .../system/unknown/ns1/example-class10.db | 6 +- bin/tests/system/unknown/ns1/example-in.db | 6 +- bin/tests/system/unknown/ns1/large.db | 6 +- bin/tests/system/unknown/ns1/named.conf.in | 6 +- bin/tests/system/unknown/ns2/named.conf.in | 6 +- bin/tests/system/unknown/ns3/named.conf.in | 6 +- bin/tests/system/unknown/ns3/sign.sh | 6 +- bin/tests/system/unknown/setup.sh | 4 +- bin/tests/system/unknown/tests.sh | 6 +- bin/tests/system/unknown/zones/nan.bad | 6 +- bin/tests/system/upforwd/ans4/ans.pl | 6 +- bin/tests/system/upforwd/clean.sh | 6 +- bin/tests/system/upforwd/ns1/example1.db | 6 +- bin/tests/system/upforwd/ns1/named.conf.in | 6 +- bin/tests/system/upforwd/ns2/named.conf.in | 6 +- bin/tests/system/upforwd/ns3/named.conf.in | 6 +- bin/tests/system/upforwd/ns3/noprimary.db | 6 +- bin/tests/system/upforwd/setup.sh | 6 +- bin/tests/system/upforwd/tests.sh | 6 +- bin/tests/system/verify/clean.sh | 4 +- bin/tests/system/verify/setup.sh | 6 +- bin/tests/system/verify/tests.sh | 4 +- bin/tests/system/verify/zones/genzones.sh | 4 +- bin/tests/system/verify/zones/unsigned.db | 6 +- bin/tests/system/views/clean.sh | 6 +- bin/tests/system/views/ns1/named.conf.in | 6 +- bin/tests/system/views/ns1/root.db | 6 +- .../system/views/ns2/1.10.in-addr.arpa.db | 6 +- bin/tests/system/views/ns2/clone.db | 6 +- bin/tests/system/views/ns2/example1.db | 6 +- bin/tests/system/views/ns2/example2.db | 6 +- bin/tests/system/views/ns2/external/inline.db | 6 +- bin/tests/system/views/ns2/internal.db | 6 +- bin/tests/system/views/ns2/internal/inline.db | 6 +- bin/tests/system/views/ns2/named1.conf.in | 6 +- bin/tests/system/views/ns2/named2.conf.in | 6 +- bin/tests/system/views/ns2/named3.conf.in | 6 +- bin/tests/system/views/ns3/child.clone.db | 7 +- bin/tests/system/views/ns3/internal.db | 6 +- bin/tests/system/views/ns3/named1.conf.in | 6 +- bin/tests/system/views/ns3/named2.conf.in | 6 +- bin/tests/system/views/ns5/child.clone.db | 7 +- bin/tests/system/views/ns5/named.conf.in | 6 +- bin/tests/system/views/setup.sh | 6 +- bin/tests/system/views/tests.sh | 6 +- bin/tests/system/wildcard/clean.sh | 6 +- bin/tests/system/wildcard/conftest.py | 6 +- bin/tests/system/wildcard/ns1/allwild.db.in | 11 + bin/tests/system/wildcard/ns1/dlv.db.in | 6 +- bin/tests/system/wildcard/ns1/example.db.in | 11 + bin/tests/system/wildcard/ns1/named.conf.in | 6 +- bin/tests/system/wildcard/ns1/nsec.db.in | 6 +- bin/tests/system/wildcard/ns1/nsec3.db.in | 6 +- .../system/wildcard/ns1/private.nsec.db.in | 6 +- .../system/wildcard/ns1/private.nsec3.db.in | 6 +- bin/tests/system/wildcard/ns1/root.db.in | 6 +- bin/tests/system/wildcard/ns1/sign.sh | 6 +- bin/tests/system/wildcard/ns2/named.conf.in | 6 +- bin/tests/system/wildcard/ns3/named.conf.in | 6 +- bin/tests/system/wildcard/ns4/named.conf.in | 6 +- bin/tests/system/wildcard/ns5/named.conf.in | 6 +- bin/tests/system/wildcard/setup.sh | 6 +- bin/tests/system/wildcard/tests-wildcard.py | 7 +- bin/tests/system/wildcard/tests.sh | 6 +- bin/tests/system/xfer/clean.sh | 6 +- bin/tests/system/xfer/ns1/axfr-too-big.db | 6 +- bin/tests/system/xfer/ns1/ixfr-too-big.db.in | 6 +- bin/tests/system/xfer/ns1/named.conf.in | 6 +- bin/tests/system/xfer/ns1/root.db | 6 +- bin/tests/system/xfer/ns1/xfer-stats.db | 6 +- bin/tests/system/xfer/ns2/mapped.db.in | 6 +- bin/tests/system/xfer/ns2/named.conf.in | 6 +- bin/tests/system/xfer/ns2/sec.db.in | 6 +- bin/tests/system/xfer/ns3/named.conf.in | 6 +- bin/tests/system/xfer/ns4/named.conf.base | 6 +- bin/tests/system/xfer/ns4/root.db.in | 6 +- bin/tests/system/xfer/ns6/named.conf.in | 6 +- bin/tests/system/xfer/ns7/named.conf.in | 6 +- bin/tests/system/xfer/ns8/example.db | 6 +- bin/tests/system/xfer/ns8/named.conf.in | 6 +- bin/tests/system/xfer/setup.sh | 6 +- bin/tests/system/xfer/tests.sh | 6 +- bin/tests/system/xferquota/clean.sh | 6 +- bin/tests/system/xferquota/ns1/changing1.db | 6 +- bin/tests/system/xferquota/ns1/changing2.db | 6 +- bin/tests/system/xferquota/ns1/named.conf.in | 6 +- bin/tests/system/xferquota/ns1/root.db | 6 +- bin/tests/system/xferquota/ns2/example.db | 6 +- bin/tests/system/xferquota/ns2/named.conf.in | 6 +- bin/tests/system/xferquota/setup.pl | 6 +- bin/tests/system/xferquota/setup.sh | 6 +- bin/tests/system/xferquota/tests.sh | 6 +- bin/tests/system/zero/ans5/ans.pl | 6 +- bin/tests/system/zero/clean.sh | 4 +- bin/tests/system/zero/ns1/named.conf.in | 6 +- bin/tests/system/zero/ns1/root.db | 6 +- bin/tests/system/zero/ns2/named.conf.in | 6 +- bin/tests/system/zero/ns2/tld.db | 6 +- bin/tests/system/zero/ns3/named.conf.in | 6 +- bin/tests/system/zero/ns3/root.hint | 6 +- bin/tests/system/zero/ns4/named.conf.in | 6 +- bin/tests/system/zero/ns4/one.tld.db | 6 +- bin/tests/system/zero/setup.sh | 4 +- bin/tests/system/zero/tests.sh | 6 +- bin/tests/system/zonechecks/a.db | 6 +- bin/tests/system/zonechecks/aaaa.db | 6 +- bin/tests/system/zonechecks/bigserial.db | 6 +- bin/tests/system/zonechecks/clean.sh | 6 +- bin/tests/system/zonechecks/cname.db | 6 +- bin/tests/system/zonechecks/dname.db | 6 +- bin/tests/system/zonechecks/noaddress.db | 6 +- bin/tests/system/zonechecks/ns1/named.conf.in | 6 +- bin/tests/system/zonechecks/ns2/named.conf.in | 6 +- bin/tests/system/zonechecks/nxdomain.db | 6 +- bin/tests/system/zonechecks/setup.sh | 6 +- bin/tests/system/zonechecks/tests.sh | 6 +- bin/tests/test_client.c | 2 + bin/tests/test_server.c | 2 + bin/tests/wire_test.c | 2 + bin/tools/arpaname.c | 2 + bin/tools/arpaname.rst | 28 +-- bin/tools/dnstap-read.c | 2 + bin/tools/dnstap-read.rst | 28 +-- bin/tools/mdig.c | 2 + bin/tools/mdig.rst | 28 +-- bin/tools/named-journalprint.c | 2 + bin/tools/named-journalprint.rst | 28 +-- bin/tools/named-nzd2nzf.c | 2 + bin/tools/named-nzd2nzf.rst | 28 +-- bin/tools/named-rrchecker.c | 2 + bin/tools/named-rrchecker.rst | 28 +-- bin/tools/nsec3hash.c | 2 + bin/tools/nsec3hash.rst | 28 +-- bind.keys | 11 + configure.ac | 6 +- conftools/perllib/dnsconf/DNSConf-macros.h | 2 + conftools/perllib/dnsconf/DNSConf.i | 2 + conftools/perllib/dnsconf/named1.conf | 6 +- conftools/perllib/dnsconf/test.pl | 6 +- contrib/README | 13 + contrib/dlz/example/Makefile | 11 + contrib/dlz/example/README | 13 + contrib/dlz/example/dlz_example.c | 2 + contrib/dlz/example/named.conf | 19 +- contrib/dlz/modules/bdbhpt/Makefile | 25 ++ contrib/dlz/modules/bdbhpt/README.md | 27 ++ .../dlz/modules/bdbhpt/dlz_bdbhpt_dynamic.c | 54 ++-- .../modules/bdbhpt/testing/bdbhpt-populate.pl | 12 + contrib/dlz/modules/bdbhpt/testing/named.conf | 19 +- contrib/dlz/modules/common/dlz_dbi.c | 55 ++--- contrib/dlz/modules/filesystem/Makefile | 25 ++ contrib/dlz/modules/filesystem/dir.c | 16 +- contrib/dlz/modules/filesystem/dir.h | 16 +- .../filesystem/dlz_filesystem_dynamic.c | 55 ++--- contrib/dlz/modules/include/dlz_dbi.h | 39 +-- contrib/dlz/modules/include/dlz_list.h | 19 +- contrib/dlz/modules/include/dlz_minimal.h | 26 +- contrib/dlz/modules/include/dlz_pthread.h | 31 +-- contrib/dlz/modules/ldap/Makefile | 25 ++ contrib/dlz/modules/ldap/dlz_ldap_dynamic.c | 59 ++--- contrib/dlz/modules/ldap/testing/named.conf | 19 +- contrib/dlz/modules/mysql/.gitignore | 1 - contrib/dlz/modules/mysql/Makefile | 25 ++ contrib/dlz/modules/mysql/dlz_mysql_dynamic.c | 59 ++--- contrib/dlz/modules/mysql/testing/named.conf | 19 +- contrib/dlz/modules/mysqldyn/Makefile | 25 ++ contrib/dlz/modules/mysqldyn/README | 27 ++ .../dlz/modules/mysqldyn/dlz_mysqldyn_mod.c | 37 ++- .../dlz/modules/mysqldyn/testing/named.conf | 19 +- contrib/dlz/modules/perl/Makefile | 26 ++ contrib/dlz/modules/perl/README | 29 +++ contrib/dlz/modules/perl/dlz_perl_callback.xs | 37 ++- .../perl/dlz_perl_callback_clientinfo.xs | 37 ++- contrib/dlz/modules/perl/dlz_perl_driver.c | 69 ++---- contrib/dlz/modules/perl/dlz_perl_driver.h | 37 ++- .../modules/perl/testing/dlz_perl_example.pm | 38 +-- contrib/dlz/modules/perl/testing/named.conf | 19 +- contrib/dlz/modules/sqlite3/Makefile | 25 ++ .../dlz/modules/sqlite3/dlz_sqlite3_dynamic.c | 59 ++--- .../dlz/modules/sqlite3/testing/named.conf | 19 +- contrib/dlz/modules/wildcard/Makefile | 26 ++ contrib/dlz/modules/wildcard/README | 28 +++ .../modules/wildcard/dlz_wildcard_dynamic.c | 55 ++--- .../dlz/modules/wildcard/testing/named.conf | 19 +- contrib/scripts/catzhash.py | 4 +- contrib/scripts/check-secure-delegation.pl.in | 4 +- contrib/scripts/check5011.pl | 11 + contrib/scripts/nanny.pl | 2 + contrib/scripts/zone-edit.sh.in | 2 + dangerfile.py | 2 + doc/arm/advanced.rst | 19 +- doc/arm/catz.rst | 19 +- doc/arm/conf.py | 2 + doc/arm/configuration.rst | 19 +- doc/arm/dlz.rst | 19 +- doc/arm/dnssec-guide.rst | 19 +- doc/arm/dnssec.rst | 19 +- doc/arm/dyndb.rst | 19 +- doc/arm/general.rst | 19 +- doc/arm/history.rst | 19 +- doc/arm/index.rst | 19 +- doc/arm/introduction.rst | 19 +- doc/arm/logging-categories.rst | 19 +- doc/arm/managed-keys.rst | 19 +- doc/arm/manpages.rst | 19 +- doc/arm/notes.rst | 32 +-- doc/arm/pkcs11.rst | 19 +- doc/arm/plugins.rst | 19 +- doc/arm/reference.rst | 19 +- doc/arm/requirements.rst | 19 +- doc/arm/security.rst | 19 +- doc/arm/troubleshooting.rst | 19 +- doc/design/addressdb | 11 +- doc/design/cds-child | 11 +- doc/design/compression | 11 +- doc/design/database | 11 +- doc/design/db_rules | 11 +- doc/design/decompression | 11 +- doc/design/dispatch | 11 +- doc/design/dnssec-policy | 11 +- doc/design/dscp | 11 +- doc/design/keydone | 11 +- doc/design/logging | 11 +- doc/design/ncache | 11 +- doc/design/netmgr.md | 13 + doc/design/rdataset | 11 +- doc/design/red-black | 11 +- doc/design/resolver | 11 +- doc/design/search | 11 +- doc/design/tasks | 11 +- doc/design/unsupported-algorithms-in-bind9 | 11 +- doc/design/verify | 11 +- doc/design/zone | 11 +- doc/dev/DBC | 13 + doc/dev/HOW-ADB-WORKS.txt | 13 + doc/dev/copyrights | 30 ++- doc/dev/dev.md | 13 + doc/dev/magic_numbers | 13 + doc/dev/rdata.md | 13 + doc/dev/results | 13 + doc/dev/style.md | 42 +++- doc/dev/unexpected | 13 + doc/dnssec-guide/advanced-discussions.rst | 19 +- doc/dnssec-guide/commonly-asked-questions.rst | 19 +- doc/dnssec-guide/getting-started.rst | 19 +- doc/dnssec-guide/introduction.rst | 19 +- doc/dnssec-guide/preface.rst | 19 +- doc/dnssec-guide/recipes.rst | 19 +- doc/dnssec-guide/signing.rst | 19 +- doc/dnssec-guide/troubleshooting.rst | 19 +- doc/dnssec-guide/validation.rst | 19 +- doc/doxygen/Doxyfile.in | 11 + doc/doxygen/doxygen-input-filter.in | 2 + doc/doxygen/mainpage | 12 + doc/man/arpaname.rst | 19 +- doc/man/conf.py | 2 + doc/man/ddns-confgen.rst | 19 +- doc/man/delv.rst | 21 +- doc/man/dig.rst | 21 +- doc/man/dnssec-cds.rst | 21 +- doc/man/dnssec-dsfromkey.rst | 21 +- doc/man/dnssec-importkey.rst | 21 +- doc/man/dnssec-keyfromlabel.rst | 21 +- doc/man/dnssec-keygen.rst | 21 +- doc/man/dnssec-revoke.rst | 21 +- doc/man/dnssec-settime.rst | 21 +- doc/man/dnssec-signzone.rst | 21 +- doc/man/dnssec-verify.rst | 21 +- doc/man/dnstap-read.rst | 21 +- doc/man/filter-a.rst | 21 +- doc/man/filter-aaaa.rst | 21 +- doc/man/host.rst | 21 +- doc/man/index.rst | 19 +- doc/man/mdig.rst | 21 +- doc/man/named-checkconf.rst | 21 +- doc/man/named-checkzone.rst | 21 +- doc/man/named-compilezone.rst | 21 +- doc/man/named-journalprint.rst | 21 +- doc/man/named-nzd2nzf.rst | 21 +- doc/man/named-rrchecker.rst | 21 +- doc/man/named.conf.rst | 19 +- doc/man/named.rst | 19 +- doc/man/nsec3hash.rst | 21 +- doc/man/nslookup.rst | 21 +- doc/man/nsupdate.rst | 21 +- doc/man/rndc-confgen.rst | 21 +- doc/man/rndc.conf.rst | 19 +- doc/man/rndc.rst | 21 +- doc/man/tsig-keygen.rst | 19 +- doc/misc/acl.grammar.rst | 11 +- doc/misc/cfg_test.c | 2 + doc/misc/controls.grammar.rst | 11 +- doc/misc/delegation-only.zoneopt.rst | 11 +- doc/misc/dnssec-policy.default.conf | 15 +- doc/misc/dnssec-policy.grammar.rst | 11 +- doc/misc/format-options.pl | 6 +- doc/misc/forward.zoneopt.rst | 11 +- doc/misc/hint.zoneopt.rst | 11 +- doc/misc/http.grammar.rst | 11 +- doc/misc/in-view.zoneopt.rst | 11 +- doc/misc/key.grammar.rst | 11 +- doc/misc/logging.grammar.rst | 11 +- doc/misc/managed-keys.grammar.rst | 11 +- doc/misc/master.zoneopt.rst | 11 +- doc/misc/mirror.zoneopt.rst | 11 +- doc/misc/named.conf.rst | 19 +- doc/misc/options.grammar.rst | 11 +- doc/misc/parentals.grammar.rst | 11 +- doc/misc/primaries.grammar.rst | 11 +- doc/misc/redirect.zoneopt.rst | 11 +- doc/misc/rfc-compliance | 9 +- doc/misc/rst-grammars.pl | 20 +- doc/misc/rst-options.pl | 20 +- doc/misc/rst-zoneopt.pl | 20 +- doc/misc/server.grammar.rst | 11 +- doc/misc/slave.zoneopt.rst | 11 +- doc/misc/sort-options.pl | 6 +- doc/misc/static-stub.zoneopt.rst | 11 +- doc/misc/statistics-channels.grammar.rst | 11 +- doc/misc/stub.zoneopt.rst | 11 +- doc/misc/tls.grammar.rst | 11 +- doc/misc/trust-anchors.grammar.rst | 11 +- doc/misc/trusted-keys.grammar.rst | 11 +- doc/notes/notes-9.17.0.rst | 19 +- doc/notes/notes-9.17.1.rst | 19 +- doc/notes/notes-9.17.10.rst | 19 +- doc/notes/notes-9.17.11.rst | 19 +- doc/notes/notes-9.17.12.rst | 19 +- doc/notes/notes-9.17.13.rst | 19 +- doc/notes/notes-9.17.14.rst | 19 +- doc/notes/notes-9.17.15.rst | 19 +- doc/notes/notes-9.17.16.rst | 19 +- doc/notes/notes-9.17.17.rst | 19 +- doc/notes/notes-9.17.18.rst | 19 +- doc/notes/notes-9.17.19.rst | 19 +- doc/notes/notes-9.17.2.rst | 19 +- doc/notes/notes-9.17.20.rst | 19 +- doc/notes/notes-9.17.21.rst | 19 +- doc/notes/notes-9.17.3.rst | 19 +- doc/notes/notes-9.17.4.rst | 19 +- doc/notes/notes-9.17.5.rst | 19 +- doc/notes/notes-9.17.6.rst | 19 +- doc/notes/notes-9.17.7.rst | 19 +- doc/notes/notes-9.17.8.rst | 19 +- doc/notes/notes-9.17.9.rst | 19 +- doc/notes/notes-current.rst | 19 +- docutil/HTML_COPYRIGHT | 7 - docutil/MAN_COPYRIGHT | 7 - docutil/patch-db2latex-duplicate-template-bug | 75 ------ docutil/patch-db2latex-nested-param-bug | 16 -- docutil/patch-db2latex-xsltproc-title-bug | 27 -- fuzz/FUZZING.md | 13 + fuzz/afl.sh | 6 +- fuzz/dns_message_parse.c | 2 + fuzz/dns_name_fromtext_target.c | 2 + fuzz/dns_rdata_fromwire_text.c | 2 + fuzz/fuzz.h | 2 + fuzz/isc_lex_getmastertoken.c | 2 + fuzz/isc_lex_getmastertoken.in/named.conf | Bin 16399 -> 16400 bytes fuzz/isc_lex_gettoken.c | 2 + fuzz/isc_lex_gettoken.in/named.conf | 2 +- fuzz/libfuzzer.sh | 6 +- fuzz/main.c | 2 + lib/bind9/check.c | 2 + lib/bind9/getaddresses.c | 2 + lib/bind9/include/bind9/check.h | 2 + lib/bind9/include/bind9/getaddresses.h | 2 + lib/dns/acl.c | 2 + lib/dns/adb.c | 2 + lib/dns/badcache.c | 2 + lib/dns/byaddr.c | 2 + lib/dns/cache.c | 2 + lib/dns/callbacks.c | 2 + lib/dns/catz.c | 2 + lib/dns/client.c | 2 + lib/dns/clientinfo.c | 2 + lib/dns/compress.c | 2 + lib/dns/db.c | 2 + lib/dns/dbiterator.c | 2 + lib/dns/diff.c | 2 + lib/dns/dispatch.c | 2 + lib/dns/dlz.c | 4 +- lib/dns/dns64.c | 2 + lib/dns/dnsrps.c | 2 + lib/dns/dnssec.c | 2 + lib/dns/dnstap.c | 2 + lib/dns/dnstap.proto | 11 + lib/dns/ds.c | 2 + lib/dns/dst_api.c | 10 +- lib/dns/dst_internal.h | 8 +- lib/dns/dst_openssl.h | 2 + lib/dns/dst_parse.c | 10 +- lib/dns/dst_parse.h | 10 +- lib/dns/dyndb.c | 2 + lib/dns/ecs.c | 2 + lib/dns/fixedname.c | 2 + lib/dns/forward.c | 2 + lib/dns/gen.c | 6 +- lib/dns/gen.h | 2 + lib/dns/geoip2.c | 2 + lib/dns/gssapi_link.c | 2 + lib/dns/gssapictx.c | 2 + lib/dns/hmac_link.c | 10 +- lib/dns/include/dns/acl.h | 2 + lib/dns/include/dns/adb.h | 2 + lib/dns/include/dns/badcache.h | 2 + lib/dns/include/dns/bit.h | 2 + lib/dns/include/dns/byaddr.h | 2 + lib/dns/include/dns/cache.h | 2 + lib/dns/include/dns/callbacks.h | 2 + lib/dns/include/dns/catz.h | 2 + lib/dns/include/dns/cert.h | 2 + lib/dns/include/dns/client.h | 2 + lib/dns/include/dns/clientinfo.h | 2 + lib/dns/include/dns/compress.h | 2 + lib/dns/include/dns/db.h | 2 + lib/dns/include/dns/dbiterator.h | 2 + lib/dns/include/dns/diff.h | 2 + lib/dns/include/dns/dispatch.h | 2 + lib/dns/include/dns/dlz.h | 4 +- lib/dns/include/dns/dlz_dlopen.h | 2 + lib/dns/include/dns/dns64.h | 2 + lib/dns/include/dns/dnsrps.h | 2 + lib/dns/include/dns/dnssec.h | 2 + lib/dns/include/dns/dnstap.h | 2 + lib/dns/include/dns/ds.h | 2 + lib/dns/include/dns/dsdigest.h | 2 + lib/dns/include/dns/dyndb.h | 2 + lib/dns/include/dns/ecs.h | 2 + lib/dns/include/dns/edns.h | 2 + lib/dns/include/dns/events.h | 2 + lib/dns/include/dns/fixedname.h | 2 + lib/dns/include/dns/forward.h | 2 + lib/dns/include/dns/geoip.h | 2 + lib/dns/include/dns/ipkeylist.h | 2 + lib/dns/include/dns/iptable.h | 2 + lib/dns/include/dns/journal.h | 2 + lib/dns/include/dns/kasp.h | 2 + lib/dns/include/dns/keydata.h | 2 + lib/dns/include/dns/keyflags.h | 2 + lib/dns/include/dns/keymgr.h | 2 + lib/dns/include/dns/keytable.h | 2 + lib/dns/include/dns/keyvalues.h | 2 + lib/dns/include/dns/librpz.h | 2 + lib/dns/include/dns/log.h | 2 + lib/dns/include/dns/lookup.h | 2 + lib/dns/include/dns/master.h | 2 + lib/dns/include/dns/masterdump.h | 2 + lib/dns/include/dns/message.h | 2 + lib/dns/include/dns/name.h | 2 + lib/dns/include/dns/ncache.h | 2 + lib/dns/include/dns/nsec.h | 2 + lib/dns/include/dns/nsec3.h | 2 + lib/dns/include/dns/nta.h | 2 + lib/dns/include/dns/opcode.h | 2 + lib/dns/include/dns/order.h | 2 + lib/dns/include/dns/peer.h | 2 + lib/dns/include/dns/private.h | 2 + lib/dns/include/dns/rbt.h | 2 + lib/dns/include/dns/rcode.h | 2 + lib/dns/include/dns/rdata.h | 2 + lib/dns/include/dns/rdataclass.h | 2 + lib/dns/include/dns/rdatalist.h | 2 + lib/dns/include/dns/rdataset.h | 2 + lib/dns/include/dns/rdatasetiter.h | 2 + lib/dns/include/dns/rdataslab.h | 2 + lib/dns/include/dns/rdatatype.h | 2 + lib/dns/include/dns/request.h | 2 + lib/dns/include/dns/resolver.h | 2 + lib/dns/include/dns/result.h | 2 + lib/dns/include/dns/rootns.h | 2 + lib/dns/include/dns/rpz.h | 2 + lib/dns/include/dns/rriterator.h | 2 + lib/dns/include/dns/rrl.h | 2 + lib/dns/include/dns/sdb.h | 2 + lib/dns/include/dns/sdlz.h | 4 +- lib/dns/include/dns/secalg.h | 2 + lib/dns/include/dns/secproto.h | 2 + lib/dns/include/dns/soa.h | 2 + lib/dns/include/dns/ssu.h | 2 + lib/dns/include/dns/stats.h | 2 + lib/dns/include/dns/time.h | 2 + lib/dns/include/dns/timer.h | 2 + lib/dns/include/dns/tkey.h | 2 + lib/dns/include/dns/transport.h | 2 + lib/dns/include/dns/tsec.h | 2 + lib/dns/include/dns/tsig.h | 2 + lib/dns/include/dns/ttl.h | 2 + lib/dns/include/dns/types.h | 2 + lib/dns/include/dns/update.h | 2 + lib/dns/include/dns/validator.h | 2 + lib/dns/include/dns/view.h | 2 + lib/dns/include/dns/xfrin.h | 2 + lib/dns/include/dns/zone.h | 2 + lib/dns/include/dns/zonekey.h | 2 + lib/dns/include/dns/zoneverify.h | 2 + lib/dns/include/dns/zt.h | 2 + lib/dns/include/dst/dst.h | 2 + lib/dns/include/dst/gssapi.h | 2 + lib/dns/ipkeylist.c | 2 + lib/dns/iptable.c | 2 + lib/dns/journal.c | 2 + lib/dns/kasp.c | 2 + lib/dns/key.c | 2 + lib/dns/keydata.c | 2 + lib/dns/keymgr.c | 2 + lib/dns/keytable.c | 2 + lib/dns/log.c | 2 + lib/dns/lookup.c | 2 + lib/dns/master.c | 2 + lib/dns/masterdump.c | 2 + lib/dns/message.c | 2 + lib/dns/name.c | 2 + lib/dns/ncache.c | 2 + lib/dns/nsec.c | 2 + lib/dns/nsec3.c | 2 + lib/dns/nta.c | 2 + lib/dns/openssl_link.c | 10 +- lib/dns/openssl_shim.c | 2 + lib/dns/openssl_shim.h | 2 + lib/dns/openssldh_link.c | 10 +- lib/dns/opensslecdsa_link.c | 2 + lib/dns/openssleddsa_link.c | 2 + lib/dns/opensslrsa_link.c | 2 + lib/dns/order.c | 2 + lib/dns/peer.c | 2 + lib/dns/private.c | 2 + lib/dns/rbt.c | 2 + lib/dns/rbtdb.c | 2 + lib/dns/rbtdb.h | 2 + lib/dns/rcode.c | 2 + lib/dns/rdata.c | 2 + lib/dns/rdata/any_255/tsig_250.c | 2 + lib/dns/rdata/any_255/tsig_250.h | 2 + lib/dns/rdata/ch_3/a_1.c | 2 + lib/dns/rdata/ch_3/a_1.h | 2 + lib/dns/rdata/generic/afsdb_18.c | 2 + lib/dns/rdata/generic/afsdb_18.h | 2 + lib/dns/rdata/generic/amtrelay_260.c | 2 + lib/dns/rdata/generic/amtrelay_260.h | 2 + lib/dns/rdata/generic/avc_258.c | 2 + lib/dns/rdata/generic/avc_258.h | 2 + lib/dns/rdata/generic/caa_257.c | 2 + lib/dns/rdata/generic/caa_257.h | 2 + lib/dns/rdata/generic/cdnskey_60.c | 2 + lib/dns/rdata/generic/cdnskey_60.h | 2 + lib/dns/rdata/generic/cds_59.c | 2 + lib/dns/rdata/generic/cds_59.h | 2 + lib/dns/rdata/generic/cert_37.c | 2 + lib/dns/rdata/generic/cert_37.h | 2 + lib/dns/rdata/generic/cname_5.c | 2 + lib/dns/rdata/generic/cname_5.h | 2 + lib/dns/rdata/generic/csync_62.c | 2 + lib/dns/rdata/generic/csync_62.h | 2 + lib/dns/rdata/generic/dlv_32769.c | 2 + lib/dns/rdata/generic/dlv_32769.h | 2 + lib/dns/rdata/generic/dname_39.c | 2 + lib/dns/rdata/generic/dname_39.h | 2 + lib/dns/rdata/generic/dnskey_48.c | 2 + lib/dns/rdata/generic/dnskey_48.h | 2 + lib/dns/rdata/generic/doa_259.c | 2 + lib/dns/rdata/generic/doa_259.h | 2 + lib/dns/rdata/generic/ds_43.c | 2 + lib/dns/rdata/generic/ds_43.h | 2 + lib/dns/rdata/generic/eui48_108.c | 2 + lib/dns/rdata/generic/eui48_108.h | 2 + lib/dns/rdata/generic/eui64_109.c | 2 + lib/dns/rdata/generic/eui64_109.h | 2 + lib/dns/rdata/generic/gpos_27.c | 2 + lib/dns/rdata/generic/gpos_27.h | 2 + lib/dns/rdata/generic/hinfo_13.c | 2 + lib/dns/rdata/generic/hinfo_13.h | 2 + lib/dns/rdata/generic/hip_55.c | 2 + lib/dns/rdata/generic/hip_55.h | 2 + lib/dns/rdata/generic/ipseckey_45.c | 2 + lib/dns/rdata/generic/ipseckey_45.h | 2 + lib/dns/rdata/generic/isdn_20.c | 2 + lib/dns/rdata/generic/isdn_20.h | 2 + lib/dns/rdata/generic/key_25.c | 2 + lib/dns/rdata/generic/key_25.h | 2 + lib/dns/rdata/generic/keydata_65533.c | 2 + lib/dns/rdata/generic/keydata_65533.h | 2 + lib/dns/rdata/generic/l32_105.c | 2 + lib/dns/rdata/generic/l32_105.h | 2 + lib/dns/rdata/generic/l64_106.c | 2 + lib/dns/rdata/generic/l64_106.h | 2 + lib/dns/rdata/generic/loc_29.c | 2 + lib/dns/rdata/generic/loc_29.h | 2 + lib/dns/rdata/generic/lp_107.c | 2 + lib/dns/rdata/generic/lp_107.h | 2 + lib/dns/rdata/generic/mb_7.c | 2 + lib/dns/rdata/generic/mb_7.h | 2 + lib/dns/rdata/generic/md_3.c | 2 + lib/dns/rdata/generic/md_3.h | 2 + lib/dns/rdata/generic/mf_4.c | 2 + lib/dns/rdata/generic/mf_4.h | 2 + lib/dns/rdata/generic/mg_8.c | 2 + lib/dns/rdata/generic/mg_8.h | 2 + lib/dns/rdata/generic/minfo_14.c | 2 + lib/dns/rdata/generic/minfo_14.h | 2 + lib/dns/rdata/generic/mr_9.c | 2 + lib/dns/rdata/generic/mr_9.h | 2 + lib/dns/rdata/generic/mx_15.c | 2 + lib/dns/rdata/generic/mx_15.h | 2 + lib/dns/rdata/generic/naptr_35.c | 2 + lib/dns/rdata/generic/naptr_35.h | 2 + lib/dns/rdata/generic/nid_104.c | 2 + lib/dns/rdata/generic/nid_104.h | 2 + lib/dns/rdata/generic/ninfo_56.c | 2 + lib/dns/rdata/generic/ninfo_56.h | 2 + lib/dns/rdata/generic/ns_2.c | 2 + lib/dns/rdata/generic/ns_2.h | 2 + lib/dns/rdata/generic/nsec3_50.c | 2 + lib/dns/rdata/generic/nsec3_50.h | 2 + lib/dns/rdata/generic/nsec3param_51.c | 2 + lib/dns/rdata/generic/nsec3param_51.h | 2 + lib/dns/rdata/generic/nsec_47.c | 2 + lib/dns/rdata/generic/nsec_47.h | 2 + lib/dns/rdata/generic/null_10.c | 2 + lib/dns/rdata/generic/null_10.h | 2 + lib/dns/rdata/generic/nxt_30.c | 2 + lib/dns/rdata/generic/nxt_30.h | 2 + lib/dns/rdata/generic/openpgpkey_61.c | 2 + lib/dns/rdata/generic/openpgpkey_61.h | 2 + lib/dns/rdata/generic/opt_41.c | 2 + lib/dns/rdata/generic/opt_41.h | 2 + lib/dns/rdata/generic/proforma.c | 2 + lib/dns/rdata/generic/proforma.h | 2 + lib/dns/rdata/generic/ptr_12.c | 2 + lib/dns/rdata/generic/ptr_12.h | 2 + lib/dns/rdata/generic/rkey_57.c | 2 + lib/dns/rdata/generic/rkey_57.h | 2 + lib/dns/rdata/generic/rp_17.c | 2 + lib/dns/rdata/generic/rp_17.h | 2 + lib/dns/rdata/generic/rrsig_46.c | 2 + lib/dns/rdata/generic/rrsig_46.h | 2 + lib/dns/rdata/generic/rt_21.c | 2 + lib/dns/rdata/generic/rt_21.h | 2 + lib/dns/rdata/generic/sig_24.c | 2 + lib/dns/rdata/generic/sig_24.h | 2 + lib/dns/rdata/generic/sink_40.c | 2 + lib/dns/rdata/generic/sink_40.h | 2 + lib/dns/rdata/generic/smimea_53.c | 2 + lib/dns/rdata/generic/smimea_53.h | 2 + lib/dns/rdata/generic/soa_6.c | 2 + lib/dns/rdata/generic/soa_6.h | 2 + lib/dns/rdata/generic/spf_99.c | 2 + lib/dns/rdata/generic/spf_99.h | 2 + lib/dns/rdata/generic/sshfp_44.c | 2 + lib/dns/rdata/generic/sshfp_44.h | 2 + lib/dns/rdata/generic/ta_32768.c | 2 + lib/dns/rdata/generic/ta_32768.h | 2 + lib/dns/rdata/generic/talink_58.c | 2 + lib/dns/rdata/generic/talink_58.h | 2 + lib/dns/rdata/generic/tkey_249.c | 2 + lib/dns/rdata/generic/tkey_249.h | 2 + lib/dns/rdata/generic/tlsa_52.c | 2 + lib/dns/rdata/generic/tlsa_52.h | 2 + lib/dns/rdata/generic/txt_16.c | 2 + lib/dns/rdata/generic/txt_16.h | 2 + lib/dns/rdata/generic/uri_256.c | 2 + lib/dns/rdata/generic/uri_256.h | 2 + lib/dns/rdata/generic/x25_19.c | 2 + lib/dns/rdata/generic/x25_19.h | 2 + lib/dns/rdata/generic/zonemd_63.c | 2 + lib/dns/rdata/generic/zonemd_63.h | 2 + lib/dns/rdata/hs_4/a_1.c | 2 + lib/dns/rdata/hs_4/a_1.h | 2 + lib/dns/rdata/in_1/a6_38.c | 2 + lib/dns/rdata/in_1/a6_38.h | 2 + lib/dns/rdata/in_1/a_1.c | 2 + lib/dns/rdata/in_1/a_1.h | 2 + lib/dns/rdata/in_1/aaaa_28.c | 2 + lib/dns/rdata/in_1/aaaa_28.h | 2 + lib/dns/rdata/in_1/apl_42.c | 2 + lib/dns/rdata/in_1/apl_42.h | 2 + lib/dns/rdata/in_1/atma_34.c | 2 + lib/dns/rdata/in_1/atma_34.h | 2 + lib/dns/rdata/in_1/dhcid_49.c | 2 + lib/dns/rdata/in_1/dhcid_49.h | 2 + lib/dns/rdata/in_1/eid_31.c | 2 + lib/dns/rdata/in_1/eid_31.h | 2 + lib/dns/rdata/in_1/https_65.c | 2 + lib/dns/rdata/in_1/https_65.h | 2 + lib/dns/rdata/in_1/kx_36.c | 2 + lib/dns/rdata/in_1/kx_36.h | 2 + lib/dns/rdata/in_1/nimloc_32.c | 2 + lib/dns/rdata/in_1/nimloc_32.h | 2 + lib/dns/rdata/in_1/nsap-ptr_23.c | 2 + lib/dns/rdata/in_1/nsap-ptr_23.h | 2 + lib/dns/rdata/in_1/nsap_22.c | 2 + lib/dns/rdata/in_1/nsap_22.h | 2 + lib/dns/rdata/in_1/px_26.c | 2 + lib/dns/rdata/in_1/px_26.h | 2 + lib/dns/rdata/in_1/srv_33.c | 2 + lib/dns/rdata/in_1/srv_33.h | 2 + lib/dns/rdata/in_1/svcb_64.c | 2 + lib/dns/rdata/in_1/svcb_64.h | 2 + lib/dns/rdata/in_1/wks_11.c | 2 + lib/dns/rdata/in_1/wks_11.h | 2 + lib/dns/rdata/rdatastructpre.h | 2 + lib/dns/rdata/rdatastructsuf.h | 2 + lib/dns/rdatalist.c | 2 + lib/dns/rdatalist_p.h | 2 + lib/dns/rdataset.c | 2 + lib/dns/rdatasetiter.c | 2 + lib/dns/rdataslab.c | 2 + lib/dns/request.c | 2 + lib/dns/resolver.c | 2 + lib/dns/result.c | 2 + lib/dns/rootns.c | 2 + lib/dns/rpz.c | 2 + lib/dns/rriterator.c | 2 + lib/dns/rrl.c | 2 + lib/dns/sdb.c | 2 + lib/dns/sdlz.c | 4 +- lib/dns/soa.c | 2 + lib/dns/ssu.c | 2 + lib/dns/ssu_external.c | 2 + lib/dns/stats.c | 2 + lib/dns/tests/acl_test.c | 2 + lib/dns/tests/db_test.c | 2 + lib/dns/tests/dbdiff_test.c | 2 + lib/dns/tests/dbiterator_test.c | 2 + lib/dns/tests/dbversion_test.c | 2 + lib/dns/tests/dh_test.c | 2 + lib/dns/tests/dispatch_test.c | 2 + lib/dns/tests/dns64_test.c | 2 + lib/dns/tests/dnstap_test.c | 2 + lib/dns/tests/dnstest.c | 2 + lib/dns/tests/dnstest.h | 2 + lib/dns/tests/dst_test.c | 2 + lib/dns/tests/geoip_test.c | 2 + lib/dns/tests/keytable_test.c | 2 + lib/dns/tests/master_test.c | 2 + lib/dns/tests/mkraw.pl | 6 +- lib/dns/tests/name_test.c | 2 + lib/dns/tests/nsec3_test.c | 2 + lib/dns/tests/nsec3param_test.c | 2 + lib/dns/tests/peer_test.c | 2 + lib/dns/tests/private_test.c | 2 + lib/dns/tests/rbt_test.c | 2 + lib/dns/tests/rbtdb_test.c | 2 + lib/dns/tests/rdata_test.c | 2 + lib/dns/tests/rdataset_test.c | 2 + lib/dns/tests/rdatasetstats_test.c | 2 + lib/dns/tests/resolver_test.c | 2 + lib/dns/tests/rsa_test.c | 2 + lib/dns/tests/sigs_test.c | 2 + lib/dns/tests/testdata/db/data.db | 6 +- lib/dns/tests/testdata/dbiterator/zone1.data | 2 +- lib/dns/tests/testdata/diff/zone1.data | 2 +- lib/dns/tests/testdata/diff/zone2.data | 2 +- lib/dns/tests/testdata/diff/zone3.data | 2 +- lib/dns/tests/testdata/nsec3/1024.db | 6 +- lib/dns/tests/testdata/nsec3/2048.db | 6 +- lib/dns/tests/testdata/nsec3/4096.db | 6 +- lib/dns/tests/testdata/nsec3/min-1024.db | 6 +- lib/dns/tests/testdata/nsec3/min-2048.db | 6 +- lib/dns/tests/testdata/zt/zone1.db | 6 +- lib/dns/tests/time_test.c | 2 + lib/dns/tests/tsig_test.c | 2 + lib/dns/tests/update_test.c | 2 + lib/dns/tests/zonemgr_test.c | 2 + lib/dns/tests/zt_test.c | 2 + lib/dns/time.c | 2 + lib/dns/timer.c | 2 + lib/dns/tkey.c | 2 + lib/dns/transport.c | 2 + lib/dns/tsec.c | 2 + lib/dns/tsig.c | 2 + lib/dns/tsig_p.h | 2 + lib/dns/ttl.c | 2 + lib/dns/update.c | 2 + lib/dns/validator.c | 2 + lib/dns/view.c | 2 + lib/dns/xfrin.c | 2 + lib/dns/zone.c | 2 + lib/dns/zone_p.h | 2 + lib/dns/zonekey.c | 2 + lib/dns/zoneverify.c | 2 + lib/dns/zt.c | 2 + lib/irs/include/irs/resconf.h | 2 + lib/irs/resconf.c | 2 + lib/irs/tests/resconf_test.c | 2 + lib/irs/tests/testdata/domain.conf | 2 + lib/irs/tests/testdata/nameserver-v4.conf | 2 + .../tests/testdata/nameserver-v6-scoped.conf | 2 + lib/irs/tests/testdata/nameserver-v6.conf | 2 + lib/irs/tests/testdata/options-attempts.conf | 2 + lib/irs/tests/testdata/options-bad-ndots.conf | 2 + lib/irs/tests/testdata/options-debug.conf | 2 + lib/irs/tests/testdata/options-empty.conf | 2 + lib/irs/tests/testdata/options-ndots.conf | 2 + lib/irs/tests/testdata/options-timeout.conf | 2 + lib/irs/tests/testdata/options-unknown.conf | 2 + lib/irs/tests/testdata/options.conf | 2 + lib/irs/tests/testdata/port.conf | 2 + lib/irs/tests/testdata/resolv.conf | 2 + lib/irs/tests/testdata/search.conf | 2 + lib/irs/tests/testdata/sortlist-v4.conf | 2 + lib/irs/tests/testdata/timeout.conf | 2 + lib/irs/tests/testdata/unknown.conf | 2 + lib/isc/aes.c | 2 + lib/isc/app.c | 2 + lib/isc/assertions.c | 2 + lib/isc/astack.c | 2 + lib/isc/backtrace.c | 2 + lib/isc/base32.c | 2 + lib/isc/base64.c | 2 + lib/isc/bind9.c | 2 + lib/isc/buffer.c | 2 + lib/isc/commandline.c | 13 +- lib/isc/condition.c | 2 + lib/isc/counter.c | 2 + lib/isc/crc64.c | 2 + lib/isc/dir.c | 2 + lib/isc/entropy.c | 2 + lib/isc/entropy_private.h | 2 + lib/isc/errno.c | 2 + lib/isc/errno2result.c | 2 + lib/isc/errno2result.h | 2 + lib/isc/error.c | 2 + lib/isc/event.c | 2 + lib/isc/file.c | 2 + lib/isc/fsaccess.c | 2 + lib/isc/fsaccess_common.c | 2 + lib/isc/fsaccess_common_p.h | 2 + lib/isc/glob.c | 2 + lib/isc/hash.c | 2 + lib/isc/heap.c | 2 + lib/isc/hex.c | 2 + lib/isc/hmac.c | 2 + lib/isc/hp.c | 2 + lib/isc/ht.c | 2 + lib/isc/httpd.c | 2 + lib/isc/include/isc/aes.h | 2 + lib/isc/include/isc/align.h | 2 + lib/isc/include/isc/app.h | 2 + lib/isc/include/isc/assertions.h | 2 + lib/isc/include/isc/astack.h | 2 + lib/isc/include/isc/atomic.h | 2 + lib/isc/include/isc/attributes.h | 2 + lib/isc/include/isc/backtrace.h | 2 + lib/isc/include/isc/barrier.h | 2 + lib/isc/include/isc/base32.h | 2 + lib/isc/include/isc/base64.h | 2 + lib/isc/include/isc/bind9.h | 2 + lib/isc/include/isc/buffer.h | 2 + lib/isc/include/isc/cmocka.h | 2 + lib/isc/include/isc/commandline.h | 2 + lib/isc/include/isc/condition.h | 2 + lib/isc/include/isc/counter.h | 2 + lib/isc/include/isc/crc64.h | 2 + lib/isc/include/isc/deprecated.h | 2 + lib/isc/include/isc/dir.h | 2 + lib/isc/include/isc/endian.h | 2 + lib/isc/include/isc/errno.h | 2 + lib/isc/include/isc/error.h | 2 + lib/isc/include/isc/event.h | 2 + lib/isc/include/isc/eventclass.h | 2 + lib/isc/include/isc/file.h | 2 + lib/isc/include/isc/formatcheck.h | 2 + lib/isc/include/isc/fsaccess.h | 2 + lib/isc/include/isc/fuzz.h | 2 + lib/isc/include/isc/glob.h | 2 + lib/isc/include/isc/hash.h | 2 + lib/isc/include/isc/heap.h | 2 + lib/isc/include/isc/hex.h | 2 + lib/isc/include/isc/hmac.h | 2 + lib/isc/include/isc/hp.h | 2 + lib/isc/include/isc/ht.h | 2 + lib/isc/include/isc/httpd.h | 2 + lib/isc/include/isc/interfaceiter.h | 2 + lib/isc/include/isc/iterated_hash.h | 2 + lib/isc/include/isc/lang.h | 2 + lib/isc/include/isc/lex.h | 2 + lib/isc/include/isc/list.h | 2 + lib/isc/include/isc/log.h | 2 + lib/isc/include/isc/magic.h | 2 + lib/isc/include/isc/managers.h | 2 + lib/isc/include/isc/md.h | 2 + lib/isc/include/isc/mem.h | 2 + lib/isc/include/isc/meminfo.h | 2 + lib/isc/include/isc/mutex.h | 2 + lib/isc/include/isc/mutexblock.h | 2 + lib/isc/include/isc/net.h | 2 + lib/isc/include/isc/netaddr.h | 2 + lib/isc/include/isc/netdb.h | 2 + lib/isc/include/isc/netmgr.h | 2 + lib/isc/include/isc/netscope.h | 2 + lib/isc/include/isc/nonce.h | 2 + lib/isc/include/isc/offset.h | 2 + lib/isc/include/isc/once.h | 2 + lib/isc/include/isc/os.h | 2 + lib/isc/include/isc/parseint.h | 2 + lib/isc/include/isc/pool.h | 2 + lib/isc/include/isc/portset.h | 2 + lib/isc/include/isc/print.h | 2 + lib/isc/include/isc/queue.h | 2 + lib/isc/include/isc/quota.h | 2 + lib/isc/include/isc/radix.h | 2 + lib/isc/include/isc/random.h | 2 + lib/isc/include/isc/ratelimiter.h | 2 + lib/isc/include/isc/refcount.h | 2 + lib/isc/include/isc/regex.h | 2 + lib/isc/include/isc/region.h | 2 + lib/isc/include/isc/resource.h | 2 + lib/isc/include/isc/result.h | 2 + lib/isc/include/isc/rwlock.h | 2 + lib/isc/include/isc/safe.h | 2 + lib/isc/include/isc/serial.h | 2 + lib/isc/include/isc/siphash.h | 2 + lib/isc/include/isc/sockaddr.h | 2 + lib/isc/include/isc/stat.h | 2 + lib/isc/include/isc/stats.h | 2 + lib/isc/include/isc/stdatomic.h | 2 + lib/isc/include/isc/stdio.h | 2 + lib/isc/include/isc/stdtime.h | 2 + lib/isc/include/isc/strerr.h | 2 + lib/isc/include/isc/string.h | 2 + lib/isc/include/isc/symtab.h | 2 + lib/isc/include/isc/syslog.h | 2 + lib/isc/include/isc/task.h | 2 + lib/isc/include/isc/taskpool.h | 2 + lib/isc/include/isc/thread.h | 2 + lib/isc/include/isc/time.h | 2 + lib/isc/include/isc/timer.h | 2 + lib/isc/include/isc/tls.h | 2 + lib/isc/include/isc/tm.h | 2 + lib/isc/include/isc/types.h | 2 + lib/isc/include/isc/url.h | 2 + lib/isc/include/isc/utf8.h | 2 + lib/isc/include/isc/util.h | 2 + lib/isc/interfaceiter.c | 2 + lib/isc/iterated_hash.c | 2 + lib/isc/jemalloc_shim.h | 2 + lib/isc/lex.c | 2 + lib/isc/lib.c | 2 + lib/isc/log.c | 2 + lib/isc/managers.c | 2 + lib/isc/md.c | 2 + lib/isc/mem.c | 2 + lib/isc/mem_p.h | 2 + lib/isc/meminfo.c | 2 + lib/isc/mutex.c | 2 + lib/isc/mutexblock.c | 2 + lib/isc/net.c | 2 + lib/isc/netaddr.c | 2 + lib/isc/netmgr/http.c | 2 + lib/isc/netmgr/netmgr-int.h | 2 + lib/isc/netmgr/netmgr.c | 2 + lib/isc/netmgr/tcp.c | 2 + lib/isc/netmgr/tcpdns.c | 2 + lib/isc/netmgr/tlsdns.c | 2 + lib/isc/netmgr/tlsstream.c | 2 + lib/isc/netmgr/udp.c | 2 + lib/isc/netmgr/uv-compat.c | 2 + lib/isc/netmgr/uv-compat.h | 2 + lib/isc/netmgr/uverr2result.c | 2 + lib/isc/netmgr_p.h | 2 + lib/isc/netscope.c | 2 + lib/isc/nonce.c | 2 + lib/isc/openssl_shim.c | 2 + lib/isc/openssl_shim.h | 2 + lib/isc/os.c | 2 + lib/isc/os_p.h | 2 + lib/isc/parseint.c | 2 + lib/isc/pool.c | 2 + lib/isc/portset.c | 2 + lib/isc/queue.c | 2 + lib/isc/quota.c | 2 + lib/isc/radix.c | 2 + lib/isc/random.c | 2 + lib/isc/ratelimiter.c | 2 + lib/isc/regex.c | 2 + lib/isc/region.c | 2 + lib/isc/resource.c | 2 + lib/isc/result.c | 2 + lib/isc/rwlock.c | 2 + lib/isc/safe.c | 2 + lib/isc/serial.c | 2 + lib/isc/siphash.c | 2 + lib/isc/sockaddr.c | 2 + lib/isc/stats.c | 2 + lib/isc/stdio.c | 2 + lib/isc/stdtime.c | 2 + lib/isc/string.c | 2 + lib/isc/symtab.c | 2 + lib/isc/syslog.c | 2 + lib/isc/task.c | 2 + lib/isc/task_p.h | 2 + lib/isc/taskpool.c | 2 + lib/isc/tests/aes_test.c | 2 + lib/isc/tests/buffer_test.c | 2 + lib/isc/tests/counter_test.c | 2 + lib/isc/tests/crc64_test.c | 2 + lib/isc/tests/doh_test.c | 2 + lib/isc/tests/errno_test.c | 2 + lib/isc/tests/file_test.c | 2 + lib/isc/tests/hash_test.c | 2 + lib/isc/tests/heap_test.c | 2 + lib/isc/tests/hmac_test.c | 2 + lib/isc/tests/ht_test.c | 2 + lib/isc/tests/isctest.c | 2 + lib/isc/tests/isctest.h | 2 + lib/isc/tests/lex_test.c | 2 + lib/isc/tests/md_test.c | 2 + lib/isc/tests/mem_test.c | 2 + lib/isc/tests/netaddr_test.c | 2 + lib/isc/tests/netmgr_test.c | 2 + lib/isc/tests/parse_test.c | 2 + lib/isc/tests/pool_test.c | 2 + lib/isc/tests/quota_test.c | 2 + lib/isc/tests/radix_test.c | 2 + lib/isc/tests/random_test.c | 2 + lib/isc/tests/regex_test.c | 2 + lib/isc/tests/result_test.c | 2 + lib/isc/tests/safe_test.c | 2 + lib/isc/tests/siphash_test.c | 2 + lib/isc/tests/sockaddr_test.c | 2 + lib/isc/tests/stats_test.c | 2 + lib/isc/tests/symtab_test.c | 2 + lib/isc/tests/task_test.c | 2 + lib/isc/tests/taskpool_test.c | 2 + lib/isc/tests/time_test.c | 2 + lib/isc/tests/timer_test.c | 2 + lib/isc/tests/uv_wrap.h | 2 + lib/isc/thread.c | 2 + lib/isc/time.c | 2 + lib/isc/timer.c | 2 + lib/isc/timer_p.h | 2 + lib/isc/tls.c | 2 + lib/isc/tls_p.h | 2 + lib/isc/tm.c | 2 + lib/isc/trampoline.c | 2 + lib/isc/trampoline_p.h | 2 + lib/isc/url.c | 2 + lib/isc/utf8.c | 2 + lib/isccc/alist.c | 10 +- lib/isccc/base64.c | 10 +- lib/isccc/cc.c | 10 +- lib/isccc/ccmsg.c | 10 +- lib/isccc/include/isccc/alist.h | 10 +- lib/isccc/include/isccc/base64.h | 10 +- lib/isccc/include/isccc/cc.h | 10 +- lib/isccc/include/isccc/ccmsg.h | 10 +- lib/isccc/include/isccc/events.h | 10 +- lib/isccc/include/isccc/sexpr.h | 10 +- lib/isccc/include/isccc/symtab.h | 10 +- lib/isccc/include/isccc/symtype.h | 10 +- lib/isccc/include/isccc/types.h | 8 +- lib/isccc/include/isccc/util.h | 10 +- lib/isccc/sexpr.c | 10 +- lib/isccc/symtab.c | 10 +- lib/isccfg/aclconf.c | 2 + lib/isccfg/dnsconf.c | 2 + lib/isccfg/include/isccfg/aclconf.h | 2 + lib/isccfg/include/isccfg/cfg.h | 2 + lib/isccfg/include/isccfg/grammar.h | 2 + lib/isccfg/include/isccfg/kaspconf.h | 2 + lib/isccfg/include/isccfg/log.h | 2 + lib/isccfg/include/isccfg/namedconf.h | 2 + lib/isccfg/kaspconf.c | 2 + lib/isccfg/log.c | 2 + lib/isccfg/namedconf.c | 2 + lib/isccfg/parser.c | 59 ++--- lib/isccfg/tests/duration_test.c | 2 + lib/isccfg/tests/parser_test.c | 2 + lib/ns/client.c | 2 + lib/ns/hooks.c | 2 + lib/ns/include/ns/client.h | 2 + lib/ns/include/ns/events.h | 2 + lib/ns/include/ns/hooks.h | 2 + lib/ns/include/ns/interfacemgr.h | 2 + lib/ns/include/ns/listenlist.h | 2 + lib/ns/include/ns/log.h | 2 + lib/ns/include/ns/notify.h | 2 + lib/ns/include/ns/query.h | 2 + lib/ns/include/ns/server.h | 2 + lib/ns/include/ns/sortlist.h | 2 + lib/ns/include/ns/stats.h | 2 + lib/ns/include/ns/types.h | 2 + lib/ns/include/ns/update.h | 2 + lib/ns/include/ns/xfrout.h | 2 + lib/ns/interfacemgr.c | 2 + lib/ns/listenlist.c | 2 + lib/ns/log.c | 2 + lib/ns/notify.c | 2 + lib/ns/query.c | 2 + lib/ns/server.c | 2 + lib/ns/sortlist.c | 2 + lib/ns/stats.c | 2 + lib/ns/tests/listenlist_test.c | 2 + lib/ns/tests/notify_test.c | 2 + lib/ns/tests/nstest.c | 2 + lib/ns/tests/nstest.h | 2 + lib/ns/tests/plugin_test.c | 2 + lib/ns/tests/query_test.c | 2 + lib/ns/tests/testdata/notify/zone1.db | 6 +- lib/ns/tests/testdata/query/foo.db | 6 +- lib/ns/update.c | 2 + lib/ns/xfrout.c | 2 + lib/unit-test-driver.sh.in | 11 + m4/ax_cc_for_build.m4 | 2 + m4/ax_check_compile_flag.m4 | 2 + m4/ax_check_link_flag.m4 | 2 + m4/ax_check_openssl.m4 | 2 + m4/ax_check_preproc_flag.m4 | 2 + m4/ax_gcc_func_attribute.m4 | 2 + m4/ax_jemalloc.m4 | 2 + m4/ax_lib_lmdb.m4 | 2 + m4/ax_perl_module.m4 | 1 + m4/ax_posix_shell.m4 | 11 + m4/ax_pthread.m4 | 2 + m4/ax_python_module.m4 | 1 + m4/ax_restore_flags.m4 | 2 + m4/ax_save_flags.m4 | 2 + m4/ax_tls.m4 | 2 + m4/compat.m4 | 4 + util/COPYRIGHT | 8 - util/bindkeys.pl | 6 +- util/check-categories.sh | 4 +- util/check-changes | 2 + util/check-cocci | 11 + util/check-includes.pl | 6 +- util/check-instincludes.sh | 6 +- util/check-line-length.sh | 4 +- util/check-make-install.in | 2 + util/check-pullups.pl | 6 +- util/checklibs.sh | 6 +- util/git-replay-merge.sh | 6 +- util/memleak.pl | 6 +- util/models.c | 2 + util/nanny.pl | 6 +- util/new-func | 6 +- util/pairwise-testing.sh | 6 +- util/parse_tsan.py | 2 + util/run-clang-tidy | 6 +- util/tabify-changes | 2 + util/unused-headers.sh | 6 +- util/xmllint-html.sh | 6 +- 3286 files changed, 15317 insertions(+), 6456 deletions(-) create mode 100644 .reuse/dep5 create mode 100644 .reuse/templates/isc.jinja2 create mode 100644 LICENSES/Apache-2.0.txt create mode 100644 LICENSES/Autoconf-exception-3.0.txt create mode 100644 LICENSES/BSD-2-Clause.txt create mode 100644 LICENSES/BSD-3-Clause.txt create mode 100644 LICENSES/CC0-1.0.txt create mode 100644 LICENSES/FSFAP.txt create mode 100644 LICENSES/GPL-2.0-or-later.txt create mode 100644 LICENSES/GPL-3.0-or-later.txt create mode 100644 LICENSES/ISC.txt create mode 100644 LICENSES/LLVM-exception.txt create mode 100644 LICENSES/LicenseRef-Automake-exception-2.0.txt create mode 100644 LICENSES/MIT.txt create mode 100644 LICENSES/MPL-2.0.txt delete mode 100644 bin/tests/system/dyndb/driver/COPYING delete mode 100644 contrib/dlz/modules/mysql/.gitignore delete mode 100644 docutil/HTML_COPYRIGHT delete mode 100644 docutil/MAN_COPYRIGHT delete mode 100644 docutil/patch-db2latex-duplicate-template-bug delete mode 100644 docutil/patch-db2latex-nested-param-bug delete mode 100644 docutil/patch-db2latex-xsltproc-title-bug delete mode 100644 util/COPYRIGHT diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 0000000000..999ccff4a2 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,177 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: BIND 9 +Upstream-Contact: Internet Systems Consortium, Inc. ("ISC") +Source: https://gitlab.isc.org/isc-projects/bind9/ + +# +# Build system, data files from tests, and misc cruft +# +Files: **/*.after* + **/*.bad + **/*.batch + **/*.before* + **/*.ccache + **/*.good + **/*.key + **/*.pem + **/*.private + **/*.raw + **/*.saved + **/*.zonelist + **/*dig.out* + **/Makefile + **/Makefile.* + **/testdata/* + .github/* + .gitlab/* + AUTHORS + CHANGES + COPYRIGHT + Makefile + Makefile.* + 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/dnstap/large-answer.fstrm + bin/tests/system/notify/ns4/named.port.in + bin/tests/system/formerr/nametoolong + bin/tests/system/formerr/noquestions + bin/tests/system/formerr/twoquestions + bin/tests/system/journal/ns1/managed-keys.bind.in + bin/tests/system/journal/ns1/managed-keys.bind.jnl.in + 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/ns10/named.ednsrefused + bin/tests/system/legacy/ns2/named.dropedns + bin/tests/system/legacy/ns3/named.dropedns + bin/tests/system/legacy/ns3/named.notcp + bin/tests/system/legacy/ns5/named.notcp + bin/tests/system/legacy/ns6/edns512.db.signed + bin/tests/system/legacy/ns7/edns512-notcp.db.signed + bin/tests/system/legacy/ns7/named.notcp + bin/tests/system/legacy/ns8/named.ednsformerr + bin/tests/system/legacy/ns9/named.ednsnotimp + bin/tests/system/nsupdate/commandlist + bin/tests/system/nsupdate/verylarge.in + bin/tests/system/org.isc.bind.system.plist + bin/tests/system/pipelined/input + bin/tests/system/pipelined/inputb + bin/tests/system/pipelined/ref + bin/tests/system/pipelined/refb + bin/tests/system/rsabigexponent/ns2/dsset-example.in + bin/tests/system/run.gdb + bin/tests/system/runtime/ctrl-chars + bin/tests/system/runtime/long-cmd-line + bin/tests/system/statschannel/traffic.expect.1 + bin/tests/system/statschannel/traffic.expect.2 + bin/tests/system/statschannel/traffic.expect.4 + bin/tests/system/statschannel/traffic.expect.5 + bin/tests/system/statschannel/traffic.expect.6 + bin/tests/system/tcp/1996-alloc_dnsbuf-crash-test.pkt + bin/tests/system/tsig/badlocation + bin/tests/system/tsig/badtime + bin/tests/system/unknown/large.out + bin/tests/system/xfer/ans5/badkeydata + bin/tests/system/xfer/ans5/badmessageid + bin/tests/system/xfer/ans5/goodaxfr + bin/tests/system/xfer/ans5/partial + bin/tests/system/xfer/ans5/soamismatch + bin/tests/system/xfer/ans5/unknownkey + bin/tests/system/xfer/ans5/unsigned + bin/tests/system/xfer/ans5/wrongkey + bin/tests/system/xfer/ans5/wrongname + bin/tests/system/xfer/knowngood.mapped + cocci/*.cocci + cocci/*.disabled + cocci/*.spatch + doc/arm/isc-logo.pdf + doc/arm/requirements.txt + doc/man/*.1in + doc/man/*.5in + doc/man/*.8in + fuzz/*.in/* +Copyright: Internet Systems Consortium, Inc. ("ISC") +License: MPL-2.0 + +# +# DNSSEC Guide images +# +Files: doc/dnssec-guide/img/*.png +Copyright: Internet Systems Consortium, Inc. ("ISC") +License: MPL-2.0 + +# +# Libtool Files +# +Files: m4/libtool.m4 + m4/ltoptions.m4 + m4/ltsugar.m4 + m4/ltversion.m4 + m4/ltversion.m4 + m4/lt~obsolete.m4 +Copyright: Free Software Foundation, Inc. +License: + This file is free software; the Free Software Foundation gives unlimited + permission to copy and/or distribute it, with or without modifications, as long + as this notice is preserved. + +# +# DLZ Modules +# +Files: contrib/dlz/modules/*/testing/* +Copyright: Internet Systems Consortium, Inc. ("ISC") + Stichting NLnet, Netherlands +License: ISC and MPL-2.0 + +# +# Stuff that's basically uncopyrightable (configuration, generated files), +# use CC0-1.0 for clarity that we don't care +# +Files: **/.clang-format + **/.clang-format.headers + **/.dir-locals.el + **/.gitattributes + **/.gitignore + **/named*.args + **/startme + .clang-format + .clang-format.headers + .dir-locals.el + .gitattributes + .gitignore + .gitlab-ci.yml + .lgtm.yml + .pylintrc + .uncrustify.cfg + doc/misc/*.zoneopt + doc/misc/options + doc/misc/options.active + tsan-suppressions.txt +Copyright: Internet Systems Consortium, Inc. ("ISC") +License: CC0-1.0 + +# +# geoip2 test files (mmdb is generated from json) +# +Files: bin/tests/system/geoip2/data/*.json + bin/tests/system/geoip2/data/*.mmdb +Copyright: Internet Systems Consortium, Inc. ("ISC") +License: CC0-1.0 + +# +# files that may be left over from other branches. +# +# in a newly cloned branch or after running "git clean", these +# files don't exist, but they can be left lying around after +# checking out an older branch. we explicitly ignore them so they +# won't clutter up the output when running "reuse lint" by hand +# in a working source tree. +# +Files: **/platform.h + bin/python/* + bin/tests/optional/* + make/* + unit/unittest.sh +Copyright: Internet Systems Consortium, Inc. ("ISC") +License: CC0-1.0 diff --git a/.reuse/templates/isc.jinja2 b/.reuse/templates/isc.jinja2 new file mode 100644 index 0000000000..3f29bd1782 --- /dev/null +++ b/.reuse/templates/isc.jinja2 @@ -0,0 +1,16 @@ +{% for copyright_line in copyright_lines %} +{{ copyright_line }} +{% endfor %} + +{% for expression in spdx_expressions %} +SPDX-License-Identifier: {{ expression }} +{% endfor %} + +{% if "MPL-2.0" in spdx_expressions %} +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. +{% endif %} diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 67b4c15ac9..153305e433 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,16 @@ + + # BIND 9 Code of Conduct Like the technical community as a whole, the BIND 9 team and community is made diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 991745f90e..0b7661b671 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,12 +1,14 @@ ## BIND 9 Source Access and Contributor Guidelines *May 28, 2020* diff --git a/LICENSE b/LICENSE index be2cc4dfb6..7bad356140 100644 --- a/LICENSE +++ b/LICENSE @@ -346,7 +346,7 @@ Exhibit A - Source Code Form License Notice 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at - http://mozilla.org/MPL/2.0/. + https://mozilla.org/MPL/2.0/. If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a diff --git a/LICENSES/Apache-2.0.txt b/LICENSES/Apache-2.0.txt new file mode 100644 index 0000000000..137069b823 --- /dev/null +++ b/LICENSES/Apache-2.0.txt @@ -0,0 +1,73 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/LICENSES/Autoconf-exception-3.0.txt b/LICENSES/Autoconf-exception-3.0.txt new file mode 100644 index 0000000000..f212f9c7bc --- /dev/null +++ b/LICENSES/Autoconf-exception-3.0.txt @@ -0,0 +1,26 @@ +AUTOCONF CONFIGURE SCRIPT EXCEPTION + +Version 3.0, 18 August 2009 +Copyright © 2009 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +This Exception is an additional permission under section 7 of the GNU General Public License, version 3 ("GPLv3"). It applies to a given file that bears a notice placed by the copyright holder of the file stating that the file is governed by GPLv3 along with this Exception. + +The purpose of this Exception is to allow distribution of Autoconf's typical output under terms of the recipient's choice (including proprietary). + +0. Definitions. + +"Covered Code" is the source or object code of a version of Autoconf that is a covered work under this License. + +"Normally Copied Code" for a version of Autoconf means all parts of its Covered Code which that version can copy from its code (i.e., not from its input file) into its minimally verbose, non-debugging and non-tracing output. + +"Ineligible Code" is Covered Code that is not Normally Copied Code. + +1. Grant of Additional Permission. + +You have permission to propagate output of Autoconf, even if such propagation would otherwise violate the terms of GPLv3. However, if by modifying Autoconf you cause any Ineligible Code of the version you received to become Normally Copied Code of your modified version, then you void this Exception for the resulting covered work. If you convey that resulting covered work, you must remove this Exception in accordance with the second paragraph of Section 7 of GPLv3. + +2. No Weakening of Autoconf Copyleft. + +The availability of this Exception does not imply any general presumption that third-party software is unaffected by the copyleft requirements of the license of Autoconf. diff --git a/LICENSES/BSD-2-Clause.txt b/LICENSES/BSD-2-Clause.txt new file mode 100644 index 0000000000..b0e20f5382 --- /dev/null +++ b/LICENSES/BSD-2-Clause.txt @@ -0,0 +1,9 @@ +Copyright (c) All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSES/BSD-3-Clause.txt b/LICENSES/BSD-3-Clause.txt new file mode 100644 index 0000000000..6c9eef8d8c --- /dev/null +++ b/LICENSES/BSD-3-Clause.txt @@ -0,0 +1,11 @@ +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSES/CC0-1.0.txt b/LICENSES/CC0-1.0.txt new file mode 100644 index 0000000000..0e259d42c9 --- /dev/null +++ b/LICENSES/CC0-1.0.txt @@ -0,0 +1,121 @@ +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. diff --git a/LICENSES/FSFAP.txt b/LICENSES/FSFAP.txt new file mode 100644 index 0000000000..32bc8a8898 --- /dev/null +++ b/LICENSES/FSFAP.txt @@ -0,0 +1 @@ +Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. diff --git a/LICENSES/GPL-2.0-or-later.txt b/LICENSES/GPL-2.0-or-later.txt new file mode 100644 index 0000000000..17cb286430 --- /dev/null +++ b/LICENSES/GPL-2.0-or-later.txt @@ -0,0 +1,117 @@ +GNU GENERAL PUBLIC LICENSE +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. + + c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + +This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + + one line to give the program's name and an idea of what it does. Copyright (C) yyyy name of author + + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. + +signature of Ty Coon, 1 April 1989 Ty Coon, President of Vice diff --git a/LICENSES/GPL-3.0-or-later.txt b/LICENSES/GPL-3.0-or-later.txt new file mode 100644 index 0000000000..d41c0bd98f --- /dev/null +++ b/LICENSES/GPL-3.0-or-later.txt @@ -0,0 +1,232 @@ +GNU GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The GNU General Public License is a free, copyleft license for software and other kinds of works. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS + +0. Definitions. + +“This License” refers to version 3 of the GNU General Public License. + +“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. + +To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. + +A “covered work” means either the unmodified Program or a work based on the Program. + +To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. + +A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. + + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. +A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. + +A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Use with the GNU Affero General Public License. +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. + +14. Revised Versions of this License. +The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . + +The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . diff --git a/LICENSES/ISC.txt b/LICENSES/ISC.txt new file mode 100644 index 0000000000..b9c199c98f --- /dev/null +++ b/LICENSES/ISC.txt @@ -0,0 +1,8 @@ +ISC License: + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/LICENSES/LLVM-exception.txt b/LICENSES/LLVM-exception.txt new file mode 100644 index 0000000000..fa4b725a0e --- /dev/null +++ b/LICENSES/LLVM-exception.txt @@ -0,0 +1,15 @@ +---- LLVM Exceptions to the Apache 2.0 License ---- + + As an exception, if, as a result of your compiling your source code, portions + of this Software are embedded into an Object form of such source code, you + may redistribute such embedded portions in such Object form without complying + with the conditions of Sections 4(a), 4(b) and 4(d) of the License. + + In addition, if you combine or link compiled forms of this Software with + software that is licensed under the GPLv2 ("Combined Software") and if a + court of competent jurisdiction determines that the patent provision (Section + 3), the indemnity provision (Section 9) or other Section of the License + conflicts with the conditions of the GPLv2, you may retroactively and + prospectively choose to deem waived or otherwise exclude such Section(s) of + the License, but only in their entirety and only with respect to the Combined + Software. diff --git a/LICENSES/LicenseRef-Automake-exception-2.0.txt b/LICENSES/LicenseRef-Automake-exception-2.0.txt new file mode 100644 index 0000000000..e9e1af5bb4 --- /dev/null +++ b/LICENSES/LicenseRef-Automake-exception-2.0.txt @@ -0,0 +1 @@ +As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 0000000000..2071b23b0e --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/LICENSES/MPL-2.0.txt b/LICENSES/MPL-2.0.txt new file mode 100644 index 0000000000..6c949eafd4 --- /dev/null +++ b/LICENSES/MPL-2.0.txt @@ -0,0 +1,144 @@ +Mozilla Public License Version 2.0 + +1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + +2. License Grants and Conditions + + 2.1. Grants + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + +3. Responsibilities + + 3.1. Distribution of Source Form + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + +5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + +6. Disclaimer of Warranty +Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + +7. Limitation of Liability +Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + +8. Litigation +Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + +9. Miscellaneous +This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + +10. Versions of the License + + 10.1. New Versions + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice + + This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, you can obtain one at https://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + + This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. diff --git a/OPTIONS.md b/OPTIONS.md index 642d9549fc..71f556f4f1 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -1,12 +1,14 @@ Setting the `CPPFLAGS` environment variable before running `configure` can be used to enable certain compile-time options that are not diff --git a/PLATFORMS.md b/PLATFORMS.md index c2fd08ac41..cee85d1931 100644 --- a/PLATFORMS.md +++ b/PLATFORMS.md @@ -1,12 +1,14 @@ ## Supported platforms diff --git a/README.md b/README.md index 06fdd90099..099332c4d5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # BIND 9 diff --git a/bin/check/check-tool.c b/bin/check/check-tool.c index 6768fbea54..ae100966c5 100644 --- a/bin/check/check-tool.c +++ b/bin/check/check-tool.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/check/check-tool.h b/bin/check/check-tool.h index ad31699881..64ac9e7917 100644 --- a/bin/check/check-tool.h +++ b/bin/check/check-tool.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/check/named-checkconf.c b/bin/check/named-checkconf.c index b6f02ba1e0..bb3fefd2ed 100644 --- a/bin/check/named-checkconf.c +++ b/bin/check/named-checkconf.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/check/named-checkconf.rst b/bin/check/named-checkconf.rst index 4ddaab9112..3cb7d74a61 100644 --- a/bin/check/named-checkconf.rst +++ b/bin/check/named-checkconf.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/check/named-checkzone.c b/bin/check/named-checkzone.c index 86c4fe00f7..793169fd42 100644 --- a/bin/check/named-checkzone.c +++ b/bin/check/named-checkzone.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/check/named-checkzone.rst b/bin/check/named-checkzone.rst index 13ee547772..6872906ae5 100644 --- a/bin/check/named-checkzone.rst +++ b/bin/check/named-checkzone.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/confgen/include/confgen/os.h b/bin/confgen/include/confgen/os.h index 9d5c98b4db..2a924a30b1 100644 --- a/bin/confgen/include/confgen/os.h +++ b/bin/confgen/include/confgen/os.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/confgen/keygen.c b/bin/confgen/keygen.c index caaba14585..345933d374 100644 --- a/bin/confgen/keygen.c +++ b/bin/confgen/keygen.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/confgen/keygen.h b/bin/confgen/keygen.h index d0e5ae3026..f5b7a551cd 100644 --- a/bin/confgen/keygen.h +++ b/bin/confgen/keygen.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/confgen/os.c b/bin/confgen/os.c index 87dcab74aa..445d64bf60 100644 --- a/bin/confgen/os.c +++ b/bin/confgen/os.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/confgen/rndc-confgen.c b/bin/confgen/rndc-confgen.c index a511421b32..2cea509bef 100644 --- a/bin/confgen/rndc-confgen.c +++ b/bin/confgen/rndc-confgen.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/confgen/rndc-confgen.rst b/bin/confgen/rndc-confgen.rst index 91416f8f1c..889077e2a5 100644 --- a/bin/confgen/rndc-confgen.rst +++ b/bin/confgen/rndc-confgen.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/confgen/tsig-keygen.c b/bin/confgen/tsig-keygen.c index aa9939b07b..a0d0764112 100644 --- a/bin/confgen/tsig-keygen.c +++ b/bin/confgen/tsig-keygen.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/confgen/tsig-keygen.rst b/bin/confgen/tsig-keygen.rst index 0d709b4122..8e759dec5b 100644 --- a/bin/confgen/tsig-keygen.rst +++ b/bin/confgen/tsig-keygen.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/confgen/util.c b/bin/confgen/util.c index 70afa2bc09..b0085fe13d 100644 --- a/bin/confgen/util.c +++ b/bin/confgen/util.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/confgen/util.h b/bin/confgen/util.h index 01598900e9..0567ad33b1 100644 --- a/bin/confgen/util.h +++ b/bin/confgen/util.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/delv/delv.c b/bin/delv/delv.c index 9adb5cd26c..e98c551bbd 100644 --- a/bin/delv/delv.c +++ b/bin/delv/delv.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/delv/delv.rst b/bin/delv/delv.rst index dc2ab4687a..0936236b5d 100644 --- a/bin/delv/delv.rst +++ b/bin/delv/delv.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dig/dig.c b/bin/dig/dig.c index ab34d9741a..27aa5b4d47 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dig/dig.rst b/bin/dig/dig.rst index c447eb879d..84ff1e4e8e 100644 --- a/bin/dig/dig.rst +++ b/bin/dig/dig.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index 35b3d52957..a101b5c850 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dig/dighost.h b/bin/dig/dighost.h index 80b3d106cf..8b09b5c700 100644 --- a/bin/dig/dighost.h +++ b/bin/dig/dighost.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dig/host.c b/bin/dig/host.c index 602d7a61c2..bfc54c646a 100644 --- a/bin/dig/host.c +++ b/bin/dig/host.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dig/host.rst b/bin/dig/host.rst index c65c643d0f..fa6c655170 100644 --- a/bin/dig/host.rst +++ b/bin/dig/host.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index 702e9af41d..95c0767365 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dig/nslookup.rst b/bin/dig/nslookup.rst index 1dafd364a4..2d1e123828 100644 --- a/bin/dig/nslookup.rst +++ b/bin/dig/nslookup.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dig/readline.h b/bin/dig/readline.h index 5e270854ec..68a38c3ef9 100644 --- a/bin/dig/readline.h +++ b/bin/dig/readline.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dnssec/dnssec-cds.c b/bin/dnssec/dnssec-cds.c index 234eca5744..ceee2db297 100644 --- a/bin/dnssec/dnssec-cds.c +++ b/bin/dnssec/dnssec-cds.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dnssec/dnssec-cds.rst b/bin/dnssec/dnssec-cds.rst index 708ecef7ed..3eac0b520f 100644 --- a/bin/dnssec/dnssec-cds.rst +++ b/bin/dnssec/dnssec-cds.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dnssec/dnssec-dsfromkey.c b/bin/dnssec/dnssec-dsfromkey.c index 8cb3f41bbf..05a8cd4095 100644 --- a/bin/dnssec/dnssec-dsfromkey.c +++ b/bin/dnssec/dnssec-dsfromkey.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dnssec/dnssec-dsfromkey.rst b/bin/dnssec/dnssec-dsfromkey.rst index 4d68ca80ef..6396733424 100644 --- a/bin/dnssec/dnssec-dsfromkey.rst +++ b/bin/dnssec/dnssec-dsfromkey.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dnssec/dnssec-importkey.c b/bin/dnssec/dnssec-importkey.c index e71d49e05e..65cee0f56b 100644 --- a/bin/dnssec/dnssec-importkey.c +++ b/bin/dnssec/dnssec-importkey.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dnssec/dnssec-importkey.rst b/bin/dnssec/dnssec-importkey.rst index e6cfcdbc1a..9e58fcee78 100644 --- a/bin/dnssec/dnssec-importkey.rst +++ b/bin/dnssec/dnssec-importkey.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dnssec/dnssec-keyfromlabel.c b/bin/dnssec/dnssec-keyfromlabel.c index 17e6505cfc..adecfa63e8 100644 --- a/bin/dnssec/dnssec-keyfromlabel.c +++ b/bin/dnssec/dnssec-keyfromlabel.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dnssec/dnssec-keyfromlabel.rst b/bin/dnssec/dnssec-keyfromlabel.rst index 484fe3ee80..35920acef4 100644 --- a/bin/dnssec/dnssec-keyfromlabel.rst +++ b/bin/dnssec/dnssec-keyfromlabel.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dnssec/dnssec-keygen.c b/bin/dnssec/dnssec-keygen.c index ce223d3f62..c43c0d7dcf 100644 --- a/bin/dnssec/dnssec-keygen.c +++ b/bin/dnssec/dnssec-keygen.c @@ -1,6 +1,8 @@ /* * Portions Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dnssec/dnssec-keygen.rst b/bin/dnssec/dnssec-keygen.rst index 4e0cfcbd49..db37d7e778 100644 --- a/bin/dnssec/dnssec-keygen.rst +++ b/bin/dnssec/dnssec-keygen.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dnssec/dnssec-revoke.c b/bin/dnssec/dnssec-revoke.c index 2184b0d7f3..b464868c3f 100644 --- a/bin/dnssec/dnssec-revoke.c +++ b/bin/dnssec/dnssec-revoke.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dnssec/dnssec-revoke.rst b/bin/dnssec/dnssec-revoke.rst index 24c62b8cd4..d7027a96d5 100644 --- a/bin/dnssec/dnssec-revoke.rst +++ b/bin/dnssec/dnssec-revoke.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dnssec/dnssec-settime.c b/bin/dnssec/dnssec-settime.c index 54f32dde93..f7f45ee646 100644 --- a/bin/dnssec/dnssec-settime.c +++ b/bin/dnssec/dnssec-settime.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dnssec/dnssec-settime.rst b/bin/dnssec/dnssec-settime.rst index 79f3a429f6..46975035ea 100644 --- a/bin/dnssec/dnssec-settime.rst +++ b/bin/dnssec/dnssec-settime.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dnssec/dnssec-signzone.c b/bin/dnssec/dnssec-signzone.c index c1809d7dd5..0e70c43723 100644 --- a/bin/dnssec/dnssec-signzone.c +++ b/bin/dnssec/dnssec-signzone.c @@ -1,6 +1,8 @@ /* * Portions Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dnssec/dnssec-signzone.rst b/bin/dnssec/dnssec-signzone.rst index b3f4097b91..4dbf25a84e 100644 --- a/bin/dnssec/dnssec-signzone.rst +++ b/bin/dnssec/dnssec-signzone.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dnssec/dnssec-verify.c b/bin/dnssec/dnssec-verify.c index e5ec0635f4..27b2e9fce7 100644 --- a/bin/dnssec/dnssec-verify.c +++ b/bin/dnssec/dnssec-verify.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dnssec/dnssec-verify.rst b/bin/dnssec/dnssec-verify.rst index 49c2a8397a..28e6cd8b43 100644 --- a/bin/dnssec/dnssec-verify.rst +++ b/bin/dnssec/dnssec-verify.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/dnssec/dnssectool.c b/bin/dnssec/dnssectool.c index 873699ef93..095bb59c90 100644 --- a/bin/dnssec/dnssectool.c +++ b/bin/dnssec/dnssectool.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/dnssec/dnssectool.h b/bin/dnssec/dnssectool.h index 8830eb7603..9abc3e3f20 100644 --- a/bin/dnssec/dnssectool.h +++ b/bin/dnssec/dnssectool.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/named/bind9.xsl b/bin/named/bind9.xsl index b0090c5a4e..27161860d0 100644 --- a/bin/named/bind9.xsl +++ b/bin/named/bind9.xsl @@ -2,6 +2,7 @@ + These scripts generate a named.conf file with an arbitrary number of small zones, for testing startup performance. diff --git a/bin/tests/startperf/clean.sh b/bin/tests/startperf/clean.sh index be41ffc755..5f7e51a57a 100644 --- a/bin/tests/startperf/clean.sh +++ b/bin/tests/startperf/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/startperf/makenames.pl b/bin/tests/startperf/makenames.pl index 47f9b998f9..cb4a73464d 100644 --- a/bin/tests/startperf/makenames.pl +++ b/bin/tests/startperf/makenames.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/startperf/mkzonefile.pl b/bin/tests/startperf/mkzonefile.pl index ba4d220fe6..3fdc802fd2 100644 --- a/bin/tests/startperf/mkzonefile.pl +++ b/bin/tests/startperf/mkzonefile.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/startperf/setup.sh b/bin/tests/startperf/setup.sh index 95fd0fa64f..66821386d7 100644 --- a/bin/tests/startperf/setup.sh +++ b/bin/tests/startperf/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/startperf/smallzone.db b/bin/tests/startperf/smallzone.db index 20a3b9d4c8..3a26acd578 100644 --- a/bin/tests/startperf/smallzone.db +++ b/bin/tests/startperf/smallzone.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/README b/bin/tests/system/README index 2353438e96..5db29de277 100644 --- a/bin/tests/system/README +++ b/bin/tests/system/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. Introduction === diff --git a/bin/tests/system/acl/clean.sh b/bin/tests/system/acl/clean.sh index a80de95901..c8d26cc54f 100644 --- a/bin/tests/system/acl/clean.sh +++ b/bin/tests/system/acl/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/acl/ns2/named1.conf.in b/bin/tests/system/acl/ns2/named1.conf.in index 60f22e1596..745048af40 100644 --- a/bin/tests/system/acl/ns2/named1.conf.in +++ b/bin/tests/system/acl/ns2/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/acl/ns2/named2.conf.in b/bin/tests/system/acl/ns2/named2.conf.in index ada97bcf24..21aa991566 100644 --- a/bin/tests/system/acl/ns2/named2.conf.in +++ b/bin/tests/system/acl/ns2/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/acl/ns2/named3.conf.in b/bin/tests/system/acl/ns2/named3.conf.in index 97684e4d9b..3208c92096 100644 --- a/bin/tests/system/acl/ns2/named3.conf.in +++ b/bin/tests/system/acl/ns2/named3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/acl/ns2/named4.conf.in b/bin/tests/system/acl/ns2/named4.conf.in index 462b3fad6f..14e82ed266 100644 --- a/bin/tests/system/acl/ns2/named4.conf.in +++ b/bin/tests/system/acl/ns2/named4.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/acl/ns2/named5.conf.in b/bin/tests/system/acl/ns2/named5.conf.in index 728da58d65..f43f33cba8 100644 --- a/bin/tests/system/acl/ns2/named5.conf.in +++ b/bin/tests/system/acl/ns2/named5.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/acl/ns3/example.db b/bin/tests/system/acl/ns3/example.db index ae1ceabee9..34fe9e5911 100644 --- a/bin/tests/system/acl/ns3/example.db +++ b/bin/tests/system/acl/ns3/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/acl/ns3/named.conf.in b/bin/tests/system/acl/ns3/named.conf.in index 760c2bc8ff..fceed385ae 100644 --- a/bin/tests/system/acl/ns3/named.conf.in +++ b/bin/tests/system/acl/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/acl/ns4/example.db b/bin/tests/system/acl/ns4/example.db index f5e178d5ab..91c8702299 100644 --- a/bin/tests/system/acl/ns4/example.db +++ b/bin/tests/system/acl/ns4/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/acl/ns4/existing.db b/bin/tests/system/acl/ns4/existing.db index f5e178d5ab..91c8702299 100644 --- a/bin/tests/system/acl/ns4/existing.db +++ b/bin/tests/system/acl/ns4/existing.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/acl/ns4/named.conf.in b/bin/tests/system/acl/ns4/named.conf.in index e4c57463c6..6389c33b3c 100644 --- a/bin/tests/system/acl/ns4/named.conf.in +++ b/bin/tests/system/acl/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/acl/setup.sh b/bin/tests/system/acl/setup.sh index bdf3d22df7..7dcd87244b 100644 --- a/bin/tests/system/acl/setup.sh +++ b/bin/tests/system/acl/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/acl/tests.sh b/bin/tests/system/acl/tests.sh index a48f8685fe..9ee39843ae 100644 --- a/bin/tests/system/acl/tests.sh +++ b/bin/tests/system/acl/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/additional/clean.sh b/bin/tests/system/additional/clean.sh index 871c6a51ae..c43c36e9cd 100644 --- a/bin/tests/system/additional/clean.sh +++ b/bin/tests/system/additional/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/additional/ns1/mx.db b/bin/tests/system/additional/ns1/mx.db index 32a2b87ba7..6305e8bccd 100644 --- a/bin/tests/system/additional/ns1/mx.db +++ b/bin/tests/system/additional/ns1/mx.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns1/named1.conf.in b/bin/tests/system/additional/ns1/named1.conf.in index 306e80fa20..d058d1e65c 100644 --- a/bin/tests/system/additional/ns1/named1.conf.in +++ b/bin/tests/system/additional/ns1/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns1/named2.conf.in b/bin/tests/system/additional/ns1/named2.conf.in index 6a341f1b33..56c6d4b70e 100644 --- a/bin/tests/system/additional/ns1/named2.conf.in +++ b/bin/tests/system/additional/ns1/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns1/named3.conf.in b/bin/tests/system/additional/ns1/named3.conf.in index 85d94d5e89..ad453a3fa4 100644 --- a/bin/tests/system/additional/ns1/named3.conf.in +++ b/bin/tests/system/additional/ns1/named3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns1/named4.conf.in b/bin/tests/system/additional/ns1/named4.conf.in index 2808c438a3..69479b9f4c 100644 --- a/bin/tests/system/additional/ns1/named4.conf.in +++ b/bin/tests/system/additional/ns1/named4.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns1/naptr.db b/bin/tests/system/additional/ns1/naptr.db index d14bec455d..51d3c857eb 100644 --- a/bin/tests/system/additional/ns1/naptr.db +++ b/bin/tests/system/additional/ns1/naptr.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns1/naptr2.db b/bin/tests/system/additional/ns1/naptr2.db index fbdd179756..78ca4ad403 100644 --- a/bin/tests/system/additional/ns1/naptr2.db +++ b/bin/tests/system/additional/ns1/naptr2.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns1/nid.db b/bin/tests/system/additional/ns1/nid.db index 5d5bee8e09..f76b52e832 100644 --- a/bin/tests/system/additional/ns1/nid.db +++ b/bin/tests/system/additional/ns1/nid.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns1/root.db b/bin/tests/system/additional/ns1/root.db index 7db363b2bf..94cfddac24 100644 --- a/bin/tests/system/additional/ns1/root.db +++ b/bin/tests/system/additional/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns1/rt.db b/bin/tests/system/additional/ns1/rt.db index 6958f38fd6..c858f0d9cb 100644 --- a/bin/tests/system/additional/ns1/rt.db +++ b/bin/tests/system/additional/ns1/rt.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns1/rt2.db b/bin/tests/system/additional/ns1/rt2.db index 667eb118a8..b61a19850a 100644 --- a/bin/tests/system/additional/ns1/rt2.db +++ b/bin/tests/system/additional/ns1/rt2.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns1/srv.db b/bin/tests/system/additional/ns1/srv.db index bc8d58190b..0aee21a4c1 100644 --- a/bin/tests/system/additional/ns1/srv.db +++ b/bin/tests/system/additional/ns1/srv.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns2/named.conf.in b/bin/tests/system/additional/ns2/named.conf.in index 4c41816bbe..dae255dca3 100644 --- a/bin/tests/system/additional/ns2/named.conf.in +++ b/bin/tests/system/additional/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns2/root.db b/bin/tests/system/additional/ns2/root.db index 3241240784..728bdde441 100644 --- a/bin/tests/system/additional/ns2/root.db +++ b/bin/tests/system/additional/ns2/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns3/ex.db b/bin/tests/system/additional/ns3/ex.db index 409c2dfd48..c893a844f6 100644 --- a/bin/tests/system/additional/ns3/ex.db +++ b/bin/tests/system/additional/ns3/ex.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns3/ex2.db b/bin/tests/system/additional/ns3/ex2.db index 30d4ca7c7a..f9039cf22f 100644 --- a/bin/tests/system/additional/ns3/ex2.db +++ b/bin/tests/system/additional/ns3/ex2.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns3/named.conf.in b/bin/tests/system/additional/ns3/named.conf.in index de87de56e4..2bd01c945d 100644 --- a/bin/tests/system/additional/ns3/named.conf.in +++ b/bin/tests/system/additional/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/additional/ns3/root.hint b/bin/tests/system/additional/ns3/root.hint index 775f78235a..ef6ee6fada 100644 --- a/bin/tests/system/additional/ns3/root.hint +++ b/bin/tests/system/additional/ns3/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/additional/setup.sh b/bin/tests/system/additional/setup.sh index 685e34ae57..2cbc08d7e9 100644 --- a/bin/tests/system/additional/setup.sh +++ b/bin/tests/system/additional/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/additional/tests.sh b/bin/tests/system/additional/tests.sh index dedfd018a9..6cede72372 100644 --- a/bin/tests/system/additional/tests.sh +++ b/bin/tests/system/additional/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/addzone/clean.sh b/bin/tests/system/addzone/clean.sh index d87474aeb3..5e94b5c759 100644 --- a/bin/tests/system/addzone/clean.sh +++ b/bin/tests/system/addzone/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/addzone/ns1/inlinesec.db b/bin/tests/system/addzone/ns1/inlinesec.db index 5db7e024e3..eb9d042d6a 100644 --- a/bin/tests/system/addzone/ns1/inlinesec.db +++ b/bin/tests/system/addzone/ns1/inlinesec.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns1/named.conf.in b/bin/tests/system/addzone/ns1/named.conf.in index a3f4256a96..afd7c316d7 100644 --- a/bin/tests/system/addzone/ns1/named.conf.in +++ b/bin/tests/system/addzone/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns1/redirect.db.1 b/bin/tests/system/addzone/ns1/redirect.db.1 index 7b40db9c33..5dcdd1bba7 100644 --- a/bin/tests/system/addzone/ns1/redirect.db.1 +++ b/bin/tests/system/addzone/ns1/redirect.db.1 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns1/redirect.db.2 b/bin/tests/system/addzone/ns1/redirect.db.2 index a4f0d3806c..4dcbdbc012 100644 --- a/bin/tests/system/addzone/ns1/redirect.db.2 +++ b/bin/tests/system/addzone/ns1/redirect.db.2 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns2/added.db b/bin/tests/system/addzone/ns2/added.db index 9b54d19204..286e717532 100644 --- a/bin/tests/system/addzone/ns2/added.db +++ b/bin/tests/system/addzone/ns2/added.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns2/default.nzf.in b/bin/tests/system/addzone/ns2/default.nzf.in index 614bddeb43..d9740f5040 100644 --- a/bin/tests/system/addzone/ns2/default.nzf.in +++ b/bin/tests/system/addzone/ns2/default.nzf.in @@ -1 +1,14 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + zone previous.example { type primary; file "previous.db"; }; diff --git a/bin/tests/system/addzone/ns2/hints.db b/bin/tests/system/addzone/ns2/hints.db index 418ea963fa..e0f186c2f8 100644 --- a/bin/tests/system/addzone/ns2/hints.db +++ b/bin/tests/system/addzone/ns2/hints.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns2/inline.db b/bin/tests/system/addzone/ns2/inline.db index a45d30e0b1..c968104811 100644 --- a/bin/tests/system/addzone/ns2/inline.db +++ b/bin/tests/system/addzone/ns2/inline.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns2/named1.conf.in b/bin/tests/system/addzone/ns2/named1.conf.in index dc1d26fc5d..eb8519a590 100644 --- a/bin/tests/system/addzone/ns2/named1.conf.in +++ b/bin/tests/system/addzone/ns2/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns2/named2.conf.in b/bin/tests/system/addzone/ns2/named2.conf.in index 94724d50d9..33e45b9bb7 100644 --- a/bin/tests/system/addzone/ns2/named2.conf.in +++ b/bin/tests/system/addzone/ns2/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns2/named3.conf.in b/bin/tests/system/addzone/ns2/named3.conf.in index f4d948e267..697d279a42 100644 --- a/bin/tests/system/addzone/ns2/named3.conf.in +++ b/bin/tests/system/addzone/ns2/named3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns2/normal.db b/bin/tests/system/addzone/ns2/normal.db index 50450928e9..fa05638f32 100644 --- a/bin/tests/system/addzone/ns2/normal.db +++ b/bin/tests/system/addzone/ns2/normal.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns2/previous.db b/bin/tests/system/addzone/ns2/previous.db index 7fe5517618..6d2e495a8d 100644 --- a/bin/tests/system/addzone/ns2/previous.db +++ b/bin/tests/system/addzone/ns2/previous.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns2/redirect.db.1 b/bin/tests/system/addzone/ns2/redirect.db.1 index 7b40db9c33..5dcdd1bba7 100644 --- a/bin/tests/system/addzone/ns2/redirect.db.1 +++ b/bin/tests/system/addzone/ns2/redirect.db.1 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns2/redirect.db.2 b/bin/tests/system/addzone/ns2/redirect.db.2 index a4f0d3806c..4dcbdbc012 100644 --- a/bin/tests/system/addzone/ns2/redirect.db.2 +++ b/bin/tests/system/addzone/ns2/redirect.db.2 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns3/e.db b/bin/tests/system/addzone/ns3/e.db index d5f7ff9c25..7f74f0a8b2 100644 --- a/bin/tests/system/addzone/ns3/e.db +++ b/bin/tests/system/addzone/ns3/e.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns3/example.db b/bin/tests/system/addzone/ns3/example.db index 4f150a030a..2bf4f8d1e5 100644 --- a/bin/tests/system/addzone/ns3/example.db +++ b/bin/tests/system/addzone/ns3/example.db @@ -1,2 +1,13 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + @ IN SOA localhost. localhost.localhost. 1 10800 3600 605800 86400 @ IN NS localhost. diff --git a/bin/tests/system/addzone/ns3/named1.conf.in b/bin/tests/system/addzone/ns3/named1.conf.in index 2ee5e26091..f1488f472b 100644 --- a/bin/tests/system/addzone/ns3/named1.conf.in +++ b/bin/tests/system/addzone/ns3/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns3/named2.conf.in b/bin/tests/system/addzone/ns3/named2.conf.in index 5aa682fb38..3b56d640a9 100644 --- a/bin/tests/system/addzone/ns3/named2.conf.in +++ b/bin/tests/system/addzone/ns3/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns3/redirect.db.1 b/bin/tests/system/addzone/ns3/redirect.db.1 index 6444bad4d4..60a262202f 100644 --- a/bin/tests/system/addzone/ns3/redirect.db.1 +++ b/bin/tests/system/addzone/ns3/redirect.db.1 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/ns3/redirect.db.2 b/bin/tests/system/addzone/ns3/redirect.db.2 index aa98885563..3804fef909 100644 --- a/bin/tests/system/addzone/ns3/redirect.db.2 +++ b/bin/tests/system/addzone/ns3/redirect.db.2 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/addzone/setup.sh b/bin/tests/system/addzone/setup.sh index ad9fec5a09..b2227c16b2 100644 --- a/bin/tests/system/addzone/setup.sh +++ b/bin/tests/system/addzone/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/addzone/tests.sh b/bin/tests/system/addzone/tests.sh index a3f7c6c603..db94f6bd03 100755 --- a/bin/tests/system/addzone/tests.sh +++ b/bin/tests/system/addzone/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/addzone/tests_rndc_deadlock.py b/bin/tests/system/addzone/tests_rndc_deadlock.py index ae9fb1cace..ec6ad1526b 100755 --- a/bin/tests/system/addzone/tests_rndc_deadlock.py +++ b/bin/tests/system/addzone/tests_rndc_deadlock.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import concurrent.futures import os diff --git a/bin/tests/system/allow-query/clean.sh b/bin/tests/system/allow-query/clean.sh index aff72a2047..9914de7469 100644 --- a/bin/tests/system/allow-query/clean.sh +++ b/bin/tests/system/allow-query/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/allow-query/ns1/named.conf.in b/bin/tests/system/allow-query/ns1/named.conf.in index 70e4d01cc2..a72cc87f46 100644 --- a/bin/tests/system/allow-query/ns1/named.conf.in +++ b/bin/tests/system/allow-query/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns1/root.db b/bin/tests/system/allow-query/ns1/root.db index 32c7ea064a..456198e58a 100644 --- a/bin/tests/system/allow-query/ns1/root.db +++ b/bin/tests/system/allow-query/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/generic.db b/bin/tests/system/allow-query/ns2/generic.db index b5d176ae6a..83e66f9462 100644 --- a/bin/tests/system/allow-query/ns2/generic.db +++ b/bin/tests/system/allow-query/ns2/generic.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named01.conf.in b/bin/tests/system/allow-query/ns2/named01.conf.in index faadc62936..1f7ab40edb 100644 --- a/bin/tests/system/allow-query/ns2/named01.conf.in +++ b/bin/tests/system/allow-query/ns2/named01.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named02.conf.in b/bin/tests/system/allow-query/ns2/named02.conf.in index 758aa602bb..3e24bdc359 100644 --- a/bin/tests/system/allow-query/ns2/named02.conf.in +++ b/bin/tests/system/allow-query/ns2/named02.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named03.conf.in b/bin/tests/system/allow-query/ns2/named03.conf.in index d7d7d4f008..dd5985b036 100644 --- a/bin/tests/system/allow-query/ns2/named03.conf.in +++ b/bin/tests/system/allow-query/ns2/named03.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named04.conf.in b/bin/tests/system/allow-query/ns2/named04.conf.in index 67938b5f4e..f61447e092 100644 --- a/bin/tests/system/allow-query/ns2/named04.conf.in +++ b/bin/tests/system/allow-query/ns2/named04.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named05.conf.in b/bin/tests/system/allow-query/ns2/named05.conf.in index 77b16461fb..53c31a35b5 100644 --- a/bin/tests/system/allow-query/ns2/named05.conf.in +++ b/bin/tests/system/allow-query/ns2/named05.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named06.conf.in b/bin/tests/system/allow-query/ns2/named06.conf.in index 94f1a3fc05..49d9e426f1 100644 --- a/bin/tests/system/allow-query/ns2/named06.conf.in +++ b/bin/tests/system/allow-query/ns2/named06.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named07.conf.in b/bin/tests/system/allow-query/ns2/named07.conf.in index 2752bab934..a40cadeb77 100644 --- a/bin/tests/system/allow-query/ns2/named07.conf.in +++ b/bin/tests/system/allow-query/ns2/named07.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named08.conf.in b/bin/tests/system/allow-query/ns2/named08.conf.in index 316b1bbfbd..413878b81d 100644 --- a/bin/tests/system/allow-query/ns2/named08.conf.in +++ b/bin/tests/system/allow-query/ns2/named08.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named09.conf.in b/bin/tests/system/allow-query/ns2/named09.conf.in index 211c8bff7b..b2d900efe3 100644 --- a/bin/tests/system/allow-query/ns2/named09.conf.in +++ b/bin/tests/system/allow-query/ns2/named09.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named10.conf.in b/bin/tests/system/allow-query/ns2/named10.conf.in index 7d43e364bb..b91d19a940 100644 --- a/bin/tests/system/allow-query/ns2/named10.conf.in +++ b/bin/tests/system/allow-query/ns2/named10.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named11.conf.in b/bin/tests/system/allow-query/ns2/named11.conf.in index 295251880d..308c4ca19e 100644 --- a/bin/tests/system/allow-query/ns2/named11.conf.in +++ b/bin/tests/system/allow-query/ns2/named11.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named12.conf.in b/bin/tests/system/allow-query/ns2/named12.conf.in index 0c01071987..6b0fe552a4 100644 --- a/bin/tests/system/allow-query/ns2/named12.conf.in +++ b/bin/tests/system/allow-query/ns2/named12.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named21.conf.in b/bin/tests/system/allow-query/ns2/named21.conf.in index 5d09497b26..311eaf79aa 100644 --- a/bin/tests/system/allow-query/ns2/named21.conf.in +++ b/bin/tests/system/allow-query/ns2/named21.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named22.conf.in b/bin/tests/system/allow-query/ns2/named22.conf.in index 8b738992d9..1c191da5f3 100644 --- a/bin/tests/system/allow-query/ns2/named22.conf.in +++ b/bin/tests/system/allow-query/ns2/named22.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named23.conf.in b/bin/tests/system/allow-query/ns2/named23.conf.in index 46f9013dfa..e0cd069668 100644 --- a/bin/tests/system/allow-query/ns2/named23.conf.in +++ b/bin/tests/system/allow-query/ns2/named23.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named24.conf.in b/bin/tests/system/allow-query/ns2/named24.conf.in index f4309fe797..33f03b02e6 100644 --- a/bin/tests/system/allow-query/ns2/named24.conf.in +++ b/bin/tests/system/allow-query/ns2/named24.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named25.conf.in b/bin/tests/system/allow-query/ns2/named25.conf.in index 5d1418882d..28cadd0a40 100644 --- a/bin/tests/system/allow-query/ns2/named25.conf.in +++ b/bin/tests/system/allow-query/ns2/named25.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named26.conf.in b/bin/tests/system/allow-query/ns2/named26.conf.in index 0bbdc4868d..52b915da8f 100644 --- a/bin/tests/system/allow-query/ns2/named26.conf.in +++ b/bin/tests/system/allow-query/ns2/named26.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named27.conf.in b/bin/tests/system/allow-query/ns2/named27.conf.in index 4f6c9c7f5a..c95838c0e8 100644 --- a/bin/tests/system/allow-query/ns2/named27.conf.in +++ b/bin/tests/system/allow-query/ns2/named27.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named28.conf.in b/bin/tests/system/allow-query/ns2/named28.conf.in index 408d49deec..06d9b919e5 100644 --- a/bin/tests/system/allow-query/ns2/named28.conf.in +++ b/bin/tests/system/allow-query/ns2/named28.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named29.conf.in b/bin/tests/system/allow-query/ns2/named29.conf.in index 8bd63deeb8..acd1b413d5 100644 --- a/bin/tests/system/allow-query/ns2/named29.conf.in +++ b/bin/tests/system/allow-query/ns2/named29.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named30.conf.in b/bin/tests/system/allow-query/ns2/named30.conf.in index 4c172929ca..aefc4740aa 100644 --- a/bin/tests/system/allow-query/ns2/named30.conf.in +++ b/bin/tests/system/allow-query/ns2/named30.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named31.conf.in b/bin/tests/system/allow-query/ns2/named31.conf.in index a2690a4523..27eccc2956 100644 --- a/bin/tests/system/allow-query/ns2/named31.conf.in +++ b/bin/tests/system/allow-query/ns2/named31.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named32.conf.in b/bin/tests/system/allow-query/ns2/named32.conf.in index a0708c8ee3..adbb203de0 100644 --- a/bin/tests/system/allow-query/ns2/named32.conf.in +++ b/bin/tests/system/allow-query/ns2/named32.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named33.conf.in b/bin/tests/system/allow-query/ns2/named33.conf.in index d11956db3b..be1e160f78 100644 --- a/bin/tests/system/allow-query/ns2/named33.conf.in +++ b/bin/tests/system/allow-query/ns2/named33.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named34.conf.in b/bin/tests/system/allow-query/ns2/named34.conf.in index ff16428175..d35ac3e027 100644 --- a/bin/tests/system/allow-query/ns2/named34.conf.in +++ b/bin/tests/system/allow-query/ns2/named34.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named40.conf.in b/bin/tests/system/allow-query/ns2/named40.conf.in index 687768ea38..364f94b2fc 100644 --- a/bin/tests/system/allow-query/ns2/named40.conf.in +++ b/bin/tests/system/allow-query/ns2/named40.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named53.conf.in b/bin/tests/system/allow-query/ns2/named53.conf.in index 59e1485343..41ac6d3303 100644 --- a/bin/tests/system/allow-query/ns2/named53.conf.in +++ b/bin/tests/system/allow-query/ns2/named53.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named54.conf.in b/bin/tests/system/allow-query/ns2/named54.conf.in index d96c24eed9..64a3f69d53 100644 --- a/bin/tests/system/allow-query/ns2/named54.conf.in +++ b/bin/tests/system/allow-query/ns2/named54.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named55.conf.in b/bin/tests/system/allow-query/ns2/named55.conf.in index 8e336b5e7c..642e4c99ca 100644 --- a/bin/tests/system/allow-query/ns2/named55.conf.in +++ b/bin/tests/system/allow-query/ns2/named55.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named56.conf.in b/bin/tests/system/allow-query/ns2/named56.conf.in index 6c82c360ea..187d69701a 100644 --- a/bin/tests/system/allow-query/ns2/named56.conf.in +++ b/bin/tests/system/allow-query/ns2/named56.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns2/named57.conf.in b/bin/tests/system/allow-query/ns2/named57.conf.in index cce8de7f47..1502b12c73 100644 --- a/bin/tests/system/allow-query/ns2/named57.conf.in +++ b/bin/tests/system/allow-query/ns2/named57.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns3/named1.conf.in b/bin/tests/system/allow-query/ns3/named1.conf.in index 93db51303a..68af61f6f5 100644 --- a/bin/tests/system/allow-query/ns3/named1.conf.in +++ b/bin/tests/system/allow-query/ns3/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns3/named2.conf.in b/bin/tests/system/allow-query/ns3/named2.conf.in index b1ebeda527..d3f220512c 100644 --- a/bin/tests/system/allow-query/ns3/named2.conf.in +++ b/bin/tests/system/allow-query/ns3/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns3/named3.conf.in b/bin/tests/system/allow-query/ns3/named3.conf.in index 97124c02b1..32e1e0d2b7 100644 --- a/bin/tests/system/allow-query/ns3/named3.conf.in +++ b/bin/tests/system/allow-query/ns3/named3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/ns3/named4.conf.in b/bin/tests/system/allow-query/ns3/named4.conf.in index 5f62658fda..e8ab737302 100644 --- a/bin/tests/system/allow-query/ns3/named4.conf.in +++ b/bin/tests/system/allow-query/ns3/named4.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/allow-query/setup.sh b/bin/tests/system/allow-query/setup.sh index b3f49de9c7..c85676ef8e 100644 --- a/bin/tests/system/allow-query/setup.sh +++ b/bin/tests/system/allow-query/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/allow-query/tests.sh b/bin/tests/system/allow-query/tests.sh index c0398febe2..bbffe07cc1 100644 --- a/bin/tests/system/allow-query/tests.sh +++ b/bin/tests/system/allow-query/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ans.pl b/bin/tests/system/ans.pl index 8fcabc07ac..899a32596e 100644 --- a/bin/tests/system/ans.pl +++ b/bin/tests/system/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/auth/clean.sh b/bin/tests/system/auth/clean.sh index adb9b67e66..88e4b249bd 100644 --- a/bin/tests/system/auth/clean.sh +++ b/bin/tests/system/auth/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/auth/ns1/chaos.db b/bin/tests/system/auth/ns1/chaos.db index f34e7b9a48..bbd489ab4a 100644 --- a/bin/tests/system/auth/ns1/chaos.db +++ b/bin/tests/system/auth/ns1/chaos.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/auth/ns1/example.com.db b/bin/tests/system/auth/ns1/example.com.db index a61c88229e..67688950ed 100644 --- a/bin/tests/system/auth/ns1/example.com.db +++ b/bin/tests/system/auth/ns1/example.com.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/auth/ns1/example.net.db b/bin/tests/system/auth/ns1/example.net.db index 66aa33dc5f..29885ca414 100644 --- a/bin/tests/system/auth/ns1/example.net.db +++ b/bin/tests/system/auth/ns1/example.net.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/auth/ns1/named.conf.in b/bin/tests/system/auth/ns1/named.conf.in index 38dbcd2749..db7570e553 100644 --- a/bin/tests/system/auth/ns1/named.conf.in +++ b/bin/tests/system/auth/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/auth/ns2/named.conf.in b/bin/tests/system/auth/ns2/named.conf.in index f2b8b853fb..126d5769e2 100644 --- a/bin/tests/system/auth/ns2/named.conf.in +++ b/bin/tests/system/auth/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/auth/setup.sh b/bin/tests/system/auth/setup.sh index 5c160b922e..6929ec541d 100644 --- a/bin/tests/system/auth/setup.sh +++ b/bin/tests/system/auth/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/auth/tests.sh b/bin/tests/system/auth/tests.sh index da4fb95e9e..b67752279b 100644 --- a/bin/tests/system/auth/tests.sh +++ b/bin/tests/system/auth/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/autosign/clean.sh b/bin/tests/system/autosign/clean.sh index 20efc69499..bb738af862 100644 --- a/bin/tests/system/autosign/clean.sh +++ b/bin/tests/system/autosign/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/autosign/ns1/keygen.sh b/bin/tests/system/autosign/ns1/keygen.sh index a218c0521f..604d1fc692 100644 --- a/bin/tests/system/autosign/ns1/keygen.sh +++ b/bin/tests/system/autosign/ns1/keygen.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/autosign/ns1/named.conf.in b/bin/tests/system/autosign/ns1/named.conf.in index 93b22a116a..6295404f26 100644 --- a/bin/tests/system/autosign/ns1/named.conf.in +++ b/bin/tests/system/autosign/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns1/root.db.in b/bin/tests/system/autosign/ns1/root.db.in index 4ed999092c..6715a026b3 100644 --- a/bin/tests/system/autosign/ns1/root.db.in +++ b/bin/tests/system/autosign/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns2/bar.db.in b/bin/tests/system/autosign/ns2/bar.db.in index a78c518b0b..8a9fa987a8 100644 --- a/bin/tests/system/autosign/ns2/bar.db.in +++ b/bin/tests/system/autosign/ns2/bar.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns2/child.nsec3.example.db b/bin/tests/system/autosign/ns2/child.nsec3.example.db index 8c7db6531c..8fc3bc837e 100644 --- a/bin/tests/system/autosign/ns2/child.nsec3.example.db +++ b/bin/tests/system/autosign/ns2/child.nsec3.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns2/child.optout.example.db b/bin/tests/system/autosign/ns2/child.optout.example.db index 8c7db6531c..8fc3bc837e 100644 --- a/bin/tests/system/autosign/ns2/child.optout.example.db +++ b/bin/tests/system/autosign/ns2/child.optout.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns2/dst.example.db.in b/bin/tests/system/autosign/ns2/dst.example.db.in index 769d2b5f06..0039484964 100644 --- a/bin/tests/system/autosign/ns2/dst.example.db.in +++ b/bin/tests/system/autosign/ns2/dst.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns2/example.db.in b/bin/tests/system/autosign/ns2/example.db.in index d519863098..a970074dc8 100644 --- a/bin/tests/system/autosign/ns2/example.db.in +++ b/bin/tests/system/autosign/ns2/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns2/insecure.secure.example.db b/bin/tests/system/autosign/ns2/insecure.secure.example.db index 86552149e1..14971bd7a6 100644 --- a/bin/tests/system/autosign/ns2/insecure.secure.example.db +++ b/bin/tests/system/autosign/ns2/insecure.secure.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns2/keygen.sh b/bin/tests/system/autosign/ns2/keygen.sh index 265928e510..dc2928d951 100644 --- a/bin/tests/system/autosign/ns2/keygen.sh +++ b/bin/tests/system/autosign/ns2/keygen.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/autosign/ns2/named.conf.in b/bin/tests/system/autosign/ns2/named.conf.in index 753e65d921..460bf75c39 100644 --- a/bin/tests/system/autosign/ns2/named.conf.in +++ b/bin/tests/system/autosign/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns2/private.secure.example.db.in b/bin/tests/system/autosign/ns2/private.secure.example.db.in index 37a77b72f5..29fcddf880 100644 --- a/bin/tests/system/autosign/ns2/private.secure.example.db.in +++ b/bin/tests/system/autosign/ns2/private.secure.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/autonsec3.example.db.in b/bin/tests/system/autosign/ns3/autonsec3.example.db.in index 0b160d79c2..17964e856d 100644 --- a/bin/tests/system/autosign/ns3/autonsec3.example.db.in +++ b/bin/tests/system/autosign/ns3/autonsec3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/delay.example.db b/bin/tests/system/autosign/ns3/delay.example.db index cbfb691d08..0b11a00b00 100644 --- a/bin/tests/system/autosign/ns3/delay.example.db +++ b/bin/tests/system/autosign/ns3/delay.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/delzsk.example.db.in b/bin/tests/system/autosign/ns3/delzsk.example.db.in index 241de31828..14fef543e8 100644 --- a/bin/tests/system/autosign/ns3/delzsk.example.db.in +++ b/bin/tests/system/autosign/ns3/delzsk.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/dname-at-apex-nsec3.example.db.in b/bin/tests/system/autosign/ns3/dname-at-apex-nsec3.example.db.in index c4a378eba1..080d111ce2 100644 --- a/bin/tests/system/autosign/ns3/dname-at-apex-nsec3.example.db.in +++ b/bin/tests/system/autosign/ns3/dname-at-apex-nsec3.example.db.in @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 600 @ SOA ns3.example. . 1 1200 1200 1814400 3600 @ NS ns3.example. diff --git a/bin/tests/system/autosign/ns3/inacksk2.example.db.in b/bin/tests/system/autosign/ns3/inacksk2.example.db.in index 90dcba9daf..1376922f0a 100644 --- a/bin/tests/system/autosign/ns3/inacksk2.example.db.in +++ b/bin/tests/system/autosign/ns3/inacksk2.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/inacksk3.example.db.in b/bin/tests/system/autosign/ns3/inacksk3.example.db.in index 90dcba9daf..1376922f0a 100644 --- a/bin/tests/system/autosign/ns3/inacksk3.example.db.in +++ b/bin/tests/system/autosign/ns3/inacksk3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/inaczsk.example.db.in b/bin/tests/system/autosign/ns3/inaczsk.example.db.in index 90dcba9daf..1376922f0a 100644 --- a/bin/tests/system/autosign/ns3/inaczsk.example.db.in +++ b/bin/tests/system/autosign/ns3/inaczsk.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/inaczsk2.example.db.in b/bin/tests/system/autosign/ns3/inaczsk2.example.db.in index 90dcba9daf..1376922f0a 100644 --- a/bin/tests/system/autosign/ns3/inaczsk2.example.db.in +++ b/bin/tests/system/autosign/ns3/inaczsk2.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/inaczsk3.example.db.in b/bin/tests/system/autosign/ns3/inaczsk3.example.db.in index 90dcba9daf..1376922f0a 100644 --- a/bin/tests/system/autosign/ns3/inaczsk3.example.db.in +++ b/bin/tests/system/autosign/ns3/inaczsk3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/insecure.example.db b/bin/tests/system/autosign/ns3/insecure.example.db index 86552149e1..14971bd7a6 100644 --- a/bin/tests/system/autosign/ns3/insecure.example.db +++ b/bin/tests/system/autosign/ns3/insecure.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/jitter.nsec3.example.db.in b/bin/tests/system/autosign/ns3/jitter.nsec3.example.db.in index aa08c7764d..8a96023454 100644 --- a/bin/tests/system/autosign/ns3/jitter.nsec3.example.db.in +++ b/bin/tests/system/autosign/ns3/jitter.nsec3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/keygen.sh b/bin/tests/system/autosign/ns3/keygen.sh index 0f7dd5eecb..386e1db69c 100644 --- a/bin/tests/system/autosign/ns3/keygen.sh +++ b/bin/tests/system/autosign/ns3/keygen.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/autosign/ns3/kskonly.example.db.in b/bin/tests/system/autosign/ns3/kskonly.example.db.in index c3dbada717..c6c7f88ea5 100644 --- a/bin/tests/system/autosign/ns3/kskonly.example.db.in +++ b/bin/tests/system/autosign/ns3/kskonly.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/named.conf.in b/bin/tests/system/autosign/ns3/named.conf.in index 5cdbd7a0b5..677f597e4b 100644 --- a/bin/tests/system/autosign/ns3/named.conf.in +++ b/bin/tests/system/autosign/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/noksk.example.db.in b/bin/tests/system/autosign/ns3/noksk.example.db.in index 90dcba9daf..1376922f0a 100644 --- a/bin/tests/system/autosign/ns3/noksk.example.db.in +++ b/bin/tests/system/autosign/ns3/noksk.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/nozsk.example.db.in b/bin/tests/system/autosign/ns3/nozsk.example.db.in index 90dcba9daf..1376922f0a 100644 --- a/bin/tests/system/autosign/ns3/nozsk.example.db.in +++ b/bin/tests/system/autosign/ns3/nozsk.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/nsec.example.db.in b/bin/tests/system/autosign/ns3/nsec.example.db.in index cbfb691d08..0b11a00b00 100644 --- a/bin/tests/system/autosign/ns3/nsec.example.db.in +++ b/bin/tests/system/autosign/ns3/nsec.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/nsec3-to-nsec.example.db.in b/bin/tests/system/autosign/ns3/nsec3-to-nsec.example.db.in index cbfb691d08..0b11a00b00 100644 --- a/bin/tests/system/autosign/ns3/nsec3-to-nsec.example.db.in +++ b/bin/tests/system/autosign/ns3/nsec3-to-nsec.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/nsec3.example.db.in b/bin/tests/system/autosign/ns3/nsec3.example.db.in index 0b160d79c2..17964e856d 100644 --- a/bin/tests/system/autosign/ns3/nsec3.example.db.in +++ b/bin/tests/system/autosign/ns3/nsec3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/nsec3.nsec3.example.db.in b/bin/tests/system/autosign/ns3/nsec3.nsec3.example.db.in index 3f10748395..15fe621fd0 100644 --- a/bin/tests/system/autosign/ns3/nsec3.nsec3.example.db.in +++ b/bin/tests/system/autosign/ns3/nsec3.nsec3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/nsec3.optout.example.db.in b/bin/tests/system/autosign/ns3/nsec3.optout.example.db.in index 3f10748395..15fe621fd0 100644 --- a/bin/tests/system/autosign/ns3/nsec3.optout.example.db.in +++ b/bin/tests/system/autosign/ns3/nsec3.optout.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/oldsigs.example.db.in b/bin/tests/system/autosign/ns3/oldsigs.example.db.in index cbfb691d08..0b11a00b00 100644 --- a/bin/tests/system/autosign/ns3/oldsigs.example.db.in +++ b/bin/tests/system/autosign/ns3/oldsigs.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/optout.example.db.in b/bin/tests/system/autosign/ns3/optout.example.db.in index 5d5416db2e..fbb05af5bc 100644 --- a/bin/tests/system/autosign/ns3/optout.example.db.in +++ b/bin/tests/system/autosign/ns3/optout.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/optout.nsec3.example.db.in b/bin/tests/system/autosign/ns3/optout.nsec3.example.db.in index 3f10748395..15fe621fd0 100644 --- a/bin/tests/system/autosign/ns3/optout.nsec3.example.db.in +++ b/bin/tests/system/autosign/ns3/optout.nsec3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/optout.optout.example.db.in b/bin/tests/system/autosign/ns3/optout.optout.example.db.in index 3f10748395..15fe621fd0 100644 --- a/bin/tests/system/autosign/ns3/optout.optout.example.db.in +++ b/bin/tests/system/autosign/ns3/optout.optout.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/rsasha256.example.db.in b/bin/tests/system/autosign/ns3/rsasha256.example.db.in index 862dadba98..f6c4fabdd3 100644 --- a/bin/tests/system/autosign/ns3/rsasha256.example.db.in +++ b/bin/tests/system/autosign/ns3/rsasha256.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/rsasha512.example.db.in b/bin/tests/system/autosign/ns3/rsasha512.example.db.in index 862dadba98..f6c4fabdd3 100644 --- a/bin/tests/system/autosign/ns3/rsasha512.example.db.in +++ b/bin/tests/system/autosign/ns3/rsasha512.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/secure-to-insecure.example.db.in b/bin/tests/system/autosign/ns3/secure-to-insecure.example.db.in index 86552149e1..14971bd7a6 100644 --- a/bin/tests/system/autosign/ns3/secure-to-insecure.example.db.in +++ b/bin/tests/system/autosign/ns3/secure-to-insecure.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/secure-to-insecure2.example.db.in b/bin/tests/system/autosign/ns3/secure-to-insecure2.example.db.in index 86552149e1..14971bd7a6 100644 --- a/bin/tests/system/autosign/ns3/secure-to-insecure2.example.db.in +++ b/bin/tests/system/autosign/ns3/secure-to-insecure2.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/secure.example.db.in b/bin/tests/system/autosign/ns3/secure.example.db.in index a3abaefac9..9855ec00b5 100644 --- a/bin/tests/system/autosign/ns3/secure.example.db.in +++ b/bin/tests/system/autosign/ns3/secure.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/secure.nsec3.example.db.in b/bin/tests/system/autosign/ns3/secure.nsec3.example.db.in index 3f10748395..15fe621fd0 100644 --- a/bin/tests/system/autosign/ns3/secure.nsec3.example.db.in +++ b/bin/tests/system/autosign/ns3/secure.nsec3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/secure.optout.example.db.in b/bin/tests/system/autosign/ns3/secure.optout.example.db.in index 3f10748395..15fe621fd0 100644 --- a/bin/tests/system/autosign/ns3/secure.optout.example.db.in +++ b/bin/tests/system/autosign/ns3/secure.optout.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/sync.example.db.in b/bin/tests/system/autosign/ns3/sync.example.db.in index c3dbada717..c6c7f88ea5 100644 --- a/bin/tests/system/autosign/ns3/sync.example.db.in +++ b/bin/tests/system/autosign/ns3/sync.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/ttl1.example.db.in b/bin/tests/system/autosign/ns3/ttl1.example.db.in index cbfb691d08..0b11a00b00 100644 --- a/bin/tests/system/autosign/ns3/ttl1.example.db.in +++ b/bin/tests/system/autosign/ns3/ttl1.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/ttl2.example.db.in b/bin/tests/system/autosign/ns3/ttl2.example.db.in index cbfb691d08..0b11a00b00 100644 --- a/bin/tests/system/autosign/ns3/ttl2.example.db.in +++ b/bin/tests/system/autosign/ns3/ttl2.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/ttl3.example.db.in b/bin/tests/system/autosign/ns3/ttl3.example.db.in index cbfb691d08..0b11a00b00 100644 --- a/bin/tests/system/autosign/ns3/ttl3.example.db.in +++ b/bin/tests/system/autosign/ns3/ttl3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns3/ttl4.example.db.in b/bin/tests/system/autosign/ns3/ttl4.example.db.in index cbfb691d08..0b11a00b00 100644 --- a/bin/tests/system/autosign/ns3/ttl4.example.db.in +++ b/bin/tests/system/autosign/ns3/ttl4.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns4/named.conf.in b/bin/tests/system/autosign/ns4/named.conf.in index de98ac28f6..b46ce91cf0 100644 --- a/bin/tests/system/autosign/ns4/named.conf.in +++ b/bin/tests/system/autosign/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/autosign/ns5/named.conf.in b/bin/tests/system/autosign/ns5/named.conf.in index a271401c4e..710dfa8cd6 100644 --- a/bin/tests/system/autosign/ns5/named.conf.in +++ b/bin/tests/system/autosign/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/autosign/setup.sh b/bin/tests/system/autosign/setup.sh index 150d98d49c..e029fdf8aa 100644 --- a/bin/tests/system/autosign/setup.sh +++ b/bin/tests/system/autosign/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/autosign/tests.sh b/bin/tests/system/autosign/tests.sh index 419a8188fb..8b7a8dea84 100755 --- a/bin/tests/system/autosign/tests.sh +++ b/bin/tests/system/autosign/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/builtin/clean.sh b/bin/tests/system/builtin/clean.sh index 16c0da0b42..1ad33dc1aa 100644 --- a/bin/tests/system/builtin/clean.sh +++ b/bin/tests/system/builtin/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/builtin/ns1/named.conf.in b/bin/tests/system/builtin/ns1/named.conf.in index d181a36cfd..fd6569d4f2 100644 --- a/bin/tests/system/builtin/ns1/named.conf.in +++ b/bin/tests/system/builtin/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/builtin/ns2/named.conf.in b/bin/tests/system/builtin/ns2/named.conf.in index e875a92381..3275b0629d 100644 --- a/bin/tests/system/builtin/ns2/named.conf.in +++ b/bin/tests/system/builtin/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/builtin/ns3/named.conf.in b/bin/tests/system/builtin/ns3/named.conf.in index 4bce9f7a72..acde3a50e7 100644 --- a/bin/tests/system/builtin/ns3/named.conf.in +++ b/bin/tests/system/builtin/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/builtin/setup.sh b/bin/tests/system/builtin/setup.sh index c4670066e3..7ffda5583c 100644 --- a/bin/tests/system/builtin/setup.sh +++ b/bin/tests/system/builtin/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/builtin/tests.sh b/bin/tests/system/builtin/tests.sh index 9edc42b409..2619f4d6a6 100644 --- a/bin/tests/system/builtin/tests.sh +++ b/bin/tests/system/builtin/tests.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cacheclean/clean.sh b/bin/tests/system/cacheclean/clean.sh index 2774699911..b346e65b5b 100644 --- a/bin/tests/system/cacheclean/clean.sh +++ b/bin/tests/system/cacheclean/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cacheclean/ns1/example.db b/bin/tests/system/cacheclean/ns1/example.db index 0231fbcd31..7262109dc3 100644 --- a/bin/tests/system/cacheclean/ns1/example.db +++ b/bin/tests/system/cacheclean/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/cacheclean/ns1/expire-test.db b/bin/tests/system/cacheclean/ns1/expire-test.db index 32d708189a..80855430ff 100644 --- a/bin/tests/system/cacheclean/ns1/expire-test.db +++ b/bin/tests/system/cacheclean/ns1/expire-test.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/cacheclean/ns1/flushtest.db b/bin/tests/system/cacheclean/ns1/flushtest.db index 72a1096fee..ac6b408c55 100644 --- a/bin/tests/system/cacheclean/ns1/flushtest.db +++ b/bin/tests/system/cacheclean/ns1/flushtest.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/cacheclean/ns1/named.conf.in b/bin/tests/system/cacheclean/ns1/named.conf.in index 2f9234cc72..98d2b281be 100644 --- a/bin/tests/system/cacheclean/ns1/named.conf.in +++ b/bin/tests/system/cacheclean/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cacheclean/ns2/named.conf.in b/bin/tests/system/cacheclean/ns2/named.conf.in index 520264876b..554730e6ae 100644 --- a/bin/tests/system/cacheclean/ns2/named.conf.in +++ b/bin/tests/system/cacheclean/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cacheclean/setup.sh b/bin/tests/system/cacheclean/setup.sh index 5c160b922e..6929ec541d 100644 --- a/bin/tests/system/cacheclean/setup.sh +++ b/bin/tests/system/cacheclean/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cacheclean/tests.sh b/bin/tests/system/cacheclean/tests.sh index 01c2be1317..127fae17e4 100755 --- a/bin/tests/system/cacheclean/tests.sh +++ b/bin/tests/system/cacheclean/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/case/clean.sh b/bin/tests/system/case/clean.sh index 136b91b5d0..2c7bf979a6 100644 --- a/bin/tests/system/case/clean.sh +++ b/bin/tests/system/case/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/case/ns1/dynamic.db.in b/bin/tests/system/case/ns1/dynamic.db.in index ee1c464e38..b39b5196b5 100644 --- a/bin/tests/system/case/ns1/dynamic.db.in +++ b/bin/tests/system/case/ns1/dynamic.db.in @@ -1,13 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - $TTL 300 ; 5 minutes $ORIGIN DyNaMiC. @ IN SOA mname1. . ( diff --git a/bin/tests/system/case/ns1/example.db b/bin/tests/system/case/ns1/example.db index 8aba293683..b58414c2f5 100644 --- a/bin/tests/system/case/ns1/example.db +++ b/bin/tests/system/case/ns1/example.db @@ -1,13 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000042407 ; serial diff --git a/bin/tests/system/case/ns1/named.conf.in b/bin/tests/system/case/ns1/named.conf.in index c13ac69816..076b9d0133 100644 --- a/bin/tests/system/case/ns1/named.conf.in +++ b/bin/tests/system/case/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/case/ns2/named.conf.in b/bin/tests/system/case/ns2/named.conf.in index 00dc52625f..0a5c76fbb7 100644 --- a/bin/tests/system/case/ns2/named.conf.in +++ b/bin/tests/system/case/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/case/setup.sh b/bin/tests/system/case/setup.sh index 145e66e3ab..2c2162f23a 100644 --- a/bin/tests/system/case/setup.sh +++ b/bin/tests/system/case/setup.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/case/tests.sh b/bin/tests/system/case/tests.sh index 2764a6066a..2e9dc7d729 100644 --- a/bin/tests/system/case/tests.sh +++ b/bin/tests/system/case/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/catz/clean.sh b/bin/tests/system/catz/clean.sh index 7b90c69770..c3600d305b 100644 --- a/bin/tests/system/catz/clean.sh +++ b/bin/tests/system/catz/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/catz/ns1/catalog.example.db.in b/bin/tests/system/catz/ns1/catalog.example.db.in index dc18bf5b73..a0bab0dfe2 100644 --- a/bin/tests/system/catz/ns1/catalog.example.db.in +++ b/bin/tests/system/catz/ns1/catalog.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/catz/ns1/named.conf.in b/bin/tests/system/catz/ns1/named.conf.in index 121866910a..5a46d3984f 100644 --- a/bin/tests/system/catz/ns1/named.conf.in +++ b/bin/tests/system/catz/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/catz/ns2/named1.conf.in b/bin/tests/system/catz/ns2/named1.conf.in index 3a017b1c03..a56474600d 100644 --- a/bin/tests/system/catz/ns2/named1.conf.in +++ b/bin/tests/system/catz/ns2/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/catz/ns2/named2.conf.in b/bin/tests/system/catz/ns2/named2.conf.in index fcd99ca0d4..b6f0745ffc 100644 --- a/bin/tests/system/catz/ns2/named2.conf.in +++ b/bin/tests/system/catz/ns2/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/catz/ns3/dom5.example.db b/bin/tests/system/catz/ns3/dom5.example.db index f61860dd80..5779aaf34e 100644 --- a/bin/tests/system/catz/ns3/dom5.example.db +++ b/bin/tests/system/catz/ns3/dom5.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/catz/ns3/dom6.example.db b/bin/tests/system/catz/ns3/dom6.example.db index f61860dd80..5779aaf34e 100644 --- a/bin/tests/system/catz/ns3/dom6.example.db +++ b/bin/tests/system/catz/ns3/dom6.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/catz/ns3/named.conf.in b/bin/tests/system/catz/ns3/named.conf.in index 9ec5e0f23f..7e6a8aefe3 100644 --- a/bin/tests/system/catz/ns3/named.conf.in +++ b/bin/tests/system/catz/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/catz/setup.sh b/bin/tests/system/catz/setup.sh index 6023a34c2d..5e99898880 100644 --- a/bin/tests/system/catz/setup.sh +++ b/bin/tests/system/catz/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/catz/tests.sh b/bin/tests/system/catz/tests.sh index b759a3599c..30dd80c172 100644 --- a/bin/tests/system/catz/tests.sh +++ b/bin/tests/system/catz/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -x -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cds/checkmtime.pl b/bin/tests/system/cds/checkmtime.pl index d3f4ec37b1..be5358408f 100644 --- a/bin/tests/system/cds/checkmtime.pl +++ b/bin/tests/system/cds/checkmtime.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cds/checktime.pl b/bin/tests/system/cds/checktime.pl index aa742106ba..b7e5e5236a 100644 --- a/bin/tests/system/cds/checktime.pl +++ b/bin/tests/system/cds/checktime.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cds/clean.sh b/bin/tests/system/cds/clean.sh index 51cfc26901..b9743a560d 100644 --- a/bin/tests/system/cds/clean.sh +++ b/bin/tests/system/cds/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cds/mangle.pl b/bin/tests/system/cds/mangle.pl index ec987010a7..9268cc0d0a 100644 --- a/bin/tests/system/cds/mangle.pl +++ b/bin/tests/system/cds/mangle.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cds/setup.sh b/bin/tests/system/cds/setup.sh index 35a0e3e491..dd5157a294 100644 --- a/bin/tests/system/cds/setup.sh +++ b/bin/tests/system/cds/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cds/tests.sh b/bin/tests/system/cds/tests.sh index 49393f5d11..c43bf72a15 100644 --- a/bin/tests/system/cds/tests.sh +++ b/bin/tests/system/cds/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/chain/README b/bin/tests/system/chain/README index 26e2d37e44..649142e913 100644 --- a/bin/tests/system/chain/README +++ b/bin/tests/system/chain/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. ns1 is the root server. diff --git a/bin/tests/system/chain/ans3/ans.pl b/bin/tests/system/chain/ans3/ans.pl index 31d22d807b..271b2a44b2 100644 --- a/bin/tests/system/chain/ans3/ans.pl +++ b/bin/tests/system/chain/ans3/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/env perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/chain/ans4/README.anspy b/bin/tests/system/chain/ans4/README.anspy index 6ca2b68930..7cb0bf09e2 100644 --- a/bin/tests/system/chain/ans4/README.anspy +++ b/bin/tests/system/chain/ans4/README.anspy @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. REQUIREMENTS ans.py requires at least dnspython 1.12.0. diff --git a/bin/tests/system/chain/ans4/ans.py b/bin/tests/system/chain/ans4/ans.py index 45d650417f..a5dad70edc 100755 --- a/bin/tests/system/chain/ans4/ans.py +++ b/bin/tests/system/chain/ans4/ans.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ ############################################################################ # ans.py: See README.anspy for details. diff --git a/bin/tests/system/chain/clean.sh b/bin/tests/system/chain/clean.sh index 2e33290d40..57b05a732d 100755 --- a/bin/tests/system/chain/clean.sh +++ b/bin/tests/system/chain/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/chain/ns1/named.conf.in b/bin/tests/system/chain/ns1/named.conf.in index 668af66eeb..550426126f 100644 --- a/bin/tests/system/chain/ns1/named.conf.in +++ b/bin/tests/system/chain/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/chain/ns1/root.db b/bin/tests/system/chain/ns1/root.db index c076a77a1e..3469fb526b 100644 --- a/bin/tests/system/chain/ns1/root.db +++ b/bin/tests/system/chain/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/chain/ns2/example.db b/bin/tests/system/chain/ns2/example.db index 5f29f86106..c13f2d22d4 100644 --- a/bin/tests/system/chain/ns2/example.db +++ b/bin/tests/system/chain/ns2/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/chain/ns2/generic.db b/bin/tests/system/chain/ns2/generic.db index 566d22265b..9d59378dfd 100644 --- a/bin/tests/system/chain/ns2/generic.db +++ b/bin/tests/system/chain/ns2/generic.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/chain/ns2/named.conf.in b/bin/tests/system/chain/ns2/named.conf.in index dea26feb4d..922d2fa5f9 100644 --- a/bin/tests/system/chain/ns2/named.conf.in +++ b/bin/tests/system/chain/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/chain/ns2/sign.sh b/bin/tests/system/chain/ns2/sign.sh index db8dc1e2d0..d695323fa7 100644 --- a/bin/tests/system/chain/ns2/sign.sh +++ b/bin/tests/system/chain/ns2/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/chain/ns2/sub.db b/bin/tests/system/chain/ns2/sub.db index 5e65fdf5c8..ad03165ba8 100644 --- a/bin/tests/system/chain/ns2/sub.db +++ b/bin/tests/system/chain/ns2/sub.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/chain/ns2/wildcard-secure.db b/bin/tests/system/chain/ns2/wildcard-secure.db index 7aa59671cf..e39237a3c9 100644 --- a/bin/tests/system/chain/ns2/wildcard-secure.db +++ b/bin/tests/system/chain/ns2/wildcard-secure.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/chain/ns2/wildcard.db b/bin/tests/system/chain/ns2/wildcard.db index b934acd7f4..cc39e9c012 100644 --- a/bin/tests/system/chain/ns2/wildcard.db +++ b/bin/tests/system/chain/ns2/wildcard.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/chain/ns5/named.conf.in b/bin/tests/system/chain/ns5/named.conf.in index be34cfd445..86bbf26edc 100644 --- a/bin/tests/system/chain/ns5/named.conf.in +++ b/bin/tests/system/chain/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/chain/ns5/sub.db b/bin/tests/system/chain/ns5/sub.db index 9ddb4313ed..df571fbc74 100644 --- a/bin/tests/system/chain/ns5/sub.db +++ b/bin/tests/system/chain/ns5/sub.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/chain/ns7/named.conf.in b/bin/tests/system/chain/ns7/named.conf.in index c314922a7c..31ca3ef532 100644 --- a/bin/tests/system/chain/ns7/named.conf.in +++ b/bin/tests/system/chain/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/chain/ns7/root.hint b/bin/tests/system/chain/ns7/root.hint index ab755ba29f..4f3f48bd1f 100644 --- a/bin/tests/system/chain/ns7/root.hint +++ b/bin/tests/system/chain/ns7/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/chain/setup.sh b/bin/tests/system/chain/setup.sh index f9f4adf524..6f52e6526f 100644 --- a/bin/tests/system/chain/setup.sh +++ b/bin/tests/system/chain/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/chain/tests.sh b/bin/tests/system/chain/tests.sh index 7d1115722a..03e9604619 100644 --- a/bin/tests/system/chain/tests.sh +++ b/bin/tests/system/chain/tests.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkconf/altdb.conf b/bin/tests/system/checkconf/altdb.conf index e99607676a..1d8aded687 100644 --- a/bin/tests/system/checkconf/altdb.conf +++ b/bin/tests/system/checkconf/altdb.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/altdlz.conf b/bin/tests/system/checkconf/altdlz.conf index bdd3faee9d..db8eecc4cf 100644 --- a/bin/tests/system/checkconf/altdlz.conf +++ b/bin/tests/system/checkconf/altdlz.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/ancient.conf b/bin/tests/system/checkconf/ancient.conf index 2723eb824e..98189cc0f0 100644 --- a/bin/tests/system/checkconf/ancient.conf +++ b/bin/tests/system/checkconf/ancient.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-acl.conf b/bin/tests/system/checkconf/bad-acl.conf index 02d1cc0d10..5095059b48 100644 --- a/bin/tests/system/checkconf/bad-acl.conf +++ b/bin/tests/system/checkconf/bad-acl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-also-notify.conf b/bin/tests/system/checkconf/bad-also-notify.conf index 030030f1da..2ab8896c90 100644 --- a/bin/tests/system/checkconf/bad-also-notify.conf +++ b/bin/tests/system/checkconf/bad-also-notify.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-catz-zone-dup.conf b/bin/tests/system/checkconf/bad-catz-zone-dup.conf index 6488211cd4..08fae428c1 100644 --- a/bin/tests/system/checkconf/bad-catz-zone-dup.conf +++ b/bin/tests/system/checkconf/bad-catz-zone-dup.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { catalog-zones { zone example.com; zone example.com; }; }; diff --git a/bin/tests/system/checkconf/bad-catz-zone-primary-dup.conf b/bin/tests/system/checkconf/bad-catz-zone-primary-dup.conf index 475136ee95..55a2d7825e 100644 --- a/bin/tests/system/checkconf/bad-catz-zone-primary-dup.conf +++ b/bin/tests/system/checkconf/bad-catz-zone-primary-dup.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-catz-zone.conf b/bin/tests/system/checkconf/bad-catz-zone.conf index 429a21456d..6f0677abeb 100644 --- a/bin/tests/system/checkconf/bad-catz-zone.conf +++ b/bin/tests/system/checkconf/bad-catz-zone.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-checknames-primary-dup-2.conf b/bin/tests/system/checkconf/bad-checknames-primary-dup-2.conf index 5ac12cce9c..24e6ef9f33 100644 --- a/bin/tests/system/checkconf/bad-checknames-primary-dup-2.conf +++ b/bin/tests/system/checkconf/bad-checknames-primary-dup-2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-checknames-primary-dup.conf b/bin/tests/system/checkconf/bad-checknames-primary-dup.conf index b0934fac69..e746e84534 100644 --- a/bin/tests/system/checkconf/bad-checknames-primary-dup.conf +++ b/bin/tests/system/checkconf/bad-checknames-primary-dup.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-checknames-secondary-dup.conf b/bin/tests/system/checkconf/bad-checknames-secondary-dup.conf index f60a84dfac..ea83d7ecf5 100644 --- a/bin/tests/system/checkconf/bad-checknames-secondary-dup.conf +++ b/bin/tests/system/checkconf/bad-checknames-secondary-dup.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dnskey-validity.conf b/bin/tests/system/checkconf/bad-dnskey-validity.conf index 16beccf527..8c28ac5cc7 100644 --- a/bin/tests/system/checkconf/bad-dnskey-validity.conf +++ b/bin/tests/system/checkconf/bad-dnskey-validity.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dnssec.conf b/bin/tests/system/checkconf/bad-dnssec.conf index 852adec2cc..3dbd0f3056 100644 --- a/bin/tests/system/checkconf/bad-dnssec.conf +++ b/bin/tests/system/checkconf/bad-dnssec.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-doh-1.conf b/bin/tests/system/checkconf/bad-doh-1.conf index 1d63d9765a..a10a236877 100644 --- a/bin/tests/system/checkconf/bad-doh-1.conf +++ b/bin/tests/system/checkconf/bad-doh-1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-doh-2.conf b/bin/tests/system/checkconf/bad-doh-2.conf index 3f6d991c67..c797eee79d 100644 --- a/bin/tests/system/checkconf/bad-doh-2.conf +++ b/bin/tests/system/checkconf/bad-doh-2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-doh-3.conf b/bin/tests/system/checkconf/bad-doh-3.conf index ff697ef578..7447a01b2e 100644 --- a/bin/tests/system/checkconf/bad-doh-3.conf +++ b/bin/tests/system/checkconf/bad-doh-3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-doh-badpath-1.conf b/bin/tests/system/checkconf/bad-doh-badpath-1.conf index ef1839aa7d..9a0f449e9d 100644 --- a/bin/tests/system/checkconf/bad-doh-badpath-1.conf +++ b/bin/tests/system/checkconf/bad-doh-badpath-1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-doh-badpath-2.conf b/bin/tests/system/checkconf/bad-doh-badpath-2.conf index 6432ac1939..e8013ee7cc 100644 --- a/bin/tests/system/checkconf/bad-doh-badpath-2.conf +++ b/bin/tests/system/checkconf/bad-doh-badpath-2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-doh-badpath-3.conf b/bin/tests/system/checkconf/bad-doh-badpath-3.conf index 57c179b19d..fc5464c78d 100644 --- a/bin/tests/system/checkconf/bad-doh-badpath-3.conf +++ b/bin/tests/system/checkconf/bad-doh-badpath-3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-doh-default.conf b/bin/tests/system/checkconf/bad-doh-default.conf index 9e4fa7ba6e..dce7fe697e 100644 --- a/bin/tests/system/checkconf/bad-doh-default.conf +++ b/bin/tests/system/checkconf/bad-doh-default.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-doh-duplicates.conf b/bin/tests/system/checkconf/bad-doh-duplicates.conf index dfb68b9b79..a598d07369 100644 --- a/bin/tests/system/checkconf/bad-doh-duplicates.conf +++ b/bin/tests/system/checkconf/bad-doh-duplicates.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-1.conf b/bin/tests/system/checkconf/bad-dot-1.conf index 5df1acacc6..436a2699e8 100644 --- a/bin/tests/system/checkconf/bad-dot-1.conf +++ b/bin/tests/system/checkconf/bad-dot-1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-port.conf b/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-port.conf index 4534126ddf..7d807fdb51 100644 --- a/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-port.conf +++ b/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-port.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-1.conf b/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-1.conf index 46bec68e48..cba555786e 100644 --- a/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-1.conf +++ b/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-2.conf b/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-2.conf index b52929129b..e7725922c3 100644 --- a/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-2.conf +++ b/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-3.conf b/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-3.conf index e94c4b56a4..22956d272b 100644 --- a/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-3.conf +++ b/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-4.conf b/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-4.conf index 0bec62f113..dfc779467e 100644 --- a/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-4.conf +++ b/bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-badciphers.conf b/bin/tests/system/checkconf/bad-dot-badciphers.conf index e4a0abca20..42a9f64325 100644 --- a/bin/tests/system/checkconf/bad-dot-badciphers.conf +++ b/bin/tests/system/checkconf/bad-dot-badciphers.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-badprotocol.conf b/bin/tests/system/checkconf/bad-dot-badprotocol.conf index da3b5edeb1..f1cc15adda 100644 --- a/bin/tests/system/checkconf/bad-dot-badprotocol.conf +++ b/bin/tests/system/checkconf/bad-dot-badprotocol.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-duplicatetls.conf b/bin/tests/system/checkconf/bad-dot-duplicatetls.conf index 63f5874e7e..508290f90b 100644 --- a/bin/tests/system/checkconf/bad-dot-duplicatetls.conf +++ b/bin/tests/system/checkconf/bad-dot-duplicatetls.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-ephemeral.conf b/bin/tests/system/checkconf/bad-dot-ephemeral.conf index 3f0273036f..c9581f2142 100644 --- a/bin/tests/system/checkconf/bad-dot-ephemeral.conf +++ b/bin/tests/system/checkconf/bad-dot-ephemeral.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-nocert.conf b/bin/tests/system/checkconf/bad-dot-nocert.conf index 20c1eaf837..db02e9fd5e 100644 --- a/bin/tests/system/checkconf/bad-dot-nocert.conf +++ b/bin/tests/system/checkconf/bad-dot-nocert.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-nokey.conf b/bin/tests/system/checkconf/bad-dot-nokey.conf index a6798bafee..1d5c3c55af 100644 --- a/bin/tests/system/checkconf/bad-dot-nokey.conf +++ b/bin/tests/system/checkconf/bad-dot-nokey.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-none.conf b/bin/tests/system/checkconf/bad-dot-none.conf index 1eebc253d3..fa26ab101f 100644 --- a/bin/tests/system/checkconf/bad-dot-none.conf +++ b/bin/tests/system/checkconf/bad-dot-none.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-dot-primaries.conf b/bin/tests/system/checkconf/bad-dot-primaries.conf index 6a4cadee6b..8958cbe956 100644 --- a/bin/tests/system/checkconf/bad-dot-primaries.conf +++ b/bin/tests/system/checkconf/bad-dot-primaries.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-duplicate-key.conf b/bin/tests/system/checkconf/bad-duplicate-key.conf index 90e5c6bf0e..17f22370e7 100644 --- a/bin/tests/system/checkconf/bad-duplicate-key.conf +++ b/bin/tests/system/checkconf/bad-duplicate-key.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-duplicate-primaries-1.conf b/bin/tests/system/checkconf/bad-duplicate-primaries-1.conf index cf10157770..3bbabded18 100644 --- a/bin/tests/system/checkconf/bad-duplicate-primaries-1.conf +++ b/bin/tests/system/checkconf/bad-duplicate-primaries-1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-duplicate-primaries-2.conf b/bin/tests/system/checkconf/bad-duplicate-primaries-2.conf index b7c6f2146f..1d1c6f007f 100644 --- a/bin/tests/system/checkconf/bad-duplicate-primaries-2.conf +++ b/bin/tests/system/checkconf/bad-duplicate-primaries-2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-duplicate-root-key.conf b/bin/tests/system/checkconf/bad-duplicate-root-key.conf index e7039d623c..1cbc7d4fb8 100644 --- a/bin/tests/system/checkconf/bad-duplicate-root-key.conf +++ b/bin/tests/system/checkconf/bad-duplicate-root-key.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-glue-cache-bogus.conf b/bin/tests/system/checkconf/bad-glue-cache-bogus.conf index be45bbd81c..c264b26bb0 100644 --- a/bin/tests/system/checkconf/bad-glue-cache-bogus.conf +++ b/bin/tests/system/checkconf/bad-glue-cache-bogus.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-hint.conf b/bin/tests/system/checkconf/bad-hint.conf index a99ddba450..7214a00ed4 100644 --- a/bin/tests/system/checkconf/bad-hint.conf +++ b/bin/tests/system/checkconf/bad-hint.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-in-view-dup.conf b/bin/tests/system/checkconf/bad-in-view-dup.conf index 3e308f2f28..1d8bd17ece 100644 --- a/bin/tests/system/checkconf/bad-in-view-dup.conf +++ b/bin/tests/system/checkconf/bad-in-view-dup.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-inline-options.conf b/bin/tests/system/checkconf/bad-inline-options.conf index fbbc69c074..f7c62dd6d2 100644 --- a/bin/tests/system/checkconf/bad-inline-options.conf +++ b/bin/tests/system/checkconf/bad-inline-options.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-inline-secondary.conf b/bin/tests/system/checkconf/bad-inline-secondary.conf index 880d103d21..36462161ca 100644 --- a/bin/tests/system/checkconf/bad-inline-secondary.conf +++ b/bin/tests/system/checkconf/bad-inline-secondary.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-inline-view.conf b/bin/tests/system/checkconf/bad-inline-view.conf index 364b884ada..e46bd0b7c6 100644 --- a/bin/tests/system/checkconf/bad-inline-view.conf +++ b/bin/tests/system/checkconf/bad-inline-view.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-interface-interval.conf b/bin/tests/system/checkconf/bad-interface-interval.conf index f39a7c0e29..ba8341a8cc 100644 --- a/bin/tests/system/checkconf/bad-interface-interval.conf +++ b/bin/tests/system/checkconf/bad-interface-interval.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-ipv4-prefix-dotted1.conf b/bin/tests/system/checkconf/bad-ipv4-prefix-dotted1.conf index e07cc839c9..d7604eb8b1 100644 --- a/bin/tests/system/checkconf/bad-ipv4-prefix-dotted1.conf +++ b/bin/tests/system/checkconf/bad-ipv4-prefix-dotted1.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + acl myacl { 127.1; /* Incomplete dotted IPv4 address / prefix */ }; diff --git a/bin/tests/system/checkconf/bad-ipv4-prefix-dotted2.conf b/bin/tests/system/checkconf/bad-ipv4-prefix-dotted2.conf index ae098be5d5..cb53741a2a 100644 --- a/bin/tests/system/checkconf/bad-ipv4-prefix-dotted2.conf +++ b/bin/tests/system/checkconf/bad-ipv4-prefix-dotted2.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + acl myacl { 127.1/8; /* No-zero bits */ }; diff --git a/bin/tests/system/checkconf/bad-ipv4-prefix2.conf b/bin/tests/system/checkconf/bad-ipv4-prefix2.conf index 4d7738c955..98e724a8b5 100644 --- a/bin/tests/system/checkconf/bad-ipv4-prefix2.conf +++ b/bin/tests/system/checkconf/bad-ipv4-prefix2.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + acl myacl { 127; /* Non-dotted quad IPv4 address (0.0.0.127) / prefix without length. */ }; diff --git a/bin/tests/system/checkconf/bad-kasp-define-default.conf b/bin/tests/system/checkconf/bad-kasp-define-default.conf index f36d99776f..73c90efe8a 100644 --- a/bin/tests/system/checkconf/bad-kasp-define-default.conf +++ b/bin/tests/system/checkconf/bad-kasp-define-default.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-define-insecure.conf b/bin/tests/system/checkconf/bad-kasp-define-insecure.conf index 57be164af1..b2d22d3217 100644 --- a/bin/tests/system/checkconf/bad-kasp-define-insecure.conf +++ b/bin/tests/system/checkconf/bad-kasp-define-insecure.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-define-none.conf b/bin/tests/system/checkconf/bad-kasp-define-none.conf index 31e7941591..cea998887a 100644 --- a/bin/tests/system/checkconf/bad-kasp-define-none.conf +++ b/bin/tests/system/checkconf/bad-kasp-define-none.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-duplicate.conf b/bin/tests/system/checkconf/bad-kasp-duplicate.conf index 8ecc670e0b..7f3ade6bf8 100644 --- a/bin/tests/system/checkconf/bad-kasp-duplicate.conf +++ b/bin/tests/system/checkconf/bad-kasp-duplicate.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-key1.conf b/bin/tests/system/checkconf/bad-kasp-key1.conf index 43571d01c4..0bf80deff9 100644 --- a/bin/tests/system/checkconf/bad-kasp-key1.conf +++ b/bin/tests/system/checkconf/bad-kasp-key1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-key2.conf b/bin/tests/system/checkconf/bad-kasp-key2.conf index 597b4b0918..8e97e2acb6 100644 --- a/bin/tests/system/checkconf/bad-kasp-key2.conf +++ b/bin/tests/system/checkconf/bad-kasp-key2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-key3.conf b/bin/tests/system/checkconf/bad-kasp-key3.conf index a5f5245984..85e4e48b9e 100644 --- a/bin/tests/system/checkconf/bad-kasp-key3.conf +++ b/bin/tests/system/checkconf/bad-kasp-key3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-key4.conf b/bin/tests/system/checkconf/bad-kasp-key4.conf index 4a72d35626..ca142a38ff 100644 --- a/bin/tests/system/checkconf/bad-kasp-key4.conf +++ b/bin/tests/system/checkconf/bad-kasp-key4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-keydir1.conf b/bin/tests/system/checkconf/bad-kasp-keydir1.conf index e83f910497..eea10308b0 100644 --- a/bin/tests/system/checkconf/bad-kasp-keydir1.conf +++ b/bin/tests/system/checkconf/bad-kasp-keydir1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-keydir2.conf b/bin/tests/system/checkconf/bad-kasp-keydir2.conf index f6da8d3b5b..2ccf4397d7 100644 --- a/bin/tests/system/checkconf/bad-kasp-keydir2.conf +++ b/bin/tests/system/checkconf/bad-kasp-keydir2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-keydir3.conf b/bin/tests/system/checkconf/bad-kasp-keydir3.conf index 7b40365ff5..e057877438 100644 --- a/bin/tests/system/checkconf/bad-kasp-keydir3.conf +++ b/bin/tests/system/checkconf/bad-kasp-keydir3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-keydir4.conf b/bin/tests/system/checkconf/bad-kasp-keydir4.conf index a525bddd50..44f867f33e 100644 --- a/bin/tests/system/checkconf/bad-kasp-keydir4.conf +++ b/bin/tests/system/checkconf/bad-kasp-keydir4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-keydir5.conf b/bin/tests/system/checkconf/bad-kasp-keydir5.conf index c6c20f3b1f..9373a079c7 100644 --- a/bin/tests/system/checkconf/bad-kasp-keydir5.conf +++ b/bin/tests/system/checkconf/bad-kasp-keydir5.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-policy-undefined-inherited-view.conf b/bin/tests/system/checkconf/bad-kasp-policy-undefined-inherited-view.conf index fec6b8116e..12a26d38cc 100644 --- a/bin/tests/system/checkconf/bad-kasp-policy-undefined-inherited-view.conf +++ b/bin/tests/system/checkconf/bad-kasp-policy-undefined-inherited-view.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp-policy-undefined-inherited.conf b/bin/tests/system/checkconf/bad-kasp-policy-undefined-inherited.conf index 62614fca03..48514ac429 100644 --- a/bin/tests/system/checkconf/bad-kasp-policy-undefined-inherited.conf +++ b/bin/tests/system/checkconf/bad-kasp-policy-undefined-inherited.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp10.conf b/bin/tests/system/checkconf/bad-kasp10.conf index 6205075b89..8253fae0c2 100644 --- a/bin/tests/system/checkconf/bad-kasp10.conf +++ b/bin/tests/system/checkconf/bad-kasp10.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp11.conf b/bin/tests/system/checkconf/bad-kasp11.conf index a5ec158211..68177c2d5f 100644 --- a/bin/tests/system/checkconf/bad-kasp11.conf +++ b/bin/tests/system/checkconf/bad-kasp11.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp12.conf b/bin/tests/system/checkconf/bad-kasp12.conf index 3b899a5364..0ae8c1e797 100644 --- a/bin/tests/system/checkconf/bad-kasp12.conf +++ b/bin/tests/system/checkconf/bad-kasp12.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp13.conf b/bin/tests/system/checkconf/bad-kasp13.conf index 0ac16727c9..c74a5d7f5d 100644 --- a/bin/tests/system/checkconf/bad-kasp13.conf +++ b/bin/tests/system/checkconf/bad-kasp13.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp2.conf b/bin/tests/system/checkconf/bad-kasp2.conf index 7bfda9e2a3..2e88964dff 100644 --- a/bin/tests/system/checkconf/bad-kasp2.conf +++ b/bin/tests/system/checkconf/bad-kasp2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp3.conf b/bin/tests/system/checkconf/bad-kasp3.conf index b28c5a6499..8c6d7b41ac 100644 --- a/bin/tests/system/checkconf/bad-kasp3.conf +++ b/bin/tests/system/checkconf/bad-kasp3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp4.conf b/bin/tests/system/checkconf/bad-kasp4.conf index fc6ea10f96..d35d12f03c 100644 --- a/bin/tests/system/checkconf/bad-kasp4.conf +++ b/bin/tests/system/checkconf/bad-kasp4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp6.conf b/bin/tests/system/checkconf/bad-kasp6.conf index 2dd6a8e508..3304038cee 100644 --- a/bin/tests/system/checkconf/bad-kasp6.conf +++ b/bin/tests/system/checkconf/bad-kasp6.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp7.conf b/bin/tests/system/checkconf/bad-kasp7.conf index 9370bf646e..c5dfbe8e17 100644 --- a/bin/tests/system/checkconf/bad-kasp7.conf +++ b/bin/tests/system/checkconf/bad-kasp7.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp8.conf b/bin/tests/system/checkconf/bad-kasp8.conf index 8c199bfe16..1712fd075f 100644 --- a/bin/tests/system/checkconf/bad-kasp8.conf +++ b/bin/tests/system/checkconf/bad-kasp8.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-kasp9.conf b/bin/tests/system/checkconf/bad-kasp9.conf index a557127007..3bb54482ec 100644 --- a/bin/tests/system/checkconf/bad-kasp9.conf +++ b/bin/tests/system/checkconf/bad-kasp9.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-keep-response-order.conf b/bin/tests/system/checkconf/bad-keep-response-order.conf index c2c8929ca5..a3685d7437 100644 --- a/bin/tests/system/checkconf/bad-keep-response-order.conf +++ b/bin/tests/system/checkconf/bad-keep-response-order.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-lifetime.conf b/bin/tests/system/checkconf/bad-lifetime.conf index b5926f0eae..f268076544 100644 --- a/bin/tests/system/checkconf/bad-lifetime.conf +++ b/bin/tests/system/checkconf/bad-lifetime.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-lmdb-mapsize-bogus.conf b/bin/tests/system/checkconf/bad-lmdb-mapsize-bogus.conf index 17d2ac5954..5655a16de8 100644 --- a/bin/tests/system/checkconf/bad-lmdb-mapsize-bogus.conf +++ b/bin/tests/system/checkconf/bad-lmdb-mapsize-bogus.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-lmdb-mapsize-toolarge.conf b/bin/tests/system/checkconf/bad-lmdb-mapsize-toolarge.conf index 99540cae4d..006ca7d03f 100644 --- a/bin/tests/system/checkconf/bad-lmdb-mapsize-toolarge.conf +++ b/bin/tests/system/checkconf/bad-lmdb-mapsize-toolarge.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-lmdb-mapsize-toosmall.conf b/bin/tests/system/checkconf/bad-lmdb-mapsize-toosmall.conf index e5e50f7f38..5dd1720341 100644 --- a/bin/tests/system/checkconf/bad-lmdb-mapsize-toosmall.conf +++ b/bin/tests/system/checkconf/bad-lmdb-mapsize-toosmall.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-lmdb-mapsize-unlimited.conf b/bin/tests/system/checkconf/bad-lmdb-mapsize-unlimited.conf index 252ab3666c..f1e7b8888c 100644 --- a/bin/tests/system/checkconf/bad-lmdb-mapsize-unlimited.conf +++ b/bin/tests/system/checkconf/bad-lmdb-mapsize-unlimited.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-master-request-ixfr.conf b/bin/tests/system/checkconf/bad-master-request-ixfr.conf index 4d28d033eb..770afb38a7 100644 --- a/bin/tests/system/checkconf/bad-master-request-ixfr.conf +++ b/bin/tests/system/checkconf/bad-master-request-ixfr.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-masterfile-format-map.conf b/bin/tests/system/checkconf/bad-masterfile-format-map.conf index 9218adf59a..634ca14307 100644 --- a/bin/tests/system/checkconf/bad-masterfile-format-map.conf +++ b/bin/tests/system/checkconf/bad-masterfile-format-map.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-maxcachettl.conf b/bin/tests/system/checkconf/bad-maxcachettl.conf index ab5c2c2c25..47f06431de 100644 --- a/bin/tests/system/checkconf/bad-maxcachettl.conf +++ b/bin/tests/system/checkconf/bad-maxcachettl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-maxncachettl-1.conf b/bin/tests/system/checkconf/bad-maxncachettl-1.conf index 7e92adf7ea..ad852c3d0d 100644 --- a/bin/tests/system/checkconf/bad-maxncachettl-1.conf +++ b/bin/tests/system/checkconf/bad-maxncachettl-1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-maxncachettl-2.conf b/bin/tests/system/checkconf/bad-maxncachettl-2.conf index e8eae8f186..ada5c831d3 100644 --- a/bin/tests/system/checkconf/bad-maxncachettl-2.conf +++ b/bin/tests/system/checkconf/bad-maxncachettl-2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-maxncachettl-3.conf b/bin/tests/system/checkconf/bad-maxncachettl-3.conf index f31c133e26..771a0f3e29 100644 --- a/bin/tests/system/checkconf/bad-maxncachettl-3.conf +++ b/bin/tests/system/checkconf/bad-maxncachettl-3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-maxncachettl-4.conf b/bin/tests/system/checkconf/bad-maxncachettl-4.conf index c220ecd7b3..d9cd9394f2 100644 --- a/bin/tests/system/checkconf/bad-maxncachettl-4.conf +++ b/bin/tests/system/checkconf/bad-maxncachettl-4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-maxratio1.conf b/bin/tests/system/checkconf/bad-maxratio1.conf index 4bf5612600..ade4de16e0 100644 --- a/bin/tests/system/checkconf/bad-maxratio1.conf +++ b/bin/tests/system/checkconf/bad-maxratio1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-maxratio2.conf b/bin/tests/system/checkconf/bad-maxratio2.conf index 9090fa9e00..adb63f3950 100644 --- a/bin/tests/system/checkconf/bad-maxratio2.conf +++ b/bin/tests/system/checkconf/bad-maxratio2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-mincachettl.conf b/bin/tests/system/checkconf/bad-mincachettl.conf index 0a1c188461..cd02c66e7a 100644 --- a/bin/tests/system/checkconf/bad-mincachettl.conf +++ b/bin/tests/system/checkconf/bad-mincachettl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-minncachettl.conf b/bin/tests/system/checkconf/bad-minncachettl.conf index ac2e29b59c..1148bcc9f5 100644 --- a/bin/tests/system/checkconf/bad-minncachettl.conf +++ b/bin/tests/system/checkconf/bad-minncachettl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-mirror-allow-recursion-none.conf b/bin/tests/system/checkconf/bad-mirror-allow-recursion-none.conf index e872d02c7c..1f4c8fe9ba 100644 --- a/bin/tests/system/checkconf/bad-mirror-allow-recursion-none.conf +++ b/bin/tests/system/checkconf/bad-mirror-allow-recursion-none.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-mirror-explicit-notify-yes.conf b/bin/tests/system/checkconf/bad-mirror-explicit-notify-yes.conf index 8d5b28a792..27ad850e04 100644 --- a/bin/tests/system/checkconf/bad-mirror-explicit-notify-yes.conf +++ b/bin/tests/system/checkconf/bad-mirror-explicit-notify-yes.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-mirror-non-root-zone-without-masters.conf b/bin/tests/system/checkconf/bad-mirror-non-root-zone-without-masters.conf index e212bed6ac..c9c8b03443 100644 --- a/bin/tests/system/checkconf/bad-mirror-non-root-zone-without-masters.conf +++ b/bin/tests/system/checkconf/bad-mirror-non-root-zone-without-masters.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-mirror-recursion-no.conf b/bin/tests/system/checkconf/bad-mirror-recursion-no.conf index 9b02f0dcb7..f5536ac564 100644 --- a/bin/tests/system/checkconf/bad-mirror-recursion-no.conf +++ b/bin/tests/system/checkconf/bad-mirror-recursion-no.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-mirror-zonename.conf b/bin/tests/system/checkconf/bad-mirror-zonename.conf index 3c4663ec69..6fc11c1902 100644 --- a/bin/tests/system/checkconf/bad-mirror-zonename.conf +++ b/bin/tests/system/checkconf/bad-mirror-zonename.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + zone "\0example" { type mirror; file "example.db"; diff --git a/bin/tests/system/checkconf/bad-noddns.conf b/bin/tests/system/checkconf/bad-noddns.conf index 729558966d..f7859d1937 100644 --- a/bin/tests/system/checkconf/bad-noddns.conf +++ b/bin/tests/system/checkconf/bad-noddns.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-notify-source-v6.conf b/bin/tests/system/checkconf/bad-notify-source-v6.conf index d25eaf4cd8..ef53c96e19 100644 --- a/bin/tests/system/checkconf/bad-notify-source-v6.conf +++ b/bin/tests/system/checkconf/bad-notify-source-v6.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-notify-source.conf b/bin/tests/system/checkconf/bad-notify-source.conf index 16d9eece95..b950784a98 100644 --- a/bin/tests/system/checkconf/bad-notify-source.conf +++ b/bin/tests/system/checkconf/bad-notify-source.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-options-also-notify.conf b/bin/tests/system/checkconf/bad-options-also-notify.conf index 028b0ef63d..889a88fa3a 100644 --- a/bin/tests/system/checkconf/bad-options-also-notify.conf +++ b/bin/tests/system/checkconf/bad-options-also-notify.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-parental-agents-def-options.conf b/bin/tests/system/checkconf/bad-parental-agents-def-options.conf index 6bf2115662..20911552c7 100644 --- a/bin/tests/system/checkconf/bad-parental-agents-def-options.conf +++ b/bin/tests/system/checkconf/bad-parental-agents-def-options.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-parental-agents-def-view.conf b/bin/tests/system/checkconf/bad-parental-agents-def-view.conf index 5cb0f81d88..47c062a2a7 100644 --- a/bin/tests/system/checkconf/bad-parental-agents-def-view.conf +++ b/bin/tests/system/checkconf/bad-parental-agents-def-view.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-parental-agents-def-view2.conf b/bin/tests/system/checkconf/bad-parental-agents-def-view2.conf index 3487429a50..aa65a4d2aa 100644 --- a/bin/tests/system/checkconf/bad-parental-agents-def-view2.conf +++ b/bin/tests/system/checkconf/bad-parental-agents-def-view2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-parental-agents-def-zone.conf b/bin/tests/system/checkconf/bad-parental-agents-def-zone.conf index 48b735a055..e2a8389b48 100644 --- a/bin/tests/system/checkconf/bad-parental-agents-def-zone.conf +++ b/bin/tests/system/checkconf/bad-parental-agents-def-zone.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-parental-agents-dup.conf b/bin/tests/system/checkconf/bad-parental-agents-dup.conf index 569c42baea..cb5ac4412a 100644 --- a/bin/tests/system/checkconf/bad-parental-agents-dup.conf +++ b/bin/tests/system/checkconf/bad-parental-agents-dup.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-parental-agents-dupdef.conf b/bin/tests/system/checkconf/bad-parental-agents-dupdef.conf index 99360745fb..7ca88f73e2 100644 --- a/bin/tests/system/checkconf/bad-parental-agents-dupdef.conf +++ b/bin/tests/system/checkconf/bad-parental-agents-dupdef.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-parental-agents-empty.conf b/bin/tests/system/checkconf/bad-parental-agents-empty.conf index 0329584132..f61de06a62 100644 --- a/bin/tests/system/checkconf/bad-parental-agents-empty.conf +++ b/bin/tests/system/checkconf/bad-parental-agents-empty.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-parental-agents-empty2.conf b/bin/tests/system/checkconf/bad-parental-agents-empty2.conf index 18d9d8214b..93b8f7b751 100644 --- a/bin/tests/system/checkconf/bad-parental-agents-empty2.conf +++ b/bin/tests/system/checkconf/bad-parental-agents-empty2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-parental-agents-mirror.conf b/bin/tests/system/checkconf/bad-parental-agents-mirror.conf index d06662d7c2..62926e21c5 100644 --- a/bin/tests/system/checkconf/bad-parental-agents-mirror.conf +++ b/bin/tests/system/checkconf/bad-parental-agents-mirror.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-parental-agents-notfound.conf b/bin/tests/system/checkconf/bad-parental-agents-notfound.conf index 7639c5f383..98075c437b 100644 --- a/bin/tests/system/checkconf/bad-parental-agents-notfound.conf +++ b/bin/tests/system/checkconf/bad-parental-agents-notfound.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-parental-source-v6.conf b/bin/tests/system/checkconf/bad-parental-source-v6.conf index 41128384aa..1b053d0186 100644 --- a/bin/tests/system/checkconf/bad-parental-source-v6.conf +++ b/bin/tests/system/checkconf/bad-parental-source-v6.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-parental-source.conf b/bin/tests/system/checkconf/bad-parental-source.conf index 4d1b27af70..9587b3e129 100644 --- a/bin/tests/system/checkconf/bad-parental-source.conf +++ b/bin/tests/system/checkconf/bad-parental-source.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-port.conf b/bin/tests/system/checkconf/bad-port.conf index 76677df519..9650c8f57b 100644 --- a/bin/tests/system/checkconf/bad-port.conf +++ b/bin/tests/system/checkconf/bad-port.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-primaries-dup.conf b/bin/tests/system/checkconf/bad-primaries-dup.conf index 18dc4590da..ed761c971e 100644 --- a/bin/tests/system/checkconf/bad-primaries-dup.conf +++ b/bin/tests/system/checkconf/bad-primaries-dup.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-primaries-key.conf b/bin/tests/system/checkconf/bad-primaries-key.conf index c58f79a839..f592293db4 100644 --- a/bin/tests/system/checkconf/bad-primaries-key.conf +++ b/bin/tests/system/checkconf/bad-primaries-key.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-primaries-notfound.conf b/bin/tests/system/checkconf/bad-primaries-notfound.conf index db290e82d8..464009824d 100644 --- a/bin/tests/system/checkconf/bad-primaries-notfound.conf +++ b/bin/tests/system/checkconf/bad-primaries-notfound.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-primaries-tls.conf b/bin/tests/system/checkconf/bad-primaries-tls.conf index abb54ba259..7858d1d09c 100644 --- a/bin/tests/system/checkconf/bad-primaries-tls.conf +++ b/bin/tests/system/checkconf/bad-primaries-tls.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-printtime.conf b/bin/tests/system/checkconf/bad-printtime.conf index 318e453324..80a53cb8e3 100644 --- a/bin/tests/system/checkconf/bad-printtime.conf +++ b/bin/tests/system/checkconf/bad-printtime.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-acl.conf b/bin/tests/system/checkconf/bad-rate-limit-acl.conf index b344a0ffe3..06543fbb77 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-acl.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-acl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-all-per-second.conf b/bin/tests/system/checkconf/bad-rate-limit-all-per-second.conf index 6a60a8bfc2..aae353e4a3 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-all-per-second.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-all-per-second.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-errors-per-second.conf b/bin/tests/system/checkconf/bad-rate-limit-errors-per-second.conf index bea963956f..b2c60971f8 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-errors-per-second.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-errors-per-second.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-ipv4-prefix-length.conf b/bin/tests/system/checkconf/bad-rate-limit-ipv4-prefix-length.conf index b94d8db732..b728575c57 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-ipv4-prefix-length.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-ipv4-prefix-length.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-ipv6-prefix-length.conf b/bin/tests/system/checkconf/bad-rate-limit-ipv6-prefix-length.conf index 4378e71846..6b5fda51d1 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-ipv6-prefix-length.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-ipv6-prefix-length.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-max-table-size.conf b/bin/tests/system/checkconf/bad-rate-limit-max-table-size.conf index ed05f576b8..95309dbef5 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-max-table-size.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-max-table-size.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-nodata-per-second.conf b/bin/tests/system/checkconf/bad-rate-limit-nodata-per-second.conf index 893640ee7f..ecfb5f84de 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-nodata-per-second.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-nodata-per-second.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-nxdomains-per-second.conf b/bin/tests/system/checkconf/bad-rate-limit-nxdomains-per-second.conf index 8e2f407953..77c5749776 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-nxdomains-per-second.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-nxdomains-per-second.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-qps-scale.conf b/bin/tests/system/checkconf/bad-rate-limit-qps-scale.conf index 585e90e275..0dc4532c21 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-qps-scale.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-qps-scale.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-referrals-per-second.conf b/bin/tests/system/checkconf/bad-rate-limit-referrals-per-second.conf index 21f528cdaf..0ea48364a3 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-referrals-per-second.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-referrals-per-second.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-responses-per-second.conf b/bin/tests/system/checkconf/bad-rate-limit-responses-per-second.conf index 784f529beb..8187244713 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-responses-per-second.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-responses-per-second.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-slip.conf b/bin/tests/system/checkconf/bad-rate-limit-slip.conf index c6162952ee..15d270cbca 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-slip.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-slip.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rate-limit-window.conf b/bin/tests/system/checkconf/bad-rate-limit-window.conf index 5a0bcdb4ab..7ded786144 100644 --- a/bin/tests/system/checkconf/bad-rate-limit-window.conf +++ b/bin/tests/system/checkconf/bad-rate-limit-window.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-root-mixed-key.conf b/bin/tests/system/checkconf/bad-root-mixed-key.conf index 16e91bf5be..7035066b2a 100644 --- a/bin/tests/system/checkconf/bad-root-mixed-key.conf +++ b/bin/tests/system/checkconf/bad-root-mixed-key.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rpz-too-many-zones.conf b/bin/tests/system/checkconf/bad-rpz-too-many-zones.conf index 959a25967c..0eb9ef35c0 100644 --- a/bin/tests/system/checkconf/bad-rpz-too-many-zones.conf +++ b/bin/tests/system/checkconf/bad-rpz-too-many-zones.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rpz-ttl.conf b/bin/tests/system/checkconf/bad-rpz-ttl.conf index 9539938eb7..7b3a6ef27f 100644 --- a/bin/tests/system/checkconf/bad-rpz-ttl.conf +++ b/bin/tests/system/checkconf/bad-rpz-ttl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rpz-update.conf b/bin/tests/system/checkconf/bad-rpz-update.conf index 8805b7c5a6..a03f179682 100644 --- a/bin/tests/system/checkconf/bad-rpz-update.conf +++ b/bin/tests/system/checkconf/bad-rpz-update.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-rpz-zone.conf b/bin/tests/system/checkconf/bad-rpz-zone.conf index 120c8e4fe4..4aadc61afd 100644 --- a/bin/tests/system/checkconf/bad-rpz-zone.conf +++ b/bin/tests/system/checkconf/bad-rpz-zone.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-sharedwritable1.conf b/bin/tests/system/checkconf/bad-sharedwritable1.conf index b10fb520e5..3fcb1af5e6 100644 --- a/bin/tests/system/checkconf/bad-sharedwritable1.conf +++ b/bin/tests/system/checkconf/bad-sharedwritable1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-sharedwritable2.conf b/bin/tests/system/checkconf/bad-sharedwritable2.conf index 7f68e9c4da..e8c940ccb3 100644 --- a/bin/tests/system/checkconf/bad-sharedwritable2.conf +++ b/bin/tests/system/checkconf/bad-sharedwritable2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-sharedzone1.conf b/bin/tests/system/checkconf/bad-sharedzone1.conf index 12c4f6a4f6..fccffe9f05 100644 --- a/bin/tests/system/checkconf/bad-sharedzone1.conf +++ b/bin/tests/system/checkconf/bad-sharedzone1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-sharedzone2.conf b/bin/tests/system/checkconf/bad-sharedzone2.conf index 50159584a8..76032e3c22 100644 --- a/bin/tests/system/checkconf/bad-sharedzone2.conf +++ b/bin/tests/system/checkconf/bad-sharedzone2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-sharedzone3.conf b/bin/tests/system/checkconf/bad-sharedzone3.conf index d4b12d66f2..07e92bde4e 100644 --- a/bin/tests/system/checkconf/bad-sharedzone3.conf +++ b/bin/tests/system/checkconf/bad-sharedzone3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-sig-validity.conf b/bin/tests/system/checkconf/bad-sig-validity.conf index 3934e15390..1744ebafe4 100644 --- a/bin/tests/system/checkconf/bad-sig-validity.conf +++ b/bin/tests/system/checkconf/bad-sig-validity.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-static-initial-1.conf b/bin/tests/system/checkconf/bad-static-initial-1.conf index a21495774a..91a5c10234 100644 --- a/bin/tests/system/checkconf/bad-static-initial-1.conf +++ b/bin/tests/system/checkconf/bad-static-initial-1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-static-initial-2.conf b/bin/tests/system/checkconf/bad-static-initial-2.conf index 42ae422925..3b4754d7fd 100644 --- a/bin/tests/system/checkconf/bad-static-initial-2.conf +++ b/bin/tests/system/checkconf/bad-static-initial-2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-static-initial-3.conf b/bin/tests/system/checkconf/bad-static-initial-3.conf index 8e85f8fa42..c396d9c212 100644 --- a/bin/tests/system/checkconf/bad-static-initial-3.conf +++ b/bin/tests/system/checkconf/bad-static-initial-3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-static-initial-4.conf b/bin/tests/system/checkconf/bad-static-initial-4.conf index d2c499cdf3..2170d52217 100644 --- a/bin/tests/system/checkconf/bad-static-initial-4.conf +++ b/bin/tests/system/checkconf/bad-static-initial-4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-stub-masters-dialup.conf b/bin/tests/system/checkconf/bad-stub-masters-dialup.conf index 868aab761f..a30236ca1e 100644 --- a/bin/tests/system/checkconf/bad-stub-masters-dialup.conf +++ b/bin/tests/system/checkconf/bad-stub-masters-dialup.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/checkconf/bad-transfer-source-v6.conf b/bin/tests/system/checkconf/bad-transfer-source-v6.conf index 7464758fa9..da182ff35c 100644 --- a/bin/tests/system/checkconf/bad-transfer-source-v6.conf +++ b/bin/tests/system/checkconf/bad-transfer-source-v6.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-transfer-source.conf b/bin/tests/system/checkconf/bad-transfer-source.conf index 54e348f0b0..315c4109a6 100644 --- a/bin/tests/system/checkconf/bad-transfer-source.conf +++ b/bin/tests/system/checkconf/bad-transfer-source.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-tsig.conf b/bin/tests/system/checkconf/bad-tsig.conf index 21be03e9d2..4af25b0f1c 100644 --- a/bin/tests/system/checkconf/bad-tsig.conf +++ b/bin/tests/system/checkconf/bad-tsig.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy1.conf b/bin/tests/system/checkconf/bad-update-policy1.conf index 30289bcd53..fa1330c718 100644 --- a/bin/tests/system/checkconf/bad-update-policy1.conf +++ b/bin/tests/system/checkconf/bad-update-policy1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy10.conf b/bin/tests/system/checkconf/bad-update-policy10.conf index f3604078d3..39ac656d80 100644 --- a/bin/tests/system/checkconf/bad-update-policy10.conf +++ b/bin/tests/system/checkconf/bad-update-policy10.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy11.conf b/bin/tests/system/checkconf/bad-update-policy11.conf index 5d958b683b..d148b588d1 100644 --- a/bin/tests/system/checkconf/bad-update-policy11.conf +++ b/bin/tests/system/checkconf/bad-update-policy11.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy12.conf b/bin/tests/system/checkconf/bad-update-policy12.conf index 899996c03f..dc79db393a 100644 --- a/bin/tests/system/checkconf/bad-update-policy12.conf +++ b/bin/tests/system/checkconf/bad-update-policy12.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy13.conf b/bin/tests/system/checkconf/bad-update-policy13.conf index 6234e23fb7..694c73b48c 100644 --- a/bin/tests/system/checkconf/bad-update-policy13.conf +++ b/bin/tests/system/checkconf/bad-update-policy13.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy14.conf b/bin/tests/system/checkconf/bad-update-policy14.conf index 8615278ba8..af02ef240b 100644 --- a/bin/tests/system/checkconf/bad-update-policy14.conf +++ b/bin/tests/system/checkconf/bad-update-policy14.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy15.conf b/bin/tests/system/checkconf/bad-update-policy15.conf index bbc0430528..f8f7d1356f 100644 --- a/bin/tests/system/checkconf/bad-update-policy15.conf +++ b/bin/tests/system/checkconf/bad-update-policy15.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy16.conf b/bin/tests/system/checkconf/bad-update-policy16.conf index 51aba35a1d..747c381c42 100644 --- a/bin/tests/system/checkconf/bad-update-policy16.conf +++ b/bin/tests/system/checkconf/bad-update-policy16.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy17.conf b/bin/tests/system/checkconf/bad-update-policy17.conf index 2951544da8..a2955f27c4 100644 --- a/bin/tests/system/checkconf/bad-update-policy17.conf +++ b/bin/tests/system/checkconf/bad-update-policy17.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy18.conf b/bin/tests/system/checkconf/bad-update-policy18.conf index 6f173b59df..090f621578 100644 --- a/bin/tests/system/checkconf/bad-update-policy18.conf +++ b/bin/tests/system/checkconf/bad-update-policy18.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy19.conf b/bin/tests/system/checkconf/bad-update-policy19.conf index fdf862b2aa..b8c636bc92 100644 --- a/bin/tests/system/checkconf/bad-update-policy19.conf +++ b/bin/tests/system/checkconf/bad-update-policy19.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy2.conf b/bin/tests/system/checkconf/bad-update-policy2.conf index d94d498025..0d5adf61a1 100644 --- a/bin/tests/system/checkconf/bad-update-policy2.conf +++ b/bin/tests/system/checkconf/bad-update-policy2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy20.conf b/bin/tests/system/checkconf/bad-update-policy20.conf index 070e3ba176..9775e2ced0 100644 --- a/bin/tests/system/checkconf/bad-update-policy20.conf +++ b/bin/tests/system/checkconf/bad-update-policy20.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy3.conf b/bin/tests/system/checkconf/bad-update-policy3.conf index c07c7ba4d7..4583ede941 100644 --- a/bin/tests/system/checkconf/bad-update-policy3.conf +++ b/bin/tests/system/checkconf/bad-update-policy3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy4.conf b/bin/tests/system/checkconf/bad-update-policy4.conf index b0abfc1cc6..52a074d195 100644 --- a/bin/tests/system/checkconf/bad-update-policy4.conf +++ b/bin/tests/system/checkconf/bad-update-policy4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy5.conf b/bin/tests/system/checkconf/bad-update-policy5.conf index 0e84043db3..38a6d4f19a 100644 --- a/bin/tests/system/checkconf/bad-update-policy5.conf +++ b/bin/tests/system/checkconf/bad-update-policy5.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy6.conf b/bin/tests/system/checkconf/bad-update-policy6.conf index 16c7dd21f1..acca627438 100644 --- a/bin/tests/system/checkconf/bad-update-policy6.conf +++ b/bin/tests/system/checkconf/bad-update-policy6.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy7.conf b/bin/tests/system/checkconf/bad-update-policy7.conf index cf2c4ee1ab..95541d41dc 100644 --- a/bin/tests/system/checkconf/bad-update-policy7.conf +++ b/bin/tests/system/checkconf/bad-update-policy7.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy8.conf b/bin/tests/system/checkconf/bad-update-policy8.conf index 392b742e4e..d0534c46e1 100644 --- a/bin/tests/system/checkconf/bad-update-policy8.conf +++ b/bin/tests/system/checkconf/bad-update-policy8.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-update-policy9.conf b/bin/tests/system/checkconf/bad-update-policy9.conf index e167e9a5c9..96d201c36a 100644 --- a/bin/tests/system/checkconf/bad-update-policy9.conf +++ b/bin/tests/system/checkconf/bad-update-policy9.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-validation-auto-key.conf b/bin/tests/system/checkconf/bad-validation-auto-key.conf index 295b393329..bd6f547999 100644 --- a/bin/tests/system/checkconf/bad-validation-auto-key.conf +++ b/bin/tests/system/checkconf/bad-validation-auto-key.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/bad-view-also-notify.conf b/bin/tests/system/checkconf/bad-view-also-notify.conf index 25d6460a94..071a621ee7 100644 --- a/bin/tests/system/checkconf/bad-view-also-notify.conf +++ b/bin/tests/system/checkconf/bad-view-also-notify.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-dup-records-fail.conf b/bin/tests/system/checkconf/check-dup-records-fail.conf index 154bd29dfb..04880b6f00 100644 --- a/bin/tests/system/checkconf/check-dup-records-fail.conf +++ b/bin/tests/system/checkconf/check-dup-records-fail.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-dup-records.db b/bin/tests/system/checkconf/check-dup-records.db index 3d148e5d39..558686c3c3 100644 --- a/bin/tests/system/checkconf/check-dup-records.db +++ b/bin/tests/system/checkconf/check-dup-records.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-missing-zone.conf b/bin/tests/system/checkconf/check-missing-zone.conf index 2d4aba39cb..daf2cf7155 100644 --- a/bin/tests/system/checkconf/check-missing-zone.conf +++ b/bin/tests/system/checkconf/check-missing-zone.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-mixed-keys.conf b/bin/tests/system/checkconf/check-mixed-keys.conf index acdb67addc..1dd018dc03 100644 --- a/bin/tests/system/checkconf/check-mixed-keys.conf +++ b/bin/tests/system/checkconf/check-mixed-keys.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-mx-cname-fail.conf b/bin/tests/system/checkconf/check-mx-cname-fail.conf index b0c20279c9..ac52ec0c98 100644 --- a/bin/tests/system/checkconf/check-mx-cname-fail.conf +++ b/bin/tests/system/checkconf/check-mx-cname-fail.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-mx-cname.db b/bin/tests/system/checkconf/check-mx-cname.db index 321c38e107..dc30f0881d 100644 --- a/bin/tests/system/checkconf/check-mx-cname.db +++ b/bin/tests/system/checkconf/check-mx-cname.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-mx-fail.conf b/bin/tests/system/checkconf/check-mx-fail.conf index 17a4e96eca..aa7a6663a5 100644 --- a/bin/tests/system/checkconf/check-mx-fail.conf +++ b/bin/tests/system/checkconf/check-mx-fail.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-mx.db b/bin/tests/system/checkconf/check-mx.db index 28331b4a19..dced6449f0 100644 --- a/bin/tests/system/checkconf/check-mx.db +++ b/bin/tests/system/checkconf/check-mx.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-names-fail.conf b/bin/tests/system/checkconf/check-names-fail.conf index 27ade2dc13..86be82d5c3 100644 --- a/bin/tests/system/checkconf/check-names-fail.conf +++ b/bin/tests/system/checkconf/check-names-fail.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-names.db b/bin/tests/system/checkconf/check-names.db index 7763647fbc..0274ec96ac 100644 --- a/bin/tests/system/checkconf/check-names.db +++ b/bin/tests/system/checkconf/check-names.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-root-ksk-2010.conf b/bin/tests/system/checkconf/check-root-ksk-2010.conf index d499ca7544..d422635139 100644 --- a/bin/tests/system/checkconf/check-root-ksk-2010.conf +++ b/bin/tests/system/checkconf/check-root-ksk-2010.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-root-ksk-2017.conf b/bin/tests/system/checkconf/check-root-ksk-2017.conf index 2cdcc327b7..72f6fb4df8 100644 --- a/bin/tests/system/checkconf/check-root-ksk-2017.conf +++ b/bin/tests/system/checkconf/check-root-ksk-2017.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-root-ksk-both.conf b/bin/tests/system/checkconf/check-root-ksk-both.conf index 408e832ce1..88c308f2a3 100644 --- a/bin/tests/system/checkconf/check-root-ksk-both.conf +++ b/bin/tests/system/checkconf/check-root-ksk-both.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-root-static-ds.conf b/bin/tests/system/checkconf/check-root-static-ds.conf index 9f4f055260..eb37b855a1 100644 --- a/bin/tests/system/checkconf/check-root-static-ds.conf +++ b/bin/tests/system/checkconf/check-root-static-ds.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-root-static-key.conf b/bin/tests/system/checkconf/check-root-static-key.conf index 4f3bf5bdc7..7be5304c33 100644 --- a/bin/tests/system/checkconf/check-root-static-key.conf +++ b/bin/tests/system/checkconf/check-root-static-key.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-root-trusted-key.conf b/bin/tests/system/checkconf/check-root-trusted-key.conf index ebefd9c977..65261a8677 100644 --- a/bin/tests/system/checkconf/check-root-trusted-key.conf +++ b/bin/tests/system/checkconf/check-root-trusted-key.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-srv-cname-fail.conf b/bin/tests/system/checkconf/check-srv-cname-fail.conf index 840b7096da..3897bf8253 100644 --- a/bin/tests/system/checkconf/check-srv-cname-fail.conf +++ b/bin/tests/system/checkconf/check-srv-cname-fail.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/check-srv-cname.db b/bin/tests/system/checkconf/check-srv-cname.db index 8bc71bdbe7..0671ab18a1 100644 --- a/bin/tests/system/checkconf/check-srv-cname.db +++ b/bin/tests/system/checkconf/check-srv-cname.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/clean.sh b/bin/tests/system/checkconf/clean.sh index b8ed80b08e..5bdcb6e8e1 100644 --- a/bin/tests/system/checkconf/clean.sh +++ b/bin/tests/system/checkconf/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkconf/deprecated.conf b/bin/tests/system/checkconf/deprecated.conf index d4f30a0b0c..44607a042b 100644 --- a/bin/tests/system/checkconf/deprecated.conf +++ b/bin/tests/system/checkconf/deprecated.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/dlz-bad.conf b/bin/tests/system/checkconf/dlz-bad.conf index 3d703231cf..7332112036 100644 --- a/bin/tests/system/checkconf/dlz-bad.conf +++ b/bin/tests/system/checkconf/dlz-bad.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/dnssec.1 b/bin/tests/system/checkconf/dnssec.1 index edef76fde7..a466ac4071 100644 --- a/bin/tests/system/checkconf/dnssec.1 +++ b/bin/tests/system/checkconf/dnssec.1 @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/dnssec.2 b/bin/tests/system/checkconf/dnssec.2 index 56c4a52fe6..d71402ae49 100644 --- a/bin/tests/system/checkconf/dnssec.2 +++ b/bin/tests/system/checkconf/dnssec.2 @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-acl.conf b/bin/tests/system/checkconf/good-acl.conf index 532189916a..be32923292 100644 --- a/bin/tests/system/checkconf/good-acl.conf +++ b/bin/tests/system/checkconf/good-acl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-allow-update-forwarding-view.conf b/bin/tests/system/checkconf/good-allow-update-forwarding-view.conf index 0c2aeb8ddb..5bc9232978 100644 --- a/bin/tests/system/checkconf/good-allow-update-forwarding-view.conf +++ b/bin/tests/system/checkconf/good-allow-update-forwarding-view.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-allow-update-forwarding.conf b/bin/tests/system/checkconf/good-allow-update-forwarding.conf index 08203e1cf8..d7e89be0e5 100644 --- a/bin/tests/system/checkconf/good-allow-update-forwarding.conf +++ b/bin/tests/system/checkconf/good-allow-update-forwarding.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-allow-update-view.conf b/bin/tests/system/checkconf/good-allow-update-view.conf index a893b9a2c5..da799a201e 100644 --- a/bin/tests/system/checkconf/good-allow-update-view.conf +++ b/bin/tests/system/checkconf/good-allow-update-view.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-allow-update.conf b/bin/tests/system/checkconf/good-allow-update.conf index 67f41d6aa0..6b7a67ef09 100644 --- a/bin/tests/system/checkconf/good-allow-update.conf +++ b/bin/tests/system/checkconf/good-allow-update.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-class.conf b/bin/tests/system/checkconf/good-class.conf index 1839fe231b..2f8c321cb7 100644 --- a/bin/tests/system/checkconf/good-class.conf +++ b/bin/tests/system/checkconf/good-class.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-dnskey-validity-3660.conf b/bin/tests/system/checkconf/good-dnskey-validity-3660.conf index 2a69951faa..4e0a7ee908 100644 --- a/bin/tests/system/checkconf/good-dnskey-validity-3660.conf +++ b/bin/tests/system/checkconf/good-dnskey-validity-3660.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-dnskey-validity-zero.conf b/bin/tests/system/checkconf/good-dnskey-validity-zero.conf index 3f8967044b..5da41b869e 100644 --- a/bin/tests/system/checkconf/good-dnskey-validity-zero.conf +++ b/bin/tests/system/checkconf/good-dnskey-validity-zero.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-doh-1.conf b/bin/tests/system/checkconf/good-doh-1.conf index e99a9e4e70..0c642ecba0 100644 --- a/bin/tests/system/checkconf/good-doh-1.conf +++ b/bin/tests/system/checkconf/good-doh-1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-doh-2.conf b/bin/tests/system/checkconf/good-doh-2.conf index 52f2be3e9f..1bbe9e08cc 100644 --- a/bin/tests/system/checkconf/good-doh-2.conf +++ b/bin/tests/system/checkconf/good-doh-2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-doh-3.conf b/bin/tests/system/checkconf/good-doh-3.conf index c570e6c447..cd410b9074 100644 --- a/bin/tests/system/checkconf/good-doh-3.conf +++ b/bin/tests/system/checkconf/good-doh-3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-doh-4.conf b/bin/tests/system/checkconf/good-doh-4.conf index 2d4c342d43..d191347254 100644 --- a/bin/tests/system/checkconf/good-doh-4.conf +++ b/bin/tests/system/checkconf/good-doh-4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-doh-tlsopts.conf b/bin/tests/system/checkconf/good-doh-tlsopts.conf index 0de934bfe4..7ba4bdb598 100644 --- a/bin/tests/system/checkconf/good-doh-tlsopts.conf +++ b/bin/tests/system/checkconf/good-doh-tlsopts.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-dot-1.conf b/bin/tests/system/checkconf/good-dot-1.conf index 2a1729752d..d94616a839 100644 --- a/bin/tests/system/checkconf/good-dot-1.conf +++ b/bin/tests/system/checkconf/good-dot-1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-dot-allow-transfer-encrypted.conf b/bin/tests/system/checkconf/good-dot-allow-transfer-encrypted.conf index 96ec4cd857..74c7969c7e 100644 --- a/bin/tests/system/checkconf/good-dot-allow-transfer-encrypted.conf +++ b/bin/tests/system/checkconf/good-dot-allow-transfer-encrypted.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-dot-doh-tls-nokeycert.conf b/bin/tests/system/checkconf/good-dot-doh-tls-nokeycert.conf index fff3a5b176..5bff3e08ba 100644 --- a/bin/tests/system/checkconf/good-dot-doh-tls-nokeycert.conf +++ b/bin/tests/system/checkconf/good-dot-doh-tls-nokeycert.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-dot-primaries-ephemeral.conf b/bin/tests/system/checkconf/good-dot-primaries-ephemeral.conf index fbb9b98b39..2b33cf30b9 100644 --- a/bin/tests/system/checkconf/good-dot-primaries-ephemeral.conf +++ b/bin/tests/system/checkconf/good-dot-primaries-ephemeral.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-dot-primaries.conf b/bin/tests/system/checkconf/good-dot-primaries.conf index 3fbe289177..592a94cd29 100644 --- a/bin/tests/system/checkconf/good-dot-primaries.conf +++ b/bin/tests/system/checkconf/good-dot-primaries.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-dot-tlsopts.conf b/bin/tests/system/checkconf/good-dot-tlsopts.conf index e68e6211e3..fc7e248254 100644 --- a/bin/tests/system/checkconf/good-dot-tlsopts.conf +++ b/bin/tests/system/checkconf/good-dot-tlsopts.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-ds-key-1.conf b/bin/tests/system/checkconf/good-ds-key-1.conf index c222c60abe..de7de848e0 100644 --- a/bin/tests/system/checkconf/good-ds-key-1.conf +++ b/bin/tests/system/checkconf/good-ds-key-1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-ds-key-2.conf b/bin/tests/system/checkconf/good-ds-key-2.conf index 87adbb9439..060fb2f2d6 100644 --- a/bin/tests/system/checkconf/good-ds-key-2.conf +++ b/bin/tests/system/checkconf/good-ds-key-2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-dup-managed-key.conf b/bin/tests/system/checkconf/good-dup-managed-key.conf index ee738c70fb..2f91247e1d 100644 --- a/bin/tests/system/checkconf/good-dup-managed-key.conf +++ b/bin/tests/system/checkconf/good-dup-managed-key.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-dup-trusted-key.conf b/bin/tests/system/checkconf/good-dup-trusted-key.conf index fc344ba4e9..46089c46d3 100644 --- a/bin/tests/system/checkconf/good-dup-trusted-key.conf +++ b/bin/tests/system/checkconf/good-dup-trusted-key.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-glue-cache.conf b/bin/tests/system/checkconf/good-glue-cache.conf index f5e9f79ac3..fd5524b6a4 100644 --- a/bin/tests/system/checkconf/good-glue-cache.conf +++ b/bin/tests/system/checkconf/good-glue-cache.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-initial-ds.conf b/bin/tests/system/checkconf/good-initial-ds.conf index 01c25a364c..b54a2b390d 100644 --- a/bin/tests/system/checkconf/good-initial-ds.conf +++ b/bin/tests/system/checkconf/good-initial-ds.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-interface-interval.conf b/bin/tests/system/checkconf/good-interface-interval.conf index 16aee1d69f..60c50b37e8 100644 --- a/bin/tests/system/checkconf/good-interface-interval.conf +++ b/bin/tests/system/checkconf/good-interface-interval.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-kasp.conf b/bin/tests/system/checkconf/good-kasp.conf index d74b5d217e..7c8f929b00 100644 --- a/bin/tests/system/checkconf/good-kasp.conf +++ b/bin/tests/system/checkconf/good-kasp.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-key-directory.conf b/bin/tests/system/checkconf/good-key-directory.conf index 5b2df495d6..07deb28993 100644 --- a/bin/tests/system/checkconf/good-key-directory.conf +++ b/bin/tests/system/checkconf/good-key-directory.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-masterfile-format-raw.conf b/bin/tests/system/checkconf/good-masterfile-format-raw.conf index aa1386b81d..b6f3cbfefe 100644 --- a/bin/tests/system/checkconf/good-masterfile-format-raw.conf +++ b/bin/tests/system/checkconf/good-masterfile-format-raw.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-masterfile-format-text.conf b/bin/tests/system/checkconf/good-masterfile-format-text.conf index 34fbf3b8f2..8138058677 100644 --- a/bin/tests/system/checkconf/good-masterfile-format-text.conf +++ b/bin/tests/system/checkconf/good-masterfile-format-text.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-masters-and-primaries.conf b/bin/tests/system/checkconf/good-masters-and-primaries.conf index 156c63c3f5..d84657fce5 100644 --- a/bin/tests/system/checkconf/good-masters-and-primaries.conf +++ b/bin/tests/system/checkconf/good-masters-and-primaries.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-maxcachettl.conf b/bin/tests/system/checkconf/good-maxcachettl.conf index 2ebef0afd3..58f6901487 100644 --- a/bin/tests/system/checkconf/good-maxcachettl.conf +++ b/bin/tests/system/checkconf/good-maxcachettl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-maxncachettl.conf b/bin/tests/system/checkconf/good-maxncachettl.conf index 198f3bd568..80dc75362c 100644 --- a/bin/tests/system/checkconf/good-maxncachettl.conf +++ b/bin/tests/system/checkconf/good-maxncachettl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-maxratio1.conf b/bin/tests/system/checkconf/good-maxratio1.conf index b9d3a0fab6..4161a24b50 100644 --- a/bin/tests/system/checkconf/good-maxratio1.conf +++ b/bin/tests/system/checkconf/good-maxratio1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-maxratio2.conf b/bin/tests/system/checkconf/good-maxratio2.conf index 30f35666c2..0ef2f3c838 100644 --- a/bin/tests/system/checkconf/good-maxratio2.conf +++ b/bin/tests/system/checkconf/good-maxratio2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-mincachettl.conf b/bin/tests/system/checkconf/good-mincachettl.conf index 7afb8d005d..b619a73846 100644 --- a/bin/tests/system/checkconf/good-mincachettl.conf +++ b/bin/tests/system/checkconf/good-mincachettl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-minncachettl.conf b/bin/tests/system/checkconf/good-minncachettl.conf index 6bfc663f73..3e4101b4f8 100644 --- a/bin/tests/system/checkconf/good-minncachettl.conf +++ b/bin/tests/system/checkconf/good-minncachettl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-mirror-inherited-notify-yes.conf b/bin/tests/system/checkconf/good-mirror-inherited-notify-yes.conf index 241a77ca0c..09bbf94a0d 100644 --- a/bin/tests/system/checkconf/good-mirror-inherited-notify-yes.conf +++ b/bin/tests/system/checkconf/good-mirror-inherited-notify-yes.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-mirror-root-zone-without-masters.conf b/bin/tests/system/checkconf/good-mirror-root-zone-without-masters.conf index 1b7a1cdd6f..9723b7abaf 100644 --- a/bin/tests/system/checkconf/good-mirror-root-zone-without-masters.conf +++ b/bin/tests/system/checkconf/good-mirror-root-zone-without-masters.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-nested.conf b/bin/tests/system/checkconf/good-nested.conf index 4523b40108..12a027c095 100644 --- a/bin/tests/system/checkconf/good-nested.conf +++ b/bin/tests/system/checkconf/good-nested.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-notify-source-v6.conf b/bin/tests/system/checkconf/good-notify-source-v6.conf index 2f9558edd5..797f966c4f 100644 --- a/bin/tests/system/checkconf/good-notify-source-v6.conf +++ b/bin/tests/system/checkconf/good-notify-source-v6.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-notify-source.conf b/bin/tests/system/checkconf/good-notify-source.conf index 36c67c0451..6b97314149 100644 --- a/bin/tests/system/checkconf/good-notify-source.conf +++ b/bin/tests/system/checkconf/good-notify-source.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-options-also-notify.conf b/bin/tests/system/checkconf/good-options-also-notify.conf index 7f933fe42f..e10403db57 100644 --- a/bin/tests/system/checkconf/good-options-also-notify.conf +++ b/bin/tests/system/checkconf/good-options-also-notify.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-parental-source-v6.conf b/bin/tests/system/checkconf/good-parental-source-v6.conf index 82a0521512..fe998f101c 100644 --- a/bin/tests/system/checkconf/good-parental-source-v6.conf +++ b/bin/tests/system/checkconf/good-parental-source-v6.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-parental-source.conf b/bin/tests/system/checkconf/good-parental-source.conf index 48739750e5..e45856a9ef 100644 --- a/bin/tests/system/checkconf/good-parental-source.conf +++ b/bin/tests/system/checkconf/good-parental-source.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-printtime.conf b/bin/tests/system/checkconf/good-printtime.conf index deff1d878a..06bb7beece 100644 --- a/bin/tests/system/checkconf/good-printtime.conf +++ b/bin/tests/system/checkconf/good-printtime.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-response-dot.conf b/bin/tests/system/checkconf/good-response-dot.conf index 23e6a43c7c..f21daeb193 100644 --- a/bin/tests/system/checkconf/good-response-dot.conf +++ b/bin/tests/system/checkconf/good-response-dot.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-rpz-ttl.conf b/bin/tests/system/checkconf/good-rpz-ttl.conf index 15c826d79a..26d41bbea3 100644 --- a/bin/tests/system/checkconf/good-rpz-ttl.conf +++ b/bin/tests/system/checkconf/good-rpz-ttl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-rpz-update.conf b/bin/tests/system/checkconf/good-rpz-update.conf index 23c6475ba3..34b3ec5cdb 100644 --- a/bin/tests/system/checkconf/good-rpz-update.conf +++ b/bin/tests/system/checkconf/good-rpz-update.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-rrset-order-none.conf b/bin/tests/system/checkconf/good-rrset-order-none.conf index afd0ab660b..f0818ca630 100644 --- a/bin/tests/system/checkconf/good-rrset-order-none.conf +++ b/bin/tests/system/checkconf/good-rrset-order-none.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { rrset-order { order none; diff --git a/bin/tests/system/checkconf/good-server-christmas-tree.conf.in b/bin/tests/system/checkconf/good-server-christmas-tree.conf.in index ce8bd87203..a786a11cb1 100644 --- a/bin/tests/system/checkconf/good-server-christmas-tree.conf.in +++ b/bin/tests/system/checkconf/good-server-christmas-tree.conf.in @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + key example { algorithm hmac-sha256; secret "aaaaaaaaaaaaaaaaaaaaaaaa"; diff --git a/bin/tests/system/checkconf/good-sig-signing-type.conf b/bin/tests/system/checkconf/good-sig-signing-type.conf index 0cee6a7f68..dda1b73303 100644 --- a/bin/tests/system/checkconf/good-sig-signing-type.conf +++ b/bin/tests/system/checkconf/good-sig-signing-type.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + zone example { type primary; file "example.db"; diff --git a/bin/tests/system/checkconf/good-static-ds.conf b/bin/tests/system/checkconf/good-static-ds.conf index dcb59d4ed1..be7412ac60 100644 --- a/bin/tests/system/checkconf/good-static-ds.conf +++ b/bin/tests/system/checkconf/good-static-ds.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-transfer-source-v6.conf b/bin/tests/system/checkconf/good-transfer-source-v6.conf index 2cb133033a..0527b85395 100644 --- a/bin/tests/system/checkconf/good-transfer-source-v6.conf +++ b/bin/tests/system/checkconf/good-transfer-source-v6.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-transfer-source.conf b/bin/tests/system/checkconf/good-transfer-source.conf index 5273457bb3..df23d1cb53 100644 --- a/bin/tests/system/checkconf/good-transfer-source.conf +++ b/bin/tests/system/checkconf/good-transfer-source.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy1.conf b/bin/tests/system/checkconf/good-update-policy1.conf index 98990d5b3b..b312590d37 100644 --- a/bin/tests/system/checkconf/good-update-policy1.conf +++ b/bin/tests/system/checkconf/good-update-policy1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy10.conf b/bin/tests/system/checkconf/good-update-policy10.conf index 2ee3e5f206..360583496c 100644 --- a/bin/tests/system/checkconf/good-update-policy10.conf +++ b/bin/tests/system/checkconf/good-update-policy10.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy11.conf b/bin/tests/system/checkconf/good-update-policy11.conf index 72dd66824a..92be3400d0 100644 --- a/bin/tests/system/checkconf/good-update-policy11.conf +++ b/bin/tests/system/checkconf/good-update-policy11.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy12.conf b/bin/tests/system/checkconf/good-update-policy12.conf index b1ec61181f..b76e5831ba 100644 --- a/bin/tests/system/checkconf/good-update-policy12.conf +++ b/bin/tests/system/checkconf/good-update-policy12.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy13.conf b/bin/tests/system/checkconf/good-update-policy13.conf index 5c0a8c9f76..e0030e8503 100644 --- a/bin/tests/system/checkconf/good-update-policy13.conf +++ b/bin/tests/system/checkconf/good-update-policy13.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy2.conf b/bin/tests/system/checkconf/good-update-policy2.conf index b0f8716d37..9af4d8a152 100644 --- a/bin/tests/system/checkconf/good-update-policy2.conf +++ b/bin/tests/system/checkconf/good-update-policy2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy3.conf b/bin/tests/system/checkconf/good-update-policy3.conf index b5110cf423..2d4f8ee6c6 100644 --- a/bin/tests/system/checkconf/good-update-policy3.conf +++ b/bin/tests/system/checkconf/good-update-policy3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy4.conf b/bin/tests/system/checkconf/good-update-policy4.conf index 204f9a4d18..480ec5e5ed 100644 --- a/bin/tests/system/checkconf/good-update-policy4.conf +++ b/bin/tests/system/checkconf/good-update-policy4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy5.conf b/bin/tests/system/checkconf/good-update-policy5.conf index fcbf609134..561918874e 100644 --- a/bin/tests/system/checkconf/good-update-policy5.conf +++ b/bin/tests/system/checkconf/good-update-policy5.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy6.conf b/bin/tests/system/checkconf/good-update-policy6.conf index e51c0a0484..7e9d8c0abd 100644 --- a/bin/tests/system/checkconf/good-update-policy6.conf +++ b/bin/tests/system/checkconf/good-update-policy6.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy7.conf b/bin/tests/system/checkconf/good-update-policy7.conf index af7acfc636..8b0b821812 100644 --- a/bin/tests/system/checkconf/good-update-policy7.conf +++ b/bin/tests/system/checkconf/good-update-policy7.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy8.conf b/bin/tests/system/checkconf/good-update-policy8.conf index 4ee42388d1..b00e8c4786 100644 --- a/bin/tests/system/checkconf/good-update-policy8.conf +++ b/bin/tests/system/checkconf/good-update-policy8.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-update-policy9.conf b/bin/tests/system/checkconf/good-update-policy9.conf index cce3fc3888..491e07c3f3 100644 --- a/bin/tests/system/checkconf/good-update-policy9.conf +++ b/bin/tests/system/checkconf/good-update-policy9.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good-view-also-notify.conf b/bin/tests/system/checkconf/good-view-also-notify.conf index 0998da0ee7..54d90ba53f 100644 --- a/bin/tests/system/checkconf/good-view-also-notify.conf +++ b/bin/tests/system/checkconf/good-view-also-notify.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/good.conf b/bin/tests/system/checkconf/good.conf index 2373425ad7..897dc864d6 100644 --- a/bin/tests/system/checkconf/good.conf +++ b/bin/tests/system/checkconf/good.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/hint-nofile.conf b/bin/tests/system/checkconf/hint-nofile.conf index f0ef89fb14..1d1dee2e87 100644 --- a/bin/tests/system/checkconf/hint-nofile.conf +++ b/bin/tests/system/checkconf/hint-nofile.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/in-view-good.conf b/bin/tests/system/checkconf/in-view-good.conf index 7ee67539b6..e5e860dc71 100644 --- a/bin/tests/system/checkconf/in-view-good.conf +++ b/bin/tests/system/checkconf/in-view-good.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/inline-bad.conf b/bin/tests/system/checkconf/inline-bad.conf index 21a0eef06c..17dcb6bdf3 100644 --- a/bin/tests/system/checkconf/inline-bad.conf +++ b/bin/tests/system/checkconf/inline-bad.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/inline-good.conf b/bin/tests/system/checkconf/inline-good.conf index fff69e1ab8..f588bcdd81 100644 --- a/bin/tests/system/checkconf/inline-good.conf +++ b/bin/tests/system/checkconf/inline-good.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/inline-no.conf b/bin/tests/system/checkconf/inline-no.conf index 3fc3581d5a..f6dbc5ac75 100644 --- a/bin/tests/system/checkconf/inline-no.conf +++ b/bin/tests/system/checkconf/inline-no.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/kasp-and-other-dnssec-options.conf b/bin/tests/system/checkconf/kasp-and-other-dnssec-options.conf index 83e2ce5d8c..bac45894dc 100644 --- a/bin/tests/system/checkconf/kasp-and-other-dnssec-options.conf +++ b/bin/tests/system/checkconf/kasp-and-other-dnssec-options.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/kasp-bad-keylen.conf b/bin/tests/system/checkconf/kasp-bad-keylen.conf index ae539df503..f86b8923a6 100644 --- a/bin/tests/system/checkconf/kasp-bad-keylen.conf +++ b/bin/tests/system/checkconf/kasp-bad-keylen.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/kasp-bad-nsec3-alg.conf b/bin/tests/system/checkconf/kasp-bad-nsec3-alg.conf index c6e9ffa4a6..8691b6c9c3 100644 --- a/bin/tests/system/checkconf/kasp-bad-nsec3-alg.conf +++ b/bin/tests/system/checkconf/kasp-bad-nsec3-alg.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/kasp-bad-nsec3-iter.conf b/bin/tests/system/checkconf/kasp-bad-nsec3-iter.conf index d97598c446..8dc710f29c 100644 --- a/bin/tests/system/checkconf/kasp-bad-nsec3-iter.conf +++ b/bin/tests/system/checkconf/kasp-bad-nsec3-iter.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/kasp-bad-nsec3-salt.conf b/bin/tests/system/checkconf/kasp-bad-nsec3-salt.conf index d75bdfdb0b..708e5809fe 100644 --- a/bin/tests/system/checkconf/kasp-bad-nsec3-salt.conf +++ b/bin/tests/system/checkconf/kasp-bad-nsec3-salt.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/kasp-ignore-keylen.conf b/bin/tests/system/checkconf/kasp-ignore-keylen.conf index 141b4d4831..fae3e4120d 100644 --- a/bin/tests/system/checkconf/kasp-ignore-keylen.conf +++ b/bin/tests/system/checkconf/kasp-ignore-keylen.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/lmdb-mapsize-largest.conf b/bin/tests/system/checkconf/lmdb-mapsize-largest.conf index a01fbc494a..a55b835435 100644 --- a/bin/tests/system/checkconf/lmdb-mapsize-largest.conf +++ b/bin/tests/system/checkconf/lmdb-mapsize-largest.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/lmdb-mapsize-smallest.conf b/bin/tests/system/checkconf/lmdb-mapsize-smallest.conf index 797395f83e..447870679b 100644 --- a/bin/tests/system/checkconf/lmdb-mapsize-smallest.conf +++ b/bin/tests/system/checkconf/lmdb-mapsize-smallest.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/max-cache-size-good.conf b/bin/tests/system/checkconf/max-cache-size-good.conf index ff9dc8fc9e..bb1277587b 100644 --- a/bin/tests/system/checkconf/max-cache-size-good.conf +++ b/bin/tests/system/checkconf/max-cache-size-good.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/max-ttl.conf b/bin/tests/system/checkconf/max-ttl.conf index b0a6b131bc..b91a5fdcb3 100644 --- a/bin/tests/system/checkconf/max-ttl.conf +++ b/bin/tests/system/checkconf/max-ttl.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/maxttl-bad.conf b/bin/tests/system/checkconf/maxttl-bad.conf index b5ac4b9340..66bbebd296 100644 --- a/bin/tests/system/checkconf/maxttl-bad.conf +++ b/bin/tests/system/checkconf/maxttl-bad.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/maxttl-bad.db b/bin/tests/system/checkconf/maxttl-bad.db index 9c8aa7e19e..978f0ecf19 100644 --- a/bin/tests/system/checkconf/maxttl-bad.db +++ b/bin/tests/system/checkconf/maxttl-bad.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/maxttl.db b/bin/tests/system/checkconf/maxttl.db index 21536b484f..3ad695ea98 100644 --- a/bin/tests/system/checkconf/maxttl.db +++ b/bin/tests/system/checkconf/maxttl.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/notify.conf b/bin/tests/system/checkconf/notify.conf index 1b562a2d36..297811886f 100644 --- a/bin/tests/system/checkconf/notify.conf +++ b/bin/tests/system/checkconf/notify.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/portrange-good.conf b/bin/tests/system/checkconf/portrange-good.conf index e02097f138..c4eb582599 100644 --- a/bin/tests/system/checkconf/portrange-good.conf +++ b/bin/tests/system/checkconf/portrange-good.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/range.conf b/bin/tests/system/checkconf/range.conf index 8a4fe76c82..8fb8f028b1 100644 --- a/bin/tests/system/checkconf/range.conf +++ b/bin/tests/system/checkconf/range.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/servestale.stale-refresh-time.0.conf b/bin/tests/system/checkconf/servestale.stale-refresh-time.0.conf index 2e58140c2a..3ff6b0d0e2 100644 --- a/bin/tests/system/checkconf/servestale.stale-refresh-time.0.conf +++ b/bin/tests/system/checkconf/servestale.stale-refresh-time.0.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/servestale.stale-refresh-time.29.conf b/bin/tests/system/checkconf/servestale.stale-refresh-time.29.conf index 92fe8dcf8c..9e0669c5c9 100644 --- a/bin/tests/system/checkconf/servestale.stale-refresh-time.29.conf +++ b/bin/tests/system/checkconf/servestale.stale-refresh-time.29.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/setup.sh b/bin/tests/system/checkconf/setup.sh index a424eef33c..85eca861b1 100644 --- a/bin/tests/system/checkconf/setup.sh +++ b/bin/tests/system/checkconf/setup.sh @@ -1,7 +1,10 @@ +#!/bin/sh # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkconf/shared.example.db b/bin/tests/system/checkconf/shared.example.db index 7b40db9c33..5dcdd1bba7 100644 --- a/bin/tests/system/checkconf/shared.example.db +++ b/bin/tests/system/checkconf/shared.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/tests.sh b/bin/tests/system/checkconf/tests.sh index 0434db77b9..5c159924c7 100644 --- a/bin/tests/system/checkconf/tests.sh +++ b/bin/tests/system/checkconf/tests.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkconf/view-class-any1.conf b/bin/tests/system/checkconf/view-class-any1.conf index 9832ce02aa..8b39456692 100644 --- a/bin/tests/system/checkconf/view-class-any1.conf +++ b/bin/tests/system/checkconf/view-class-any1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/view-class-any2.conf b/bin/tests/system/checkconf/view-class-any2.conf index 03f08030df..049ccf6cb9 100644 --- a/bin/tests/system/checkconf/view-class-any2.conf +++ b/bin/tests/system/checkconf/view-class-any2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/view-class-in1.conf b/bin/tests/system/checkconf/view-class-in1.conf index 794f9e00de..1d203e6253 100644 --- a/bin/tests/system/checkconf/view-class-in1.conf +++ b/bin/tests/system/checkconf/view-class-in1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/view-class-in2.conf b/bin/tests/system/checkconf/view-class-in2.conf index c519b1a66b..38b356e706 100644 --- a/bin/tests/system/checkconf/view-class-in2.conf +++ b/bin/tests/system/checkconf/view-class-in2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/warn-keydir.conf b/bin/tests/system/checkconf/warn-keydir.conf index 1833932d26..960007149b 100644 --- a/bin/tests/system/checkconf/warn-keydir.conf +++ b/bin/tests/system/checkconf/warn-keydir.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/warn-maxratio1.conf b/bin/tests/system/checkconf/warn-maxratio1.conf index d01f355a34..eedf2633a7 100644 --- a/bin/tests/system/checkconf/warn-maxratio1.conf +++ b/bin/tests/system/checkconf/warn-maxratio1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/warn-notify-source.conf b/bin/tests/system/checkconf/warn-notify-source.conf index 523844d0d9..4d840ccce9 100644 --- a/bin/tests/system/checkconf/warn-notify-source.conf +++ b/bin/tests/system/checkconf/warn-notify-source.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/warn-parental-source.conf b/bin/tests/system/checkconf/warn-parental-source.conf index 1cc73b7689..2bbb34bcf3 100644 --- a/bin/tests/system/checkconf/warn-parental-source.conf +++ b/bin/tests/system/checkconf/warn-parental-source.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkconf/warn-transfer-source.conf b/bin/tests/system/checkconf/warn-transfer-source.conf index 8def281cf9..eb31041ec4 100644 --- a/bin/tests/system/checkconf/warn-transfer-source.conf +++ b/bin/tests/system/checkconf/warn-transfer-source.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkds/README b/bin/tests/system/checkds/README index 4c426cb45d..759c4bd336 100644 --- a/bin/tests/system/checkds/README +++ b/bin/tests/system/checkds/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. The test setup for the checkds tests. diff --git a/bin/tests/system/checkds/clean.sh b/bin/tests/system/checkds/clean.sh index bb0bf1c4ea..74bf4217cb 100644 --- a/bin/tests/system/checkds/clean.sh +++ b/bin/tests/system/checkds/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkds/conftest.py b/bin/tests/system/checkds/conftest.py index a491ff435a..bfe2ff40c6 100644 --- a/bin/tests/system/checkds/conftest.py +++ b/bin/tests/system/checkds/conftest.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import os import pytest diff --git a/bin/tests/system/checkds/ns2/named.conf.in b/bin/tests/system/checkds/ns2/named.conf.in index c22e27987b..44a577617d 100644 --- a/bin/tests/system/checkds/ns2/named.conf.in +++ b/bin/tests/system/checkds/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkds/ns2/setup.sh b/bin/tests/system/checkds/ns2/setup.sh index d3f178408a..57c7f0a506 100644 --- a/bin/tests/system/checkds/ns2/setup.sh +++ b/bin/tests/system/checkds/ns2/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkds/ns2/template.db.in b/bin/tests/system/checkds/ns2/template.db.in index e9e66f20ca..ede62efec4 100644 --- a/bin/tests/system/checkds/ns2/template.db.in +++ b/bin/tests/system/checkds/ns2/template.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkds/ns4/named.conf.in b/bin/tests/system/checkds/ns4/named.conf.in index 6de6692597..b5421eb1be 100644 --- a/bin/tests/system/checkds/ns4/named.conf.in +++ b/bin/tests/system/checkds/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkds/ns5/named.conf.in b/bin/tests/system/checkds/ns5/named.conf.in index 8b2e4b15ed..baab6be82e 100644 --- a/bin/tests/system/checkds/ns5/named.conf.in +++ b/bin/tests/system/checkds/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkds/ns5/setup.sh b/bin/tests/system/checkds/ns5/setup.sh index 8759366780..79d7b71c26 100644 --- a/bin/tests/system/checkds/ns5/setup.sh +++ b/bin/tests/system/checkds/ns5/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkds/ns5/template.db.in b/bin/tests/system/checkds/ns5/template.db.in index 5ff796a102..ac3eb8e6b1 100644 --- a/bin/tests/system/checkds/ns5/template.db.in +++ b/bin/tests/system/checkds/ns5/template.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkds/ns6/named.conf.in b/bin/tests/system/checkds/ns6/named.conf.in index d9d1a1d8dd..53d3a167ed 100644 --- a/bin/tests/system/checkds/ns6/named.conf.in +++ b/bin/tests/system/checkds/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkds/ns7/named.conf.in b/bin/tests/system/checkds/ns7/named.conf.in index 3bd74690cd..a3e3e1527b 100644 --- a/bin/tests/system/checkds/ns7/named.conf.in +++ b/bin/tests/system/checkds/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checkds/ns9/named.conf.in b/bin/tests/system/checkds/ns9/named.conf.in index 7252d466c8..8f0dfeab0d 100644 --- a/bin/tests/system/checkds/ns9/named.conf.in +++ b/bin/tests/system/checkds/ns9/named.conf.in @@ -1,3 +1,15 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ // NS9 diff --git a/bin/tests/system/checkds/ns9/setup.sh b/bin/tests/system/checkds/ns9/setup.sh index 57554d3dd3..e5a1253497 100644 --- a/bin/tests/system/checkds/ns9/setup.sh +++ b/bin/tests/system/checkds/ns9/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkds/ns9/template.db.in b/bin/tests/system/checkds/ns9/template.db.in index 36404a903c..cf0601502e 100644 --- a/bin/tests/system/checkds/ns9/template.db.in +++ b/bin/tests/system/checkds/ns9/template.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkds/setup.sh b/bin/tests/system/checkds/setup.sh index 2261e15745..93c73b6b76 100644 --- a/bin/tests/system/checkds/setup.sh +++ b/bin/tests/system/checkds/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkds/tests-checkds.py b/bin/tests/system/checkds/tests-checkds.py index 2561a17024..a774d43345 100755 --- a/bin/tests/system/checkds/tests-checkds.py +++ b/bin/tests/system/checkds/tests-checkds.py @@ -1,14 +1,15 @@ #!/usr/bin/python3 -############################################################################ + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import mmap import os diff --git a/bin/tests/system/checknames/clean.sh b/bin/tests/system/checknames/clean.sh index 9131a7f2c1..fcbd504469 100644 --- a/bin/tests/system/checknames/clean.sh +++ b/bin/tests/system/checknames/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checknames/ns1/fail.example.db.in b/bin/tests/system/checknames/ns1/fail.example.db.in index a984471212..c4c06c3681 100644 --- a/bin/tests/system/checknames/ns1/fail.example.db.in +++ b/bin/tests/system/checknames/ns1/fail.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns1/fail.update.db.in b/bin/tests/system/checknames/ns1/fail.update.db.in index 218f6bc35b..a360cfd5d3 100644 --- a/bin/tests/system/checknames/ns1/fail.update.db.in +++ b/bin/tests/system/checknames/ns1/fail.update.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns1/ignore.example.db.in b/bin/tests/system/checknames/ns1/ignore.example.db.in index 050041e2eb..148fa6ab68 100644 --- a/bin/tests/system/checknames/ns1/ignore.example.db.in +++ b/bin/tests/system/checknames/ns1/ignore.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns1/ignore.update.db.in b/bin/tests/system/checknames/ns1/ignore.update.db.in index f7864ab322..0925cef3b8 100644 --- a/bin/tests/system/checknames/ns1/ignore.update.db.in +++ b/bin/tests/system/checknames/ns1/ignore.update.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns1/named.conf.in b/bin/tests/system/checknames/ns1/named.conf.in index 11ddbc2f26..a6a3a663f4 100644 --- a/bin/tests/system/checknames/ns1/named.conf.in +++ b/bin/tests/system/checknames/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns1/root.db b/bin/tests/system/checknames/ns1/root.db index 1a0d44bdc5..bc026a54d1 100644 --- a/bin/tests/system/checknames/ns1/root.db +++ b/bin/tests/system/checknames/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns1/warn.example.db.in b/bin/tests/system/checknames/ns1/warn.example.db.in index bc4d1c08fc..7b636fdca1 100644 --- a/bin/tests/system/checknames/ns1/warn.example.db.in +++ b/bin/tests/system/checknames/ns1/warn.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns1/warn.update.db.in b/bin/tests/system/checknames/ns1/warn.update.db.in index 1bf280a907..9a9af979a9 100644 --- a/bin/tests/system/checknames/ns1/warn.update.db.in +++ b/bin/tests/system/checknames/ns1/warn.update.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns2/named.conf.in b/bin/tests/system/checknames/ns2/named.conf.in index 84699440c8..3ba62e1a8d 100644 --- a/bin/tests/system/checknames/ns2/named.conf.in +++ b/bin/tests/system/checknames/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns2/root.hints b/bin/tests/system/checknames/ns2/root.hints index 962d33d9d0..5e89d74e6c 100644 --- a/bin/tests/system/checknames/ns2/root.hints +++ b/bin/tests/system/checknames/ns2/root.hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns3/named.conf.in b/bin/tests/system/checknames/ns3/named.conf.in index 00c6836d50..7c0cacb5ae 100644 --- a/bin/tests/system/checknames/ns3/named.conf.in +++ b/bin/tests/system/checknames/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns3/root.hints b/bin/tests/system/checknames/ns3/root.hints index 962d33d9d0..5e89d74e6c 100644 --- a/bin/tests/system/checknames/ns3/root.hints +++ b/bin/tests/system/checknames/ns3/root.hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns4/named.conf.in b/bin/tests/system/checknames/ns4/named.conf.in index 62b807edee..f0cb87093b 100644 --- a/bin/tests/system/checknames/ns4/named.conf.in +++ b/bin/tests/system/checknames/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns4/primary-ignore.update.db.in b/bin/tests/system/checknames/ns4/primary-ignore.update.db.in index 7b2270f097..b343cb1ed3 100644 --- a/bin/tests/system/checknames/ns4/primary-ignore.update.db.in +++ b/bin/tests/system/checknames/ns4/primary-ignore.update.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns4/root.hints b/bin/tests/system/checknames/ns4/root.hints index 962d33d9d0..5e89d74e6c 100644 --- a/bin/tests/system/checknames/ns4/root.hints +++ b/bin/tests/system/checknames/ns4/root.hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns5/master-ignore.update.db.in b/bin/tests/system/checknames/ns5/master-ignore.update.db.in index a3be758c29..1057248842 100644 --- a/bin/tests/system/checknames/ns5/master-ignore.update.db.in +++ b/bin/tests/system/checknames/ns5/master-ignore.update.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns5/named.conf.in b/bin/tests/system/checknames/ns5/named.conf.in index d5c4244a33..1797aa1eb2 100644 --- a/bin/tests/system/checknames/ns5/named.conf.in +++ b/bin/tests/system/checknames/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/checknames/ns5/root.hints b/bin/tests/system/checknames/ns5/root.hints index 962d33d9d0..5e89d74e6c 100644 --- a/bin/tests/system/checknames/ns5/root.hints +++ b/bin/tests/system/checknames/ns5/root.hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checknames/setup.sh b/bin/tests/system/checknames/setup.sh index 62eb66c85a..231f4f63a2 100644 --- a/bin/tests/system/checknames/setup.sh +++ b/bin/tests/system/checknames/setup.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checknames/tests.sh b/bin/tests/system/checknames/tests.sh index ac92894973..085e228b9e 100644 --- a/bin/tests/system/checknames/tests.sh +++ b/bin/tests/system/checknames/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkzone/clean.sh b/bin/tests/system/checkzone/clean.sh index f04c365be6..08c016cb40 100644 --- a/bin/tests/system/checkzone/clean.sh +++ b/bin/tests/system/checkzone/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkzone/setup.sh b/bin/tests/system/checkzone/setup.sh index 5336873824..f143347c89 100644 --- a/bin/tests/system/checkzone/setup.sh +++ b/bin/tests/system/checkzone/setup.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkzone/tests.sh b/bin/tests/system/checkzone/tests.sh index 895097c56f..95c3b26b12 100644 --- a/bin/tests/system/checkzone/tests.sh +++ b/bin/tests/system/checkzone/tests.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/checkzone/zones/bad-caa-rr.db b/bin/tests/system/checkzone/zones/bad-caa-rr.db index 9d22cd33273a1901a173bb452e597e57b80320df..fb7b8618dac22d8a4eccbb1ac66afebfdef6e88d 100644 GIT binary patch delta 17 Zcmcb?a+77k1;)yW7bO{sH@?ba1OP^12aNy# delta 15 Xcmcb~a)V{U1;)sU7bQ2o&SL}sIRggz diff --git a/bin/tests/system/checkzone/zones/bad-cdnskey.db b/bin/tests/system/checkzone/zones/bad-cdnskey.db index 9247247ae5..d109423759 100644 --- a/bin/tests/system/checkzone/zones/bad-cdnskey.db +++ b/bin/tests/system/checkzone/zones/bad-cdnskey.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + example. 0 SOA . . 0 0 0 0 0 example. 0 NS . example. 0 DNSKEY 257 3 10 AwEAAbqjg7xdvnU2Q/gtLw5LOfr5cDeTRjYuEbkzGrUiVSOSoxcTxuao WS/AFPQHuD8OSLiE/CeZ087JowREXl058rRfae8KMrveY17V0wmKs9N1 F1wf/hRDpXiThlRHWlskp8eSEEIqYrrHgWTesy/xDGIEOFM1gwRo0w8j KdRRJeL2hseTMa+m3rTzrYudUsI0BHLW8PiDUCbG5xgdee8/5YR4847i AAqHIiPJ1Z/IT53OIjMmtv5BUykZ8RYjlJxxX+C+dpRKiK73SQaR3hCB XAYOL9WsDp2/fpmEZpewavkMkdC+j2CX+z27MCS3ASO0AeKK0lcNXwND kgreE+Kr7gc= diff --git a/bin/tests/system/checkzone/zones/bad-cds.db b/bin/tests/system/checkzone/zones/bad-cds.db index a412c1ed0a..2ce4a0d0da 100644 --- a/bin/tests/system/checkzone/zones/bad-cds.db +++ b/bin/tests/system/checkzone/zones/bad-cds.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + example. 0 SOA . . 0 0 0 0 0 example. 0 NS . example. 0 DNSKEY 257 3 10 AwEAAbqjg7xdvnU2Q/gtLw5LOfr5cDeTRjYuEbkzGrUiVSOSoxcTxuao WS/AFPQHuD8OSLiE/CeZ087JowREXl058rRfae8KMrveY17V0wmKs9N1 F1wf/hRDpXiThlRHWlskp8eSEEIqYrrHgWTesy/xDGIEOFM1gwRo0w8j KdRRJeL2hseTMa+m3rTzrYudUsI0BHLW8PiDUCbG5xgdee8/5YR4847i AAqHIiPJ1Z/IT53OIjMmtv5BUykZ8RYjlJxxX+C+dpRKiK73SQaR3hCB XAYOL9WsDp2/fpmEZpewavkMkdC+j2CX+z27MCS3ASO0AeKK0lcNXwND kgreE+Kr7gc= diff --git a/bin/tests/system/checkzone/zones/bad-dhcid.db b/bin/tests/system/checkzone/zones/bad-dhcid.db index 74381086d4..df36eb7d91 100644 --- a/bin/tests/system/checkzone/zones/bad-dhcid.db +++ b/bin/tests/system/checkzone/zones/bad-dhcid.db @@ -1,2 +1,13 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + @ 3600 DHCID @ 3600 DHCID diff --git a/bin/tests/system/checkzone/zones/bad-dns-sd-reverse.db b/bin/tests/system/checkzone/zones/bad-dns-sd-reverse.db index 9635a7ab1e..c766c8f0de 100644 --- a/bin/tests/system/checkzone/zones/bad-dns-sd-reverse.db +++ b/bin/tests/system/checkzone/zones/bad-dns-sd-reverse.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad-ds.db b/bin/tests/system/checkzone/zones/bad-ds.db index 723843a995..9363cb0ae0 100644 --- a/bin/tests/system/checkzone/zones/bad-ds.db +++ b/bin/tests/system/checkzone/zones/bad-ds.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + example. 0 SOA . . 0 0 0 0 0 example. 0 NS . example. 0 DNSKEY 257 3 10 AwEAAbqjg7xdvnU2Q/gtLw5LOfr5cDeTRjYuEbkzGrUiVSOSoxcTxuao WS/AFPQHuD8OSLiE/CeZ087JowREXl058rRfae8KMrveY17V0wmKs9N1 F1wf/hRDpXiThlRHWlskp8eSEEIqYrrHgWTesy/xDGIEOFM1gwRo0w8j KdRRJeL2hseTMa+m3rTzrYudUsI0BHLW8PiDUCbG5xgdee8/5YR4847i AAqHIiPJ1Z/IT53OIjMmtv5BUykZ8RYjlJxxX+C+dpRKiK73SQaR3hCB XAYOL9WsDp2/fpmEZpewavkMkdC+j2CX+z27MCS3ASO0AeKK0lcNXwND kgreE+Kr7gc= diff --git a/bin/tests/system/checkzone/zones/bad-eid.db b/bin/tests/system/checkzone/zones/bad-eid.db index 65a44fd83e..ba568ef09f 100644 --- a/bin/tests/system/checkzone/zones/bad-eid.db +++ b/bin/tests/system/checkzone/zones/bad-eid.db @@ -1,2 +1,13 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + @ EID @ EID diff --git a/bin/tests/system/checkzone/zones/bad-generate-tkey.db b/bin/tests/system/checkzone/zones/bad-generate-tkey.db index f86f15c793..8c05e51dfc 100644 --- a/bin/tests/system/checkzone/zones/bad-generate-tkey.db +++ b/bin/tests/system/checkzone/zones/bad-generate-tkey.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad-nimloc.db b/bin/tests/system/checkzone/zones/bad-nimloc.db index fa059416d9..56d04c627b 100644 --- a/bin/tests/system/checkzone/zones/bad-nimloc.db +++ b/bin/tests/system/checkzone/zones/bad-nimloc.db @@ -1,2 +1,10 @@ -@ 3600 NIMLOC -@ 3600 NIMLOC +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. \ No newline at end of file diff --git a/bin/tests/system/checkzone/zones/bad-nsap-empty.db b/bin/tests/system/checkzone/zones/bad-nsap-empty.db index 3ed2451a8a..fb8fdd04db 100644 --- a/bin/tests/system/checkzone/zones/bad-nsap-empty.db +++ b/bin/tests/system/checkzone/zones/bad-nsap-empty.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad-nsap-odd-nibble.db b/bin/tests/system/checkzone/zones/bad-nsap-odd-nibble.db index f8c82f5a07..d287648ec6 100644 --- a/bin/tests/system/checkzone/zones/bad-nsap-odd-nibble.db +++ b/bin/tests/system/checkzone/zones/bad-nsap-odd-nibble.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad-nsec3-padded.db b/bin/tests/system/checkzone/zones/bad-nsec3-padded.db index 77d8ead2ab..8212bc4588 100644 --- a/bin/tests/system/checkzone/zones/bad-nsec3-padded.db +++ b/bin/tests/system/checkzone/zones/bad-nsec3-padded.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad-nsec3owner-padded.db b/bin/tests/system/checkzone/zones/bad-nsec3owner-padded.db index 3f9bbb6a9c..bf3c5abc46 100644 --- a/bin/tests/system/checkzone/zones/bad-nsec3owner-padded.db +++ b/bin/tests/system/checkzone/zones/bad-nsec3owner-padded.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad-svcb-mandatory.db b/bin/tests/system/checkzone/zones/bad-svcb-mandatory.db index d7048798e9..368f0ca309 100644 --- a/bin/tests/system/checkzone/zones/bad-svcb-mandatory.db +++ b/bin/tests/system/checkzone/zones/bad-svcb-mandatory.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad-svcb-servername.db b/bin/tests/system/checkzone/zones/bad-svcb-servername.db index 91fc2dfe32..61751a02c3 100644 --- a/bin/tests/system/checkzone/zones/bad-svcb-servername.db +++ b/bin/tests/system/checkzone/zones/bad-svcb-servername.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad-svcb.db b/bin/tests/system/checkzone/zones/bad-svcb.db index d40e8db980..ad710bf0cc 100644 --- a/bin/tests/system/checkzone/zones/bad-svcb.db +++ b/bin/tests/system/checkzone/zones/bad-svcb.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad-tkey.db b/bin/tests/system/checkzone/zones/bad-tkey.db index 00f25db9a8..a030074985 100644 --- a/bin/tests/system/checkzone/zones/bad-tkey.db +++ b/bin/tests/system/checkzone/zones/bad-tkey.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad-tsig.db b/bin/tests/system/checkzone/zones/bad-tsig.db index 76af2e9a2b..53c2f8c114 100644 --- a/bin/tests/system/checkzone/zones/bad-tsig.db +++ b/bin/tests/system/checkzone/zones/bad-tsig.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad-unspec.db b/bin/tests/system/checkzone/zones/bad-unspec.db index 2352ff95f0..e5abefea21 100644 --- a/bin/tests/system/checkzone/zones/bad-unspec.db +++ b/bin/tests/system/checkzone/zones/bad-unspec.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad1.db b/bin/tests/system/checkzone/zones/bad1.db index c17ab0cdf8d22449f24c2867de1efbbd3a464e75..05ab82964418d46c792184bcb5a478c447092030 100644 GIT binary patch delta 17 Zcmey({D*nM1;)yW7bO{sH@*^N1OQ3t2Xp`c delta 15 Xcmeyv{F`~g1;)sU7bQ2o7GwkfJOc*d diff --git a/bin/tests/system/checkzone/zones/bad2.db b/bin/tests/system/checkzone/zones/bad2.db index e6afacdd4a..38e82e6956 100644 --- a/bin/tests/system/checkzone/zones/bad2.db +++ b/bin/tests/system/checkzone/zones/bad2.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad3.db b/bin/tests/system/checkzone/zones/bad3.db index 44e45e5102..1391afe7f0 100644 --- a/bin/tests/system/checkzone/zones/bad3.db +++ b/bin/tests/system/checkzone/zones/bad3.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/bad4.db b/bin/tests/system/checkzone/zones/bad4.db index 4e6ec79b18..99def7a70c 100644 --- a/bin/tests/system/checkzone/zones/bad4.db +++ b/bin/tests/system/checkzone/zones/bad4.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/badttl.db b/bin/tests/system/checkzone/zones/badttl.db index 43fb41a3ca..95cd422bb0 100644 --- a/bin/tests/system/checkzone/zones/badttl.db +++ b/bin/tests/system/checkzone/zones/badttl.db @@ -1,13 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - $TTL @ SOA ns hostmaster 2011012708 3600 1200 604800 1200 NS ns diff --git a/bin/tests/system/checkzone/zones/crashzone.db b/bin/tests/system/checkzone/zones/crashzone.db index c6bd4e948d..2a62e2a09d 100644 --- a/bin/tests/system/checkzone/zones/crashzone.db +++ b/bin/tests/system/checkzone/zones/crashzone.db @@ -2,7 +2,7 @@ ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/delegating-ns-address-below-dname.db b/bin/tests/system/checkzone/zones/delegating-ns-address-below-dname.db index d26f51b5d6..78c1029171 100644 --- a/bin/tests/system/checkzone/zones/delegating-ns-address-below-dname.db +++ b/bin/tests/system/checkzone/zones/delegating-ns-address-below-dname.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/good-cdnskey.db b/bin/tests/system/checkzone/zones/good-cdnskey.db index 7ab4b3f4eb..7892f13c16 100644 --- a/bin/tests/system/checkzone/zones/good-cdnskey.db +++ b/bin/tests/system/checkzone/zones/good-cdnskey.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + example. 0 SOA . . 0 0 0 0 0 example. 0 NS . example. 0 DNSKEY 257 3 10 AwEAAbqjg7xdvnU2Q/gtLw5LOfr5cDeTRjYuEbkzGrUiVSOSoxcTxuao WS/AFPQHuD8OSLiE/CeZ087JowREXl058rRfae8KMrveY17V0wmKs9N1 F1wf/hRDpXiThlRHWlskp8eSEEIqYrrHgWTesy/xDGIEOFM1gwRo0w8j KdRRJeL2hseTMa+m3rTzrYudUsI0BHLW8PiDUCbG5xgdee8/5YR4847i AAqHIiPJ1Z/IT53OIjMmtv5BUykZ8RYjlJxxX+C+dpRKiK73SQaR3hCB XAYOL9WsDp2/fpmEZpewavkMkdC+j2CX+z27MCS3ASO0AeKK0lcNXwND kgreE+Kr7gc= diff --git a/bin/tests/system/checkzone/zones/good-cds-unsigned.db b/bin/tests/system/checkzone/zones/good-cds-unsigned.db index affb60039f..9b1737db48 100644 --- a/bin/tests/system/checkzone/zones/good-cds-unsigned.db +++ b/bin/tests/system/checkzone/zones/good-cds-unsigned.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + example. 0 SOA . . 0 0 0 0 0 example. 0 NS . example. 0 CDS 0 0 0 00 diff --git a/bin/tests/system/checkzone/zones/good-cds.db b/bin/tests/system/checkzone/zones/good-cds.db index dcd5f3997d..9200657d32 100644 --- a/bin/tests/system/checkzone/zones/good-cds.db +++ b/bin/tests/system/checkzone/zones/good-cds.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + example. 0 SOA . . 0 0 0 0 0 example. 0 NS . example. 0 DNSKEY 257 3 10 AwEAAbqjg7xdvnU2Q/gtLw5LOfr5cDeTRjYuEbkzGrUiVSOSoxcTxuao WS/AFPQHuD8OSLiE/CeZ087JowREXl058rRfae8KMrveY17V0wmKs9N1 F1wf/hRDpXiThlRHWlskp8eSEEIqYrrHgWTesy/xDGIEOFM1gwRo0w8j KdRRJeL2hseTMa+m3rTzrYudUsI0BHLW8PiDUCbG5xgdee8/5YR4847i AAqHIiPJ1Z/IT53OIjMmtv5BUykZ8RYjlJxxX+C+dpRKiK73SQaR3hCB XAYOL9WsDp2/fpmEZpewavkMkdC+j2CX+z27MCS3ASO0AeKK0lcNXwND kgreE+Kr7gc= diff --git a/bin/tests/system/checkzone/zones/good-dns-sd-reverse.db b/bin/tests/system/checkzone/zones/good-dns-sd-reverse.db index 566ce5b3e9..fffd27b834 100644 --- a/bin/tests/system/checkzone/zones/good-dns-sd-reverse.db +++ b/bin/tests/system/checkzone/zones/good-dns-sd-reverse.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/good-gc-msdcs.db b/bin/tests/system/checkzone/zones/good-gc-msdcs.db index cf9bc74585..defd550fc0 100644 --- a/bin/tests/system/checkzone/zones/good-gc-msdcs.db +++ b/bin/tests/system/checkzone/zones/good-gc-msdcs.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/good-nsap.db b/bin/tests/system/checkzone/zones/good-nsap.db index c7bc655a1c..8ad9ee050a 100644 --- a/bin/tests/system/checkzone/zones/good-nsap.db +++ b/bin/tests/system/checkzone/zones/good-nsap.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/good-nsec3-nopadhash.db b/bin/tests/system/checkzone/zones/good-nsec3-nopadhash.db index 4b4d4e4c57..5bd378ca4e 100644 --- a/bin/tests/system/checkzone/zones/good-nsec3-nopadhash.db +++ b/bin/tests/system/checkzone/zones/good-nsec3-nopadhash.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/good-occulted-ns-by-dname.db b/bin/tests/system/checkzone/zones/good-occulted-ns-by-dname.db index caa78561aa..80fc4a6ff9 100644 --- a/bin/tests/system/checkzone/zones/good-occulted-ns-by-dname.db +++ b/bin/tests/system/checkzone/zones/good-occulted-ns-by-dname.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/good-occulted-ns-by-ns.db b/bin/tests/system/checkzone/zones/good-occulted-ns-by-ns.db index bdc8c6b335..38913b9b77 100644 --- a/bin/tests/system/checkzone/zones/good-occulted-ns-by-ns.db +++ b/bin/tests/system/checkzone/zones/good-occulted-ns-by-ns.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/good-spf-exception.db b/bin/tests/system/checkzone/zones/good-spf-exception.db index 1de8cec52b..212bfbc642 100644 --- a/bin/tests/system/checkzone/zones/good-spf-exception.db +++ b/bin/tests/system/checkzone/zones/good-spf-exception.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/good-svcb.db b/bin/tests/system/checkzone/zones/good-svcb.db index 8b1e4f8a01..7b7b31d6f0 100644 --- a/bin/tests/system/checkzone/zones/good-svcb.db +++ b/bin/tests/system/checkzone/zones/good-svcb.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/good1.db b/bin/tests/system/checkzone/zones/good1.db index f77f3ec226..59eaa54be4 100644 --- a/bin/tests/system/checkzone/zones/good1.db +++ b/bin/tests/system/checkzone/zones/good1.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/inherit.db b/bin/tests/system/checkzone/zones/inherit.db index 61c9d2a497..e075d416dc 100644 --- a/bin/tests/system/checkzone/zones/inherit.db +++ b/bin/tests/system/checkzone/zones/inherit.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/nowarn.inherited.owner.db b/bin/tests/system/checkzone/zones/nowarn.inherited.owner.db index 4083210eb5..db26217c1f 100644 --- a/bin/tests/system/checkzone/zones/nowarn.inherited.owner.db +++ b/bin/tests/system/checkzone/zones/nowarn.inherited.owner.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/ns-address-below-dname.db b/bin/tests/system/checkzone/zones/ns-address-below-dname.db index 7e65e577ae..e15ad5cbd2 100644 --- a/bin/tests/system/checkzone/zones/ns-address-below-dname.db +++ b/bin/tests/system/checkzone/zones/ns-address-below-dname.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/spf.db b/bin/tests/system/checkzone/zones/spf.db index 6c0e7e5512..9527b1bd1c 100644 --- a/bin/tests/system/checkzone/zones/spf.db +++ b/bin/tests/system/checkzone/zones/spf.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/test1.db b/bin/tests/system/checkzone/zones/test1.db index bb75d3ce82..55669d764d 100644 --- a/bin/tests/system/checkzone/zones/test1.db +++ b/bin/tests/system/checkzone/zones/test1.db @@ -1,13 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - $TTL 600 @ SOA ns hostmaster 2012010901 3600 1200 604800 1200 NS ns diff --git a/bin/tests/system/checkzone/zones/test2.db b/bin/tests/system/checkzone/zones/test2.db index cee52ca6c5..0cb1184d5f 100644 --- a/bin/tests/system/checkzone/zones/test2.db +++ b/bin/tests/system/checkzone/zones/test2.db @@ -1,13 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - $TTL 600 @ SOA ns hostmaster 2012010902 3600 1200 604800 1200 NS ns diff --git a/bin/tests/system/checkzone/zones/warn.inherit.origin.db b/bin/tests/system/checkzone/zones/warn.inherit.origin.db index 5057cd9536..a348a8f5a4 100644 --- a/bin/tests/system/checkzone/zones/warn.inherit.origin.db +++ b/bin/tests/system/checkzone/zones/warn.inherit.origin.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/warn.inherited.owner.db b/bin/tests/system/checkzone/zones/warn.inherited.owner.db index 0879149f6d..dbbd9d1078 100644 --- a/bin/tests/system/checkzone/zones/warn.inherited.owner.db +++ b/bin/tests/system/checkzone/zones/warn.inherited.owner.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/checkzone/zones/zone1.db b/bin/tests/system/checkzone/zones/zone1.db index df9a018b36..c2f395d4b5 100644 --- a/bin/tests/system/checkzone/zones/zone1.db +++ b/bin/tests/system/checkzone/zones/zone1.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + zone1.com. 86400 IN SOA dns1.zone1.com. hostmaster.zone1.com. 2001062501 21600 3600 604800 86400 zone1.com. 86400 IN NS dns1.zone1.com. zone1.com. 86400 IN NS dns2.zone1.com. diff --git a/bin/tests/system/ckdnsrps.sh b/bin/tests/system/ckdnsrps.sh index 5ba2dea1d8..9ba7f21442 100644 --- a/bin/tests/system/ckdnsrps.sh +++ b/bin/tests/system/ckdnsrps.sh @@ -1,9 +1,11 @@ #! /bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cleanall.sh b/bin/tests/system/cleanall.sh index e04eb333f3..79a8434b3e 100644 --- a/bin/tests/system/cleanall.sh +++ b/bin/tests/system/cleanall.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/common/controls.conf b/bin/tests/system/common/controls.conf index 8cd709cb65..36bd38d0b6 100644 --- a/bin/tests/system/common/controls.conf +++ b/bin/tests/system/common/controls.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/common/controls.conf.in b/bin/tests/system/common/controls.conf.in index 69581151d0..371288560a 100644 --- a/bin/tests/system/common/controls.conf.in +++ b/bin/tests/system/common/controls.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/common/rndc.conf b/bin/tests/system/common/rndc.conf index 8fe0bc3b4f..b887ec3eda 100644 --- a/bin/tests/system/common/rndc.conf +++ b/bin/tests/system/common/rndc.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/common/rndc.key b/bin/tests/system/common/rndc.key index b9def8ec5d..3ef41c30f5 100644 --- a/bin/tests/system/common/rndc.key +++ b/bin/tests/system/common/rndc.key @@ -3,7 +3,7 @@ * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/common/root.hint b/bin/tests/system/common/root.hint index 418ea963fa..e0f186c2f8 100644 --- a/bin/tests/system/common/root.hint +++ b/bin/tests/system/common/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/conf.sh.common b/bin/tests/system/conf.sh.common index 4671e12172..3d8d988a8e 100644 --- a/bin/tests/system/conf.sh.common +++ b/bin/tests/system/conf.sh.common @@ -2,6 +2,8 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index ff6c6e4b67..fc5d264f98 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -2,6 +2,8 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/cookie/ans9/ans.py b/bin/tests/system/cookie/ans9/ans.py index b454fc8c91..abc6d36ee2 100644 --- a/bin/tests/system/cookie/ans9/ans.py +++ b/bin/tests/system/cookie/ans9/ans.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ from __future__ import print_function import os diff --git a/bin/tests/system/cookie/bad-cookie-badaes.conf b/bin/tests/system/cookie/bad-cookie-badaes.conf index 6c8e42cabd..7d8cfe3b83 100644 --- a/bin/tests/system/cookie/bad-cookie-badaes.conf +++ b/bin/tests/system/cookie/bad-cookie-badaes.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/bad-cookie-badhex.conf b/bin/tests/system/cookie/bad-cookie-badhex.conf index 318425f96a..43c11adae2 100644 --- a/bin/tests/system/cookie/bad-cookie-badhex.conf +++ b/bin/tests/system/cookie/bad-cookie-badhex.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/bad-cookie-badsiphash24.conf b/bin/tests/system/cookie/bad-cookie-badsiphash24.conf index 392cb04473..25ff78f045 100644 --- a/bin/tests/system/cookie/bad-cookie-badsiphash24.conf +++ b/bin/tests/system/cookie/bad-cookie-badsiphash24.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/bad-cookie-toolong.conf b/bin/tests/system/cookie/bad-cookie-toolong.conf index 3171b3c567..5ea67b9f2f 100644 --- a/bin/tests/system/cookie/bad-cookie-toolong.conf +++ b/bin/tests/system/cookie/bad-cookie-toolong.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/clean.sh b/bin/tests/system/cookie/clean.sh index a9130d709d..285fb8f601 100644 --- a/bin/tests/system/cookie/clean.sh +++ b/bin/tests/system/cookie/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cookie/good-cookie-aes.conf b/bin/tests/system/cookie/good-cookie-aes.conf index efb56a67a4..97a6f67896 100644 --- a/bin/tests/system/cookie/good-cookie-aes.conf +++ b/bin/tests/system/cookie/good-cookie-aes.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/good-cookie-siphash24.conf b/bin/tests/system/cookie/good-cookie-siphash24.conf index 2e2f628543..c937d71277 100644 --- a/bin/tests/system/cookie/good-cookie-siphash24.conf +++ b/bin/tests/system/cookie/good-cookie-siphash24.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns1/example.db b/bin/tests/system/cookie/ns1/example.db index fae6856e80..75a6d3c96a 100644 --- a/bin/tests/system/cookie/ns1/example.db +++ b/bin/tests/system/cookie/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns1/named.conf.in b/bin/tests/system/cookie/ns1/named.conf.in index d26ea7463e..129a9b1009 100644 --- a/bin/tests/system/cookie/ns1/named.conf.in +++ b/bin/tests/system/cookie/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns1/root.hint b/bin/tests/system/cookie/ns1/root.hint index 64769b9fe6..993227deb6 100644 --- a/bin/tests/system/cookie/ns1/root.hint +++ b/bin/tests/system/cookie/ns1/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns2/named.conf.in b/bin/tests/system/cookie/ns2/named.conf.in index e1073f92b6..ef081251b4 100644 --- a/bin/tests/system/cookie/ns2/named.conf.in +++ b/bin/tests/system/cookie/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns2/root.db b/bin/tests/system/cookie/ns2/root.db index d0cea9acd9..533ab88ee8 100644 --- a/bin/tests/system/cookie/ns2/root.db +++ b/bin/tests/system/cookie/ns2/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns3/named.conf.in b/bin/tests/system/cookie/ns3/named.conf.in index abb688e0e3..8b2ad79571 100644 --- a/bin/tests/system/cookie/ns3/named.conf.in +++ b/bin/tests/system/cookie/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns3/root.hint b/bin/tests/system/cookie/ns3/root.hint index 64769b9fe6..993227deb6 100644 --- a/bin/tests/system/cookie/ns3/root.hint +++ b/bin/tests/system/cookie/ns3/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns4/named.conf.in b/bin/tests/system/cookie/ns4/named.conf.in index 7ed0760f17..0b14272137 100644 --- a/bin/tests/system/cookie/ns4/named.conf.in +++ b/bin/tests/system/cookie/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns4/root.hint b/bin/tests/system/cookie/ns4/root.hint index 64769b9fe6..993227deb6 100644 --- a/bin/tests/system/cookie/ns4/root.hint +++ b/bin/tests/system/cookie/ns4/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns5/named.conf.in b/bin/tests/system/cookie/ns5/named.conf.in index 7dd681b7f3..2aabc5a8c3 100644 --- a/bin/tests/system/cookie/ns5/named.conf.in +++ b/bin/tests/system/cookie/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns5/root.hint b/bin/tests/system/cookie/ns5/root.hint index 64769b9fe6..993227deb6 100644 --- a/bin/tests/system/cookie/ns5/root.hint +++ b/bin/tests/system/cookie/ns5/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns6/named.conf.in b/bin/tests/system/cookie/ns6/named.conf.in index 2cfd462d22..2bf37936a3 100644 --- a/bin/tests/system/cookie/ns6/named.conf.in +++ b/bin/tests/system/cookie/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns6/root.hint b/bin/tests/system/cookie/ns6/root.hint index 64769b9fe6..993227deb6 100644 --- a/bin/tests/system/cookie/ns6/root.hint +++ b/bin/tests/system/cookie/ns6/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns7/named.conf.in b/bin/tests/system/cookie/ns7/named.conf.in index 62ced15bb2..c9518ae051 100644 --- a/bin/tests/system/cookie/ns7/named.conf.in +++ b/bin/tests/system/cookie/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns7/root.db b/bin/tests/system/cookie/ns7/root.db index 96410eeffd..39a63da9bb 100644 --- a/bin/tests/system/cookie/ns7/root.db +++ b/bin/tests/system/cookie/ns7/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns8/example.db b/bin/tests/system/cookie/ns8/example.db index 0693de0629..7fa64d602d 100644 --- a/bin/tests/system/cookie/ns8/example.db +++ b/bin/tests/system/cookie/ns8/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/cookie/ns8/named.conf.in b/bin/tests/system/cookie/ns8/named.conf.in index c90a2b95dd..1a9697bafc 100644 --- a/bin/tests/system/cookie/ns8/named.conf.in +++ b/bin/tests/system/cookie/ns8/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cookie/setup.sh b/bin/tests/system/cookie/setup.sh index 8ed3fe8671..88c7518dd0 100644 --- a/bin/tests/system/cookie/setup.sh +++ b/bin/tests/system/cookie/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cookie/tests.sh b/bin/tests/system/cookie/tests.sh index 93b1b44498..9b1a3c7c3d 100755 --- a/bin/tests/system/cookie/tests.sh +++ b/bin/tests/system/cookie/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cpu/clean.sh b/bin/tests/system/cpu/clean.sh index 0a6c10bb75..4a9f12fd20 100644 --- a/bin/tests/system/cpu/clean.sh +++ b/bin/tests/system/cpu/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cpu/ns1/named.conf.in b/bin/tests/system/cpu/ns1/named.conf.in index d152b2709d..6c934b23e4 100644 --- a/bin/tests/system/cpu/ns1/named.conf.in +++ b/bin/tests/system/cpu/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/cpu/prereq.sh b/bin/tests/system/cpu/prereq.sh index e9cae418d9..8936129634 100644 --- a/bin/tests/system/cpu/prereq.sh +++ b/bin/tests/system/cpu/prereq.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cpu/setup.sh b/bin/tests/system/cpu/setup.sh index 5d4286829d..9676770adb 100644 --- a/bin/tests/system/cpu/setup.sh +++ b/bin/tests/system/cpu/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/cpu/tests.sh b/bin/tests/system/cpu/tests.sh index 54cdb0abfc..31031a12dc 100644 --- a/bin/tests/system/cpu/tests.sh +++ b/bin/tests/system/cpu/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/custom-test-driver b/bin/tests/system/custom-test-driver index e0371202c9..e2c8252d96 100755 --- a/bin/tests/system/custom-test-driver +++ b/bin/tests/system/custom-test-driver @@ -1,10 +1,12 @@ #! /bin/sh # test-driver - basic testsuite driver script. -scriptversion=2020-05-12.10; # UTC +scriptversion=2021-09-20.08; # UTC # Copyright (C) 2011-2020 Free Software Foundation, Inc. # +# SPDX-License-Identifier: GPL-2.0-or-later WITH LicenseRef-Automake-exception-2.0 +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) diff --git a/bin/tests/system/database/clean.sh b/bin/tests/system/database/clean.sh index 1fe28f3ce2..f86404c1b2 100644 --- a/bin/tests/system/database/clean.sh +++ b/bin/tests/system/database/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/database/ns1/named1.conf.in b/bin/tests/system/database/ns1/named1.conf.in index 4d60860340..56c6a07d28 100644 --- a/bin/tests/system/database/ns1/named1.conf.in +++ b/bin/tests/system/database/ns1/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/database/ns1/named2.conf.in b/bin/tests/system/database/ns1/named2.conf.in index 3393548e81..7eb4930000 100644 --- a/bin/tests/system/database/ns1/named2.conf.in +++ b/bin/tests/system/database/ns1/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/database/setup.sh b/bin/tests/system/database/setup.sh index 0c15866125..f3f0088a23 100644 --- a/bin/tests/system/database/setup.sh +++ b/bin/tests/system/database/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/database/tests.sh b/bin/tests/system/database/tests.sh index f39dbf3500..bb77de7329 100644 --- a/bin/tests/system/database/tests.sh +++ b/bin/tests/system/database/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/delzone/clean.sh b/bin/tests/system/delzone/clean.sh index f9fbe9405c..33c0614e27 100644 --- a/bin/tests/system/delzone/clean.sh +++ b/bin/tests/system/delzone/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/delzone/ns1/inlinesec.db b/bin/tests/system/delzone/ns1/inlinesec.db index 5db7e024e3..eb9d042d6a 100644 --- a/bin/tests/system/delzone/ns1/inlinesec.db +++ b/bin/tests/system/delzone/ns1/inlinesec.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/delzone/ns1/named.conf b/bin/tests/system/delzone/ns1/named.conf index 8cbe61d0b4..cc3e6a6b53 100644 --- a/bin/tests/system/delzone/ns1/named.conf +++ b/bin/tests/system/delzone/ns1/named.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/delzone/ns2/added.db b/bin/tests/system/delzone/ns2/added.db index 9b54d19204..286e717532 100644 --- a/bin/tests/system/delzone/ns2/added.db +++ b/bin/tests/system/delzone/ns2/added.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/delzone/ns2/named.conf b/bin/tests/system/delzone/ns2/named.conf index 5e7369c6af..a20932b9a9 100644 --- a/bin/tests/system/delzone/ns2/named.conf +++ b/bin/tests/system/delzone/ns2/named.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/delzone/ns2/normal.db b/bin/tests/system/delzone/ns2/normal.db index 50450928e9..fa05638f32 100644 --- a/bin/tests/system/delzone/ns2/normal.db +++ b/bin/tests/system/delzone/ns2/normal.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/delzone/setup.sh b/bin/tests/system/delzone/setup.sh index 9e800d29e4..3628f90b2b 100644 --- a/bin/tests/system/delzone/setup.sh +++ b/bin/tests/system/delzone/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/delzone/tests.sh b/bin/tests/system/delzone/tests.sh index b5534ef337..0cb22f5790 100755 --- a/bin/tests/system/delzone/tests.sh +++ b/bin/tests/system/delzone/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dialup/clean.sh b/bin/tests/system/dialup/clean.sh index 0ec62d5bce..581c3ccdfa 100644 --- a/bin/tests/system/dialup/clean.sh +++ b/bin/tests/system/dialup/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dialup/ns1/example.db b/bin/tests/system/dialup/ns1/example.db index e1f203ee64..3ce33f9acb 100644 --- a/bin/tests/system/dialup/ns1/example.db +++ b/bin/tests/system/dialup/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dialup/ns1/named.conf b/bin/tests/system/dialup/ns1/named.conf index 0d08e4db08..14852d13f9 100644 --- a/bin/tests/system/dialup/ns1/named.conf +++ b/bin/tests/system/dialup/ns1/named.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dialup/ns1/root.db b/bin/tests/system/dialup/ns1/root.db index 7baffd2bf3..882da96696 100644 --- a/bin/tests/system/dialup/ns1/root.db +++ b/bin/tests/system/dialup/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dialup/ns2/hint.db b/bin/tests/system/dialup/ns2/hint.db index ffb6dcff3d..0198f2578a 100644 --- a/bin/tests/system/dialup/ns2/hint.db +++ b/bin/tests/system/dialup/ns2/hint.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dialup/ns2/named.conf b/bin/tests/system/dialup/ns2/named.conf index 71c9b9269c..d36d4346aa 100644 --- a/bin/tests/system/dialup/ns2/named.conf +++ b/bin/tests/system/dialup/ns2/named.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dialup/ns3/hint.db b/bin/tests/system/dialup/ns3/hint.db index ffb6dcff3d..0198f2578a 100644 --- a/bin/tests/system/dialup/ns3/hint.db +++ b/bin/tests/system/dialup/ns3/hint.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dialup/ns3/named.conf b/bin/tests/system/dialup/ns3/named.conf index 5835d35d6a..5158ef963f 100644 --- a/bin/tests/system/dialup/ns3/named.conf +++ b/bin/tests/system/dialup/ns3/named.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dialup/tests.sh b/bin/tests/system/dialup/tests.sh index 8c150cdeeb..efc976177a 100644 --- a/bin/tests/system/dialup/tests.sh +++ b/bin/tests/system/dialup/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/digcomp.pl b/bin/tests/system/digcomp.pl index 228caf4173..8024dea5e3 100644 --- a/bin/tests/system/digcomp.pl +++ b/bin/tests/system/digcomp.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/digdelv/ans4/startme b/bin/tests/system/digdelv/ans4/startme index e69de29bb2..8b13789179 100644 --- a/bin/tests/system/digdelv/ans4/startme +++ b/bin/tests/system/digdelv/ans4/startme @@ -0,0 +1 @@ + diff --git a/bin/tests/system/digdelv/ans5/ans.pl b/bin/tests/system/digdelv/ans5/ans.pl index 83754e7db8..63964060d7 100644 --- a/bin/tests/system/digdelv/ans5/ans.pl +++ b/bin/tests/system/digdelv/ans5/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/digdelv/ans6/ans.pl b/bin/tests/system/digdelv/ans6/ans.pl index 5505b22535..39d02b2c69 100755 --- a/bin/tests/system/digdelv/ans6/ans.pl +++ b/bin/tests/system/digdelv/ans6/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -w -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/digdelv/ans7/ans.pl b/bin/tests/system/digdelv/ans7/ans.pl index 0c62043c82..a7aa60eb9d 100755 --- a/bin/tests/system/digdelv/ans7/ans.pl +++ b/bin/tests/system/digdelv/ans7/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -w -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/digdelv/clean.sh b/bin/tests/system/digdelv/clean.sh index 14e9623d07..ac84c3f80e 100644 --- a/bin/tests/system/digdelv/clean.sh +++ b/bin/tests/system/digdelv/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/digdelv/ns1/named.conf.in b/bin/tests/system/digdelv/ns1/named.conf.in index ff1317892e..df552bd021 100644 --- a/bin/tests/system/digdelv/ns1/named.conf.in +++ b/bin/tests/system/digdelv/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/digdelv/ns1/root.db b/bin/tests/system/digdelv/ns1/root.db index 76ed2a0310..b43cc40390 100644 --- a/bin/tests/system/digdelv/ns1/root.db +++ b/bin/tests/system/digdelv/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/digdelv/ns2/example.db.in b/bin/tests/system/digdelv/ns2/example.db.in index d69a7cb4b2..c711049e98 100644 --- a/bin/tests/system/digdelv/ns2/example.db.in +++ b/bin/tests/system/digdelv/ns2/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/digdelv/ns2/named.conf.in b/bin/tests/system/digdelv/ns2/named.conf.in index 6a90c358de..1391b7322c 100644 --- a/bin/tests/system/digdelv/ns2/named.conf.in +++ b/bin/tests/system/digdelv/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/digdelv/ns2/sign.sh b/bin/tests/system/digdelv/ns2/sign.sh index f6310e95c3..c8564b2830 100644 --- a/bin/tests/system/digdelv/ns2/sign.sh +++ b/bin/tests/system/digdelv/ns2/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/digdelv/ns3/named.conf.in b/bin/tests/system/digdelv/ns3/named.conf.in index 5017085f70..a13747baf7 100644 --- a/bin/tests/system/digdelv/ns3/named.conf.in +++ b/bin/tests/system/digdelv/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/digdelv/setup.sh b/bin/tests/system/digdelv/setup.sh index aa966a40d5..ca63977593 100644 --- a/bin/tests/system/digdelv/setup.sh +++ b/bin/tests/system/digdelv/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/digdelv/tests.sh b/bin/tests/system/digdelv/tests.sh index 139efb878e..f1b8f9db9d 100644 --- a/bin/tests/system/digdelv/tests.sh +++ b/bin/tests/system/digdelv/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/digdelv/yamlget.py b/bin/tests/system/digdelv/yamlget.py index 9d702036e5..2b00bf245b 100644 --- a/bin/tests/system/digdelv/yamlget.py +++ b/bin/tests/system/digdelv/yamlget.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import sys diff --git a/bin/tests/system/dispatch/ans3/ans.py b/bin/tests/system/dispatch/ans3/ans.py index e243a740dc..b57d73c005 100644 --- a/bin/tests/system/dispatch/ans3/ans.py +++ b/bin/tests/system/dispatch/ans3/ans.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import os import select diff --git a/bin/tests/system/dispatch/clean.sh b/bin/tests/system/dispatch/clean.sh index dee2d6fb03..608ec5ccf4 100644 --- a/bin/tests/system/dispatch/clean.sh +++ b/bin/tests/system/dispatch/clean.sh @@ -1,7 +1,11 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dispatch/conftest.py b/bin/tests/system/dispatch/conftest.py index 96db32f909..c1c19fde61 100644 --- a/bin/tests/system/dispatch/conftest.py +++ b/bin/tests/system/dispatch/conftest.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import os import pytest diff --git a/bin/tests/system/dispatch/ns1/named.conf.in b/bin/tests/system/dispatch/ns1/named.conf.in index 9f924967af..a4a2f61249 100644 --- a/bin/tests/system/dispatch/ns1/named.conf.in +++ b/bin/tests/system/dispatch/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dispatch/ns1/root.db b/bin/tests/system/dispatch/ns1/root.db index 2e8ca62f67..b6b73675fd 100644 --- a/bin/tests/system/dispatch/ns1/root.db +++ b/bin/tests/system/dispatch/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dispatch/ns2/example.db b/bin/tests/system/dispatch/ns2/example.db index 0e879784ca..f60a47e37a 100644 --- a/bin/tests/system/dispatch/ns2/example.db +++ b/bin/tests/system/dispatch/ns2/example.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + example. 86400 IN SOA ns.example. root.example. 43 10800 900 604800 86400 example. 86400 IN NS ns.example. ns.example. A 10.53.0.2 diff --git a/bin/tests/system/dispatch/ns2/named.conf.in b/bin/tests/system/dispatch/ns2/named.conf.in index d410de813a..231e5a6c32 100644 --- a/bin/tests/system/dispatch/ns2/named.conf.in +++ b/bin/tests/system/dispatch/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dispatch/setup.sh b/bin/tests/system/dispatch/setup.sh index 5c160b922e..6929ec541d 100644 --- a/bin/tests/system/dispatch/setup.sh +++ b/bin/tests/system/dispatch/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dispatch/tests-connreset.py b/bin/tests/system/dispatch/tests-connreset.py index c846fcf225..64c61a95d5 100644 --- a/bin/tests/system/dispatch/tests-connreset.py +++ b/bin/tests/system/dispatch/tests-connreset.py @@ -1,14 +1,15 @@ #!/usr/bin/python3 -############################################################################ + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import pytest diff --git a/bin/tests/system/ditch.pl b/bin/tests/system/ditch.pl index 5a62a524b4..e2082503d7 100644 --- a/bin/tests/system/ditch.pl +++ b/bin/tests/system/ditch.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dlzexternal/clean.sh b/bin/tests/system/dlzexternal/clean.sh index 65b4725a8a..2bbf75b214 100644 --- a/bin/tests/system/dlzexternal/clean.sh +++ b/bin/tests/system/dlzexternal/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dlzexternal/driver/driver.c b/bin/tests/system/dlzexternal/driver/driver.c index 220ee223db..28b9639598 100644 --- a/bin/tests/system/dlzexternal/driver/driver.c +++ b/bin/tests/system/dlzexternal/driver/driver.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/dlzexternal/driver/driver.h b/bin/tests/system/dlzexternal/driver/driver.h index 3dc3cb1175..2c1a594a29 100644 --- a/bin/tests/system/dlzexternal/driver/driver.h +++ b/bin/tests/system/dlzexternal/driver/driver.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/dlzexternal/ns1/named.conf.in b/bin/tests/system/dlzexternal/ns1/named.conf.in index 1721e31b71..51a2f86f37 100644 --- a/bin/tests/system/dlzexternal/ns1/named.conf.in +++ b/bin/tests/system/dlzexternal/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dlzexternal/ns1/root.db b/bin/tests/system/dlzexternal/ns1/root.db index 45a6b04c59..6cbe5798ca 100644 --- a/bin/tests/system/dlzexternal/ns1/root.db +++ b/bin/tests/system/dlzexternal/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dlzexternal/prereq.sh b/bin/tests/system/dlzexternal/prereq.sh index 4e1817215a..066a74eb09 100644 --- a/bin/tests/system/dlzexternal/prereq.sh +++ b/bin/tests/system/dlzexternal/prereq.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dlzexternal/setup.sh b/bin/tests/system/dlzexternal/setup.sh index ffa6e337bd..dda16df058 100644 --- a/bin/tests/system/dlzexternal/setup.sh +++ b/bin/tests/system/dlzexternal/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dlzexternal/tests.sh b/bin/tests/system/dlzexternal/tests.sh index 39af1bba17..9ae428c232 100644 --- a/bin/tests/system/dlzexternal/tests.sh +++ b/bin/tests/system/dlzexternal/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dns64/clean.sh b/bin/tests/system/dns64/clean.sh index 3bfa5166ed..b773e2d70f 100644 --- a/bin/tests/system/dns64/clean.sh +++ b/bin/tests/system/dns64/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dns64/conf/bad1.conf b/bin/tests/system/dns64/conf/bad1.conf index 3f749175fd..a4b7e7f027 100644 --- a/bin/tests/system/dns64/conf/bad1.conf +++ b/bin/tests/system/dns64/conf/bad1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/bad10.conf b/bin/tests/system/dns64/conf/bad10.conf index efd5d20ae3..21855f69b4 100644 --- a/bin/tests/system/dns64/conf/bad10.conf +++ b/bin/tests/system/dns64/conf/bad10.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dns64 0000:0000:0000:0000:0100:000f::/96 { }; /* bits [64..71] MBZ */ }; diff --git a/bin/tests/system/dns64/conf/bad11.conf b/bin/tests/system/dns64/conf/bad11.conf index 0e420a5322..c3bdd92fed 100644 --- a/bin/tests/system/dns64/conf/bad11.conf +++ b/bin/tests/system/dns64/conf/bad11.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dns64 0000:0000:0000:0000:0200:000f::/96 { }; /* bits [64..71] MBZ */ }; diff --git a/bin/tests/system/dns64/conf/bad12.conf b/bin/tests/system/dns64/conf/bad12.conf index 539b184c54..6ffe7209f2 100644 --- a/bin/tests/system/dns64/conf/bad12.conf +++ b/bin/tests/system/dns64/conf/bad12.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dns64 0000:0000:0000:0000:0400:000f::/96 { }; /* bits [64..71] MBZ */ }; diff --git a/bin/tests/system/dns64/conf/bad13.conf b/bin/tests/system/dns64/conf/bad13.conf index 3728ecfc70..dc6c06474f 100644 --- a/bin/tests/system/dns64/conf/bad13.conf +++ b/bin/tests/system/dns64/conf/bad13.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dns64 0000:0000:0000:0000:0800:000f::/96 { }; /* bits [64..71] MBZ */ }; diff --git a/bin/tests/system/dns64/conf/bad14.conf b/bin/tests/system/dns64/conf/bad14.conf index c2ac4f9d98..985101abf5 100644 --- a/bin/tests/system/dns64/conf/bad14.conf +++ b/bin/tests/system/dns64/conf/bad14.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dns64 0000:0000:0000:0000:1000:000f::/96 { }; /* bits [64..71] MBZ */ }; diff --git a/bin/tests/system/dns64/conf/bad15.conf b/bin/tests/system/dns64/conf/bad15.conf index 357ae80684..0931a55bca 100644 --- a/bin/tests/system/dns64/conf/bad15.conf +++ b/bin/tests/system/dns64/conf/bad15.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dns64 0000:0000:0000:0000:2000:000f::/96 { }; /* bits [64..71] MBZ */ }; diff --git a/bin/tests/system/dns64/conf/bad16.conf b/bin/tests/system/dns64/conf/bad16.conf index 5e17457f16..3a8b962b90 100644 --- a/bin/tests/system/dns64/conf/bad16.conf +++ b/bin/tests/system/dns64/conf/bad16.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dns64 0000:0000:0000:0000:4000:000f::/96 { }; /* bits [64..71] MBZ */ }; diff --git a/bin/tests/system/dns64/conf/bad17.conf b/bin/tests/system/dns64/conf/bad17.conf index 71966d2758..6c9079b452 100644 --- a/bin/tests/system/dns64/conf/bad17.conf +++ b/bin/tests/system/dns64/conf/bad17.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dns64 0000:0000:0000:0000:8000:000f::/96 { }; /* bits [64..71] MBZ */ }; diff --git a/bin/tests/system/dns64/conf/bad18.conf b/bin/tests/system/dns64/conf/bad18.conf index 82fac1ad4e..566e177503 100644 --- a/bin/tests/system/dns64/conf/bad18.conf +++ b/bin/tests/system/dns64/conf/bad18.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dns64 ::/32 { suffix ::8000:0000:0000:0000; }; /* bits [64..71] MBZ */ }; diff --git a/bin/tests/system/dns64/conf/bad19.conf b/bin/tests/system/dns64/conf/bad19.conf index 79290c116d..8a9fb76184 100644 --- a/bin/tests/system/dns64/conf/bad19.conf +++ b/bin/tests/system/dns64/conf/bad19.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dns64 ::/32 { suffix ::0100:0000:0000:0000; }; /* bits [64..71] MBZ */ }; diff --git a/bin/tests/system/dns64/conf/bad2.conf b/bin/tests/system/dns64/conf/bad2.conf index 79bc04f319..d27599853c 100644 --- a/bin/tests/system/dns64/conf/bad2.conf +++ b/bin/tests/system/dns64/conf/bad2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/bad3.conf b/bin/tests/system/dns64/conf/bad3.conf index 76f160693a..24971b3dd6 100644 --- a/bin/tests/system/dns64/conf/bad3.conf +++ b/bin/tests/system/dns64/conf/bad3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/bad4.conf b/bin/tests/system/dns64/conf/bad4.conf index fbf60d1b81..bc73ca5cf3 100644 --- a/bin/tests/system/dns64/conf/bad4.conf +++ b/bin/tests/system/dns64/conf/bad4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/bad5.conf b/bin/tests/system/dns64/conf/bad5.conf index fbf60d1b81..bc73ca5cf3 100644 --- a/bin/tests/system/dns64/conf/bad5.conf +++ b/bin/tests/system/dns64/conf/bad5.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/bad6.conf b/bin/tests/system/dns64/conf/bad6.conf index c29bb3e8ed..1d85ab941a 100644 --- a/bin/tests/system/dns64/conf/bad6.conf +++ b/bin/tests/system/dns64/conf/bad6.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/bad7.conf b/bin/tests/system/dns64/conf/bad7.conf index 06919f99b9..afbf437d56 100644 --- a/bin/tests/system/dns64/conf/bad7.conf +++ b/bin/tests/system/dns64/conf/bad7.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/bad8.conf b/bin/tests/system/dns64/conf/bad8.conf index 794ad7e4a3..9aa423f695 100644 --- a/bin/tests/system/dns64/conf/bad8.conf +++ b/bin/tests/system/dns64/conf/bad8.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/bad9.conf b/bin/tests/system/dns64/conf/bad9.conf index af4b6d912f..b74204c004 100644 --- a/bin/tests/system/dns64/conf/bad9.conf +++ b/bin/tests/system/dns64/conf/bad9.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/good1.conf b/bin/tests/system/dns64/conf/good1.conf index 8013b94b69..d84733e201 100644 --- a/bin/tests/system/dns64/conf/good1.conf +++ b/bin/tests/system/dns64/conf/good1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/good2.conf b/bin/tests/system/dns64/conf/good2.conf index 4bd4780a58..41b57304ac 100644 --- a/bin/tests/system/dns64/conf/good2.conf +++ b/bin/tests/system/dns64/conf/good2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/good3.conf b/bin/tests/system/dns64/conf/good3.conf index aa07886dcb..450b2e0eb8 100644 --- a/bin/tests/system/dns64/conf/good3.conf +++ b/bin/tests/system/dns64/conf/good3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/good4.conf b/bin/tests/system/dns64/conf/good4.conf index 7ba43076cd..2c57f23656 100644 --- a/bin/tests/system/dns64/conf/good4.conf +++ b/bin/tests/system/dns64/conf/good4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/conf/good5.conf b/bin/tests/system/dns64/conf/good5.conf index 8a558ba310..f6027a42cc 100644 --- a/bin/tests/system/dns64/conf/good5.conf +++ b/bin/tests/system/dns64/conf/good5.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/ns1/example.db b/bin/tests/system/dns64/ns1/example.db index d91fccede6..8253f1dfa0 100644 --- a/bin/tests/system/dns64/ns1/example.db +++ b/bin/tests/system/dns64/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dns64/ns1/ipv4only.arpa.db b/bin/tests/system/dns64/ns1/ipv4only.arpa.db index 92257ad079..9e0726ded0 100644 --- a/bin/tests/system/dns64/ns1/ipv4only.arpa.db +++ b/bin/tests/system/dns64/ns1/ipv4only.arpa.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + ipv4only.arpa. 3600 IN SOA . . 2018112766 7200 3600 604800 3600 ipv4only.arpa. 3600 IN NS . ipv4only.arpa. 3600 IN A 192.0.0.170 diff --git a/bin/tests/system/dns64/ns1/named.conf1.in b/bin/tests/system/dns64/ns1/named.conf1.in index 5ea47a227d..aaf7aab096 100644 --- a/bin/tests/system/dns64/ns1/named.conf1.in +++ b/bin/tests/system/dns64/ns1/named.conf1.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/ns1/named.conf2.in b/bin/tests/system/dns64/ns1/named.conf2.in index cff13ff422..f3fc40f645 100644 --- a/bin/tests/system/dns64/ns1/named.conf2.in +++ b/bin/tests/system/dns64/ns1/named.conf2.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/ns1/named.conf3.in b/bin/tests/system/dns64/ns1/named.conf3.in index 74e9163468..cb6237b0e7 100644 --- a/bin/tests/system/dns64/ns1/named.conf3.in +++ b/bin/tests/system/dns64/ns1/named.conf3.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/ns1/root.db b/bin/tests/system/dns64/ns1/root.db index 532063c05c..0e3bbeeb8a 100644 --- a/bin/tests/system/dns64/ns1/root.db +++ b/bin/tests/system/dns64/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dns64/ns1/sign.sh b/bin/tests/system/dns64/ns1/sign.sh index 7e2a38873a..14e7afeb88 100644 --- a/bin/tests/system/dns64/ns1/sign.sh +++ b/bin/tests/system/dns64/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dns64/ns2/named.conf.in b/bin/tests/system/dns64/ns2/named.conf.in index 47f937f978..be92d1a045 100644 --- a/bin/tests/system/dns64/ns2/named.conf.in +++ b/bin/tests/system/dns64/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dns64/ns2/rpz.db b/bin/tests/system/dns64/ns2/rpz.db index d08a83b38b..014cbf0e16 100644 --- a/bin/tests/system/dns64/ns2/rpz.db +++ b/bin/tests/system/dns64/ns2/rpz.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dns64/setup.sh b/bin/tests/system/dns64/setup.sh index 1ab143111c..6771f3f2b2 100644 --- a/bin/tests/system/dns64/setup.sh +++ b/bin/tests/system/dns64/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dns64/tests.sh b/bin/tests/system/dns64/tests.sh index bf0ca7a51f..e878c77ea5 100644 --- a/bin/tests/system/dns64/tests.sh +++ b/bin/tests/system/dns64/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnssec/README b/bin/tests/system/dnssec/README index 11a0db6589..fcaa3b6c80 100644 --- a/bin/tests/system/dnssec/README +++ b/bin/tests/system/dnssec/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. The test setup for the DNSSEC tests has a secure root. diff --git a/bin/tests/system/dnssec/ans10/ans.py b/bin/tests/system/dnssec/ans10/ans.py index 93e2deb7ae..c738978503 100644 --- a/bin/tests/system/dnssec/ans10/ans.py +++ b/bin/tests/system/dnssec/ans10/ans.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ from __future__ import print_function import os diff --git a/bin/tests/system/dnssec/clean.sh b/bin/tests/system/dnssec/clean.sh index b4ff9f3941..68ac5bb90d 100644 --- a/bin/tests/system/dnssec/clean.sh +++ b/bin/tests/system/dnssec/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnssec/dnssec_update_test.pl b/bin/tests/system/dnssec/dnssec_update_test.pl index 23a40f4b6d..a06c563e3c 100644 --- a/bin/tests/system/dnssec/dnssec_update_test.pl +++ b/bin/tests/system/dnssec/dnssec_update_test.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnssec/ns1/named.conf.in b/bin/tests/system/dnssec/ns1/named.conf.in index 6f20491689..bd1ccc4081 100644 --- a/bin/tests/system/dnssec/ns1/named.conf.in +++ b/bin/tests/system/dnssec/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns1/root.db.in b/bin/tests/system/dnssec/ns1/root.db.in index 9c1296e899..526e36c38c 100644 --- a/bin/tests/system/dnssec/ns1/root.db.in +++ b/bin/tests/system/dnssec/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns1/sign.sh b/bin/tests/system/dnssec/ns1/sign.sh index 75de1cf256..bc2e3b92c0 100644 --- a/bin/tests/system/dnssec/ns1/sign.sh +++ b/bin/tests/system/dnssec/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnssec/ns2/algroll.db.in b/bin/tests/system/dnssec/ns2/algroll.db.in index 73c0d6bda8..6f66fc9191 100644 --- a/bin/tests/system/dnssec/ns2/algroll.db.in +++ b/bin/tests/system/dnssec/ns2/algroll.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/badparam.db.in b/bin/tests/system/dnssec/ns2/badparam.db.in index 091e4ea24f..b18d1863d5 100644 --- a/bin/tests/system/dnssec/ns2/badparam.db.in +++ b/bin/tests/system/dnssec/ns2/badparam.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in b/bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in index e42cb4a29e..aa3aaabfaf 100644 --- a/bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in +++ b/bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/cdnskey-kskonly.secure.db.in b/bin/tests/system/dnssec/ns2/cdnskey-kskonly.secure.db.in index e42cb4a29e..aa3aaabfaf 100644 --- a/bin/tests/system/dnssec/ns2/cdnskey-kskonly.secure.db.in +++ b/bin/tests/system/dnssec/ns2/cdnskey-kskonly.secure.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/cdnskey-update.secure.db.in b/bin/tests/system/dnssec/ns2/cdnskey-update.secure.db.in index e42cb4a29e..aa3aaabfaf 100644 --- a/bin/tests/system/dnssec/ns2/cdnskey-update.secure.db.in +++ b/bin/tests/system/dnssec/ns2/cdnskey-update.secure.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/cdnskey.secure.db.in b/bin/tests/system/dnssec/ns2/cdnskey.secure.db.in index e42cb4a29e..aa3aaabfaf 100644 --- a/bin/tests/system/dnssec/ns2/cdnskey.secure.db.in +++ b/bin/tests/system/dnssec/ns2/cdnskey.secure.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/cds-auto.secure.db.in b/bin/tests/system/dnssec/ns2/cds-auto.secure.db.in index e42cb4a29e..aa3aaabfaf 100644 --- a/bin/tests/system/dnssec/ns2/cds-auto.secure.db.in +++ b/bin/tests/system/dnssec/ns2/cds-auto.secure.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/cds-kskonly.secure.db.in b/bin/tests/system/dnssec/ns2/cds-kskonly.secure.db.in index e42cb4a29e..aa3aaabfaf 100644 --- a/bin/tests/system/dnssec/ns2/cds-kskonly.secure.db.in +++ b/bin/tests/system/dnssec/ns2/cds-kskonly.secure.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/cds-update.secure.db.in b/bin/tests/system/dnssec/ns2/cds-update.secure.db.in index e42cb4a29e..aa3aaabfaf 100644 --- a/bin/tests/system/dnssec/ns2/cds-update.secure.db.in +++ b/bin/tests/system/dnssec/ns2/cds-update.secure.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/cds.secure.db.in b/bin/tests/system/dnssec/ns2/cds.secure.db.in index e42cb4a29e..aa3aaabfaf 100644 --- a/bin/tests/system/dnssec/ns2/cds.secure.db.in +++ b/bin/tests/system/dnssec/ns2/cds.secure.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/child.nsec3.example.db b/bin/tests/system/dnssec/ns2/child.nsec3.example.db index 8c7db6531c..8fc3bc837e 100644 --- a/bin/tests/system/dnssec/ns2/child.nsec3.example.db +++ b/bin/tests/system/dnssec/ns2/child.nsec3.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/child.optout.example.db b/bin/tests/system/dnssec/ns2/child.optout.example.db index 8c7db6531c..8fc3bc837e 100644 --- a/bin/tests/system/dnssec/ns2/child.optout.example.db +++ b/bin/tests/system/dnssec/ns2/child.optout.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/corp.db b/bin/tests/system/dnssec/ns2/corp.db index 70c96299c2..b2912bc6e3 100644 --- a/bin/tests/system/dnssec/ns2/corp.db +++ b/bin/tests/system/dnssec/ns2/corp.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/dst.example.db.in b/bin/tests/system/dnssec/ns2/dst.example.db.in index 769d2b5f06..0039484964 100644 --- a/bin/tests/system/dnssec/ns2/dst.example.db.in +++ b/bin/tests/system/dnssec/ns2/dst.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/example.db.in b/bin/tests/system/dnssec/ns2/example.db.in index 2545faf6b9..5ec88013c9 100644 --- a/bin/tests/system/dnssec/ns2/example.db.in +++ b/bin/tests/system/dnssec/ns2/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/hours-vs-days.db.in b/bin/tests/system/dnssec/ns2/hours-vs-days.db.in index 2545faf6b9..5ec88013c9 100644 --- a/bin/tests/system/dnssec/ns2/hours-vs-days.db.in +++ b/bin/tests/system/dnssec/ns2/hours-vs-days.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/in-addr.arpa.db.in b/bin/tests/system/dnssec/ns2/in-addr.arpa.db.in index 0884ad0c14..874b915682 100644 --- a/bin/tests/system/dnssec/ns2/in-addr.arpa.db.in +++ b/bin/tests/system/dnssec/ns2/in-addr.arpa.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/insecure.secure.example.db b/bin/tests/system/dnssec/ns2/insecure.secure.example.db index 78f3325788..62862f5305 100644 --- a/bin/tests/system/dnssec/ns2/insecure.secure.example.db +++ b/bin/tests/system/dnssec/ns2/insecure.secure.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/key.db.in b/bin/tests/system/dnssec/ns2/key.db.in index 4a91fff2a3..2ff5df4178 100644 --- a/bin/tests/system/dnssec/ns2/key.db.in +++ b/bin/tests/system/dnssec/ns2/key.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/named.conf.in b/bin/tests/system/dnssec/ns2/named.conf.in index 1709b46738..ebfde14872 100644 --- a/bin/tests/system/dnssec/ns2/named.conf.in +++ b/bin/tests/system/dnssec/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/private.secure.example.db.in b/bin/tests/system/dnssec/ns2/private.secure.example.db.in index 98b43a017b..94042ae40a 100644 --- a/bin/tests/system/dnssec/ns2/private.secure.example.db.in +++ b/bin/tests/system/dnssec/ns2/private.secure.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/rfc2335.example.db b/bin/tests/system/dnssec/ns2/rfc2335.example.db index b8b477ea84..78e9326fd8 100644 --- a/bin/tests/system/dnssec/ns2/rfc2335.example.db +++ b/bin/tests/system/dnssec/ns2/rfc2335.example.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + ; File written on Fri Apr 30 12:19:15 2004 ; dnssec_signzone version 9.2.4rc3 rfc2335.example. 300 IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns2/sign.sh b/bin/tests/system/dnssec/ns2/sign.sh index 6e3893b782..d39a991805 100644 --- a/bin/tests/system/dnssec/ns2/sign.sh +++ b/bin/tests/system/dnssec/ns2/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnssec/ns2/single-nsec3.db.in b/bin/tests/system/dnssec/ns2/single-nsec3.db.in index 6fe1dd0a55..b2e3c1384a 100644 --- a/bin/tests/system/dnssec/ns2/single-nsec3.db.in +++ b/bin/tests/system/dnssec/ns2/single-nsec3.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/template.secure.db.in b/bin/tests/system/dnssec/ns2/template.secure.db.in index e42cb4a29e..aa3aaabfaf 100644 --- a/bin/tests/system/dnssec/ns2/template.secure.db.in +++ b/bin/tests/system/dnssec/ns2/template.secure.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns2/too-many-iterations.db.in b/bin/tests/system/dnssec/ns2/too-many-iterations.db.in index e6f502fe69..1527e07c6e 100644 --- a/bin/tests/system/dnssec/ns2/too-many-iterations.db.in +++ b/bin/tests/system/dnssec/ns2/too-many-iterations.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/auto-nsec.example.db.in b/bin/tests/system/dnssec/ns3/auto-nsec.example.db.in index 0e0e5e09e5..a7792fd3b8 100644 --- a/bin/tests/system/dnssec/ns3/auto-nsec.example.db.in +++ b/bin/tests/system/dnssec/ns3/auto-nsec.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/auto-nsec3.example.db.in b/bin/tests/system/dnssec/ns3/auto-nsec3.example.db.in index 0e0e5e09e5..a7792fd3b8 100644 --- a/bin/tests/system/dnssec/ns3/auto-nsec3.example.db.in +++ b/bin/tests/system/dnssec/ns3/auto-nsec3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/bogus.example.db.in b/bin/tests/system/dnssec/ns3/bogus.example.db.in index 8d49000ec1..0feb441cdd 100644 --- a/bin/tests/system/dnssec/ns3/bogus.example.db.in +++ b/bin/tests/system/dnssec/ns3/bogus.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/dname-at-apex-nsec3.example.db.in b/bin/tests/system/dnssec/ns3/dname-at-apex-nsec3.example.db.in index c538b735df..e758cdd5a3 100644 --- a/bin/tests/system/dnssec/ns3/dname-at-apex-nsec3.example.db.in +++ b/bin/tests/system/dnssec/ns3/dname-at-apex-nsec3.example.db.in @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 600 @ SOA ns3.example. . 1 1200 1200 1814400 3600 @ NS ns3.example. diff --git a/bin/tests/system/dnssec/ns3/dnskey-nsec3-unknown.example.db.in b/bin/tests/system/dnssec/ns3/dnskey-nsec3-unknown.example.db.in index e1475c533f..f37dd750ce 100644 --- a/bin/tests/system/dnssec/ns3/dnskey-nsec3-unknown.example.db.in +++ b/bin/tests/system/dnssec/ns3/dnskey-nsec3-unknown.example.db.in @@ -1,13 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000042407 ; serial diff --git a/bin/tests/system/dnssec/ns3/dnskey-unknown.example.db.in b/bin/tests/system/dnssec/ns3/dnskey-unknown.example.db.in index c9e7c2b3da..f37dd750ce 100644 --- a/bin/tests/system/dnssec/ns3/dnskey-unknown.example.db.in +++ b/bin/tests/system/dnssec/ns3/dnskey-unknown.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/dnskey-unsupported-2.example.db.in b/bin/tests/system/dnssec/ns3/dnskey-unsupported-2.example.db.in index c9e7c2b3da..f37dd750ce 100644 --- a/bin/tests/system/dnssec/ns3/dnskey-unsupported-2.example.db.in +++ b/bin/tests/system/dnssec/ns3/dnskey-unsupported-2.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/dnskey-unsupported.example.db.in b/bin/tests/system/dnssec/ns3/dnskey-unsupported.example.db.in index c9e7c2b3da..f37dd750ce 100644 --- a/bin/tests/system/dnssec/ns3/dnskey-unsupported.example.db.in +++ b/bin/tests/system/dnssec/ns3/dnskey-unsupported.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/dynamic.example.db.in b/bin/tests/system/dnssec/ns3/dynamic.example.db.in index c7dab83089..babf54c2a5 100644 --- a/bin/tests/system/dnssec/ns3/dynamic.example.db.in +++ b/bin/tests/system/dnssec/ns3/dynamic.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/expired.example.db.in b/bin/tests/system/dnssec/ns3/expired.example.db.in index af312f2a16..b7706d3c9f 100644 --- a/bin/tests/system/dnssec/ns3/expired.example.db.in +++ b/bin/tests/system/dnssec/ns3/expired.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/expiring.example.db.in b/bin/tests/system/dnssec/ns3/expiring.example.db.in index 4d8db53010..8acf7b121e 100644 --- a/bin/tests/system/dnssec/ns3/expiring.example.db.in +++ b/bin/tests/system/dnssec/ns3/expiring.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/future.example.db.in b/bin/tests/system/dnssec/ns3/future.example.db.in index ddda25d2fd..20c19c5216 100644 --- a/bin/tests/system/dnssec/ns3/future.example.db.in +++ b/bin/tests/system/dnssec/ns3/future.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/generic.example.db.in b/bin/tests/system/dnssec/ns3/generic.example.db.in index dd1778e21a..5cc3ecc1bb 100644 --- a/bin/tests/system/dnssec/ns3/generic.example.db.in +++ b/bin/tests/system/dnssec/ns3/generic.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/inline.example.db b/bin/tests/system/dnssec/ns3/inline.example.db index 86552149e1..14971bd7a6 100644 --- a/bin/tests/system/dnssec/ns3/inline.example.db +++ b/bin/tests/system/dnssec/ns3/inline.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/insecure.below-cname.example.db b/bin/tests/system/dnssec/ns3/insecure.below-cname.example.db index 86552149e1..14971bd7a6 100644 --- a/bin/tests/system/dnssec/ns3/insecure.below-cname.example.db +++ b/bin/tests/system/dnssec/ns3/insecure.below-cname.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/insecure.example.db b/bin/tests/system/dnssec/ns3/insecure.example.db index 98777d674f..76e3f47f21 100644 --- a/bin/tests/system/dnssec/ns3/insecure.example.db +++ b/bin/tests/system/dnssec/ns3/insecure.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/insecure.nsec3.example.db b/bin/tests/system/dnssec/ns3/insecure.nsec3.example.db index 86552149e1..14971bd7a6 100644 --- a/bin/tests/system/dnssec/ns3/insecure.nsec3.example.db +++ b/bin/tests/system/dnssec/ns3/insecure.nsec3.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/insecure.optout.example.db b/bin/tests/system/dnssec/ns3/insecure.optout.example.db index 86552149e1..14971bd7a6 100644 --- a/bin/tests/system/dnssec/ns3/insecure.optout.example.db +++ b/bin/tests/system/dnssec/ns3/insecure.optout.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/key.db.in b/bin/tests/system/dnssec/ns3/key.db.in index 3847e2ea10..0165e3f8c6 100644 --- a/bin/tests/system/dnssec/ns3/key.db.in +++ b/bin/tests/system/dnssec/ns3/key.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/kskonly.example.db.in b/bin/tests/system/dnssec/ns3/kskonly.example.db.in index cbfb691d08..0b11a00b00 100644 --- a/bin/tests/system/dnssec/ns3/kskonly.example.db.in +++ b/bin/tests/system/dnssec/ns3/kskonly.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/lower.example.db.in b/bin/tests/system/dnssec/ns3/lower.example.db.in index 7a3879fa78..a04793e312 100644 --- a/bin/tests/system/dnssec/ns3/lower.example.db.in +++ b/bin/tests/system/dnssec/ns3/lower.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/managed-future.example.db.in b/bin/tests/system/dnssec/ns3/managed-future.example.db.in index ddda25d2fd..20c19c5216 100644 --- a/bin/tests/system/dnssec/ns3/managed-future.example.db.in +++ b/bin/tests/system/dnssec/ns3/managed-future.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/multiple.example.db.in b/bin/tests/system/dnssec/ns3/multiple.example.db.in index c9e7c2b3da..f37dd750ce 100644 --- a/bin/tests/system/dnssec/ns3/multiple.example.db.in +++ b/bin/tests/system/dnssec/ns3/multiple.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/named.conf.in b/bin/tests/system/dnssec/ns3/named.conf.in index 7262359b32..fc44b80098 100644 --- a/bin/tests/system/dnssec/ns3/named.conf.in +++ b/bin/tests/system/dnssec/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/nosign.example.db.in b/bin/tests/system/dnssec/ns3/nosign.example.db.in index f066e3c836..2be8a2833a 100644 --- a/bin/tests/system/dnssec/ns3/nosign.example.db.in +++ b/bin/tests/system/dnssec/ns3/nosign.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in b/bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in index c9e7c2b3da..f37dd750ce 100644 --- a/bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in +++ b/bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/nsec3.example.db.in b/bin/tests/system/dnssec/ns3/nsec3.example.db.in index 8761ebb017..55b38776da 100644 --- a/bin/tests/system/dnssec/ns3/nsec3.example.db.in +++ b/bin/tests/system/dnssec/ns3/nsec3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in b/bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in index 3f10748395..15fe621fd0 100644 --- a/bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in +++ b/bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in b/bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in index 3f10748395..15fe621fd0 100644 --- a/bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in +++ b/bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/occluded.example.db.in b/bin/tests/system/dnssec/ns3/occluded.example.db.in index 77a1cfb63d..ee9c900540 100644 --- a/bin/tests/system/dnssec/ns3/occluded.example.db.in +++ b/bin/tests/system/dnssec/ns3/occluded.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/optout-unknown.example.db.in b/bin/tests/system/dnssec/ns3/optout-unknown.example.db.in index c9e7c2b3da..f37dd750ce 100644 --- a/bin/tests/system/dnssec/ns3/optout-unknown.example.db.in +++ b/bin/tests/system/dnssec/ns3/optout-unknown.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/optout.example.db.in b/bin/tests/system/dnssec/ns3/optout.example.db.in index ddda25d2fd..20c19c5216 100644 --- a/bin/tests/system/dnssec/ns3/optout.example.db.in +++ b/bin/tests/system/dnssec/ns3/optout.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in b/bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in index 3f10748395..15fe621fd0 100644 --- a/bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in +++ b/bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/optout.optout.example.db.in b/bin/tests/system/dnssec/ns3/optout.optout.example.db.in index 3f10748395..15fe621fd0 100644 --- a/bin/tests/system/dnssec/ns3/optout.optout.example.db.in +++ b/bin/tests/system/dnssec/ns3/optout.optout.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/publish-inactive.example.db.in b/bin/tests/system/dnssec/ns3/publish-inactive.example.db.in index 86552149e1..14971bd7a6 100644 --- a/bin/tests/system/dnssec/ns3/publish-inactive.example.db.in +++ b/bin/tests/system/dnssec/ns3/publish-inactive.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/rsasha256.example.db.in b/bin/tests/system/dnssec/ns3/rsasha256.example.db.in index 862dadba98..f6c4fabdd3 100644 --- a/bin/tests/system/dnssec/ns3/rsasha256.example.db.in +++ b/bin/tests/system/dnssec/ns3/rsasha256.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/rsasha512.example.db.in b/bin/tests/system/dnssec/ns3/rsasha512.example.db.in index 862dadba98..f6c4fabdd3 100644 --- a/bin/tests/system/dnssec/ns3/rsasha512.example.db.in +++ b/bin/tests/system/dnssec/ns3/rsasha512.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in b/bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in index 86552149e1..14971bd7a6 100644 --- a/bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in +++ b/bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/secure.example.db.in b/bin/tests/system/dnssec/ns3/secure.example.db.in index 27f2b2401c..ec39308e9a 100644 --- a/bin/tests/system/dnssec/ns3/secure.example.db.in +++ b/bin/tests/system/dnssec/ns3/secure.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in b/bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in index 3f10748395..15fe621fd0 100644 --- a/bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in +++ b/bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/secure.optout.example.db.in b/bin/tests/system/dnssec/ns3/secure.optout.example.db.in index 3f10748395..15fe621fd0 100644 --- a/bin/tests/system/dnssec/ns3/secure.optout.example.db.in +++ b/bin/tests/system/dnssec/ns3/secure.optout.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/siginterval.example.db.in b/bin/tests/system/dnssec/ns3/siginterval.example.db.in index 703a306346..ec6603a91f 100644 --- a/bin/tests/system/dnssec/ns3/siginterval.example.db.in +++ b/bin/tests/system/dnssec/ns3/siginterval.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/siginterval1.conf b/bin/tests/system/dnssec/ns3/siginterval1.conf index 83753efd60..4674cf381f 100644 --- a/bin/tests/system/dnssec/ns3/siginterval1.conf +++ b/bin/tests/system/dnssec/ns3/siginterval1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/siginterval2.conf b/bin/tests/system/dnssec/ns3/siginterval2.conf index d2bd0d59c6..46a20077d8 100644 --- a/bin/tests/system/dnssec/ns3/siginterval2.conf +++ b/bin/tests/system/dnssec/ns3/siginterval2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/sign.sh b/bin/tests/system/dnssec/ns3/sign.sh index d89287f1bf..8cd6b2acbb 100644 --- a/bin/tests/system/dnssec/ns3/sign.sh +++ b/bin/tests/system/dnssec/ns3/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnssec/ns3/split-dnssec.example.db.in b/bin/tests/system/dnssec/ns3/split-dnssec.example.db.in index 8761ebb017..55b38776da 100644 --- a/bin/tests/system/dnssec/ns3/split-dnssec.example.db.in +++ b/bin/tests/system/dnssec/ns3/split-dnssec.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/split-smart.example.db.in b/bin/tests/system/dnssec/ns3/split-smart.example.db.in index 8761ebb017..55b38776da 100644 --- a/bin/tests/system/dnssec/ns3/split-smart.example.db.in +++ b/bin/tests/system/dnssec/ns3/split-smart.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/ttlpatch.example.db.in b/bin/tests/system/dnssec/ns3/ttlpatch.example.db.in index 86552149e1..14971bd7a6 100644 --- a/bin/tests/system/dnssec/ns3/ttlpatch.example.db.in +++ b/bin/tests/system/dnssec/ns3/ttlpatch.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/update-nsec3.example.db.in b/bin/tests/system/dnssec/ns3/update-nsec3.example.db.in index 0e0e5e09e5..a7792fd3b8 100644 --- a/bin/tests/system/dnssec/ns3/update-nsec3.example.db.in +++ b/bin/tests/system/dnssec/ns3/update-nsec3.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns3/upper.example.db.in b/bin/tests/system/dnssec/ns3/upper.example.db.in index 703a306346..ec6603a91f 100644 --- a/bin/tests/system/dnssec/ns3/upper.example.db.in +++ b/bin/tests/system/dnssec/ns3/upper.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns4/named1.conf.in b/bin/tests/system/dnssec/ns4/named1.conf.in index 9559a00c01..212ef85666 100644 --- a/bin/tests/system/dnssec/ns4/named1.conf.in +++ b/bin/tests/system/dnssec/ns4/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns4/named2.conf.in b/bin/tests/system/dnssec/ns4/named2.conf.in index f1ec362032..3369b6bdf4 100644 --- a/bin/tests/system/dnssec/ns4/named2.conf.in +++ b/bin/tests/system/dnssec/ns4/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns4/named3.conf.in b/bin/tests/system/dnssec/ns4/named3.conf.in index 097ed33de4..d6eaa01419 100644 --- a/bin/tests/system/dnssec/ns4/named3.conf.in +++ b/bin/tests/system/dnssec/ns4/named3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns4/named4.conf.in b/bin/tests/system/dnssec/ns4/named4.conf.in index 6e5b40a830..db42f234f2 100644 --- a/bin/tests/system/dnssec/ns4/named4.conf.in +++ b/bin/tests/system/dnssec/ns4/named4.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns4/named5.conf.in b/bin/tests/system/dnssec/ns4/named5.conf.in index 7ab0eb6946..2be2f0262c 100644 --- a/bin/tests/system/dnssec/ns4/named5.conf.in +++ b/bin/tests/system/dnssec/ns4/named5.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns5/named1.conf.in b/bin/tests/system/dnssec/ns5/named1.conf.in index 62d43b5ff7..deec9c218a 100644 --- a/bin/tests/system/dnssec/ns5/named1.conf.in +++ b/bin/tests/system/dnssec/ns5/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns5/named2.conf.in b/bin/tests/system/dnssec/ns5/named2.conf.in index de10865599..f334e16899 100644 --- a/bin/tests/system/dnssec/ns5/named2.conf.in +++ b/bin/tests/system/dnssec/ns5/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns5/sign.sh b/bin/tests/system/dnssec/ns5/sign.sh index a4e910acfc..df0b208d2f 100644 --- a/bin/tests/system/dnssec/ns5/sign.sh +++ b/bin/tests/system/dnssec/ns5/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnssec/ns6/named.conf.in b/bin/tests/system/dnssec/ns6/named.conf.in index fa74b6043b..4bdc79c5f7 100644 --- a/bin/tests/system/dnssec/ns6/named.conf.in +++ b/bin/tests/system/dnssec/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns6/optout-tld.db.in b/bin/tests/system/dnssec/ns6/optout-tld.db.in index b90c9eaef9..b2aa3934d8 100644 --- a/bin/tests/system/dnssec/ns6/optout-tld.db.in +++ b/bin/tests/system/dnssec/ns6/optout-tld.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns6/sign.sh b/bin/tests/system/dnssec/ns6/sign.sh index d308f4844b..6102e52917 100644 --- a/bin/tests/system/dnssec/ns6/sign.sh +++ b/bin/tests/system/dnssec/ns6/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnssec/ns7/named.conf.in b/bin/tests/system/dnssec/ns7/named.conf.in index 70d71f6eff..55cbec9ee9 100644 --- a/bin/tests/system/dnssec/ns7/named.conf.in +++ b/bin/tests/system/dnssec/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns7/named.nosoa b/bin/tests/system/dnssec/ns7/named.nosoa index b8aab6c39b..caefbbba46 100644 --- a/bin/tests/system/dnssec/ns7/named.nosoa +++ b/bin/tests/system/dnssec/ns7/named.nosoa @@ -1,5 +1,12 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. Add -T nosoa. diff --git a/bin/tests/system/dnssec/ns7/nosoa.secure.example.db b/bin/tests/system/dnssec/ns7/nosoa.secure.example.db index e8949475c7..d3c98783ea 100644 --- a/bin/tests/system/dnssec/ns7/nosoa.secure.example.db +++ b/bin/tests/system/dnssec/ns7/nosoa.secure.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns7/sign.sh b/bin/tests/system/dnssec/ns7/sign.sh index 296434413d..551b2173fc 100644 --- a/bin/tests/system/dnssec/ns7/sign.sh +++ b/bin/tests/system/dnssec/ns7/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnssec/ns7/split-rrsig.db.in b/bin/tests/system/dnssec/ns7/split-rrsig.db.in index 14300c3b08..48c2f878c2 100644 --- a/bin/tests/system/dnssec/ns7/split-rrsig.db.in +++ b/bin/tests/system/dnssec/ns7/split-rrsig.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns8/named.conf.in b/bin/tests/system/dnssec/ns8/named.conf.in index 4cf0753e96..ef3c91314f 100644 --- a/bin/tests/system/dnssec/ns8/named.conf.in +++ b/bin/tests/system/dnssec/ns8/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ns9/named.conf.in b/bin/tests/system/dnssec/ns9/named.conf.in index 1933c76700..d206d56582 100644 --- a/bin/tests/system/dnssec/ns9/named.conf.in +++ b/bin/tests/system/dnssec/ns9/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/ntadiff.pl b/bin/tests/system/dnssec/ntadiff.pl index 041e7bcafc..ca80eac9b8 100755 --- a/bin/tests/system/dnssec/ntadiff.pl +++ b/bin/tests/system/dnssec/ntadiff.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -w -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnssec/setup.sh b/bin/tests/system/dnssec/setup.sh index 35b9b29ac4..6aa0cd0a0f 100644 --- a/bin/tests/system/dnssec/setup.sh +++ b/bin/tests/system/dnssec/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnssec/signer/example.db.in b/bin/tests/system/dnssec/signer/example.db.in index dbf60c1d59..3ab6aa2fc5 100644 --- a/bin/tests/system/dnssec/signer/example.db.in +++ b/bin/tests/system/dnssec/signer/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/signer/general/test1.zone b/bin/tests/system/dnssec/signer/general/test1.zone index 8c11a0e734..1bb8daecbb 100644 --- a/bin/tests/system/dnssec/signer/general/test1.zone +++ b/bin/tests/system/dnssec/signer/general/test1.zone @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/signer/general/test2.zone b/bin/tests/system/dnssec/signer/general/test2.zone index b603931a52..1ce77fea24 100644 --- a/bin/tests/system/dnssec/signer/general/test2.zone +++ b/bin/tests/system/dnssec/signer/general/test2.zone @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/signer/general/test3.zone b/bin/tests/system/dnssec/signer/general/test3.zone index 70f2a869f1..61e162c800 100644 --- a/bin/tests/system/dnssec/signer/general/test3.zone +++ b/bin/tests/system/dnssec/signer/general/test3.zone @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/signer/general/test4.zone b/bin/tests/system/dnssec/signer/general/test4.zone index fb5b6c446f..2a6b42e52d 100644 --- a/bin/tests/system/dnssec/signer/general/test4.zone +++ b/bin/tests/system/dnssec/signer/general/test4.zone @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/signer/general/test5.zone b/bin/tests/system/dnssec/signer/general/test5.zone index 7f33e271ff..79377cee96 100644 --- a/bin/tests/system/dnssec/signer/general/test5.zone +++ b/bin/tests/system/dnssec/signer/general/test5.zone @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/signer/general/test6.zone b/bin/tests/system/dnssec/signer/general/test6.zone index aad2838680..14bdfebba7 100644 --- a/bin/tests/system/dnssec/signer/general/test6.zone +++ b/bin/tests/system/dnssec/signer/general/test6.zone @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/signer/general/test7.zone b/bin/tests/system/dnssec/signer/general/test7.zone index acf443d9de..e52c535527 100644 --- a/bin/tests/system/dnssec/signer/general/test7.zone +++ b/bin/tests/system/dnssec/signer/general/test7.zone @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/signer/general/test8.zone b/bin/tests/system/dnssec/signer/general/test8.zone index abfc58f818..cd88b4f662 100644 --- a/bin/tests/system/dnssec/signer/general/test8.zone +++ b/bin/tests/system/dnssec/signer/general/test8.zone @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/signer/general/test9.zone b/bin/tests/system/dnssec/signer/general/test9.zone index 5cfac09189..14c47d040c 100644 --- a/bin/tests/system/dnssec/signer/general/test9.zone +++ b/bin/tests/system/dnssec/signer/general/test9.zone @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/signer/prepub.db.in b/bin/tests/system/dnssec/signer/prepub.db.in index ff6c4b7af0..946aac1bf5 100644 --- a/bin/tests/system/dnssec/signer/prepub.db.in +++ b/bin/tests/system/dnssec/signer/prepub.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/signer/remove.db.in b/bin/tests/system/dnssec/signer/remove.db.in index 8e0fccdd66..5629a426ae 100644 --- a/bin/tests/system/dnssec/signer/remove.db.in +++ b/bin/tests/system/dnssec/signer/remove.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/signer/remove2.db.in b/bin/tests/system/dnssec/signer/remove2.db.in index aa1d2f55af..b2962b9ff1 100644 --- a/bin/tests/system/dnssec/signer/remove2.db.in +++ b/bin/tests/system/dnssec/signer/remove2.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index fecf504855..fd0933ffa9 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnstap/README b/bin/tests/system/dnstap/README index 5ff797b613..856fe482f3 100644 --- a/bin/tests/system/dnstap/README +++ b/bin/tests/system/dnstap/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. The "large-answer.fstrm" file was generated by configuring a named instance compiled with --enable-dnstap and --enable-fixed-rrset with the following diff --git a/bin/tests/system/dnstap/bad-fstrm-reopen-interval.conf b/bin/tests/system/dnstap/bad-fstrm-reopen-interval.conf index dafa894852..fd673d6df7 100644 --- a/bin/tests/system/dnstap/bad-fstrm-reopen-interval.conf +++ b/bin/tests/system/dnstap/bad-fstrm-reopen-interval.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-max.conf b/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-max.conf index 4f90895dc2..cdab66b791 100644 --- a/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-max.conf +++ b/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-max.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-min.conf b/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-min.conf index 14cfa3e897..c5444e9a6c 100644 --- a/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-min.conf +++ b/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-min.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-max.conf b/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-max.conf index aac8dd929f..05ab1d97b6 100644 --- a/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-max.conf +++ b/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-max.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-min.conf b/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-min.conf index 9bca0c11d6..398b1abdf1 100644 --- a/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-min.conf +++ b/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-min.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-max.conf b/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-max.conf index d04a1b07a3..d6c4120579 100644 --- a/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-max.conf +++ b/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-max.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-min.conf b/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-min.conf index 35f8cf7b62..787f656275 100644 --- a/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-min.conf +++ b/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-min.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-po2.conf b/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-po2.conf index a82c42cf23..ae713d3aec 100644 --- a/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-po2.conf +++ b/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-po2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-fstrm-set-output-notify-threshold.conf b/bin/tests/system/dnstap/bad-fstrm-set-output-notify-threshold.conf index 264dce8967..643e2b84e9 100644 --- a/bin/tests/system/dnstap/bad-fstrm-set-output-notify-threshold.conf +++ b/bin/tests/system/dnstap/bad-fstrm-set-output-notify-threshold.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-max.conf b/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-max.conf index a250f50ec8..853713fe76 100644 --- a/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-max.conf +++ b/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-max.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-min.conf b/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-min.conf index ea6852a151..7940c89f54 100644 --- a/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-min.conf +++ b/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-min.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf b/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf index e602bfc20c..9cfa9e3538 100644 --- a/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf +++ b/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf b/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf index acd1d7ea62..be6a640c65 100644 --- a/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf +++ b/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/bad-missing-dnstap-output-view.conf b/bin/tests/system/dnstap/bad-missing-dnstap-output-view.conf index 4864fb0def..853da36d0c 100644 --- a/bin/tests/system/dnstap/bad-missing-dnstap-output-view.conf +++ b/bin/tests/system/dnstap/bad-missing-dnstap-output-view.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + view "view" { dnstap { client; auth; }; }; diff --git a/bin/tests/system/dnstap/bad-missing-dnstap-output.conf b/bin/tests/system/dnstap/bad-missing-dnstap-output.conf index 822e4e6b19..b5565e2065 100644 --- a/bin/tests/system/dnstap/bad-missing-dnstap-output.conf +++ b/bin/tests/system/dnstap/bad-missing-dnstap-output.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dnstap { client; auth; }; recursion yes; diff --git a/bin/tests/system/dnstap/bad-size-version.conf b/bin/tests/system/dnstap/bad-size-version.conf index 41d32ef154..8e31528cf7 100644 --- a/bin/tests/system/dnstap/bad-size-version.conf +++ b/bin/tests/system/dnstap/bad-size-version.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/clean.sh b/bin/tests/system/dnstap/clean.sh index 424568657e..ff13e8d3e2 100644 --- a/bin/tests/system/dnstap/clean.sh +++ b/bin/tests/system/dnstap/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnstap/good-dnstap-in-options.conf b/bin/tests/system/dnstap/good-dnstap-in-options.conf index f7d55f7bf0..17feb5eb58 100644 --- a/bin/tests/system/dnstap/good-dnstap-in-options.conf +++ b/bin/tests/system/dnstap/good-dnstap-in-options.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dnstap-output unix "/var/run/named/dnstap.sock"; dnstap-identity hostname; diff --git a/bin/tests/system/dnstap/good-dnstap-in-view.conf b/bin/tests/system/dnstap/good-dnstap-in-view.conf index 61a446b2db..2c17f6c5e4 100644 --- a/bin/tests/system/dnstap/good-dnstap-in-view.conf +++ b/bin/tests/system/dnstap/good-dnstap-in-view.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + options { dnstap-output unix "/var/run/named/dnstap.sock"; dnstap-identity hostname; diff --git a/bin/tests/system/dnstap/good-fstrm-reopen-interval.conf b/bin/tests/system/dnstap/good-fstrm-reopen-interval.conf index 5e63a59606..d52526227b 100644 --- a/bin/tests/system/dnstap/good-fstrm-reopen-interval.conf +++ b/bin/tests/system/dnstap/good-fstrm-reopen-interval.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf b/bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf index abaaa73c4a..c550647203 100644 --- a/bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf +++ b/bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf b/bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf index dbc9364e6b..dd9abf0ced 100644 --- a/bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf +++ b/bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf b/bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf index 1c3b5ef5ce..d01b8f880c 100644 --- a/bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf +++ b/bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/good-fstrm-set-output-notify-threshold.conf b/bin/tests/system/dnstap/good-fstrm-set-output-notify-threshold.conf index e18ec38f74..2619dc01d8 100644 --- a/bin/tests/system/dnstap/good-fstrm-set-output-notify-threshold.conf +++ b/bin/tests/system/dnstap/good-fstrm-set-output-notify-threshold.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-mpsc.conf b/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-mpsc.conf index 05ad706dfb..a81ff7cb63 100644 --- a/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-mpsc.conf +++ b/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-mpsc.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-spsc.conf b/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-spsc.conf index ef735a67d7..7b394ebb6d 100644 --- a/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-spsc.conf +++ b/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-spsc.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/good-fstrm-set-output-queue-size.conf b/bin/tests/system/dnstap/good-fstrm-set-output-queue-size.conf index 9f93bb6848..87bf028d60 100644 --- a/bin/tests/system/dnstap/good-fstrm-set-output-queue-size.conf +++ b/bin/tests/system/dnstap/good-fstrm-set-output-queue-size.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/good-fstrm-set-reopen-interval.conf b/bin/tests/system/dnstap/good-fstrm-set-reopen-interval.conf index fe6462b022..116d3ae8b7 100644 --- a/bin/tests/system/dnstap/good-fstrm-set-reopen-interval.conf +++ b/bin/tests/system/dnstap/good-fstrm-set-reopen-interval.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/good-size-unlimited.conf b/bin/tests/system/dnstap/good-size-unlimited.conf index c37a0b8ffc..8cb971298f 100644 --- a/bin/tests/system/dnstap/good-size-unlimited.conf +++ b/bin/tests/system/dnstap/good-size-unlimited.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/good-size-version.conf b/bin/tests/system/dnstap/good-size-version.conf index b3e127bb0d..ca1fba3594 100644 --- a/bin/tests/system/dnstap/good-size-version.conf +++ b/bin/tests/system/dnstap/good-size-version.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/ns1/named.conf.in b/bin/tests/system/dnstap/ns1/named.conf.in index 4e58a855a4..c2c0087753 100644 --- a/bin/tests/system/dnstap/ns1/named.conf.in +++ b/bin/tests/system/dnstap/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/ns1/root.db b/bin/tests/system/dnstap/ns1/root.db index dab5cea7f7..17780d13f0 100644 --- a/bin/tests/system/dnstap/ns1/root.db +++ b/bin/tests/system/dnstap/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/ns2/example.db.in b/bin/tests/system/dnstap/ns2/example.db.in index 4073dc2682..7f88dec354 100644 --- a/bin/tests/system/dnstap/ns2/example.db.in +++ b/bin/tests/system/dnstap/ns2/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/ns2/named.conf.in b/bin/tests/system/dnstap/ns2/named.conf.in index 9ea4629182..1c1713a46d 100644 --- a/bin/tests/system/dnstap/ns2/named.conf.in +++ b/bin/tests/system/dnstap/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/ns3/named.conf.in b/bin/tests/system/dnstap/ns3/named.conf.in index e1920cadd0..24320ed83f 100644 --- a/bin/tests/system/dnstap/ns3/named.conf.in +++ b/bin/tests/system/dnstap/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/ns4/named.conf.in b/bin/tests/system/dnstap/ns4/named.conf.in index 2b572f7b9d..e821f5ecd4 100644 --- a/bin/tests/system/dnstap/ns4/named.conf.in +++ b/bin/tests/system/dnstap/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dnstap/setup.sh b/bin/tests/system/dnstap/setup.sh index 2590a5f75d..90a257e391 100644 --- a/bin/tests/system/dnstap/setup.sh +++ b/bin/tests/system/dnstap/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnstap/tests.sh b/bin/tests/system/dnstap/tests.sh index ceaf30df5f..40ea0b3995 100644 --- a/bin/tests/system/dnstap/tests.sh +++ b/bin/tests/system/dnstap/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dnstap/ydump.py b/bin/tests/system/dnstap/ydump.py index 05ebe72c03..43cd227996 100644 --- a/bin/tests/system/dnstap/ydump.py +++ b/bin/tests/system/dnstap/ydump.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import sys diff --git a/bin/tests/system/doth/README.curl b/bin/tests/system/doth/README.curl index 1e0c57d9e4..475f20f53a 100644 --- a/bin/tests/system/doth/README.curl +++ b/bin/tests/system/doth/README.curl @@ -1,3 +1,16 @@ + + DoH query values that can be passed on the command line for testing with curl can be obtained by encoding binary DNS messages into base64url, with trailing '='s removed. diff --git a/bin/tests/system/doth/clean.sh b/bin/tests/system/doth/clean.sh index 6a51a71dcc..b0fcfdf23f 100644 --- a/bin/tests/system/doth/clean.sh +++ b/bin/tests/system/doth/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/doth/ns1/named.conf.in b/bin/tests/system/doth/ns1/named.conf.in index 7ed99c66a6..571aa7995d 100644 --- a/bin/tests/system/doth/ns1/named.conf.in +++ b/bin/tests/system/doth/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/doth/ns1/root.db b/bin/tests/system/doth/ns1/root.db index 5ace5c3c6f..47a18a1e76 100644 --- a/bin/tests/system/doth/ns1/root.db +++ b/bin/tests/system/doth/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/doth/ns2/named.conf.in b/bin/tests/system/doth/ns2/named.conf.in index 9d747c9f6a..6fe45dbdf9 100644 --- a/bin/tests/system/doth/ns2/named.conf.in +++ b/bin/tests/system/doth/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/doth/ns3/named.conf.in b/bin/tests/system/doth/ns3/named.conf.in index 3649b53433..b0deaa0c81 100644 --- a/bin/tests/system/doth/ns3/named.conf.in +++ b/bin/tests/system/doth/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/doth/ns4/named.conf.in b/bin/tests/system/doth/ns4/named.conf.in index 2b7b0f7df1..23aa98528a 100644 --- a/bin/tests/system/doth/ns4/named.conf.in +++ b/bin/tests/system/doth/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/doth/setup.sh b/bin/tests/system/doth/setup.sh index 42d83d2dd5..c50c31f779 100644 --- a/bin/tests/system/doth/setup.sh +++ b/bin/tests/system/doth/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/doth/stress_http_quota.py b/bin/tests/system/doth/stress_http_quota.py index 0ca0046e72..c3586b2485 100755 --- a/bin/tests/system/doth/stress_http_quota.py +++ b/bin/tests/system/doth/stress_http_quota.py @@ -1,14 +1,15 @@ #!/usr/bin/env python -############################################################################ + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import os import sys diff --git a/bin/tests/system/doth/tests.sh b/bin/tests/system/doth/tests.sh index b8abd1d624..a07e9a5849 100644 --- a/bin/tests/system/doth/tests.sh +++ b/bin/tests/system/doth/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dscp/clean.sh b/bin/tests/system/dscp/clean.sh index 1cdca7d576..f124690bc8 100644 --- a/bin/tests/system/dscp/clean.sh +++ b/bin/tests/system/dscp/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dscp/ns1/named.conf.in b/bin/tests/system/dscp/ns1/named.conf.in index 0a5245d7dd..e5c79715df 100644 --- a/bin/tests/system/dscp/ns1/named.conf.in +++ b/bin/tests/system/dscp/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dscp/ns1/root.db b/bin/tests/system/dscp/ns1/root.db index 3bd582940e..9d473e2545 100644 --- a/bin/tests/system/dscp/ns1/root.db +++ b/bin/tests/system/dscp/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dscp/ns2/named.conf.in b/bin/tests/system/dscp/ns2/named.conf.in index 94a9e3244a..ca835c864a 100644 --- a/bin/tests/system/dscp/ns2/named.conf.in +++ b/bin/tests/system/dscp/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dscp/ns3/hint.db b/bin/tests/system/dscp/ns3/hint.db index 5fe03e71a2..875a407c80 100644 --- a/bin/tests/system/dscp/ns3/hint.db +++ b/bin/tests/system/dscp/ns3/hint.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dscp/ns3/named.conf.in b/bin/tests/system/dscp/ns3/named.conf.in index c775e5180b..38d4985391 100644 --- a/bin/tests/system/dscp/ns3/named.conf.in +++ b/bin/tests/system/dscp/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dscp/ns4/named.conf.in b/bin/tests/system/dscp/ns4/named.conf.in index 63fd7691ec..8c8ca4fd11 100644 --- a/bin/tests/system/dscp/ns4/named.conf.in +++ b/bin/tests/system/dscp/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dscp/ns4/root.db b/bin/tests/system/dscp/ns4/root.db index d1627dbd4e..cb3b395458 100644 --- a/bin/tests/system/dscp/ns4/root.db +++ b/bin/tests/system/dscp/ns4/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dscp/ns5/named.conf.in b/bin/tests/system/dscp/ns5/named.conf.in index 9ffa0a1272..2d1db3c714 100644 --- a/bin/tests/system/dscp/ns5/named.conf.in +++ b/bin/tests/system/dscp/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dscp/ns6/hint.db b/bin/tests/system/dscp/ns6/hint.db index 8c54e3a3dc..c2c51f2c02 100644 --- a/bin/tests/system/dscp/ns6/hint.db +++ b/bin/tests/system/dscp/ns6/hint.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dscp/ns6/named.conf.in b/bin/tests/system/dscp/ns6/named.conf.in index 1714e2232a..94c1b599ce 100644 --- a/bin/tests/system/dscp/ns6/named.conf.in +++ b/bin/tests/system/dscp/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dscp/ns7/named.conf.in b/bin/tests/system/dscp/ns7/named.conf.in index a7c8bf2021..cbf7096ce9 100644 --- a/bin/tests/system/dscp/ns7/named.conf.in +++ b/bin/tests/system/dscp/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dscp/setup.sh b/bin/tests/system/dscp/setup.sh index 401985d4a5..6e3e0ad963 100644 --- a/bin/tests/system/dscp/setup.sh +++ b/bin/tests/system/dscp/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dscp/tests.sh b/bin/tests/system/dscp/tests.sh index 2051ecc7ec..b4b84caa9d 100644 --- a/bin/tests/system/dscp/tests.sh +++ b/bin/tests/system/dscp/tests.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dsdigest/clean.sh b/bin/tests/system/dsdigest/clean.sh index b39bc5851d..172cf1e8fe 100644 --- a/bin/tests/system/dsdigest/clean.sh +++ b/bin/tests/system/dsdigest/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dsdigest/ns1/named.conf.in b/bin/tests/system/dsdigest/ns1/named.conf.in index a68caf9d96..da27c58c87 100644 --- a/bin/tests/system/dsdigest/ns1/named.conf.in +++ b/bin/tests/system/dsdigest/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dsdigest/ns1/root.db.in b/bin/tests/system/dsdigest/ns1/root.db.in index 52232798fb..30c61e9279 100644 --- a/bin/tests/system/dsdigest/ns1/root.db.in +++ b/bin/tests/system/dsdigest/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dsdigest/ns1/sign.sh b/bin/tests/system/dsdigest/ns1/sign.sh index e02d421ef7..766c7f54c8 100644 --- a/bin/tests/system/dsdigest/ns1/sign.sh +++ b/bin/tests/system/dsdigest/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dsdigest/ns2/bad.db.in b/bin/tests/system/dsdigest/ns2/bad.db.in index ab5ce91b90..c5e8c83354 100644 --- a/bin/tests/system/dsdigest/ns2/bad.db.in +++ b/bin/tests/system/dsdigest/ns2/bad.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dsdigest/ns2/good.db.in b/bin/tests/system/dsdigest/ns2/good.db.in index ab5ce91b90..c5e8c83354 100644 --- a/bin/tests/system/dsdigest/ns2/good.db.in +++ b/bin/tests/system/dsdigest/ns2/good.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dsdigest/ns2/named.conf.in b/bin/tests/system/dsdigest/ns2/named.conf.in index 8485ad75ac..d3fd750279 100644 --- a/bin/tests/system/dsdigest/ns2/named.conf.in +++ b/bin/tests/system/dsdigest/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dsdigest/ns2/sign.sh b/bin/tests/system/dsdigest/ns2/sign.sh index 7c6c7fd103..3b5bb5d814 100644 --- a/bin/tests/system/dsdigest/ns2/sign.sh +++ b/bin/tests/system/dsdigest/ns2/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dsdigest/ns3/named.conf.in b/bin/tests/system/dsdigest/ns3/named.conf.in index 97bfe26687..a2b105c31b 100644 --- a/bin/tests/system/dsdigest/ns3/named.conf.in +++ b/bin/tests/system/dsdigest/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dsdigest/ns4/named.conf.in b/bin/tests/system/dsdigest/ns4/named.conf.in index 91f21a6e01..e43763bbc0 100644 --- a/bin/tests/system/dsdigest/ns4/named.conf.in +++ b/bin/tests/system/dsdigest/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dsdigest/setup.sh b/bin/tests/system/dsdigest/setup.sh index e3ddbbabfb..44bcc9d0b4 100644 --- a/bin/tests/system/dsdigest/setup.sh +++ b/bin/tests/system/dsdigest/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dsdigest/tests.sh b/bin/tests/system/dsdigest/tests.sh index d1cc0e9d1f..bcf8491f08 100644 --- a/bin/tests/system/dsdigest/tests.sh +++ b/bin/tests/system/dsdigest/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dupsigs/check_journal.pl b/bin/tests/system/dupsigs/check_journal.pl index bd5f4c24c1..99bf6907e8 100644 --- a/bin/tests/system/dupsigs/check_journal.pl +++ b/bin/tests/system/dupsigs/check_journal.pl @@ -1,9 +1,11 @@ #!/usr/bin/env perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dupsigs/clean.sh b/bin/tests/system/dupsigs/clean.sh index af61d65141..9db0799490 100644 --- a/bin/tests/system/dupsigs/clean.sh +++ b/bin/tests/system/dupsigs/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dupsigs/ns1/named.conf.in b/bin/tests/system/dupsigs/ns1/named.conf.in index 23749bcc6e..c5ade8bf8e 100644 --- a/bin/tests/system/dupsigs/ns1/named.conf.in +++ b/bin/tests/system/dupsigs/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dupsigs/ns1/reset_keys.sh b/bin/tests/system/dupsigs/ns1/reset_keys.sh index 9f79dc74fb..28b1191b29 100644 --- a/bin/tests/system/dupsigs/ns1/reset_keys.sh +++ b/bin/tests/system/dupsigs/ns1/reset_keys.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dupsigs/ns1/signing.test.db.in b/bin/tests/system/dupsigs/ns1/signing.test.db.in index 072efe16b3..f4c6643533 100644 --- a/bin/tests/system/dupsigs/ns1/signing.test.db.in +++ b/bin/tests/system/dupsigs/ns1/signing.test.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/dupsigs/setup.sh b/bin/tests/system/dupsigs/setup.sh index f1b921856a..4739fe76dc 100644 --- a/bin/tests/system/dupsigs/setup.sh +++ b/bin/tests/system/dupsigs/setup.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dupsigs/tests.sh b/bin/tests/system/dupsigs/tests.sh index 20414a1d6f..9778ff9a2e 100644 --- a/bin/tests/system/dupsigs/tests.sh +++ b/bin/tests/system/dupsigs/tests.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dyndb/clean.sh b/bin/tests/system/dyndb/clean.sh index abdb0e84bf..cb8ae94212 100644 --- a/bin/tests/system/dyndb/clean.sh +++ b/bin/tests/system/dyndb/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dyndb/driver/AUTHORS b/bin/tests/system/dyndb/driver/AUTHORS index acc109cc26..5b37853d9d 100644 --- a/bin/tests/system/dyndb/driver/AUTHORS +++ b/bin/tests/system/dyndb/driver/AUTHORS @@ -1,3 +1,28 @@ +Copyright (C) Internet Systems Consortium, Inc. ("ISC") + +SPDX-License-Identifier: MPL-2.0 AND ISC + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. + +Copyright (C) 2009-2015 Red Hat + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + This sample driver is based on bind-dyndb-ldap project and small portions of code from ISC BIND 9.10. diff --git a/bin/tests/system/dyndb/driver/COPYING b/bin/tests/system/dyndb/driver/COPYING deleted file mode 100644 index e383928a6d..0000000000 --- a/bin/tests/system/dyndb/driver/COPYING +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (C) 1999-2014 Internet Systems Consortium, Inc. ("ISC") - -This Source Code Form is subject to the terms of the Mozilla Public -License, v. 2.0. If a copy of the MPL was not distributed with this -file, You can obtain one at http://mozilla.org/MPL/2.0/. - -Copyright (C) 2009-2015 Red Hat - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY -AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. diff --git a/bin/tests/system/dyndb/driver/README b/bin/tests/system/dyndb/driver/README index 9aac0a621b..db73396832 100644 --- a/bin/tests/system/dyndb/driver/README +++ b/bin/tests/system/dyndb/driver/README @@ -1,3 +1,30 @@ + + To use the Dynamic DB sample driver, run named and check the log. $ cd testing diff --git a/bin/tests/system/dyndb/driver/db.c b/bin/tests/system/dyndb/driver/db.c index 9601c877c4..05485bd631 100644 --- a/bin/tests/system/dyndb/driver/db.c +++ b/bin/tests/system/dyndb/driver/db.c @@ -1,3 +1,32 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) 2009-2015 Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + /* * Database API implementation. The interface is defined in lib/dns/db.h. * @@ -7,8 +36,6 @@ * This example re-uses RBT DB implementation from original BIND and blindly * proxies most of dns_db_*() calls to this underlying RBT DB. * See struct sampledb below. - * - * Copyright (C) 2009-2015 Red Hat ; see COPYRIGHT for license */ #include "db.h" diff --git a/bin/tests/system/dyndb/driver/db.h b/bin/tests/system/dyndb/driver/db.h index 85c15939ab..c520c8b760 100644 --- a/bin/tests/system/dyndb/driver/db.h +++ b/bin/tests/system/dyndb/driver/db.h @@ -1,7 +1,34 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) 2009-2015 Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + /** * Database API implementation. - * - * Copyright (C) 2015 Red Hat ; see COPYRIGHT for license */ #pragma once diff --git a/bin/tests/system/dyndb/driver/driver.c b/bin/tests/system/dyndb/driver/driver.c index 266e71476e..f4497c9d65 100644 --- a/bin/tests/system/dyndb/driver/driver.c +++ b/bin/tests/system/dyndb/driver/driver.c @@ -1,3 +1,32 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + /* * Driver API implementation and main entry point for BIND. * @@ -11,8 +40,6 @@ * each section even if they reference the same driver/library. It is * up to driver implementation to detect and catch this situation if * it is undesirable. - * - * Copyright (C) 2009-2015 Red Hat ; see COPYRIGHT for license */ #include diff --git a/bin/tests/system/dyndb/driver/instance.c b/bin/tests/system/dyndb/driver/instance.c index bc1f829159..9e90a2c2f5 100644 --- a/bin/tests/system/dyndb/driver/instance.c +++ b/bin/tests/system/dyndb/driver/instance.c @@ -1,11 +1,38 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) 2009-2015 Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + /* * Driver instance object. * * One instance is equivalent to dynamic-db section in named.conf. * This module parses arguments and provide high-level operations * instance init/zone load/instance destroy. - * - * Copyright (C) 2008-2015 Red Hat ; see COPYRIGHT for license */ #include "instance.h" diff --git a/bin/tests/system/dyndb/driver/instance.h b/bin/tests/system/dyndb/driver/instance.h index 31a5a4c497..67a219c322 100644 --- a/bin/tests/system/dyndb/driver/instance.h +++ b/bin/tests/system/dyndb/driver/instance.h @@ -1,7 +1,34 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) 2009-2015 Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + /** * Driver instance object. - * - * Copyright (C) 2009-2015 Red Hat ; see COPYRIGHT for license */ #pragma once diff --git a/bin/tests/system/dyndb/driver/lock.c b/bin/tests/system/dyndb/driver/lock.c index d8bc33c949..5d73871f2c 100644 --- a/bin/tests/system/dyndb/driver/lock.c +++ b/bin/tests/system/dyndb/driver/lock.c @@ -1,5 +1,30 @@ /* - * Copyright (C) 2014-2015 Red Hat ; see COPYRIGHT for license + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ #include "lock.h" diff --git a/bin/tests/system/dyndb/driver/lock.h b/bin/tests/system/dyndb/driver/lock.h index 6d9b0bd8a3..9f2ed9ed7e 100644 --- a/bin/tests/system/dyndb/driver/lock.h +++ b/bin/tests/system/dyndb/driver/lock.h @@ -1,5 +1,30 @@ /* - * Copyright (C) 2014-2015 Red Hat ; see COPYRIGHT for license + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ #pragma once diff --git a/bin/tests/system/dyndb/driver/log.c b/bin/tests/system/dyndb/driver/log.c index 1a508fb64d..ef8b1eecd1 100644 --- a/bin/tests/system/dyndb/driver/log.c +++ b/bin/tests/system/dyndb/driver/log.c @@ -1,5 +1,30 @@ /* - * Copyright (C) 2009-2015 Red Hat ; see COPYRIGHT for license + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ #include "log.h" diff --git a/bin/tests/system/dyndb/driver/log.h b/bin/tests/system/dyndb/driver/log.h index ed25ede577..2cb968bf81 100644 --- a/bin/tests/system/dyndb/driver/log.h +++ b/bin/tests/system/dyndb/driver/log.h @@ -1,5 +1,30 @@ /* - * Copyright (C) 2009--2015 Red Hat ; see COPYRIGHT for license + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ #pragma once diff --git a/bin/tests/system/dyndb/driver/syncptr.c b/bin/tests/system/dyndb/driver/syncptr.c index 3212a2d93f..81d98e5d43 100644 --- a/bin/tests/system/dyndb/driver/syncptr.c +++ b/bin/tests/system/dyndb/driver/syncptr.c @@ -1,7 +1,34 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + /* * Automatic A/AAAA/PTR record synchronization. - * - * Copyright (C) 2009-2015 Red Hat ; see COPYRIGHT for license */ #include "syncptr.h" diff --git a/bin/tests/system/dyndb/driver/syncptr.h b/bin/tests/system/dyndb/driver/syncptr.h index de96ca175f..91edee1caf 100644 --- a/bin/tests/system/dyndb/driver/syncptr.h +++ b/bin/tests/system/dyndb/driver/syncptr.h @@ -1,7 +1,34 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + /* * Sync PTR records - * - * Copyright (C) 2014-2015 Red Hat ; see COPYRIGHT for license */ #pragma once diff --git a/bin/tests/system/dyndb/driver/util.h b/bin/tests/system/dyndb/driver/util.h index c7e409e458..d59a7fd6ea 100644 --- a/bin/tests/system/dyndb/driver/util.h +++ b/bin/tests/system/dyndb/driver/util.h @@ -1,7 +1,34 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + /* * Memory allocation and error handling utilities. - * - * Copyright (C) 2009-2015 Red Hat ; see COPYRIGHT for license */ #pragma once diff --git a/bin/tests/system/dyndb/driver/zone.c b/bin/tests/system/dyndb/driver/zone.c index c7306b69cc..59f87a61cf 100644 --- a/bin/tests/system/dyndb/driver/zone.c +++ b/bin/tests/system/dyndb/driver/zone.c @@ -1,7 +1,34 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) Red Hat + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + /* * Zone management. - * - * Copyright (C) 2009-2015 Red Hat ; see COPYRIGHT for license */ #include "zone.h" diff --git a/bin/tests/system/dyndb/driver/zone.h b/bin/tests/system/dyndb/driver/zone.h index 8a21c236f0..85575a0a5f 100644 --- a/bin/tests/system/dyndb/driver/zone.h +++ b/bin/tests/system/dyndb/driver/zone.h @@ -1,5 +1,32 @@ /* - * Copyright (C) 2014-2015 Red Hat ; see COPYRIGHT for license + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 AND ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * Copyright (C) Red Hat + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET + * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL + * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE + * USE OR PERFORMANCE OF THIS SOFTWARE. */ #pragma once diff --git a/bin/tests/system/dyndb/ns1/named.conf.in b/bin/tests/system/dyndb/ns1/named.conf.in index bc49e5d64a..4ab3f65328 100644 --- a/bin/tests/system/dyndb/ns1/named.conf.in +++ b/bin/tests/system/dyndb/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/dyndb/prereq.sh b/bin/tests/system/dyndb/prereq.sh index e264bf0f01..ab37218a57 100644 --- a/bin/tests/system/dyndb/prereq.sh +++ b/bin/tests/system/dyndb/prereq.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dyndb/setup.sh b/bin/tests/system/dyndb/setup.sh index 110e0e3446..82240a7c1b 100644 --- a/bin/tests/system/dyndb/setup.sh +++ b/bin/tests/system/dyndb/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/dyndb/tests.sh b/bin/tests/system/dyndb/tests.sh index 2fadc0f556..31bb220782 100644 --- a/bin/tests/system/dyndb/tests.sh +++ b/bin/tests/system/dyndb/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ecdsa/clean.sh b/bin/tests/system/ecdsa/clean.sh index 8db3a84359..86aded697e 100644 --- a/bin/tests/system/ecdsa/clean.sh +++ b/bin/tests/system/ecdsa/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ecdsa/ns1/named.conf.in b/bin/tests/system/ecdsa/ns1/named.conf.in index a68caf9d96..da27c58c87 100644 --- a/bin/tests/system/ecdsa/ns1/named.conf.in +++ b/bin/tests/system/ecdsa/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/ecdsa/ns1/root.db.in b/bin/tests/system/ecdsa/ns1/root.db.in index c0d7a839a8..3bff1d13a9 100644 --- a/bin/tests/system/ecdsa/ns1/root.db.in +++ b/bin/tests/system/ecdsa/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/ecdsa/ns1/sign.sh b/bin/tests/system/ecdsa/ns1/sign.sh index 55e13009fb..f922225ff4 100644 --- a/bin/tests/system/ecdsa/ns1/sign.sh +++ b/bin/tests/system/ecdsa/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ecdsa/ns2/named.conf.in b/bin/tests/system/ecdsa/ns2/named.conf.in index 198cdbbcec..fd125d3e9d 100644 --- a/bin/tests/system/ecdsa/ns2/named.conf.in +++ b/bin/tests/system/ecdsa/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/ecdsa/ns3/named.conf.in b/bin/tests/system/ecdsa/ns3/named.conf.in index 32d8c77d8f..f1a80b67f1 100644 --- a/bin/tests/system/ecdsa/ns3/named.conf.in +++ b/bin/tests/system/ecdsa/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/ecdsa/setup.sh b/bin/tests/system/ecdsa/setup.sh index 4dcab50820..7dddf126ac 100644 --- a/bin/tests/system/ecdsa/setup.sh +++ b/bin/tests/system/ecdsa/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ecdsa/tests.sh b/bin/tests/system/ecdsa/tests.sh index 0a12a44378..f1210ec059 100644 --- a/bin/tests/system/ecdsa/tests.sh +++ b/bin/tests/system/ecdsa/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/eddsa/clean.sh b/bin/tests/system/eddsa/clean.sh index de6e44207a..42f5f751f0 100644 --- a/bin/tests/system/eddsa/clean.sh +++ b/bin/tests/system/eddsa/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/eddsa/ns1/named.conf.in b/bin/tests/system/eddsa/ns1/named.conf.in index a68caf9d96..da27c58c87 100644 --- a/bin/tests/system/eddsa/ns1/named.conf.in +++ b/bin/tests/system/eddsa/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/eddsa/ns1/root.db.in b/bin/tests/system/eddsa/ns1/root.db.in index c0d7a839a8..3bff1d13a9 100644 --- a/bin/tests/system/eddsa/ns1/root.db.in +++ b/bin/tests/system/eddsa/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/eddsa/ns1/sign.sh b/bin/tests/system/eddsa/ns1/sign.sh index 7b1425e427..9bf07f05b2 100644 --- a/bin/tests/system/eddsa/ns1/sign.sh +++ b/bin/tests/system/eddsa/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/eddsa/ns2/example.com.db.in b/bin/tests/system/eddsa/ns2/example.com.db.in index c50a7875c7..0ecda67646 100644 --- a/bin/tests/system/eddsa/ns2/example.com.db.in +++ b/bin/tests/system/eddsa/ns2/example.com.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/eddsa/ns2/named.conf.in b/bin/tests/system/eddsa/ns2/named.conf.in index 198cdbbcec..fd125d3e9d 100644 --- a/bin/tests/system/eddsa/ns2/named.conf.in +++ b/bin/tests/system/eddsa/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/eddsa/ns2/sign.sh b/bin/tests/system/eddsa/ns2/sign.sh index 82850ab18b..6c1c47902b 100644 --- a/bin/tests/system/eddsa/ns2/sign.sh +++ b/bin/tests/system/eddsa/ns2/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/eddsa/ns3/example.com.db.in b/bin/tests/system/eddsa/ns3/example.com.db.in index 5616fbdcb7..9a1aab6589 100644 --- a/bin/tests/system/eddsa/ns3/example.com.db.in +++ b/bin/tests/system/eddsa/ns3/example.com.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/eddsa/ns3/named.conf.in b/bin/tests/system/eddsa/ns3/named.conf.in index 32d8c77d8f..f1a80b67f1 100644 --- a/bin/tests/system/eddsa/ns3/named.conf.in +++ b/bin/tests/system/eddsa/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/eddsa/ns3/sign.sh b/bin/tests/system/eddsa/ns3/sign.sh index b36869df41..e501923cc7 100644 --- a/bin/tests/system/eddsa/ns3/sign.sh +++ b/bin/tests/system/eddsa/ns3/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/eddsa/prereq.sh b/bin/tests/system/eddsa/prereq.sh index 4034cd75ef..5b1385bed0 100644 --- a/bin/tests/system/eddsa/prereq.sh +++ b/bin/tests/system/eddsa/prereq.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/eddsa/setup.sh b/bin/tests/system/eddsa/setup.sh index 3118a8bd44..a0d95a913a 100644 --- a/bin/tests/system/eddsa/setup.sh +++ b/bin/tests/system/eddsa/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/eddsa/tests.sh b/bin/tests/system/eddsa/tests.sh index 014ac67eb1..4fe0a0c20b 100644 --- a/bin/tests/system/eddsa/tests.sh +++ b/bin/tests/system/eddsa/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ednscompliance/clean.sh b/bin/tests/system/ednscompliance/clean.sh index 72d4e72b07..ad6176ae30 100644 --- a/bin/tests/system/ednscompliance/clean.sh +++ b/bin/tests/system/ednscompliance/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ednscompliance/ns1/named.conf.in b/bin/tests/system/ednscompliance/ns1/named.conf.in index 6a8604fd16..07aaf21810 100644 --- a/bin/tests/system/ednscompliance/ns1/named.conf.in +++ b/bin/tests/system/ednscompliance/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/ednscompliance/ns1/root.db b/bin/tests/system/ednscompliance/ns1/root.db index 93306dbf67..f9bfbe9e20 100644 --- a/bin/tests/system/ednscompliance/ns1/root.db +++ b/bin/tests/system/ednscompliance/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/ednscompliance/setup.sh b/bin/tests/system/ednscompliance/setup.sh index 110e0e3446..82240a7c1b 100644 --- a/bin/tests/system/ednscompliance/setup.sh +++ b/bin/tests/system/ednscompliance/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ednscompliance/tests.sh b/bin/tests/system/ednscompliance/tests.sh index e85a7b7764..2a5a246eae 100644 --- a/bin/tests/system/ednscompliance/tests.sh +++ b/bin/tests/system/ednscompliance/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/emptyzones/clean.sh b/bin/tests/system/emptyzones/clean.sh index d2985e7211..597472d626 100644 --- a/bin/tests/system/emptyzones/clean.sh +++ b/bin/tests/system/emptyzones/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/emptyzones/ns1/empty.db b/bin/tests/system/emptyzones/ns1/empty.db index fdd5ef9143..70dbcafc53 100644 --- a/bin/tests/system/emptyzones/ns1/empty.db +++ b/bin/tests/system/emptyzones/ns1/empty.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/emptyzones/ns1/named1.conf.in b/bin/tests/system/emptyzones/ns1/named1.conf.in index fc09cefac4..2cf1286643 100644 --- a/bin/tests/system/emptyzones/ns1/named1.conf.in +++ b/bin/tests/system/emptyzones/ns1/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/emptyzones/ns1/named2.conf.in b/bin/tests/system/emptyzones/ns1/named2.conf.in index 01f8708c2e..f62cfc9497 100644 --- a/bin/tests/system/emptyzones/ns1/named2.conf.in +++ b/bin/tests/system/emptyzones/ns1/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/emptyzones/ns1/rfc1918.zones b/bin/tests/system/emptyzones/ns1/rfc1918.zones index d15513bb84..07858f99cc 100644 --- a/bin/tests/system/emptyzones/ns1/rfc1918.zones +++ b/bin/tests/system/emptyzones/ns1/rfc1918.zones @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/emptyzones/ns1/root.hint b/bin/tests/system/emptyzones/ns1/root.hint index 64769b9fe6..993227deb6 100644 --- a/bin/tests/system/emptyzones/ns1/root.hint +++ b/bin/tests/system/emptyzones/ns1/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/emptyzones/setup.sh b/bin/tests/system/emptyzones/setup.sh index 20f9346e03..b93641bc96 100644 --- a/bin/tests/system/emptyzones/setup.sh +++ b/bin/tests/system/emptyzones/setup.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/emptyzones/tests.sh b/bin/tests/system/emptyzones/tests.sh index 6b0981a4f5..bda0bf87fc 100644 --- a/bin/tests/system/emptyzones/tests.sh +++ b/bin/tests/system/emptyzones/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/feature-test.c b/bin/tests/system/feature-test.c index 72c09ae04b..b7f5fbf81d 100644 --- a/bin/tests/system/feature-test.c +++ b/bin/tests/system/feature-test.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/fetchlimit/ans4/ans.pl b/bin/tests/system/fetchlimit/ans4/ans.pl index 1c459d6f13..5a265c4725 100644 --- a/bin/tests/system/fetchlimit/ans4/ans.pl +++ b/bin/tests/system/fetchlimit/ans4/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -w -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/fetchlimit/clean.sh b/bin/tests/system/fetchlimit/clean.sh index c3da1314af..f0158b1710 100644 --- a/bin/tests/system/fetchlimit/clean.sh +++ b/bin/tests/system/fetchlimit/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/fetchlimit/ns1/named.conf.in b/bin/tests/system/fetchlimit/ns1/named.conf.in index 83243e8f48..9725d01869 100644 --- a/bin/tests/system/fetchlimit/ns1/named.conf.in +++ b/bin/tests/system/fetchlimit/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/fetchlimit/ns1/root.db b/bin/tests/system/fetchlimit/ns1/root.db index dab5cea7f7..17780d13f0 100644 --- a/bin/tests/system/fetchlimit/ns1/root.db +++ b/bin/tests/system/fetchlimit/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/fetchlimit/ns2/example.db b/bin/tests/system/fetchlimit/ns2/example.db index 40929b3b23..5bf9999963 100644 --- a/bin/tests/system/fetchlimit/ns2/example.db +++ b/bin/tests/system/fetchlimit/ns2/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/fetchlimit/ns2/named.conf.in b/bin/tests/system/fetchlimit/ns2/named.conf.in index 2d42aac3a0..108877e3ad 100644 --- a/bin/tests/system/fetchlimit/ns2/named.conf.in +++ b/bin/tests/system/fetchlimit/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/fetchlimit/ns3/named1.conf.in b/bin/tests/system/fetchlimit/ns3/named1.conf.in index 50c7bbb43b..ab7c25a0af 100644 --- a/bin/tests/system/fetchlimit/ns3/named1.conf.in +++ b/bin/tests/system/fetchlimit/ns3/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/fetchlimit/ns3/named2.conf.in b/bin/tests/system/fetchlimit/ns3/named2.conf.in index cc00ca41ae..27c5f33e3b 100644 --- a/bin/tests/system/fetchlimit/ns3/named2.conf.in +++ b/bin/tests/system/fetchlimit/ns3/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/fetchlimit/ns3/named3.conf.in b/bin/tests/system/fetchlimit/ns3/named3.conf.in index 69c95dc449..a5d1c165fb 100644 --- a/bin/tests/system/fetchlimit/ns3/named3.conf.in +++ b/bin/tests/system/fetchlimit/ns3/named3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/fetchlimit/ns3/root.hint b/bin/tests/system/fetchlimit/ns3/root.hint index 418ea963fa..e0f186c2f8 100644 --- a/bin/tests/system/fetchlimit/ns3/root.hint +++ b/bin/tests/system/fetchlimit/ns3/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/fetchlimit/setup.sh b/bin/tests/system/fetchlimit/setup.sh index 067d9a5ad7..d02972fccc 100644 --- a/bin/tests/system/fetchlimit/setup.sh +++ b/bin/tests/system/fetchlimit/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/fetchlimit/tests.sh b/bin/tests/system/fetchlimit/tests.sh index 6364b7e5a0..22235c1a3b 100644 --- a/bin/tests/system/fetchlimit/tests.sh +++ b/bin/tests/system/fetchlimit/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/filter-aaaa/clean.sh b/bin/tests/system/filter-aaaa/clean.sh index 7f0748e990..b7a2372e00 100644 --- a/bin/tests/system/filter-aaaa/clean.sh +++ b/bin/tests/system/filter-aaaa/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/filter-aaaa/conf/bad1.conf b/bin/tests/system/filter-aaaa/conf/bad1.conf index e09f27e6f3..e498c19dd4 100644 --- a/bin/tests/system/filter-aaaa/conf/bad1.conf +++ b/bin/tests/system/filter-aaaa/conf/bad1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/conf/bad2.conf b/bin/tests/system/filter-aaaa/conf/bad2.conf index bc22c3a9e7..fcb972abb1 100644 --- a/bin/tests/system/filter-aaaa/conf/bad2.conf +++ b/bin/tests/system/filter-aaaa/conf/bad2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/conf/bad3.conf b/bin/tests/system/filter-aaaa/conf/bad3.conf index 9d4aa9a6fd..5f77361f5a 100644 --- a/bin/tests/system/filter-aaaa/conf/bad3.conf +++ b/bin/tests/system/filter-aaaa/conf/bad3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/conf/bad4.conf b/bin/tests/system/filter-aaaa/conf/bad4.conf index 2db334c815..4a37e6418c 100644 --- a/bin/tests/system/filter-aaaa/conf/bad4.conf +++ b/bin/tests/system/filter-aaaa/conf/bad4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/conf/bad5.conf b/bin/tests/system/filter-aaaa/conf/bad5.conf index 7aa2633e58..eee2336627 100644 --- a/bin/tests/system/filter-aaaa/conf/bad5.conf +++ b/bin/tests/system/filter-aaaa/conf/bad5.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/conf/good1.conf b/bin/tests/system/filter-aaaa/conf/good1.conf index d1b26c55d4..c330d866d4 100644 --- a/bin/tests/system/filter-aaaa/conf/good1.conf +++ b/bin/tests/system/filter-aaaa/conf/good1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/conf/good2.conf b/bin/tests/system/filter-aaaa/conf/good2.conf index fb9073a0fc..aa3c9a52b3 100644 --- a/bin/tests/system/filter-aaaa/conf/good2.conf +++ b/bin/tests/system/filter-aaaa/conf/good2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/conf/good3.conf b/bin/tests/system/filter-aaaa/conf/good3.conf index 4021d34e1e..26e50f5334 100644 --- a/bin/tests/system/filter-aaaa/conf/good3.conf +++ b/bin/tests/system/filter-aaaa/conf/good3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/conf/good4.conf b/bin/tests/system/filter-aaaa/conf/good4.conf index 0cdb747c21..b646c8d668 100644 --- a/bin/tests/system/filter-aaaa/conf/good4.conf +++ b/bin/tests/system/filter-aaaa/conf/good4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/conf/good5.conf b/bin/tests/system/filter-aaaa/conf/good5.conf index 0c2cd6e52c..260fdf111c 100644 --- a/bin/tests/system/filter-aaaa/conf/good5.conf +++ b/bin/tests/system/filter-aaaa/conf/good5.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns1/named1.conf.in b/bin/tests/system/filter-aaaa/ns1/named1.conf.in index 6996b9601c..619a28dee6 100644 --- a/bin/tests/system/filter-aaaa/ns1/named1.conf.in +++ b/bin/tests/system/filter-aaaa/ns1/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns1/named2.conf.in b/bin/tests/system/filter-aaaa/ns1/named2.conf.in index 7fcaec11e5..e131e04429 100644 --- a/bin/tests/system/filter-aaaa/ns1/named2.conf.in +++ b/bin/tests/system/filter-aaaa/ns1/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns1/root.db b/bin/tests/system/filter-aaaa/ns1/root.db index 6a4f832910..150aa72eb5 100644 --- a/bin/tests/system/filter-aaaa/ns1/root.db +++ b/bin/tests/system/filter-aaaa/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns1/sign.sh b/bin/tests/system/filter-aaaa/ns1/sign.sh index 28106ed474..b5cb86bf41 100755 --- a/bin/tests/system/filter-aaaa/ns1/sign.sh +++ b/bin/tests/system/filter-aaaa/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/filter-aaaa/ns1/signed.db.in b/bin/tests/system/filter-aaaa/ns1/signed.db.in index 31dda5712e..36a037316d 100644 --- a/bin/tests/system/filter-aaaa/ns1/signed.db.in +++ b/bin/tests/system/filter-aaaa/ns1/signed.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns1/unsigned.db b/bin/tests/system/filter-aaaa/ns1/unsigned.db index 8b422584f4..abc3947c82 100644 --- a/bin/tests/system/filter-aaaa/ns1/unsigned.db +++ b/bin/tests/system/filter-aaaa/ns1/unsigned.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns2/hints b/bin/tests/system/filter-aaaa/ns2/hints index fbf01a9369..fa0d3e4c88 100644 --- a/bin/tests/system/filter-aaaa/ns2/hints +++ b/bin/tests/system/filter-aaaa/ns2/hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns2/named1.conf.in b/bin/tests/system/filter-aaaa/ns2/named1.conf.in index bb2f6cbfc2..99e005e2fd 100644 --- a/bin/tests/system/filter-aaaa/ns2/named1.conf.in +++ b/bin/tests/system/filter-aaaa/ns2/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns2/named2.conf.in b/bin/tests/system/filter-aaaa/ns2/named2.conf.in index 9d779d9870..171439d456 100644 --- a/bin/tests/system/filter-aaaa/ns2/named2.conf.in +++ b/bin/tests/system/filter-aaaa/ns2/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns3/hints b/bin/tests/system/filter-aaaa/ns3/hints index fbf01a9369..fa0d3e4c88 100644 --- a/bin/tests/system/filter-aaaa/ns3/hints +++ b/bin/tests/system/filter-aaaa/ns3/hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns3/named1.conf.in b/bin/tests/system/filter-aaaa/ns3/named1.conf.in index 602fadd573..d2172a9958 100644 --- a/bin/tests/system/filter-aaaa/ns3/named1.conf.in +++ b/bin/tests/system/filter-aaaa/ns3/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns3/named2.conf.in b/bin/tests/system/filter-aaaa/ns3/named2.conf.in index 372cf66b11..87d8d2429b 100644 --- a/bin/tests/system/filter-aaaa/ns3/named2.conf.in +++ b/bin/tests/system/filter-aaaa/ns3/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns4/named1.conf.in b/bin/tests/system/filter-aaaa/ns4/named1.conf.in index 0f48a9e541..0e237ad13c 100644 --- a/bin/tests/system/filter-aaaa/ns4/named1.conf.in +++ b/bin/tests/system/filter-aaaa/ns4/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns4/named2.conf.in b/bin/tests/system/filter-aaaa/ns4/named2.conf.in index c11a8024ed..d81ce0a710 100644 --- a/bin/tests/system/filter-aaaa/ns4/named2.conf.in +++ b/bin/tests/system/filter-aaaa/ns4/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns4/root.db b/bin/tests/system/filter-aaaa/ns4/root.db index 1511cc9ab5..7984c37099 100644 --- a/bin/tests/system/filter-aaaa/ns4/root.db +++ b/bin/tests/system/filter-aaaa/ns4/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns4/sign.sh b/bin/tests/system/filter-aaaa/ns4/sign.sh index 3cc8ed5861..b9ce09ff30 100755 --- a/bin/tests/system/filter-aaaa/ns4/sign.sh +++ b/bin/tests/system/filter-aaaa/ns4/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/filter-aaaa/ns4/signed.db.in b/bin/tests/system/filter-aaaa/ns4/signed.db.in index 623b2b95b2..fa521068e2 100644 --- a/bin/tests/system/filter-aaaa/ns4/signed.db.in +++ b/bin/tests/system/filter-aaaa/ns4/signed.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns4/unsigned.db b/bin/tests/system/filter-aaaa/ns4/unsigned.db index 8f155bb965..4baa4628d0 100644 --- a/bin/tests/system/filter-aaaa/ns4/unsigned.db +++ b/bin/tests/system/filter-aaaa/ns4/unsigned.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns5/hints b/bin/tests/system/filter-aaaa/ns5/hints index fbf01a9369..fa0d3e4c88 100644 --- a/bin/tests/system/filter-aaaa/ns5/hints +++ b/bin/tests/system/filter-aaaa/ns5/hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/ns5/named.conf.in b/bin/tests/system/filter-aaaa/ns5/named.conf.in index 4d3aa0b76e..2b837cf930 100644 --- a/bin/tests/system/filter-aaaa/ns5/named.conf.in +++ b/bin/tests/system/filter-aaaa/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/filter-aaaa/setup.sh b/bin/tests/system/filter-aaaa/setup.sh index 2d227377d7..c3901c575b 100644 --- a/bin/tests/system/filter-aaaa/setup.sh +++ b/bin/tests/system/filter-aaaa/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/filter-aaaa/tests.sh b/bin/tests/system/filter-aaaa/tests.sh index 4f0e962bfa..93e4ad9b50 100644 --- a/bin/tests/system/filter-aaaa/tests.sh +++ b/bin/tests/system/filter-aaaa/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/formerr/clean.sh b/bin/tests/system/formerr/clean.sh index ce71d3abdd..b573505fa3 100644 --- a/bin/tests/system/formerr/clean.sh +++ b/bin/tests/system/formerr/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/formerr/formerr.pl b/bin/tests/system/formerr/formerr.pl index 7382af04e0..0c68274d98 100644 --- a/bin/tests/system/formerr/formerr.pl +++ b/bin/tests/system/formerr/formerr.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/formerr/ns1/named.conf.in b/bin/tests/system/formerr/ns1/named.conf.in index 6a8604fd16..07aaf21810 100644 --- a/bin/tests/system/formerr/ns1/named.conf.in +++ b/bin/tests/system/formerr/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/formerr/ns1/root.db b/bin/tests/system/formerr/ns1/root.db index 9515924d38..f4d4c69698 100644 --- a/bin/tests/system/formerr/ns1/root.db +++ b/bin/tests/system/formerr/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/formerr/setup.sh b/bin/tests/system/formerr/setup.sh index 110e0e3446..82240a7c1b 100644 --- a/bin/tests/system/formerr/setup.sh +++ b/bin/tests/system/formerr/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/formerr/tests.sh b/bin/tests/system/formerr/tests.sh index 4077f2393c..870594b69c 100644 --- a/bin/tests/system/formerr/tests.sh +++ b/bin/tests/system/formerr/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/forward/ans6/ans.pl b/bin/tests/system/forward/ans6/ans.pl index c4b4898431..6102e4a828 100644 --- a/bin/tests/system/forward/ans6/ans.pl +++ b/bin/tests/system/forward/ans6/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/forward/clean.sh b/bin/tests/system/forward/clean.sh index bc04eadb2c..20630dc0b6 100644 --- a/bin/tests/system/forward/clean.sh +++ b/bin/tests/system/forward/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/forward/ns1/example.db b/bin/tests/system/forward/ns1/example.db index ebbc2aedc1..aac1bef0c3 100644 --- a/bin/tests/system/forward/ns1/example.db +++ b/bin/tests/system/forward/ns1/example.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 300 ; 5 minutes @ IN SOA ns root ( 2000082401 ; serial diff --git a/bin/tests/system/forward/ns1/named.conf.in b/bin/tests/system/forward/ns1/named.conf.in index 4aef4e55e5..7d176c8c03 100644 --- a/bin/tests/system/forward/ns1/named.conf.in +++ b/bin/tests/system/forward/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns1/root.db.in b/bin/tests/system/forward/ns1/root.db.in index d70bd96e62..95ffac3835 100644 --- a/bin/tests/system/forward/ns1/root.db.in +++ b/bin/tests/system/forward/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns1/sign.sh b/bin/tests/system/forward/ns1/sign.sh index 2c97e23650..0888c5f536 100644 --- a/bin/tests/system/forward/ns1/sign.sh +++ b/bin/tests/system/forward/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/forward/ns1/sld.tld.db b/bin/tests/system/forward/ns1/sld.tld.db index 5fab37aae7..f0d4b05893 100644 --- a/bin/tests/system/forward/ns1/sld.tld.db +++ b/bin/tests/system/forward/ns1/sld.tld.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 300 ; 5 minutes @ IN SOA ns root ( 2000082401 ; serial diff --git a/bin/tests/system/forward/ns2/example.db b/bin/tests/system/forward/ns2/example.db index 3a5f46c19e..df3e52c4be 100644 --- a/bin/tests/system/forward/ns2/example.db +++ b/bin/tests/system/forward/ns2/example.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 300 ; 5 minutes @ IN SOA ns root ( 2000082401 ; serial diff --git a/bin/tests/system/forward/ns2/named.conf.in b/bin/tests/system/forward/ns2/named.conf.in index 31e5f05546..f9a081a2d0 100644 --- a/bin/tests/system/forward/ns2/named.conf.in +++ b/bin/tests/system/forward/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns2/root.db b/bin/tests/system/forward/ns2/root.db index 7346810ba6..7108723fb4 100644 --- a/bin/tests/system/forward/ns2/root.db +++ b/bin/tests/system/forward/ns2/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns2/tld.db b/bin/tests/system/forward/ns2/tld.db index 61b6569b07..4a0d549de1 100644 --- a/bin/tests/system/forward/ns2/tld.db +++ b/bin/tests/system/forward/ns2/tld.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 300 ; 5 minutes @ IN SOA ns root ( 2000082401 ; serial diff --git a/bin/tests/system/forward/ns3/named1.conf.in b/bin/tests/system/forward/ns3/named1.conf.in index da0979f29e..88f1eee9b4 100644 --- a/bin/tests/system/forward/ns3/named1.conf.in +++ b/bin/tests/system/forward/ns3/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns3/named2.conf.in b/bin/tests/system/forward/ns3/named2.conf.in index 4eb98edcb5..b498e87be9 100644 --- a/bin/tests/system/forward/ns3/named2.conf.in +++ b/bin/tests/system/forward/ns3/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns3/root.db b/bin/tests/system/forward/ns3/root.db index 7346810ba6..7108723fb4 100644 --- a/bin/tests/system/forward/ns3/root.db +++ b/bin/tests/system/forward/ns3/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns4/malicious.db b/bin/tests/system/forward/ns4/malicious.db index f0b4b9cc6f..e4859c1fb8 100644 --- a/bin/tests/system/forward/ns4/malicious.db +++ b/bin/tests/system/forward/ns4/malicious.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 86400 @ IN SOA malicious. admin.malicious. ( 1 ; Serial diff --git a/bin/tests/system/forward/ns4/named.conf.in b/bin/tests/system/forward/ns4/named.conf.in index 855b4bfb82..f4da2f5874 100644 --- a/bin/tests/system/forward/ns4/named.conf.in +++ b/bin/tests/system/forward/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns4/root.db b/bin/tests/system/forward/ns4/root.db index 7346810ba6..7108723fb4 100644 --- a/bin/tests/system/forward/ns4/root.db +++ b/bin/tests/system/forward/ns4/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns5/named.conf.in b/bin/tests/system/forward/ns5/named.conf.in index 84f0ad089e..024f49be16 100644 --- a/bin/tests/system/forward/ns5/named.conf.in +++ b/bin/tests/system/forward/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns5/rebind.db b/bin/tests/system/forward/ns5/rebind.db index 4741e8c4c3..aed6c2ee69 100644 --- a/bin/tests/system/forward/ns5/rebind.db +++ b/bin/tests/system/forward/ns5/rebind.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 86400 @ IN SOA rebind. admin.rebind. ( 1 ; Serial diff --git a/bin/tests/system/forward/ns5/root.db b/bin/tests/system/forward/ns5/root.db index 7346810ba6..7108723fb4 100644 --- a/bin/tests/system/forward/ns5/root.db +++ b/bin/tests/system/forward/ns5/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns7/named.conf.in b/bin/tests/system/forward/ns7/named.conf.in index d9f5e8a9db..302bb55e5d 100644 --- a/bin/tests/system/forward/ns7/named.conf.in +++ b/bin/tests/system/forward/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns7/root.db b/bin/tests/system/forward/ns7/root.db index 7346810ba6..7108723fb4 100644 --- a/bin/tests/system/forward/ns7/root.db +++ b/bin/tests/system/forward/ns7/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns8/named.conf.in b/bin/tests/system/forward/ns8/named.conf.in index 531ff59ece..8ade712033 100644 --- a/bin/tests/system/forward/ns8/named.conf.in +++ b/bin/tests/system/forward/ns8/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/forward/ns8/root.db b/bin/tests/system/forward/ns8/root.db index 0785fc7597..2cbdff5977 100644 --- a/bin/tests/system/forward/ns8/root.db +++ b/bin/tests/system/forward/ns8/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/forward/rfc1918-inherited.conf b/bin/tests/system/forward/rfc1918-inherited.conf index 3c310d0491..66569dcf0a 100644 --- a/bin/tests/system/forward/rfc1918-inherited.conf +++ b/bin/tests/system/forward/rfc1918-inherited.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/forward/rfc1918-notinherited.conf b/bin/tests/system/forward/rfc1918-notinherited.conf index d3febc1c2d..d6d5c2d5d1 100644 --- a/bin/tests/system/forward/rfc1918-notinherited.conf +++ b/bin/tests/system/forward/rfc1918-notinherited.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/forward/setup.sh b/bin/tests/system/forward/setup.sh index 504bf4a864..48ef2d85d2 100644 --- a/bin/tests/system/forward/setup.sh +++ b/bin/tests/system/forward/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/forward/tests.sh b/bin/tests/system/forward/tests.sh index 5d80ac2e94..1de0de4442 100644 --- a/bin/tests/system/forward/tests.sh +++ b/bin/tests/system/forward/tests.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/forward/ula-inherited.conf b/bin/tests/system/forward/ula-inherited.conf index 27fc8edc44..1fb94b161a 100644 --- a/bin/tests/system/forward/ula-inherited.conf +++ b/bin/tests/system/forward/ula-inherited.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/forward/ula-notinherited.conf b/bin/tests/system/forward/ula-notinherited.conf index e235d203a5..300001a116 100644 --- a/bin/tests/system/forward/ula-notinherited.conf +++ b/bin/tests/system/forward/ula-notinherited.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/fromhex.pl b/bin/tests/system/fromhex.pl index d12789e941..2a229e0804 100644 --- a/bin/tests/system/fromhex.pl +++ b/bin/tests/system/fromhex.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/genzone.sh b/bin/tests/system/genzone.sh index 2178faccac..3c8552a8e4 100644 --- a/bin/tests/system/genzone.sh +++ b/bin/tests/system/genzone.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/geoip2/clean.sh b/bin/tests/system/geoip2/clean.sh index 4b08888292..46de65b7a0 100644 --- a/bin/tests/system/geoip2/clean.sh +++ b/bin/tests/system/geoip2/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/geoip2/conf/bad-areacode.conf b/bin/tests/system/geoip2/conf/bad-areacode.conf index 5ae84b429a..2ca9dd4da1 100644 --- a/bin/tests/system/geoip2/conf/bad-areacode.conf +++ b/bin/tests/system/geoip2/conf/bad-areacode.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/conf/bad-dbname.conf b/bin/tests/system/geoip2/conf/bad-dbname.conf index 10e6237190..9fc523831d 100644 --- a/bin/tests/system/geoip2/conf/bad-dbname.conf +++ b/bin/tests/system/geoip2/conf/bad-dbname.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/conf/bad-netspeed.conf b/bin/tests/system/geoip2/conf/bad-netspeed.conf index 59d991d357..133fd4274c 100644 --- a/bin/tests/system/geoip2/conf/bad-netspeed.conf +++ b/bin/tests/system/geoip2/conf/bad-netspeed.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/conf/bad-regiondb.conf b/bin/tests/system/geoip2/conf/bad-regiondb.conf index 4f55d3314e..aebdbed4ff 100644 --- a/bin/tests/system/geoip2/conf/bad-regiondb.conf +++ b/bin/tests/system/geoip2/conf/bad-regiondb.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/conf/bad-threeletter.conf b/bin/tests/system/geoip2/conf/bad-threeletter.conf index bd0f200809..ec0a9df28f 100644 --- a/bin/tests/system/geoip2/conf/bad-threeletter.conf +++ b/bin/tests/system/geoip2/conf/bad-threeletter.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/conf/good-options.conf b/bin/tests/system/geoip2/conf/good-options.conf index 9a6dd17147..02c5e5df22 100644 --- a/bin/tests/system/geoip2/conf/good-options.conf +++ b/bin/tests/system/geoip2/conf/good-options.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/data/README.md b/bin/tests/system/geoip2/data/README.md index 7f66940b54..e32684339f 100644 --- a/bin/tests/system/geoip2/data/README.md +++ b/bin/tests/system/geoip2/data/README.md @@ -1,3 +1,14 @@ +Copyright (C) Internet Systems Consortium, Inc. ("ISC") + +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. + ##### Test MMDB databases This directory contains test versions of the GeoIP2/GeoLite2 CIty, diff --git a/bin/tests/system/geoip2/data/write-test-data.pl b/bin/tests/system/geoip2/data/write-test-data.pl index 794e9d5bee..d12a014b6d 100755 --- a/bin/tests/system/geoip2/data/write-test-data.pl +++ b/bin/tests/system/geoip2/data/write-test-data.pl @@ -1,9 +1,11 @@ #!/usr/bin/env perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/geoip2/ns2/example.db.in b/bin/tests/system/geoip2/ns2/example.db.in index 836359dc56..fa3874c03c 100644 --- a/bin/tests/system/geoip2/ns2/example.db.in +++ b/bin/tests/system/geoip2/ns2/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/ns2/named1.conf.in b/bin/tests/system/geoip2/ns2/named1.conf.in index 2838b28fce..8c5784a673 100644 --- a/bin/tests/system/geoip2/ns2/named1.conf.in +++ b/bin/tests/system/geoip2/ns2/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/ns2/named10.conf.in b/bin/tests/system/geoip2/ns2/named10.conf.in index f809d04d99..da3f9cd221 100644 --- a/bin/tests/system/geoip2/ns2/named10.conf.in +++ b/bin/tests/system/geoip2/ns2/named10.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/ns2/named11.conf.in b/bin/tests/system/geoip2/ns2/named11.conf.in index 0a4892599c..578a484a3d 100644 --- a/bin/tests/system/geoip2/ns2/named11.conf.in +++ b/bin/tests/system/geoip2/ns2/named11.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/ns2/named12.conf.in b/bin/tests/system/geoip2/ns2/named12.conf.in index a968c8a91e..9c90c79a73 100644 --- a/bin/tests/system/geoip2/ns2/named12.conf.in +++ b/bin/tests/system/geoip2/ns2/named12.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/ns2/named2.conf.in b/bin/tests/system/geoip2/ns2/named2.conf.in index 8794cbbd95..5ca5fcf327 100644 --- a/bin/tests/system/geoip2/ns2/named2.conf.in +++ b/bin/tests/system/geoip2/ns2/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/ns2/named3.conf.in b/bin/tests/system/geoip2/ns2/named3.conf.in index ecd758c1a6..295122ac20 100644 --- a/bin/tests/system/geoip2/ns2/named3.conf.in +++ b/bin/tests/system/geoip2/ns2/named3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/ns2/named4.conf.in b/bin/tests/system/geoip2/ns2/named4.conf.in index e5c88284fd..efdcaeb803 100644 --- a/bin/tests/system/geoip2/ns2/named4.conf.in +++ b/bin/tests/system/geoip2/ns2/named4.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/ns2/named5.conf.in b/bin/tests/system/geoip2/ns2/named5.conf.in index 0b53520018..675dc18788 100644 --- a/bin/tests/system/geoip2/ns2/named5.conf.in +++ b/bin/tests/system/geoip2/ns2/named5.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/ns2/named6.conf.in b/bin/tests/system/geoip2/ns2/named6.conf.in index 56e17b3820..456462f4e8 100644 --- a/bin/tests/system/geoip2/ns2/named6.conf.in +++ b/bin/tests/system/geoip2/ns2/named6.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/ns2/named7.conf.in b/bin/tests/system/geoip2/ns2/named7.conf.in index 93e6a2c712..b248e02b6f 100644 --- a/bin/tests/system/geoip2/ns2/named7.conf.in +++ b/bin/tests/system/geoip2/ns2/named7.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/ns2/named8.conf.in b/bin/tests/system/geoip2/ns2/named8.conf.in index ebf17659d6..26660b5f61 100644 --- a/bin/tests/system/geoip2/ns2/named8.conf.in +++ b/bin/tests/system/geoip2/ns2/named8.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/ns2/named9.conf.in b/bin/tests/system/geoip2/ns2/named9.conf.in index a9161c0f75..392879b978 100644 --- a/bin/tests/system/geoip2/ns2/named9.conf.in +++ b/bin/tests/system/geoip2/ns2/named9.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/geoip2/prereq.sh b/bin/tests/system/geoip2/prereq.sh index 59dfc49479..c06d752b49 100644 --- a/bin/tests/system/geoip2/prereq.sh +++ b/bin/tests/system/geoip2/prereq.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/geoip2/setup.sh b/bin/tests/system/geoip2/setup.sh index 5142160198..646388f004 100644 --- a/bin/tests/system/geoip2/setup.sh +++ b/bin/tests/system/geoip2/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/geoip2/tests.sh b/bin/tests/system/geoip2/tests.sh index 1c1805af81..516f9bbf24 100644 --- a/bin/tests/system/geoip2/tests.sh +++ b/bin/tests/system/geoip2/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/get_ports.sh b/bin/tests/system/get_ports.sh index 2694b385da..b1d4a8169a 100755 --- a/bin/tests/system/get_ports.sh +++ b/bin/tests/system/get_ports.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/glue/clean.sh b/bin/tests/system/glue/clean.sh index 2c4087bf50..4d84f068f8 100644 --- a/bin/tests/system/glue/clean.sh +++ b/bin/tests/system/glue/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/glue/ns1/named.conf.in b/bin/tests/system/glue/ns1/named.conf.in index d036060f40..4d1ef75611 100644 --- a/bin/tests/system/glue/ns1/named.conf.in +++ b/bin/tests/system/glue/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/glue/ns1/net.db b/bin/tests/system/glue/ns1/net.db index b98271ef6f..db784cc429 100644 --- a/bin/tests/system/glue/ns1/net.db +++ b/bin/tests/system/glue/ns1/net.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/glue/ns1/root-servers.nil.db b/bin/tests/system/glue/ns1/root-servers.nil.db index e40f392d10..1475aed3be 100644 --- a/bin/tests/system/glue/ns1/root-servers.nil.db +++ b/bin/tests/system/glue/ns1/root-servers.nil.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/glue/ns1/root.db b/bin/tests/system/glue/ns1/root.db index af31bd48b4..debdf01eea 100644 --- a/bin/tests/system/glue/ns1/root.db +++ b/bin/tests/system/glue/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/glue/setup.sh b/bin/tests/system/glue/setup.sh index 110e0e3446..82240a7c1b 100644 --- a/bin/tests/system/glue/setup.sh +++ b/bin/tests/system/glue/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/glue/tests.sh b/bin/tests/system/glue/tests.sh index 083cce1839..9ecf39b6a8 100644 --- a/bin/tests/system/glue/tests.sh +++ b/bin/tests/system/glue/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/hooks/clean.sh b/bin/tests/system/hooks/clean.sh index 271efd68f9..83463ebdd4 100644 --- a/bin/tests/system/hooks/clean.sh +++ b/bin/tests/system/hooks/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/hooks/driver/test-async.c b/bin/tests/system/hooks/driver/test-async.c index d4c6c08779..8fd98db7f2 100644 --- a/bin/tests/system/hooks/driver/test-async.c +++ b/bin/tests/system/hooks/driver/test-async.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/hooks/ns1/example.db b/bin/tests/system/hooks/ns1/example.db index ab0218c020..1d7173fea3 100644 --- a/bin/tests/system/hooks/ns1/example.db +++ b/bin/tests/system/hooks/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/hooks/ns1/named.conf.in b/bin/tests/system/hooks/ns1/named.conf.in index 6696675ccd..fc385daf34 100644 --- a/bin/tests/system/hooks/ns1/named.conf.in +++ b/bin/tests/system/hooks/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/hooks/prereq.sh b/bin/tests/system/hooks/prereq.sh index 140acc3d36..665fdfeaab 100644 --- a/bin/tests/system/hooks/prereq.sh +++ b/bin/tests/system/hooks/prereq.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/hooks/setup.sh b/bin/tests/system/hooks/setup.sh index 110e0e3446..82240a7c1b 100644 --- a/bin/tests/system/hooks/setup.sh +++ b/bin/tests/system/hooks/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/hooks/tests.sh b/bin/tests/system/hooks/tests.sh index 284980c5bb..9ba0bd8e44 100644 --- a/bin/tests/system/hooks/tests.sh +++ b/bin/tests/system/hooks/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/idna/clean.sh b/bin/tests/system/idna/clean.sh index 8af4bc32f3..f99ecb5f50 100644 --- a/bin/tests/system/idna/clean.sh +++ b/bin/tests/system/idna/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/idna/ns1/named.conf.in b/bin/tests/system/idna/ns1/named.conf.in index ff1317892e..df552bd021 100644 --- a/bin/tests/system/idna/ns1/named.conf.in +++ b/bin/tests/system/idna/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/idna/ns1/root.db b/bin/tests/system/idna/ns1/root.db index 76ed2a0310..b43cc40390 100644 --- a/bin/tests/system/idna/ns1/root.db +++ b/bin/tests/system/idna/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/idna/setup.sh b/bin/tests/system/idna/setup.sh index 7e31a69049..2ac2ce8f0d 100644 --- a/bin/tests/system/idna/setup.sh +++ b/bin/tests/system/idna/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/idna/tests.sh b/bin/tests/system/idna/tests.sh index f45930d44d..ad3b2e6ac3 100644 --- a/bin/tests/system/idna/tests.sh +++ b/bin/tests/system/idna/tests.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ifconfig.bat b/bin/tests/system/ifconfig.bat index 3d31c8dd60..9520abce99 100644 --- a/bin/tests/system/ifconfig.bat +++ b/bin/tests/system/ifconfig.bat @@ -1,10 +1,15 @@ echo off rem -rem Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") +rem Copyright (C) Internet Systems Consortium, Inc. ("ISC") +rem +rem SPDX-License-Identifier: MPL-2.0 rem rem This Source Code Form is subject to the terms of the Mozilla Public rem License, v. 2.0. If a copy of the MPL was not distributed with this -rem file, You can obtain one at http://mozilla.org/MPL/2.0/. +rem file, you can obtain one at https://mozilla.org/MPL/2.0/. +rem +rem See the COPYRIGHT file distributed with this work for additional +rem information regarding copyright ownership. rem ifconfig.bat rem Set up interface aliases for bind9 system tests. diff --git a/bin/tests/system/ifconfig.sh.in b/bin/tests/system/ifconfig.sh.in index d149962f5e..374cfbd353 100755 --- a/bin/tests/system/ifconfig.sh.in +++ b/bin/tests/system/ifconfig.sh.in @@ -2,9 +2,11 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. diff --git a/bin/tests/system/include-multiplecfg/clean.sh b/bin/tests/system/include-multiplecfg/clean.sh index 55be4e10a4..905b2dd29a 100644 --- a/bin/tests/system/include-multiplecfg/clean.sh +++ b/bin/tests/system/include-multiplecfg/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/include-multiplecfg/ns2/mars.com.db b/bin/tests/system/include-multiplecfg/ns2/mars.com.db index c0b60829f9..cbae017063 100644 --- a/bin/tests/system/include-multiplecfg/ns2/mars.com.db +++ b/bin/tests/system/include-multiplecfg/ns2/mars.com.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 86400 @ IN SOA dns1.mars.com. hostmaster.mars.com. ( 2001062501 ; serial diff --git a/bin/tests/system/include-multiplecfg/ns2/mars.conf b/bin/tests/system/include-multiplecfg/ns2/mars.conf index 9ebeb54bed..31f6da325f 100644 --- a/bin/tests/system/include-multiplecfg/ns2/mars.conf +++ b/bin/tests/system/include-multiplecfg/ns2/mars.conf @@ -1,3 +1,15 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ zone "mars.com" { type primary; diff --git a/bin/tests/system/include-multiplecfg/ns2/named.conf.in b/bin/tests/system/include-multiplecfg/ns2/named.conf.in index 5386f97523..751200f6f7 100644 --- a/bin/tests/system/include-multiplecfg/ns2/named.conf.in +++ b/bin/tests/system/include-multiplecfg/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/include-multiplecfg/ns2/zone1.com.db b/bin/tests/system/include-multiplecfg/ns2/zone1.com.db index 17e932f566..ef9cff4f14 100644 --- a/bin/tests/system/include-multiplecfg/ns2/zone1.com.db +++ b/bin/tests/system/include-multiplecfg/ns2/zone1.com.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 86400 @ IN SOA dns1.zone1.com. hostmaster.zone1.com. ( 2001062501 ; serial diff --git a/bin/tests/system/include-multiplecfg/ns2/zone1.conf b/bin/tests/system/include-multiplecfg/ns2/zone1.conf index 168fff43ec..e5c15adf16 100644 --- a/bin/tests/system/include-multiplecfg/ns2/zone1.conf +++ b/bin/tests/system/include-multiplecfg/ns2/zone1.conf @@ -1,3 +1,15 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ zone "zone1.com" { type primary; diff --git a/bin/tests/system/include-multiplecfg/ns2/zone2.com.db b/bin/tests/system/include-multiplecfg/ns2/zone2.com.db index dc46098952..6df12b2ee8 100644 --- a/bin/tests/system/include-multiplecfg/ns2/zone2.com.db +++ b/bin/tests/system/include-multiplecfg/ns2/zone2.com.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 86400 @ IN SOA dns1.zone2.com. hostmaster.zone2.com. ( 2001062501 ; serial diff --git a/bin/tests/system/include-multiplecfg/ns2/zone2.conf b/bin/tests/system/include-multiplecfg/ns2/zone2.conf index 6b2b0bd6c3..b122b0f981 100644 --- a/bin/tests/system/include-multiplecfg/ns2/zone2.conf +++ b/bin/tests/system/include-multiplecfg/ns2/zone2.conf @@ -1,3 +1,15 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ zone "zone2.com" { type primary; diff --git a/bin/tests/system/include-multiplecfg/setup.sh b/bin/tests/system/include-multiplecfg/setup.sh index eb84f8ff1b..064fb0101a 100644 --- a/bin/tests/system/include-multiplecfg/setup.sh +++ b/bin/tests/system/include-multiplecfg/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/include-multiplecfg/tests.sh b/bin/tests/system/include-multiplecfg/tests.sh index 2e47e9be42..34d3785766 100644 --- a/bin/tests/system/include-multiplecfg/tests.sh +++ b/bin/tests/system/include-multiplecfg/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/inline/clean.sh b/bin/tests/system/inline/clean.sh index a781b387b5..149a1d8331 100644 --- a/bin/tests/system/inline/clean.sh +++ b/bin/tests/system/inline/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/inline/ns1/named.conf.in b/bin/tests/system/inline/ns1/named.conf.in index a68caf9d96..da27c58c87 100644 --- a/bin/tests/system/inline/ns1/named.conf.in +++ b/bin/tests/system/inline/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns1/root.db.in b/bin/tests/system/inline/ns1/root.db.in index ff1ffb3fac..abc7370e39 100644 --- a/bin/tests/system/inline/ns1/root.db.in +++ b/bin/tests/system/inline/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns1/sign.sh b/bin/tests/system/inline/ns1/sign.sh index 80466600d4..8114d770c2 100644 --- a/bin/tests/system/inline/ns1/sign.sh +++ b/bin/tests/system/inline/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/inline/ns2/bits.db.in b/bin/tests/system/inline/ns2/bits.db.in index a86fe8f475..26520471ee 100644 --- a/bin/tests/system/inline/ns2/bits.db.in +++ b/bin/tests/system/inline/ns2/bits.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns2/named.conf.in b/bin/tests/system/inline/ns2/named.conf.in index 3b1aa65edf..3ad6d96627 100644 --- a/bin/tests/system/inline/ns2/named.conf.in +++ b/bin/tests/system/inline/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns2/nsec3-loop.db.in b/bin/tests/system/inline/ns2/nsec3-loop.db.in index ba0db9d3e9..d12af8d4b6 100644 --- a/bin/tests/system/inline/ns2/nsec3-loop.db.in +++ b/bin/tests/system/inline/ns2/nsec3-loop.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns3/include.db.in b/bin/tests/system/inline/ns3/include.db.in index 7468708387..c46a6a80fd 100644 --- a/bin/tests/system/inline/ns3/include.db.in +++ b/bin/tests/system/inline/ns3/include.db.in @@ -1 +1,12 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + f A 10.0.0.7 diff --git a/bin/tests/system/inline/ns3/named.conf.in b/bin/tests/system/inline/ns3/named.conf.in index 63781dc64e..3f6350f076 100644 --- a/bin/tests/system/inline/ns3/named.conf.in +++ b/bin/tests/system/inline/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns3/primary.db.in b/bin/tests/system/inline/ns3/primary.db.in index 67e1510de4..4d30cf6e73 100644 --- a/bin/tests/system/inline/ns3/primary.db.in +++ b/bin/tests/system/inline/ns3/primary.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns3/primary2.db.in b/bin/tests/system/inline/ns3/primary2.db.in index 1bbeb9d944..24a06664e6 100644 --- a/bin/tests/system/inline/ns3/primary2.db.in +++ b/bin/tests/system/inline/ns3/primary2.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns3/primary3.db.in b/bin/tests/system/inline/ns3/primary3.db.in index f78a950bfd..f3062c3559 100644 --- a/bin/tests/system/inline/ns3/primary3.db.in +++ b/bin/tests/system/inline/ns3/primary3.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns3/primary4.db.in b/bin/tests/system/inline/ns3/primary4.db.in index 0dc04a9d81..737e2e2188 100644 --- a/bin/tests/system/inline/ns3/primary4.db.in +++ b/bin/tests/system/inline/ns3/primary4.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns3/primary5.db.in b/bin/tests/system/inline/ns3/primary5.db.in index 9bad59178c..a1e130061c 100644 --- a/bin/tests/system/inline/ns3/primary5.db.in +++ b/bin/tests/system/inline/ns3/primary5.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns3/primary6.db.in b/bin/tests/system/inline/ns3/primary6.db.in index 5cdb504bc9..de3e651d9c 100644 --- a/bin/tests/system/inline/ns3/primary6.db.in +++ b/bin/tests/system/inline/ns3/primary6.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns3/primary7.db.in b/bin/tests/system/inline/ns3/primary7.db.in index cec8ad7efc..a3e33e705c 100644 --- a/bin/tests/system/inline/ns3/primary7.db.in +++ b/bin/tests/system/inline/ns3/primary7.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns3/sign.sh b/bin/tests/system/inline/ns3/sign.sh index c571d2a19f..7624180001 100755 --- a/bin/tests/system/inline/ns3/sign.sh +++ b/bin/tests/system/inline/ns3/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/inline/ns4/named.conf.in b/bin/tests/system/inline/ns4/named.conf.in index ef13b57ea1..fed200ab1a 100644 --- a/bin/tests/system/inline/ns4/named.conf.in +++ b/bin/tests/system/inline/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns4/noixfr.db.in b/bin/tests/system/inline/ns4/noixfr.db.in index c4750ca16e..c40f011ebb 100644 --- a/bin/tests/system/inline/ns4/noixfr.db.in +++ b/bin/tests/system/inline/ns4/noixfr.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns5/named.conf.post b/bin/tests/system/inline/ns5/named.conf.post index f02dc5c34a..f454b353a2 100644 --- a/bin/tests/system/inline/ns5/named.conf.post +++ b/bin/tests/system/inline/ns5/named.conf.post @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns5/named.conf.pre b/bin/tests/system/inline/ns5/named.conf.pre index be812e4e51..91844acb22 100644 --- a/bin/tests/system/inline/ns5/named.conf.pre +++ b/bin/tests/system/inline/ns5/named.conf.pre @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns6/named.conf.in b/bin/tests/system/inline/ns6/named.conf.in index dc8b5ecd98..215fd5848d 100644 --- a/bin/tests/system/inline/ns6/named.conf.in +++ b/bin/tests/system/inline/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns7/named.conf.in b/bin/tests/system/inline/ns7/named.conf.in index 084796681f..3a0cf86f56 100644 --- a/bin/tests/system/inline/ns7/named.conf.in +++ b/bin/tests/system/inline/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns7/sign.sh b/bin/tests/system/inline/ns7/sign.sh index 8379151e8e..66965cc77a 100755 --- a/bin/tests/system/inline/ns7/sign.sh +++ b/bin/tests/system/inline/ns7/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/inline/ns8/example.com.db.in b/bin/tests/system/inline/ns8/example.com.db.in index eb39aa7bc9..dfc7630955 100644 --- a/bin/tests/system/inline/ns8/example.com.db.in +++ b/bin/tests/system/inline/ns8/example.com.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns8/example.db.in b/bin/tests/system/inline/ns8/example.db.in index bbe28feeb6..3ebf398f41 100644 --- a/bin/tests/system/inline/ns8/example.db.in +++ b/bin/tests/system/inline/ns8/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns8/example2.db.in b/bin/tests/system/inline/ns8/example2.db.in index 73616d735a..1f42c3ac3e 100644 --- a/bin/tests/system/inline/ns8/example2.db.in +++ b/bin/tests/system/inline/ns8/example2.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns8/example3.db.in b/bin/tests/system/inline/ns8/example3.db.in index b8c55a5f7c..a9e3daa7a0 100644 --- a/bin/tests/system/inline/ns8/example3.db.in +++ b/bin/tests/system/inline/ns8/example3.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns8/named.conf.in b/bin/tests/system/inline/ns8/named.conf.in index b6ee1bf16a..27590daec1 100644 --- a/bin/tests/system/inline/ns8/named.conf.in +++ b/bin/tests/system/inline/ns8/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/inline/ns8/sign.sh b/bin/tests/system/inline/ns8/sign.sh index d8702fd2bc..dd9790fa18 100755 --- a/bin/tests/system/inline/ns8/sign.sh +++ b/bin/tests/system/inline/ns8/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/inline/setup.sh b/bin/tests/system/inline/setup.sh index d5bc93172b..c86a39360a 100644 --- a/bin/tests/system/inline/setup.sh +++ b/bin/tests/system/inline/setup.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/inline/tests.sh b/bin/tests/system/inline/tests.sh index 9a880cd73f..31d23d83f5 100755 --- a/bin/tests/system/inline/tests.sh +++ b/bin/tests/system/inline/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/inline/tests_signed_zone_files.py b/bin/tests/system/inline/tests_signed_zone_files.py index 0abbb987be..12ac675db5 100755 --- a/bin/tests/system/inline/tests_signed_zone_files.py +++ b/bin/tests/system/inline/tests_signed_zone_files.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import glob import struct diff --git a/bin/tests/system/integrity/clean.sh b/bin/tests/system/integrity/clean.sh index e7e49f57c5..941fccf35a 100644 --- a/bin/tests/system/integrity/clean.sh +++ b/bin/tests/system/integrity/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/integrity/ns1/mx-cname.db b/bin/tests/system/integrity/ns1/mx-cname.db index 550f9851dc..a700269046 100644 --- a/bin/tests/system/integrity/ns1/mx-cname.db +++ b/bin/tests/system/integrity/ns1/mx-cname.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/integrity/ns1/named.conf.in b/bin/tests/system/integrity/ns1/named.conf.in index 1f60cf35b0..4009c4f482 100644 --- a/bin/tests/system/integrity/ns1/named.conf.in +++ b/bin/tests/system/integrity/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/integrity/ns1/srv-cname.db b/bin/tests/system/integrity/ns1/srv-cname.db index d0dca6c09f..d6ae603d07 100644 --- a/bin/tests/system/integrity/ns1/srv-cname.db +++ b/bin/tests/system/integrity/ns1/srv-cname.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/integrity/setup.sh b/bin/tests/system/integrity/setup.sh index 110e0e3446..82240a7c1b 100644 --- a/bin/tests/system/integrity/setup.sh +++ b/bin/tests/system/integrity/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/integrity/tests.sh b/bin/tests/system/integrity/tests.sh index d9a8d89ba2..6754dd00f0 100644 --- a/bin/tests/system/integrity/tests.sh +++ b/bin/tests/system/integrity/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ixfr/clean.sh b/bin/tests/system/ixfr/clean.sh index e1dd69327b..eb7836389f 100644 --- a/bin/tests/system/ixfr/clean.sh +++ b/bin/tests/system/ixfr/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ixfr/ns1/named.conf.in b/bin/tests/system/ixfr/ns1/named.conf.in index 854d04dedb..497e255083 100644 --- a/bin/tests/system/ixfr/ns1/named.conf.in +++ b/bin/tests/system/ixfr/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/ixfr/ns3/named.conf.in b/bin/tests/system/ixfr/ns3/named.conf.in index 96d5ab027a..3ff936ed50 100644 --- a/bin/tests/system/ixfr/ns3/named.conf.in +++ b/bin/tests/system/ixfr/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/ixfr/ns4/named.conf.in b/bin/tests/system/ixfr/ns4/named.conf.in index ef70229ad9..934cbb6e4c 100644 --- a/bin/tests/system/ixfr/ns4/named.conf.in +++ b/bin/tests/system/ixfr/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/ixfr/ns5/named.conf.in b/bin/tests/system/ixfr/ns5/named.conf.in index a511d5b359..b2bf6d5a21 100644 --- a/bin/tests/system/ixfr/ns5/named.conf.in +++ b/bin/tests/system/ixfr/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/ixfr/setup.sh b/bin/tests/system/ixfr/setup.sh index 19263e0b22..65aedf6934 100644 --- a/bin/tests/system/ixfr/setup.sh +++ b/bin/tests/system/ixfr/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ixfr/tests.sh b/bin/tests/system/ixfr/tests.sh index a0b645a55a..532e6089f9 100644 --- a/bin/tests/system/ixfr/tests.sh +++ b/bin/tests/system/ixfr/tests.sh @@ -1,15 +1,16 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. - # WARNING: The test labelled "testing request-ixfr option in view vs zone" # is fragile because it depends upon counting instances of records # in the log file - need a better approach - until then, diff --git a/bin/tests/system/journal/clean.sh b/bin/tests/system/journal/clean.sh index 45b6657dfa..d5bfeb6263 100644 --- a/bin/tests/system/journal/clean.sh +++ b/bin/tests/system/journal/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/journal/ns1/generic.db.in b/bin/tests/system/journal/ns1/generic.db.in index bb75d3ce82..55669d764d 100644 --- a/bin/tests/system/journal/ns1/generic.db.in +++ b/bin/tests/system/journal/ns1/generic.db.in @@ -1,13 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - $TTL 600 @ SOA ns hostmaster 2012010901 3600 1200 604800 1200 NS ns diff --git a/bin/tests/system/journal/ns1/ixfr.db.in b/bin/tests/system/journal/ns1/ixfr.db.in index cee52ca6c5..0cb1184d5f 100644 --- a/bin/tests/system/journal/ns1/ixfr.db.in +++ b/bin/tests/system/journal/ns1/ixfr.db.in @@ -1,13 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - $TTL 600 @ SOA ns hostmaster 2012010902 3600 1200 604800 1200 NS ns diff --git a/bin/tests/system/journal/ns1/named.conf.in b/bin/tests/system/journal/ns1/named.conf.in index 3fdd96b0ed..1f6e983340 100644 --- a/bin/tests/system/journal/ns1/named.conf.in +++ b/bin/tests/system/journal/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/journal/ns2/named.conf.in b/bin/tests/system/journal/ns2/named.conf.in index 17d1f12aa9..4c07c920db 100644 --- a/bin/tests/system/journal/ns2/named.conf.in +++ b/bin/tests/system/journal/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/journal/setup.sh b/bin/tests/system/journal/setup.sh index 62387d2e0d..e9b007213c 100644 --- a/bin/tests/system/journal/setup.sh +++ b/bin/tests/system/journal/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/journal/tests.sh b/bin/tests/system/journal/tests.sh index c5fbd4b6c6..f6e0f4d809 100644 --- a/bin/tests/system/journal/tests.sh +++ b/bin/tests/system/journal/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/kasp.sh b/bin/tests/system/kasp.sh index 3b7cf4b72d..9feab32c0c 100644 --- a/bin/tests/system/kasp.sh +++ b/bin/tests/system/kasp.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/kasp/README b/bin/tests/system/kasp/README index eea1705f70..96b0ef7f57 100644 --- a/bin/tests/system/kasp/README +++ b/bin/tests/system/kasp/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. The test setup for the KASP tests. diff --git a/bin/tests/system/kasp/clean.sh b/bin/tests/system/kasp/clean.sh index a6b8ee1124..174bed21e4 100644 --- a/bin/tests/system/kasp/clean.sh +++ b/bin/tests/system/kasp/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/kasp/kasp.conf b/bin/tests/system/kasp/kasp.conf index 5b09682fcf..b706558f7f 100644 --- a/bin/tests/system/kasp/kasp.conf +++ b/bin/tests/system/kasp/kasp.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns2/named.conf.in b/bin/tests/system/kasp/ns2/named.conf.in index 3168745d56..926bf849c4 100644 --- a/bin/tests/system/kasp/ns2/named.conf.in +++ b/bin/tests/system/kasp/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns2/secondary.kasp.db.in b/bin/tests/system/kasp/ns2/secondary.kasp.db.in index 12c678e8b3..3c8d124062 100644 --- a/bin/tests/system/kasp/ns2/secondary.kasp.db.in +++ b/bin/tests/system/kasp/ns2/secondary.kasp.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns2/secondary.kasp.db.in2 b/bin/tests/system/kasp/ns2/secondary.kasp.db.in2 index 6fb00a9c30..9289831976 100644 --- a/bin/tests/system/kasp/ns2/secondary.kasp.db.in2 +++ b/bin/tests/system/kasp/ns2/secondary.kasp.db.in2 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns2/setup.sh b/bin/tests/system/kasp/ns2/setup.sh index e353eadcda..cdf0f26692 100644 --- a/bin/tests/system/kasp/ns2/setup.sh +++ b/bin/tests/system/kasp/ns2/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/kasp/ns2/template.tld.db.in b/bin/tests/system/kasp/ns2/template.tld.db.in index 7d8b924f64..400dc343bc 100644 --- a/bin/tests/system/kasp/ns2/template.tld.db.in +++ b/bin/tests/system/kasp/ns2/template.tld.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns3/ed25519.conf b/bin/tests/system/kasp/ns3/ed25519.conf index 89380e14cd..b64c0c8471 100644 --- a/bin/tests/system/kasp/ns3/ed25519.conf +++ b/bin/tests/system/kasp/ns3/ed25519.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + dnssec-policy "ed25519" { dnskey-ttl 1234; diff --git a/bin/tests/system/kasp/ns3/ed448.conf b/bin/tests/system/kasp/ns3/ed448.conf index 379f02c93a..ee4c494892 100644 --- a/bin/tests/system/kasp/ns3/ed448.conf +++ b/bin/tests/system/kasp/ns3/ed448.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + dnssec-policy "ed448" { dnskey-ttl 1234; diff --git a/bin/tests/system/kasp/ns3/named.conf.in b/bin/tests/system/kasp/ns3/named.conf.in index 7e2c1dd925..7b5ab8cf1b 100644 --- a/bin/tests/system/kasp/ns3/named.conf.in +++ b/bin/tests/system/kasp/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns3/policies/autosign.conf.in b/bin/tests/system/kasp/ns3/policies/autosign.conf.in index 261f64d196..5564ec52a7 100644 --- a/bin/tests/system/kasp/ns3/policies/autosign.conf.in +++ b/bin/tests/system/kasp/ns3/policies/autosign.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns3/policies/kasp.conf.in b/bin/tests/system/kasp/ns3/policies/kasp.conf.in index 825b21b1fa..d0ae96ce08 100644 --- a/bin/tests/system/kasp/ns3/policies/kasp.conf.in +++ b/bin/tests/system/kasp/ns3/policies/kasp.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns3/setup.sh b/bin/tests/system/kasp/ns3/setup.sh index a25bc619fb..f3f10c8745 100644 --- a/bin/tests/system/kasp/ns3/setup.sh +++ b/bin/tests/system/kasp/ns3/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/kasp/ns3/template.db.in b/bin/tests/system/kasp/ns3/template.db.in index 051a312891..010b05b3cb 100644 --- a/bin/tests/system/kasp/ns3/template.db.in +++ b/bin/tests/system/kasp/ns3/template.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns3/template2.db.in b/bin/tests/system/kasp/ns3/template2.db.in index 3377d725a0..7b94acefea 100644 --- a/bin/tests/system/kasp/ns3/template2.db.in +++ b/bin/tests/system/kasp/ns3/template2.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns4/example1.db.in b/bin/tests/system/kasp/ns4/example1.db.in index ea4a911f07..c9e537fda2 100644 --- a/bin/tests/system/kasp/ns4/example1.db.in +++ b/bin/tests/system/kasp/ns4/example1.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns4/example2.db.in b/bin/tests/system/kasp/ns4/example2.db.in index 90004d3391..c1f16a2bef 100644 --- a/bin/tests/system/kasp/ns4/example2.db.in +++ b/bin/tests/system/kasp/ns4/example2.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns4/named.conf.in b/bin/tests/system/kasp/ns4/named.conf.in index b1f87fdf44..d03be88687 100644 --- a/bin/tests/system/kasp/ns4/named.conf.in +++ b/bin/tests/system/kasp/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns4/setup.sh b/bin/tests/system/kasp/ns4/setup.sh index 5424658c0a..61b049dfff 100644 --- a/bin/tests/system/kasp/ns4/setup.sh +++ b/bin/tests/system/kasp/ns4/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/kasp/ns4/template.db.in b/bin/tests/system/kasp/ns4/template.db.in index 59946e07ba..0f72e9c074 100644 --- a/bin/tests/system/kasp/ns4/template.db.in +++ b/bin/tests/system/kasp/ns4/template.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns5/named.conf.in b/bin/tests/system/kasp/ns5/named.conf.in index a2f2fd19ef..2131c2c2bb 100644 --- a/bin/tests/system/kasp/ns5/named.conf.in +++ b/bin/tests/system/kasp/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns5/setup.sh b/bin/tests/system/kasp/ns5/setup.sh index 0399b92fb5..59c7a41299 100644 --- a/bin/tests/system/kasp/ns5/setup.sh +++ b/bin/tests/system/kasp/ns5/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/kasp/ns5/template.db.in b/bin/tests/system/kasp/ns5/template.db.in index 2f73182e72..6cb07a4676 100644 --- a/bin/tests/system/kasp/ns5/template.db.in +++ b/bin/tests/system/kasp/ns5/template.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns6/example.db.in b/bin/tests/system/kasp/ns6/example.db.in index 1ea5cb29ad..d6b912c4b6 100644 --- a/bin/tests/system/kasp/ns6/example.db.in +++ b/bin/tests/system/kasp/ns6/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns6/example2.db.in b/bin/tests/system/kasp/ns6/example2.db.in index 479dbd5711..46aed9b651 100644 --- a/bin/tests/system/kasp/ns6/example2.db.in +++ b/bin/tests/system/kasp/ns6/example2.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns6/example3.db.in b/bin/tests/system/kasp/ns6/example3.db.in index 7f716a98bd..ccbd96a300 100644 --- a/bin/tests/system/kasp/ns6/example3.db.in +++ b/bin/tests/system/kasp/ns6/example3.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns6/named.conf.in b/bin/tests/system/kasp/ns6/named.conf.in index f8f903c6cf..616e332860 100644 --- a/bin/tests/system/kasp/ns6/named.conf.in +++ b/bin/tests/system/kasp/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns6/named2.conf.in b/bin/tests/system/kasp/ns6/named2.conf.in index f2403565c4..82e2abca7e 100644 --- a/bin/tests/system/kasp/ns6/named2.conf.in +++ b/bin/tests/system/kasp/ns6/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns6/policies/csk1.conf.in b/bin/tests/system/kasp/ns6/policies/csk1.conf.in index e31b0f902e..ebaca8835b 100644 --- a/bin/tests/system/kasp/ns6/policies/csk1.conf.in +++ b/bin/tests/system/kasp/ns6/policies/csk1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns6/policies/csk2.conf.in b/bin/tests/system/kasp/ns6/policies/csk2.conf.in index c43ba9edd2..6d290c3c32 100644 --- a/bin/tests/system/kasp/ns6/policies/csk2.conf.in +++ b/bin/tests/system/kasp/ns6/policies/csk2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns6/policies/kasp.conf.in b/bin/tests/system/kasp/ns6/policies/kasp.conf.in index 85c938509f..2caae022d2 100644 --- a/bin/tests/system/kasp/ns6/policies/kasp.conf.in +++ b/bin/tests/system/kasp/ns6/policies/kasp.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/kasp/ns6/setup.sh b/bin/tests/system/kasp/ns6/setup.sh index a666866ebb..d24965a958 100644 --- a/bin/tests/system/kasp/ns6/setup.sh +++ b/bin/tests/system/kasp/ns6/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/kasp/ns6/template.db.in b/bin/tests/system/kasp/ns6/template.db.in index 721d29cd97..f1d8b94e5a 100644 --- a/bin/tests/system/kasp/ns6/template.db.in +++ b/bin/tests/system/kasp/ns6/template.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/kasp/setup.sh b/bin/tests/system/kasp/setup.sh index 7994e9ec5c..bab8a41a6b 100644 --- a/bin/tests/system/kasp/setup.sh +++ b/bin/tests/system/kasp/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/kasp/tests.sh b/bin/tests/system/kasp/tests.sh index 9fec46297e..7eaa06cf95 100644 --- a/bin/tests/system/kasp/tests.sh +++ b/bin/tests/system/kasp/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/keepalive/clean.sh b/bin/tests/system/keepalive/clean.sh index 2b5b2b62fc..07c571137f 100644 --- a/bin/tests/system/keepalive/clean.sh +++ b/bin/tests/system/keepalive/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/keepalive/ns1/named.conf.in b/bin/tests/system/keepalive/ns1/named.conf.in index 88e0781ee8..26cf4b3d54 100644 --- a/bin/tests/system/keepalive/ns1/named.conf.in +++ b/bin/tests/system/keepalive/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/keepalive/ns1/root.db b/bin/tests/system/keepalive/ns1/root.db index dab5cea7f7..17780d13f0 100644 --- a/bin/tests/system/keepalive/ns1/root.db +++ b/bin/tests/system/keepalive/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/keepalive/ns2/example.db b/bin/tests/system/keepalive/ns2/example.db index 1edd62e6e1..ccc6ef96e4 100644 --- a/bin/tests/system/keepalive/ns2/example.db +++ b/bin/tests/system/keepalive/ns2/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/keepalive/ns2/named.conf.in b/bin/tests/system/keepalive/ns2/named.conf.in index b753284875..befa96f844 100644 --- a/bin/tests/system/keepalive/ns2/named.conf.in +++ b/bin/tests/system/keepalive/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/keepalive/ns3/named.conf.in b/bin/tests/system/keepalive/ns3/named.conf.in index c018e11178..b6b8073bec 100644 --- a/bin/tests/system/keepalive/ns3/named.conf.in +++ b/bin/tests/system/keepalive/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/keepalive/setup.sh b/bin/tests/system/keepalive/setup.sh index c4670066e3..7ffda5583c 100644 --- a/bin/tests/system/keepalive/setup.sh +++ b/bin/tests/system/keepalive/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/keepalive/tests.sh b/bin/tests/system/keepalive/tests.sh index f33aa0a63f..27704cb886 100644 --- a/bin/tests/system/keepalive/tests.sh +++ b/bin/tests/system/keepalive/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/keymgr2kasp/README b/bin/tests/system/keymgr2kasp/README index b7a36823e9..f9412095e1 100644 --- a/bin/tests/system/keymgr2kasp/README +++ b/bin/tests/system/keymgr2kasp/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. The test setup for migrating to KASP tests. diff --git a/bin/tests/system/keymgr2kasp/clean.sh b/bin/tests/system/keymgr2kasp/clean.sh index 38c68f0a5b..cc4ffe3f8b 100644 --- a/bin/tests/system/keymgr2kasp/clean.sh +++ b/bin/tests/system/keymgr2kasp/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/keymgr2kasp/ns3/kasp.conf.in b/bin/tests/system/keymgr2kasp/ns3/kasp.conf.in index f315e2764b..d43b62953c 100644 --- a/bin/tests/system/keymgr2kasp/ns3/kasp.conf.in +++ b/bin/tests/system/keymgr2kasp/ns3/kasp.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/keymgr2kasp/ns3/named.conf.in b/bin/tests/system/keymgr2kasp/ns3/named.conf.in index 6e8e9df541..5a71a87bbe 100644 --- a/bin/tests/system/keymgr2kasp/ns3/named.conf.in +++ b/bin/tests/system/keymgr2kasp/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/keymgr2kasp/ns3/named2.conf.in b/bin/tests/system/keymgr2kasp/ns3/named2.conf.in index c5384b9270..8d5aecb463 100644 --- a/bin/tests/system/keymgr2kasp/ns3/named2.conf.in +++ b/bin/tests/system/keymgr2kasp/ns3/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/keymgr2kasp/ns3/setup.sh b/bin/tests/system/keymgr2kasp/ns3/setup.sh index 0f54e5172b..4378a46b4c 100644 --- a/bin/tests/system/keymgr2kasp/ns3/setup.sh +++ b/bin/tests/system/keymgr2kasp/ns3/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/keymgr2kasp/ns3/template.db.in b/bin/tests/system/keymgr2kasp/ns3/template.db.in index 051a312891..010b05b3cb 100644 --- a/bin/tests/system/keymgr2kasp/ns3/template.db.in +++ b/bin/tests/system/keymgr2kasp/ns3/template.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/keymgr2kasp/ns4/named.conf.in b/bin/tests/system/keymgr2kasp/ns4/named.conf.in index 031ec80976..7f0c815bb0 100644 --- a/bin/tests/system/keymgr2kasp/ns4/named.conf.in +++ b/bin/tests/system/keymgr2kasp/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/keymgr2kasp/ns4/named2.conf.in b/bin/tests/system/keymgr2kasp/ns4/named2.conf.in index bcfef239a9..fc96b90604 100644 --- a/bin/tests/system/keymgr2kasp/ns4/named2.conf.in +++ b/bin/tests/system/keymgr2kasp/ns4/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/keymgr2kasp/ns4/setup.sh b/bin/tests/system/keymgr2kasp/ns4/setup.sh index 18f6f322de..b23344c4cb 100644 --- a/bin/tests/system/keymgr2kasp/ns4/setup.sh +++ b/bin/tests/system/keymgr2kasp/ns4/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/keymgr2kasp/ns4/template.ext.db.in b/bin/tests/system/keymgr2kasp/ns4/template.ext.db.in index 210d7b60c3..eecda2f9d8 100644 --- a/bin/tests/system/keymgr2kasp/ns4/template.ext.db.in +++ b/bin/tests/system/keymgr2kasp/ns4/template.ext.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/keymgr2kasp/ns4/template.int.db.in b/bin/tests/system/keymgr2kasp/ns4/template.int.db.in index 3f018d7c6c..3783d64cec 100644 --- a/bin/tests/system/keymgr2kasp/ns4/template.int.db.in +++ b/bin/tests/system/keymgr2kasp/ns4/template.int.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/keymgr2kasp/setup.sh b/bin/tests/system/keymgr2kasp/setup.sh index 9bd4bfbe7b..e43f7988d5 100644 --- a/bin/tests/system/keymgr2kasp/setup.sh +++ b/bin/tests/system/keymgr2kasp/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/keymgr2kasp/tests.sh b/bin/tests/system/keymgr2kasp/tests.sh index f8861edbab..a75dd80639 100644 --- a/bin/tests/system/keymgr2kasp/tests.sh +++ b/bin/tests/system/keymgr2kasp/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/legacy/build.sh b/bin/tests/system/legacy/build.sh index df56bec7a8..fcde4e1036 100644 --- a/bin/tests/system/legacy/build.sh +++ b/bin/tests/system/legacy/build.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/legacy/clean.sh b/bin/tests/system/legacy/clean.sh index a05a54c402..4a077bb8c7 100644 --- a/bin/tests/system/legacy/clean.sh +++ b/bin/tests/system/legacy/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/legacy/ns1/named1.conf.in b/bin/tests/system/legacy/ns1/named1.conf.in index 67cac6684a..4e9b888039 100644 --- a/bin/tests/system/legacy/ns1/named1.conf.in +++ b/bin/tests/system/legacy/ns1/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns1/named2.conf.in b/bin/tests/system/legacy/ns1/named2.conf.in index f918dedec4..239e58f1b7 100644 --- a/bin/tests/system/legacy/ns1/named2.conf.in +++ b/bin/tests/system/legacy/ns1/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns1/root.db b/bin/tests/system/legacy/ns1/root.db index e4889a8f2a..175847ae28 100644 --- a/bin/tests/system/legacy/ns1/root.db +++ b/bin/tests/system/legacy/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns1/trusted.conf b/bin/tests/system/legacy/ns1/trusted.conf index 5b327302c4..a54b6aae3f 100644 --- a/bin/tests/system/legacy/ns1/trusted.conf +++ b/bin/tests/system/legacy/ns1/trusted.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + trust-anchors { "edns512-notcp." static-ds 8161 10 2 "19147C5BF59BED075AC26CE73DDA875438FB5AC61BCF31F081AD5BDA1AA7C236"; }; diff --git a/bin/tests/system/legacy/ns10/ednsrefused.db b/bin/tests/system/legacy/ns10/ednsrefused.db index caac70d26a..9aa3a4af5f 100644 --- a/bin/tests/system/legacy/ns10/ednsrefused.db +++ b/bin/tests/system/legacy/ns10/ednsrefused.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns10/named.conf.in b/bin/tests/system/legacy/ns10/named.conf.in index 486ac7fea9..628c51a6ef 100644 --- a/bin/tests/system/legacy/ns10/named.conf.in +++ b/bin/tests/system/legacy/ns10/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns2/dropedns.db b/bin/tests/system/legacy/ns2/dropedns.db index 3bf81cd197..06c023c443 100644 --- a/bin/tests/system/legacy/ns2/dropedns.db +++ b/bin/tests/system/legacy/ns2/dropedns.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns2/named.conf.in b/bin/tests/system/legacy/ns2/named.conf.in index 740f187752..e570ffe6ec 100644 --- a/bin/tests/system/legacy/ns2/named.conf.in +++ b/bin/tests/system/legacy/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns3/dropedns-notcp.db b/bin/tests/system/legacy/ns3/dropedns-notcp.db index 40f5e1116e..0ac44bc7ed 100644 --- a/bin/tests/system/legacy/ns3/dropedns-notcp.db +++ b/bin/tests/system/legacy/ns3/dropedns-notcp.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns3/named.conf.in b/bin/tests/system/legacy/ns3/named.conf.in index 0fef64e300..3d89554bfc 100644 --- a/bin/tests/system/legacy/ns3/named.conf.in +++ b/bin/tests/system/legacy/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns4/named.conf.in b/bin/tests/system/legacy/ns4/named.conf.in index 17f8d4c7ad..32bdb058d4 100644 --- a/bin/tests/system/legacy/ns4/named.conf.in +++ b/bin/tests/system/legacy/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns4/plain.db b/bin/tests/system/legacy/ns4/plain.db index fd5be9f23b..2c20a70c06 100644 --- a/bin/tests/system/legacy/ns4/plain.db +++ b/bin/tests/system/legacy/ns4/plain.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns5/named.conf.in b/bin/tests/system/legacy/ns5/named.conf.in index bff6f2d047..92e754fbe9 100644 --- a/bin/tests/system/legacy/ns5/named.conf.in +++ b/bin/tests/system/legacy/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns5/plain-notcp.db b/bin/tests/system/legacy/ns5/plain-notcp.db index 51c9e101a5..9c1a96bc7f 100644 --- a/bin/tests/system/legacy/ns5/plain-notcp.db +++ b/bin/tests/system/legacy/ns5/plain-notcp.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns6/edns512.db.in b/bin/tests/system/legacy/ns6/edns512.db.in index 68f59242f9..485ec8ee70 100644 --- a/bin/tests/system/legacy/ns6/edns512.db.in +++ b/bin/tests/system/legacy/ns6/edns512.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns6/named.conf.in b/bin/tests/system/legacy/ns6/named.conf.in index 4849ded2a5..17f19d908d 100644 --- a/bin/tests/system/legacy/ns6/named.conf.in +++ b/bin/tests/system/legacy/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns6/sign.sh b/bin/tests/system/legacy/ns6/sign.sh index 12ace822ef..39288fde2e 100755 --- a/bin/tests/system/legacy/ns6/sign.sh +++ b/bin/tests/system/legacy/ns6/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/legacy/ns7/edns512-notcp.db.in b/bin/tests/system/legacy/ns7/edns512-notcp.db.in index eef00b1238..e181ca415b 100644 --- a/bin/tests/system/legacy/ns7/edns512-notcp.db.in +++ b/bin/tests/system/legacy/ns7/edns512-notcp.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns7/named.conf.in b/bin/tests/system/legacy/ns7/named.conf.in index 68bf98ce6b..30f3ea2278 100644 --- a/bin/tests/system/legacy/ns7/named.conf.in +++ b/bin/tests/system/legacy/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns7/sign.sh b/bin/tests/system/legacy/ns7/sign.sh index 71fce752d3..fe994e601d 100755 --- a/bin/tests/system/legacy/ns7/sign.sh +++ b/bin/tests/system/legacy/ns7/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/legacy/ns8/ednsformerr.db b/bin/tests/system/legacy/ns8/ednsformerr.db index caac70d26a..9aa3a4af5f 100644 --- a/bin/tests/system/legacy/ns8/ednsformerr.db +++ b/bin/tests/system/legacy/ns8/ednsformerr.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns8/named.conf.in b/bin/tests/system/legacy/ns8/named.conf.in index b743c7d278..7431cf82b7 100644 --- a/bin/tests/system/legacy/ns8/named.conf.in +++ b/bin/tests/system/legacy/ns8/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns9/ednsnotimp.db b/bin/tests/system/legacy/ns9/ednsnotimp.db index caac70d26a..9aa3a4af5f 100644 --- a/bin/tests/system/legacy/ns9/ednsnotimp.db +++ b/bin/tests/system/legacy/ns9/ednsnotimp.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/legacy/ns9/named.conf.in b/bin/tests/system/legacy/ns9/named.conf.in index 4571dec4c1..385fbfd8d3 100644 --- a/bin/tests/system/legacy/ns9/named.conf.in +++ b/bin/tests/system/legacy/ns9/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/legacy/setup.sh b/bin/tests/system/legacy/setup.sh index 436d217b51..d2a53bb132 100644 --- a/bin/tests/system/legacy/setup.sh +++ b/bin/tests/system/legacy/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/legacy/tests.sh b/bin/tests/system/legacy/tests.sh index 7fb35a14cc..80d70899fb 100755 --- a/bin/tests/system/legacy/tests.sh +++ b/bin/tests/system/legacy/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/limits/clean.sh b/bin/tests/system/limits/clean.sh index 5015fe71ff..b69c695afb 100644 --- a/bin/tests/system/limits/clean.sh +++ b/bin/tests/system/limits/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/limits/ns1/example.db b/bin/tests/system/limits/ns1/example.db index 1fc5ec63d2..89980187e7 100644 --- a/bin/tests/system/limits/ns1/example.db +++ b/bin/tests/system/limits/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/limits/ns1/named.conf.in b/bin/tests/system/limits/ns1/named.conf.in index a2724a4d30..118fdbd9b1 100644 --- a/bin/tests/system/limits/ns1/named.conf.in +++ b/bin/tests/system/limits/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/limits/ns1/root.db b/bin/tests/system/limits/ns1/root.db index 12486d71d7..b93cf32218 100644 --- a/bin/tests/system/limits/ns1/root.db +++ b/bin/tests/system/limits/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/limits/setup.sh b/bin/tests/system/limits/setup.sh index 110e0e3446..82240a7c1b 100644 --- a/bin/tests/system/limits/setup.sh +++ b/bin/tests/system/limits/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/limits/tests.sh b/bin/tests/system/limits/tests.sh index cc115ab85f..f4149fcb57 100644 --- a/bin/tests/system/limits/tests.sh +++ b/bin/tests/system/limits/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/logfileconfig/clean.sh b/bin/tests/system/logfileconfig/clean.sh index 2ba3b370f8..18aa5de2dd 100644 --- a/bin/tests/system/logfileconfig/clean.sh +++ b/bin/tests/system/logfileconfig/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/logfileconfig/ns1/named.dirconf.in b/bin/tests/system/logfileconfig/ns1/named.dirconf.in index fe7df47118..12b3e96257 100644 --- a/bin/tests/system/logfileconfig/ns1/named.dirconf.in +++ b/bin/tests/system/logfileconfig/ns1/named.dirconf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/logfileconfig/ns1/named.iso8601-utc.in b/bin/tests/system/logfileconfig/ns1/named.iso8601-utc.in index d900831a96..2b4b1819d0 100644 --- a/bin/tests/system/logfileconfig/ns1/named.iso8601-utc.in +++ b/bin/tests/system/logfileconfig/ns1/named.iso8601-utc.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/logfileconfig/ns1/named.iso8601.in b/bin/tests/system/logfileconfig/ns1/named.iso8601.in index 37e7cf112d..9d520ea562 100644 --- a/bin/tests/system/logfileconfig/ns1/named.iso8601.in +++ b/bin/tests/system/logfileconfig/ns1/named.iso8601.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/logfileconfig/ns1/named.pipeconf.in b/bin/tests/system/logfileconfig/ns1/named.pipeconf.in index 7c9fa55f69..5497b62f10 100644 --- a/bin/tests/system/logfileconfig/ns1/named.pipeconf.in +++ b/bin/tests/system/logfileconfig/ns1/named.pipeconf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/logfileconfig/ns1/named.plain.in b/bin/tests/system/logfileconfig/ns1/named.plain.in index 181070727f..53a1946374 100644 --- a/bin/tests/system/logfileconfig/ns1/named.plain.in +++ b/bin/tests/system/logfileconfig/ns1/named.plain.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/logfileconfig/ns1/named.plainconf.in b/bin/tests/system/logfileconfig/ns1/named.plainconf.in index b46fde5c56..8a70ca061c 100644 --- a/bin/tests/system/logfileconfig/ns1/named.plainconf.in +++ b/bin/tests/system/logfileconfig/ns1/named.plainconf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/logfileconfig/ns1/named.symconf.in b/bin/tests/system/logfileconfig/ns1/named.symconf.in index 2d1e4a98a7..5b30e5797a 100644 --- a/bin/tests/system/logfileconfig/ns1/named.symconf.in +++ b/bin/tests/system/logfileconfig/ns1/named.symconf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/logfileconfig/ns1/named.tsconf.in b/bin/tests/system/logfileconfig/ns1/named.tsconf.in index 7e62a93782..4b0f8af55f 100644 --- a/bin/tests/system/logfileconfig/ns1/named.tsconf.in +++ b/bin/tests/system/logfileconfig/ns1/named.tsconf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/logfileconfig/ns1/named.unlimited.in b/bin/tests/system/logfileconfig/ns1/named.unlimited.in index 0e1a788e15..506b49b3c6 100644 --- a/bin/tests/system/logfileconfig/ns1/named.unlimited.in +++ b/bin/tests/system/logfileconfig/ns1/named.unlimited.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/logfileconfig/ns1/named.versconf.in b/bin/tests/system/logfileconfig/ns1/named.versconf.in index 0df547317c..3860ae8c31 100644 --- a/bin/tests/system/logfileconfig/ns1/named.versconf.in +++ b/bin/tests/system/logfileconfig/ns1/named.versconf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/logfileconfig/setup.sh b/bin/tests/system/logfileconfig/setup.sh index 19b246985f..7ad9bb0bbd 100644 --- a/bin/tests/system/logfileconfig/setup.sh +++ b/bin/tests/system/logfileconfig/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/logfileconfig/tests.sh b/bin/tests/system/logfileconfig/tests.sh index 83d5ab87b7..86be640b49 100644 --- a/bin/tests/system/logfileconfig/tests.sh +++ b/bin/tests/system/logfileconfig/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/makejournal.c b/bin/tests/system/makejournal.c index 94d41a769e..63caa9ade6 100644 --- a/bin/tests/system/makejournal.c +++ b/bin/tests/system/makejournal.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/masterfile/clean.sh b/bin/tests/system/masterfile/clean.sh index 391fc08acf..97aa377749 100644 --- a/bin/tests/system/masterfile/clean.sh +++ b/bin/tests/system/masterfile/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/masterfile/ns1/include.db b/bin/tests/system/masterfile/ns1/include.db index 7836f9613f..149c8194b1 100644 --- a/bin/tests/system/masterfile/ns1/include.db +++ b/bin/tests/system/masterfile/ns1/include.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/masterfile/ns1/named.conf.in b/bin/tests/system/masterfile/ns1/named.conf.in index 38b18b7b4a..5ab72a5851 100644 --- a/bin/tests/system/masterfile/ns1/named.conf.in +++ b/bin/tests/system/masterfile/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/masterfile/ns1/sub.db b/bin/tests/system/masterfile/ns1/sub.db index 5c84cec467..7e027b0d7c 100644 --- a/bin/tests/system/masterfile/ns1/sub.db +++ b/bin/tests/system/masterfile/ns1/sub.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/masterfile/ns1/ttl1.db b/bin/tests/system/masterfile/ns1/ttl1.db index 6aa8f36e86..56afe9d971 100644 --- a/bin/tests/system/masterfile/ns1/ttl1.db +++ b/bin/tests/system/masterfile/ns1/ttl1.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/masterfile/ns1/ttl2.db b/bin/tests/system/masterfile/ns1/ttl2.db index 452d2092ec..778e8d36ef 100644 --- a/bin/tests/system/masterfile/ns1/ttl2.db +++ b/bin/tests/system/masterfile/ns1/ttl2.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/masterfile/ns2/example.db b/bin/tests/system/masterfile/ns2/example.db index 562a995e0a..414403a10e 100644 --- a/bin/tests/system/masterfile/ns2/example.db +++ b/bin/tests/system/masterfile/ns2/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/masterfile/ns2/named.conf.in b/bin/tests/system/masterfile/ns2/named.conf.in index ae41ffed87..1f4ef912c7 100644 --- a/bin/tests/system/masterfile/ns2/named.conf.in +++ b/bin/tests/system/masterfile/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/masterfile/setup.sh b/bin/tests/system/masterfile/setup.sh index d476ad262e..46c18c406a 100644 --- a/bin/tests/system/masterfile/setup.sh +++ b/bin/tests/system/masterfile/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/masterfile/tests.sh b/bin/tests/system/masterfile/tests.sh index a6d6b054b2..890855deb3 100644 --- a/bin/tests/system/masterfile/tests.sh +++ b/bin/tests/system/masterfile/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/masterfile/zone/inheritownerafterinclude.db b/bin/tests/system/masterfile/zone/inheritownerafterinclude.db index ce7bffe0f7..11b97eaf45 100644 --- a/bin/tests/system/masterfile/zone/inheritownerafterinclude.db +++ b/bin/tests/system/masterfile/zone/inheritownerafterinclude.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/masterfile/zone/nameservers.db b/bin/tests/system/masterfile/zone/nameservers.db index 76a1e8974b..f7b65254b2 100644 --- a/bin/tests/system/masterfile/zone/nameservers.db +++ b/bin/tests/system/masterfile/zone/nameservers.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/masterformat/clean.sh b/bin/tests/system/masterformat/clean.sh index 3f4bae9a5e..04ff2b8578 100755 --- a/bin/tests/system/masterformat/clean.sh +++ b/bin/tests/system/masterformat/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/masterformat/ns1/compile.sh b/bin/tests/system/masterformat/ns1/compile.sh index 45047bf52f..0c2e7fbd4b 100755 --- a/bin/tests/system/masterformat/ns1/compile.sh +++ b/bin/tests/system/masterformat/ns1/compile.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/masterformat/ns1/example.db b/bin/tests/system/masterformat/ns1/example.db index 0e48b79c9f..5ca0ae2ace 100644 --- a/bin/tests/system/masterformat/ns1/example.db +++ b/bin/tests/system/masterformat/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/masterformat/ns1/large.db.in b/bin/tests/system/masterformat/ns1/large.db.in index b30b456f52..5a818632a8 100644 --- a/bin/tests/system/masterformat/ns1/large.db.in +++ b/bin/tests/system/masterformat/ns1/large.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/masterformat/ns1/named.conf.in b/bin/tests/system/masterformat/ns1/named.conf.in index ae8d3dc481..0b9b42eb56 100644 --- a/bin/tests/system/masterformat/ns1/named.conf.in +++ b/bin/tests/system/masterformat/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/masterformat/ns1/signed.db b/bin/tests/system/masterformat/ns1/signed.db index 20fd00e856..55d6fae5c5 100644 --- a/bin/tests/system/masterformat/ns1/signed.db +++ b/bin/tests/system/masterformat/ns1/signed.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/masterformat/ns2/formerly-text.db.in b/bin/tests/system/masterformat/ns2/formerly-text.db.in index 7a6fa8c4b0..02ce216a54 100644 --- a/bin/tests/system/masterformat/ns2/formerly-text.db.in +++ b/bin/tests/system/masterformat/ns2/formerly-text.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/masterformat/ns2/named.conf.in b/bin/tests/system/masterformat/ns2/named.conf.in index 4df1d37990..c0f2987318 100644 --- a/bin/tests/system/masterformat/ns2/named.conf.in +++ b/bin/tests/system/masterformat/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/masterformat/ns3/named.conf.in b/bin/tests/system/masterformat/ns3/named.conf.in index 9eeeb2764e..c53acaa099 100644 --- a/bin/tests/system/masterformat/ns3/named.conf.in +++ b/bin/tests/system/masterformat/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/masterformat/setup.sh b/bin/tests/system/masterformat/setup.sh index 78613441ca..d5fe367aad 100755 --- a/bin/tests/system/masterformat/setup.sh +++ b/bin/tests/system/masterformat/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/masterformat/tests.sh b/bin/tests/system/masterformat/tests.sh index 75182750a9..6f75bc3258 100755 --- a/bin/tests/system/masterformat/tests.sh +++ b/bin/tests/system/masterformat/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/metadata/child.db b/bin/tests/system/metadata/child.db index 2905a56340..35fff9c446 100644 --- a/bin/tests/system/metadata/child.db +++ b/bin/tests/system/metadata/child.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/metadata/clean.sh b/bin/tests/system/metadata/clean.sh index 8c9f2525b8..58cd7cec15 100644 --- a/bin/tests/system/metadata/clean.sh +++ b/bin/tests/system/metadata/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/metadata/parent.db b/bin/tests/system/metadata/parent.db index 6c6567f75c..a5484e3b66 100644 --- a/bin/tests/system/metadata/parent.db +++ b/bin/tests/system/metadata/parent.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/metadata/setup.sh b/bin/tests/system/metadata/setup.sh index 433082c0f4..82f7f127b7 100644 --- a/bin/tests/system/metadata/setup.sh +++ b/bin/tests/system/metadata/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/metadata/tests.sh b/bin/tests/system/metadata/tests.sh index 9b75cb5f2c..b19d1cf7a9 100644 --- a/bin/tests/system/metadata/tests.sh +++ b/bin/tests/system/metadata/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/mirror/README b/bin/tests/system/mirror/README index d1735ba3d6..f76b41bb93 100644 --- a/bin/tests/system/mirror/README +++ b/bin/tests/system/mirror/README @@ -1,6 +1,15 @@ + This test checks whether zones configured with "type mirror;" behave as expected. diff --git a/bin/tests/system/mirror/clean.sh b/bin/tests/system/mirror/clean.sh index d079f44d75..d6fdc11bc7 100644 --- a/bin/tests/system/mirror/clean.sh +++ b/bin/tests/system/mirror/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/mirror/ns1/named.conf.in b/bin/tests/system/mirror/ns1/named.conf.in index fda17f1c7a..5334786840 100644 --- a/bin/tests/system/mirror/ns1/named.conf.in +++ b/bin/tests/system/mirror/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/mirror/ns1/root.db.in b/bin/tests/system/mirror/ns1/root.db.in index ebd4b4da0c..98ecf1f277 100644 --- a/bin/tests/system/mirror/ns1/root.db.in +++ b/bin/tests/system/mirror/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/mirror/ns1/sign.sh b/bin/tests/system/mirror/ns1/sign.sh index 84bce41a6b..a8447ae6f0 100644 --- a/bin/tests/system/mirror/ns1/sign.sh +++ b/bin/tests/system/mirror/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/mirror/ns2/example.db.in b/bin/tests/system/mirror/ns2/example.db.in index 66253d1376..54723999ec 100644 --- a/bin/tests/system/mirror/ns2/example.db.in +++ b/bin/tests/system/mirror/ns2/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/mirror/ns2/initially-unavailable.db.in b/bin/tests/system/mirror/ns2/initially-unavailable.db.in index 71dddd9282..cf809e3aac 100644 --- a/bin/tests/system/mirror/ns2/initially-unavailable.db.in +++ b/bin/tests/system/mirror/ns2/initially-unavailable.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/mirror/ns2/named.conf.in b/bin/tests/system/mirror/ns2/named.conf.in index b915904efc..5df56c234b 100644 --- a/bin/tests/system/mirror/ns2/named.conf.in +++ b/bin/tests/system/mirror/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/mirror/ns2/sign.sh b/bin/tests/system/mirror/ns2/sign.sh index fb832b00d6..42cc985361 100644 --- a/bin/tests/system/mirror/ns2/sign.sh +++ b/bin/tests/system/mirror/ns2/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/mirror/ns2/sub.example.db.in b/bin/tests/system/mirror/ns2/sub.example.db.in index 3c77d9536e..d2c15c7857 100644 --- a/bin/tests/system/mirror/ns2/sub.example.db.in +++ b/bin/tests/system/mirror/ns2/sub.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/mirror/ns2/verify.db.in b/bin/tests/system/mirror/ns2/verify.db.in index dbee4c7ebd..b3ed22a29a 100644 --- a/bin/tests/system/mirror/ns2/verify.db.in +++ b/bin/tests/system/mirror/ns2/verify.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/mirror/ns3/named.conf.in b/bin/tests/system/mirror/ns3/named.conf.in index 4ee23c5554..58d8bd5a30 100644 --- a/bin/tests/system/mirror/ns3/named.conf.in +++ b/bin/tests/system/mirror/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/mirror/setup.sh b/bin/tests/system/mirror/setup.sh index 0a7f9ae843..b80e797dc0 100644 --- a/bin/tests/system/mirror/setup.sh +++ b/bin/tests/system/mirror/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/mirror/tests.sh b/bin/tests/system/mirror/tests.sh index 4f0ddcd935..a2b6e2381a 100644 --- a/bin/tests/system/mirror/tests.sh +++ b/bin/tests/system/mirror/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/mkeys/README b/bin/tests/system/mkeys/README index e3f5440102..25637bfe74 100644 --- a/bin/tests/system/mkeys/README +++ b/bin/tests/system/mkeys/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. This is for testing RFC 5011 Automated Updates of DNSSEC Trust Anchors. diff --git a/bin/tests/system/mkeys/clean.sh b/bin/tests/system/mkeys/clean.sh index 772333e829..677e09715a 100644 --- a/bin/tests/system/mkeys/clean.sh +++ b/bin/tests/system/mkeys/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/mkeys/ns1/named1.conf.in b/bin/tests/system/mkeys/ns1/named1.conf.in index 9033a2a226..1912ee184e 100644 --- a/bin/tests/system/mkeys/ns1/named1.conf.in +++ b/bin/tests/system/mkeys/ns1/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/mkeys/ns1/named2.conf.in b/bin/tests/system/mkeys/ns1/named2.conf.in index 5b71d11e19..99ec781b52 100644 --- a/bin/tests/system/mkeys/ns1/named2.conf.in +++ b/bin/tests/system/mkeys/ns1/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/mkeys/ns1/named3.conf.in b/bin/tests/system/mkeys/ns1/named3.conf.in index 8944c77171..e05965dc14 100644 --- a/bin/tests/system/mkeys/ns1/named3.conf.in +++ b/bin/tests/system/mkeys/ns1/named3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/mkeys/ns1/root.db b/bin/tests/system/mkeys/ns1/root.db index 0070f13942..ae5c1251c4 100644 --- a/bin/tests/system/mkeys/ns1/root.db +++ b/bin/tests/system/mkeys/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/mkeys/ns1/sign.sh b/bin/tests/system/mkeys/ns1/sign.sh index dcc269dd25..819f3fc9c2 100644 --- a/bin/tests/system/mkeys/ns1/sign.sh +++ b/bin/tests/system/mkeys/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/mkeys/ns2/named.conf.in b/bin/tests/system/mkeys/ns2/named.conf.in index d87bf18c51..2f823b8951 100644 --- a/bin/tests/system/mkeys/ns2/named.conf.in +++ b/bin/tests/system/mkeys/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/mkeys/ns3/named.conf.in b/bin/tests/system/mkeys/ns3/named.conf.in index 615b3d14b0..7ad8419a93 100644 --- a/bin/tests/system/mkeys/ns3/named.conf.in +++ b/bin/tests/system/mkeys/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/mkeys/ns4/named.conf.in b/bin/tests/system/mkeys/ns4/named.conf.in index e0adc97a51..6bbc6b7b94 100644 --- a/bin/tests/system/mkeys/ns4/named.conf.in +++ b/bin/tests/system/mkeys/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/mkeys/ns5/named.conf.in b/bin/tests/system/mkeys/ns5/named.conf.in index 91f56138e7..aec778f243 100644 --- a/bin/tests/system/mkeys/ns5/named.conf.in +++ b/bin/tests/system/mkeys/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/mkeys/ns6/named.conf.in b/bin/tests/system/mkeys/ns6/named.conf.in index 23eb115be2..ff8137a6f2 100644 --- a/bin/tests/system/mkeys/ns6/named.conf.in +++ b/bin/tests/system/mkeys/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/mkeys/ns6/setup.sh b/bin/tests/system/mkeys/ns6/setup.sh index d0d3ba0139..b54a74f9a2 100644 --- a/bin/tests/system/mkeys/ns6/setup.sh +++ b/bin/tests/system/mkeys/ns6/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/mkeys/ns7/named.conf.in b/bin/tests/system/mkeys/ns7/named.conf.in index 59959368aa..2c0d69ed1b 100644 --- a/bin/tests/system/mkeys/ns7/named.conf.in +++ b/bin/tests/system/mkeys/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/mkeys/setup.sh b/bin/tests/system/mkeys/setup.sh index 16fa19d6b4..1cba2b5c19 100644 --- a/bin/tests/system/mkeys/setup.sh +++ b/bin/tests/system/mkeys/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/mkeys/tests.sh b/bin/tests/system/mkeys/tests.sh index 2debe51e14..777bbd6328 100644 --- a/bin/tests/system/mkeys/tests.sh +++ b/bin/tests/system/mkeys/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/names/clean.sh b/bin/tests/system/names/clean.sh index 5d9d7b3181..1f8371bfcc 100644 --- a/bin/tests/system/names/clean.sh +++ b/bin/tests/system/names/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/names/ns1/example.db b/bin/tests/system/names/ns1/example.db index 0ce948a73a..a3e9f90f68 100644 --- a/bin/tests/system/names/ns1/example.db +++ b/bin/tests/system/names/ns1/example.db @@ -1,13 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000042407 ; serial diff --git a/bin/tests/system/names/ns1/named.conf.in b/bin/tests/system/names/ns1/named.conf.in index 9b88e099e6..50211bccc3 100644 --- a/bin/tests/system/names/ns1/named.conf.in +++ b/bin/tests/system/names/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/names/setup.sh b/bin/tests/system/names/setup.sh index de764c535f..170694d04b 100644 --- a/bin/tests/system/names/setup.sh +++ b/bin/tests/system/names/setup.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/names/tests.sh b/bin/tests/system/names/tests.sh index 24e154b842..d16857229b 100644 --- a/bin/tests/system/names/tests.sh +++ b/bin/tests/system/names/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/notify/clean.sh b/bin/tests/system/notify/clean.sh index e04f1bfa72..3e18850b18 100644 --- a/bin/tests/system/notify/clean.sh +++ b/bin/tests/system/notify/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/notify/ns1/named.conf.in b/bin/tests/system/notify/ns1/named.conf.in index 6bbbe90ea1..eb079c95ab 100644 --- a/bin/tests/system/notify/ns1/named.conf.in +++ b/bin/tests/system/notify/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/notify/ns1/root.db b/bin/tests/system/notify/ns1/root.db index dab5cea7f7..17780d13f0 100644 --- a/bin/tests/system/notify/ns1/root.db +++ b/bin/tests/system/notify/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/notify/ns2/example1.db b/bin/tests/system/notify/ns2/example1.db index 38dd4437bb..3b8d33b882 100644 --- a/bin/tests/system/notify/ns2/example1.db +++ b/bin/tests/system/notify/ns2/example1.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/notify/ns2/example2.db b/bin/tests/system/notify/ns2/example2.db index 5de0776dfb..c762dd611d 100644 --- a/bin/tests/system/notify/ns2/example2.db +++ b/bin/tests/system/notify/ns2/example2.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/notify/ns2/example3.db b/bin/tests/system/notify/ns2/example3.db index 01befbcf84..dd3371bdd9 100644 --- a/bin/tests/system/notify/ns2/example3.db +++ b/bin/tests/system/notify/ns2/example3.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/notify/ns2/example4.db b/bin/tests/system/notify/ns2/example4.db index 9ff70f8e2a..86d9bf28bd 100644 --- a/bin/tests/system/notify/ns2/example4.db +++ b/bin/tests/system/notify/ns2/example4.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/notify/ns2/generic.db b/bin/tests/system/notify/ns2/generic.db index fc688ab5e3..108b55280c 100644 --- a/bin/tests/system/notify/ns2/generic.db +++ b/bin/tests/system/notify/ns2/generic.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/notify/ns2/named.conf.in b/bin/tests/system/notify/ns2/named.conf.in index d29abe3204..13b3797440 100644 --- a/bin/tests/system/notify/ns2/named.conf.in +++ b/bin/tests/system/notify/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/notify/ns3/named.conf.in b/bin/tests/system/notify/ns3/named.conf.in index 2f8e1eec19..e364e6087e 100644 --- a/bin/tests/system/notify/ns3/named.conf.in +++ b/bin/tests/system/notify/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/notify/ns4/named.conf.in b/bin/tests/system/notify/ns4/named.conf.in index d1fdae8ea6..f20d2eb587 100644 --- a/bin/tests/system/notify/ns4/named.conf.in +++ b/bin/tests/system/notify/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/notify/ns5/named.conf.in b/bin/tests/system/notify/ns5/named.conf.in index 1ee8df4d3f..5cab276526 100644 --- a/bin/tests/system/notify/ns5/named.conf.in +++ b/bin/tests/system/notify/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/notify/ns5/x21.db b/bin/tests/system/notify/ns5/x21.db index e3800436d5..8f2ac7d94b 100644 --- a/bin/tests/system/notify/ns5/x21.db +++ b/bin/tests/system/notify/ns5/x21.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/notify/setup.sh b/bin/tests/system/notify/setup.sh index e84d2ab3de..19c41fc2c1 100644 --- a/bin/tests/system/notify/setup.sh +++ b/bin/tests/system/notify/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/notify/tests.sh b/bin/tests/system/notify/tests.sh index e8a00eaeb7..ccf9a067d5 100644 --- a/bin/tests/system/notify/tests.sh +++ b/bin/tests/system/notify/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nsec3/clean.sh b/bin/tests/system/nsec3/clean.sh index c6d322babb..6383f29bea 100644 --- a/bin/tests/system/nsec3/clean.sh +++ b/bin/tests/system/nsec3/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nsec3/ns3/named.conf.in b/bin/tests/system/nsec3/ns3/named.conf.in index 8bab481c60..33a17c013c 100644 --- a/bin/tests/system/nsec3/ns3/named.conf.in +++ b/bin/tests/system/nsec3/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nsec3/ns3/named2.conf.in b/bin/tests/system/nsec3/ns3/named2.conf.in index 380e56654c..cfce6d9945 100644 --- a/bin/tests/system/nsec3/ns3/named2.conf.in +++ b/bin/tests/system/nsec3/ns3/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nsec3/ns3/nsec3-fails-to-load.kasp.db.in b/bin/tests/system/nsec3/ns3/nsec3-fails-to-load.kasp.db.in index 5703d810d3..77b0d103d9 100644 --- a/bin/tests/system/nsec3/ns3/nsec3-fails-to-load.kasp.db.in +++ b/bin/tests/system/nsec3/ns3/nsec3-fails-to-load.kasp.db.in @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + @ IN SOA kasp. nsec3-fails-to-load.kasp. ( 1 ; serial 30 ; refresh (30 seconds) diff --git a/bin/tests/system/nsec3/ns3/setup.sh b/bin/tests/system/nsec3/ns3/setup.sh index ffedec558f..cbaf84ce8d 100644 --- a/bin/tests/system/nsec3/ns3/setup.sh +++ b/bin/tests/system/nsec3/ns3/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nsec3/ns3/template.db.in b/bin/tests/system/nsec3/ns3/template.db.in index 051a312891..010b05b3cb 100644 --- a/bin/tests/system/nsec3/ns3/template.db.in +++ b/bin/tests/system/nsec3/ns3/template.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsec3/setup.sh b/bin/tests/system/nsec3/setup.sh index 8a92ee7dee..66320529b7 100644 --- a/bin/tests/system/nsec3/setup.sh +++ b/bin/tests/system/nsec3/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nsec3/tests.sh b/bin/tests/system/nsec3/tests.sh index 03f0ef25d4..d9c2b83d17 100644 --- a/bin/tests/system/nsec3/tests.sh +++ b/bin/tests/system/nsec3/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nslookup/clean.sh b/bin/tests/system/nslookup/clean.sh index 55023debb9..5aad8dda5a 100644 --- a/bin/tests/system/nslookup/clean.sh +++ b/bin/tests/system/nslookup/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nslookup/ns1/example.net.db b/bin/tests/system/nslookup/ns1/example.net.db index e9c133b87b..73aeeb1e34 100644 --- a/bin/tests/system/nslookup/ns1/example.net.db +++ b/bin/tests/system/nslookup/ns1/example.net.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nslookup/ns1/named.conf.in b/bin/tests/system/nslookup/ns1/named.conf.in index bc44f5788f..67b4f4fc76 100644 --- a/bin/tests/system/nslookup/ns1/named.conf.in +++ b/bin/tests/system/nslookup/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nslookup/setup.sh b/bin/tests/system/nslookup/setup.sh index 054c293de3..67d3ccf642 100644 --- a/bin/tests/system/nslookup/setup.sh +++ b/bin/tests/system/nslookup/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nslookup/tests.sh b/bin/tests/system/nslookup/tests.sh index c5c89c569e..856dcc7d43 100644 --- a/bin/tests/system/nslookup/tests.sh +++ b/bin/tests/system/nslookup/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nsupdate/ans4/ans.pl b/bin/tests/system/nsupdate/ans4/ans.pl index 7ffcbc8a21..d4299c492b 100644 --- a/bin/tests/system/nsupdate/ans4/ans.pl +++ b/bin/tests/system/nsupdate/ans4/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nsupdate/clean.sh b/bin/tests/system/nsupdate/clean.sh index ac3f12f197..1746ec1474 100644 --- a/bin/tests/system/nsupdate/clean.sh +++ b/bin/tests/system/nsupdate/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nsupdate/krb/setup.sh b/bin/tests/system/nsupdate/krb/setup.sh index 150b2050f8..178693288e 100644 --- a/bin/tests/system/nsupdate/krb/setup.sh +++ b/bin/tests/system/nsupdate/krb/setup.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nsupdate/ns1/example1.db b/bin/tests/system/nsupdate/ns1/example1.db index 1ca6589143..566b0a0403 100644 --- a/bin/tests/system/nsupdate/ns1/example1.db +++ b/bin/tests/system/nsupdate/ns1/example1.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns1/many.test.db.in b/bin/tests/system/nsupdate/ns1/many.test.db.in index 2a0ef307ea..824971b4e8 100644 --- a/bin/tests/system/nsupdate/ns1/many.test.db.in +++ b/bin/tests/system/nsupdate/ns1/many.test.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns1/max-ttl.db b/bin/tests/system/nsupdate/ns1/max-ttl.db index 0250960592..fea00b9f86 100644 --- a/bin/tests/system/nsupdate/ns1/max-ttl.db +++ b/bin/tests/system/nsupdate/ns1/max-ttl.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns1/maxjournal.db.in b/bin/tests/system/nsupdate/ns1/maxjournal.db.in index 12a67d3f02..d64842bde0 100644 --- a/bin/tests/system/nsupdate/ns1/maxjournal.db.in +++ b/bin/tests/system/nsupdate/ns1/maxjournal.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns1/named.conf.in b/bin/tests/system/nsupdate/ns1/named.conf.in index b51e700185..81d0c99af8 100644 --- a/bin/tests/system/nsupdate/ns1/named.conf.in +++ b/bin/tests/system/nsupdate/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns1/sample.db.in b/bin/tests/system/nsupdate/ns1/sample.db.in index 49212a1242..9118befac0 100644 --- a/bin/tests/system/nsupdate/ns1/sample.db.in +++ b/bin/tests/system/nsupdate/ns1/sample.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns10/example.com.db.in b/bin/tests/system/nsupdate/ns10/example.com.db.in index ce36901c9a..f324b19f3a 100644 --- a/bin/tests/system/nsupdate/ns10/example.com.db.in +++ b/bin/tests/system/nsupdate/ns10/example.com.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns10/in-addr.db.in b/bin/tests/system/nsupdate/ns10/in-addr.db.in index d751ea033c..dd5d64ebad 100644 --- a/bin/tests/system/nsupdate/ns10/in-addr.db.in +++ b/bin/tests/system/nsupdate/ns10/in-addr.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns10/named.conf.in b/bin/tests/system/nsupdate/ns10/named.conf.in index f87e482172..68f8279200 100644 --- a/bin/tests/system/nsupdate/ns10/named.conf.in +++ b/bin/tests/system/nsupdate/ns10/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns2/named.conf.in b/bin/tests/system/nsupdate/ns2/named.conf.in index da6b3b4e30..f1a1735634 100644 --- a/bin/tests/system/nsupdate/ns2/named.conf.in +++ b/bin/tests/system/nsupdate/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns2/sample.db.in b/bin/tests/system/nsupdate/ns2/sample.db.in index 0c8a1c0504..848cc861f6 100644 --- a/bin/tests/system/nsupdate/ns2/sample.db.in +++ b/bin/tests/system/nsupdate/ns2/sample.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns3/delegation.test.db.in b/bin/tests/system/nsupdate/ns3/delegation.test.db.in index a75bcd242c..195c73ba69 100644 --- a/bin/tests/system/nsupdate/ns3/delegation.test.db.in +++ b/bin/tests/system/nsupdate/ns3/delegation.test.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns3/dnskey.test.db.in b/bin/tests/system/nsupdate/ns3/dnskey.test.db.in index d3393a2706..df503fef08 100644 --- a/bin/tests/system/nsupdate/ns3/dnskey.test.db.in +++ b/bin/tests/system/nsupdate/ns3/dnskey.test.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns3/example.db.in b/bin/tests/system/nsupdate/ns3/example.db.in index e151333951..92c099867a 100644 --- a/bin/tests/system/nsupdate/ns3/example.db.in +++ b/bin/tests/system/nsupdate/ns3/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns3/multisigner.test.db.in b/bin/tests/system/nsupdate/ns3/multisigner.test.db.in index 05f651f430..7b4d91c4e0 100644 --- a/bin/tests/system/nsupdate/ns3/multisigner.test.db.in +++ b/bin/tests/system/nsupdate/ns3/multisigner.test.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns3/named.conf.in b/bin/tests/system/nsupdate/ns3/named.conf.in index c1e0047fdb..f87048a9b4 100644 --- a/bin/tests/system/nsupdate/ns3/named.conf.in +++ b/bin/tests/system/nsupdate/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns3/nsec3param.test.db.in b/bin/tests/system/nsupdate/ns3/nsec3param.test.db.in index 6969414ec1..b26f5bdf78 100644 --- a/bin/tests/system/nsupdate/ns3/nsec3param.test.db.in +++ b/bin/tests/system/nsupdate/ns3/nsec3param.test.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns3/sign.sh b/bin/tests/system/nsupdate/ns3/sign.sh index ba6fc8c9bf..2c3656fe52 100644 --- a/bin/tests/system/nsupdate/ns3/sign.sh +++ b/bin/tests/system/nsupdate/ns3/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nsupdate/ns3/too-big.test.db.in b/bin/tests/system/nsupdate/ns3/too-big.test.db.in index f271d27103..45ee9ade1a 100644 --- a/bin/tests/system/nsupdate/ns3/too-big.test.db.in +++ b/bin/tests/system/nsupdate/ns3/too-big.test.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns5/local.db.in b/bin/tests/system/nsupdate/ns5/local.db.in index 08f16b8f23..12a5d8b119 100644 --- a/bin/tests/system/nsupdate/ns5/local.db.in +++ b/bin/tests/system/nsupdate/ns5/local.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns5/named.conf.in b/bin/tests/system/nsupdate/ns5/named.conf.in index 78411898c7..c36777da64 100644 --- a/bin/tests/system/nsupdate/ns5/named.conf.in +++ b/bin/tests/system/nsupdate/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns6/in-addr.db.in b/bin/tests/system/nsupdate/ns6/in-addr.db.in index c719192f6f..9ac2b61308 100644 --- a/bin/tests/system/nsupdate/ns6/in-addr.db.in +++ b/bin/tests/system/nsupdate/ns6/in-addr.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns6/named.conf.in b/bin/tests/system/nsupdate/ns6/named.conf.in index adb2627b86..cf4a5aa5f5 100644 --- a/bin/tests/system/nsupdate/ns6/named.conf.in +++ b/bin/tests/system/nsupdate/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns7/example.com.db.in b/bin/tests/system/nsupdate/ns7/example.com.db.in index be966d1e45..6e4b17a9a8 100644 --- a/bin/tests/system/nsupdate/ns7/example.com.db.in +++ b/bin/tests/system/nsupdate/ns7/example.com.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns7/in-addr.db.in b/bin/tests/system/nsupdate/ns7/in-addr.db.in index bcbc8fcdd5..973c77fff6 100644 --- a/bin/tests/system/nsupdate/ns7/in-addr.db.in +++ b/bin/tests/system/nsupdate/ns7/in-addr.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns7/named.conf.in b/bin/tests/system/nsupdate/ns7/named.conf.in index b24cbfa9d8..1297bae9d2 100644 --- a/bin/tests/system/nsupdate/ns7/named.conf.in +++ b/bin/tests/system/nsupdate/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns8/example.com.db.in b/bin/tests/system/nsupdate/ns8/example.com.db.in index eb24766f68..f83a3ebdb8 100644 --- a/bin/tests/system/nsupdate/ns8/example.com.db.in +++ b/bin/tests/system/nsupdate/ns8/example.com.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns8/in-addr.db.in b/bin/tests/system/nsupdate/ns8/in-addr.db.in index eb24766f68..f83a3ebdb8 100644 --- a/bin/tests/system/nsupdate/ns8/in-addr.db.in +++ b/bin/tests/system/nsupdate/ns8/in-addr.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns8/named.conf.in b/bin/tests/system/nsupdate/ns8/named.conf.in index dac45d9141..ead3cfed4d 100644 --- a/bin/tests/system/nsupdate/ns8/named.conf.in +++ b/bin/tests/system/nsupdate/ns8/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns9/example.com.db.in b/bin/tests/system/nsupdate/ns9/example.com.db.in index a618fdccd8..cb3fae544a 100644 --- a/bin/tests/system/nsupdate/ns9/example.com.db.in +++ b/bin/tests/system/nsupdate/ns9/example.com.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns9/in-addr.db.in b/bin/tests/system/nsupdate/ns9/in-addr.db.in index a618fdccd8..cb3fae544a 100644 --- a/bin/tests/system/nsupdate/ns9/in-addr.db.in +++ b/bin/tests/system/nsupdate/ns9/in-addr.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/ns9/named.conf.in b/bin/tests/system/nsupdate/ns9/named.conf.in index 93671cffec..2e28ed3776 100644 --- a/bin/tests/system/nsupdate/ns9/named.conf.in +++ b/bin/tests/system/nsupdate/ns9/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nsupdate/resolv.conf b/bin/tests/system/nsupdate/resolv.conf index 597ae9bbb8..e713baed71 100644 --- a/bin/tests/system/nsupdate/resolv.conf +++ b/bin/tests/system/nsupdate/resolv.conf @@ -1,2 +1,15 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + nameserver 10.53.0.1 nameserver 10.53.0.3 diff --git a/bin/tests/system/nsupdate/setup.sh b/bin/tests/system/nsupdate/setup.sh index be8c7f8adf..50056dc4bf 100644 --- a/bin/tests/system/nsupdate/setup.sh +++ b/bin/tests/system/nsupdate/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nsupdate/tests.sh b/bin/tests/system/nsupdate/tests.sh index 7b9c0e6177..e21676ca0e 100755 --- a/bin/tests/system/nsupdate/tests.sh +++ b/bin/tests/system/nsupdate/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nsupdate/update_test.pl b/bin/tests/system/nsupdate/update_test.pl index 987c210763..835f1f88c7 100644 --- a/bin/tests/system/nsupdate/update_test.pl +++ b/bin/tests/system/nsupdate/update_test.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nzd2nzf/clean.sh b/bin/tests/system/nzd2nzf/clean.sh index c3c27f4ea1..9b826ca0fa 100644 --- a/bin/tests/system/nzd2nzf/clean.sh +++ b/bin/tests/system/nzd2nzf/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nzd2nzf/ns1/added.db b/bin/tests/system/nzd2nzf/ns1/added.db index 9b54d19204..286e717532 100644 --- a/bin/tests/system/nzd2nzf/ns1/added.db +++ b/bin/tests/system/nzd2nzf/ns1/added.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/nzd2nzf/ns1/named.conf.in b/bin/tests/system/nzd2nzf/ns1/named.conf.in index 2a0fb7e9c7..d8fc51fe19 100644 --- a/bin/tests/system/nzd2nzf/ns1/named.conf.in +++ b/bin/tests/system/nzd2nzf/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/nzd2nzf/setup.sh b/bin/tests/system/nzd2nzf/setup.sh index 110e0e3446..82240a7c1b 100644 --- a/bin/tests/system/nzd2nzf/setup.sh +++ b/bin/tests/system/nzd2nzf/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/nzd2nzf/tests.sh b/bin/tests/system/nzd2nzf/tests.sh index 6e0d91c897..23b591ea8a 100644 --- a/bin/tests/system/nzd2nzf/tests.sh +++ b/bin/tests/system/nzd2nzf/tests.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/org.isc.bind.system b/bin/tests/system/org.isc.bind.system index 49004bba2b..31c5615764 100644 --- a/bin/tests/system/org.isc.bind.system +++ b/bin/tests/system/org.isc.bind.system @@ -2,6 +2,8 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/packet.pl b/bin/tests/system/packet.pl index 0917c2d61a..900a0c071e 100644 --- a/bin/tests/system/packet.pl +++ b/bin/tests/system/packet.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/padding/clean.sh b/bin/tests/system/padding/clean.sh index c3c928ff04..518c132df2 100644 --- a/bin/tests/system/padding/clean.sh +++ b/bin/tests/system/padding/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/padding/ns1/named.conf.in b/bin/tests/system/padding/ns1/named.conf.in index 88e0781ee8..26cf4b3d54 100644 --- a/bin/tests/system/padding/ns1/named.conf.in +++ b/bin/tests/system/padding/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/padding/ns1/root.db b/bin/tests/system/padding/ns1/root.db index dab5cea7f7..17780d13f0 100644 --- a/bin/tests/system/padding/ns1/root.db +++ b/bin/tests/system/padding/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/padding/ns2/example.db b/bin/tests/system/padding/ns2/example.db index 656a186285..f6a4b03d99 100644 --- a/bin/tests/system/padding/ns2/example.db +++ b/bin/tests/system/padding/ns2/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/padding/ns2/named.conf.in b/bin/tests/system/padding/ns2/named.conf.in index fba1fcaf73..834471f758 100644 --- a/bin/tests/system/padding/ns2/named.conf.in +++ b/bin/tests/system/padding/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/padding/ns3/named.conf.in b/bin/tests/system/padding/ns3/named.conf.in index 9345966a25..cf9434f976 100644 --- a/bin/tests/system/padding/ns3/named.conf.in +++ b/bin/tests/system/padding/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/padding/ns4/named.conf.in b/bin/tests/system/padding/ns4/named.conf.in index 913622b37f..9a1651e0bb 100644 --- a/bin/tests/system/padding/ns4/named.conf.in +++ b/bin/tests/system/padding/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/padding/setup.sh b/bin/tests/system/padding/setup.sh index 963c9ae95b..594ae98d9d 100644 --- a/bin/tests/system/padding/setup.sh +++ b/bin/tests/system/padding/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/padding/tests.sh b/bin/tests/system/padding/tests.sh index e59ad8055b..9fe2a26305 100644 --- a/bin/tests/system/padding/tests.sh +++ b/bin/tests/system/padding/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/parallel.sh b/bin/tests/system/parallel.sh index 230f287728..16b0b49c94 100644 --- a/bin/tests/system/parallel.sh +++ b/bin/tests/system/parallel.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/pending/clean.sh b/bin/tests/system/pending/clean.sh index 53efb0545f..89a4b5bb86 100644 --- a/bin/tests/system/pending/clean.sh +++ b/bin/tests/system/pending/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/pending/ns1/named.conf.in b/bin/tests/system/pending/ns1/named.conf.in index 09e5d85d0b..f09c3c9442 100644 --- a/bin/tests/system/pending/ns1/named.conf.in +++ b/bin/tests/system/pending/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/pending/ns1/root.db.in b/bin/tests/system/pending/ns1/root.db.in index 271a8e50e1..fe7fe92293 100644 --- a/bin/tests/system/pending/ns1/root.db.in +++ b/bin/tests/system/pending/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/pending/ns1/sign.sh b/bin/tests/system/pending/ns1/sign.sh index c92aada3ab..7e52ac3953 100644 --- a/bin/tests/system/pending/ns1/sign.sh +++ b/bin/tests/system/pending/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/pending/ns2/example.com.db.in b/bin/tests/system/pending/ns2/example.com.db.in index 6ec93625df..ee3a1b83a5 100644 --- a/bin/tests/system/pending/ns2/example.com.db.in +++ b/bin/tests/system/pending/ns2/example.com.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/pending/ns2/example.db.in b/bin/tests/system/pending/ns2/example.db.in index a5dc49c76f..5b42e2ad5b 100644 --- a/bin/tests/system/pending/ns2/example.db.in +++ b/bin/tests/system/pending/ns2/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/pending/ns2/forgery.db b/bin/tests/system/pending/ns2/forgery.db index 89f945915f..fbf42bcdfc 100644 --- a/bin/tests/system/pending/ns2/forgery.db +++ b/bin/tests/system/pending/ns2/forgery.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/pending/ns2/named.conf.in b/bin/tests/system/pending/ns2/named.conf.in index 1930ae3387..59824df0a9 100644 --- a/bin/tests/system/pending/ns2/named.conf.in +++ b/bin/tests/system/pending/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/pending/ns2/sign.sh b/bin/tests/system/pending/ns2/sign.sh index 1a2a4db55e..1e7e848703 100644 --- a/bin/tests/system/pending/ns2/sign.sh +++ b/bin/tests/system/pending/ns2/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/pending/ns3/hostile.db b/bin/tests/system/pending/ns3/hostile.db index 021258a70d..a19992258a 100644 --- a/bin/tests/system/pending/ns3/hostile.db +++ b/bin/tests/system/pending/ns3/hostile.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/pending/ns3/mail.example.db b/bin/tests/system/pending/ns3/mail.example.db index 2da8b4518b..77eb731bcd 100644 --- a/bin/tests/system/pending/ns3/mail.example.db +++ b/bin/tests/system/pending/ns3/mail.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/pending/ns3/named.conf.in b/bin/tests/system/pending/ns3/named.conf.in index 6385aa10a0..29afd19b0d 100644 --- a/bin/tests/system/pending/ns3/named.conf.in +++ b/bin/tests/system/pending/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/pending/ns4/named.conf.in b/bin/tests/system/pending/ns4/named.conf.in index 78ffed7e4d..6be90858dd 100644 --- a/bin/tests/system/pending/ns4/named.conf.in +++ b/bin/tests/system/pending/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/pending/setup.sh b/bin/tests/system/pending/setup.sh index becc22d4af..bf57f90369 100644 --- a/bin/tests/system/pending/setup.sh +++ b/bin/tests/system/pending/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/pending/tests.sh b/bin/tests/system/pending/tests.sh index 8b0878980c..baaacd4d79 100644 --- a/bin/tests/system/pending/tests.sh +++ b/bin/tests/system/pending/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/pipelined/ans5/ans.py b/bin/tests/system/pipelined/ans5/ans.py index 26d93077e6..0a64033ecb 100644 --- a/bin/tests/system/pipelined/ans5/ans.py +++ b/bin/tests/system/pipelined/ans5/ans.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ ############################################################################ # diff --git a/bin/tests/system/pipelined/clean.sh b/bin/tests/system/pipelined/clean.sh index 8fa0c2a63b..12c17337d0 100644 --- a/bin/tests/system/pipelined/clean.sh +++ b/bin/tests/system/pipelined/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/pipelined/ns1/named.conf.in b/bin/tests/system/pipelined/ns1/named.conf.in index bf8ed04fc1..848a0228cb 100644 --- a/bin/tests/system/pipelined/ns1/named.conf.in +++ b/bin/tests/system/pipelined/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/pipelined/ns1/root.db b/bin/tests/system/pipelined/ns1/root.db index dfa7e8c7fc..f2819a1ecf 100644 --- a/bin/tests/system/pipelined/ns1/root.db +++ b/bin/tests/system/pipelined/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/pipelined/ns2/examplea.db b/bin/tests/system/pipelined/ns2/examplea.db index 3522d46eb9..1be2d116b4 100644 --- a/bin/tests/system/pipelined/ns2/examplea.db +++ b/bin/tests/system/pipelined/ns2/examplea.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/pipelined/ns2/named.conf.in b/bin/tests/system/pipelined/ns2/named.conf.in index 9727ca9052..40ed7b9157 100644 --- a/bin/tests/system/pipelined/ns2/named.conf.in +++ b/bin/tests/system/pipelined/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/pipelined/ns3/exampleb.db b/bin/tests/system/pipelined/ns3/exampleb.db index 98a61f0517..91b94c37b0 100644 --- a/bin/tests/system/pipelined/ns3/exampleb.db +++ b/bin/tests/system/pipelined/ns3/exampleb.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/pipelined/ns3/named.conf.in b/bin/tests/system/pipelined/ns3/named.conf.in index 0bee9dc576..428da7d41a 100644 --- a/bin/tests/system/pipelined/ns3/named.conf.in +++ b/bin/tests/system/pipelined/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/pipelined/ns4/named.conf.in b/bin/tests/system/pipelined/ns4/named.conf.in index 14cdc4f73b..922cebda3c 100644 --- a/bin/tests/system/pipelined/ns4/named.conf.in +++ b/bin/tests/system/pipelined/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/pipelined/pipequeries.c b/bin/tests/system/pipelined/pipequeries.c index 78965bf975..3291fcf0d3 100644 --- a/bin/tests/system/pipelined/pipequeries.c +++ b/bin/tests/system/pipelined/pipequeries.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/pipelined/setup.sh b/bin/tests/system/pipelined/setup.sh index c5d8b3b8b2..49a642683d 100644 --- a/bin/tests/system/pipelined/setup.sh +++ b/bin/tests/system/pipelined/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/pipelined/tests.sh b/bin/tests/system/pipelined/tests.sh index ffd3e20f2a..90d3ec0cde 100644 --- a/bin/tests/system/pipelined/tests.sh +++ b/bin/tests/system/pipelined/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/qmin/ans2/ans.py b/bin/tests/system/qmin/ans2/ans.py index 1430401235..583b388768 100755 --- a/bin/tests/system/qmin/ans2/ans.py +++ b/bin/tests/system/qmin/ans2/ans.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ from __future__ import print_function import os diff --git a/bin/tests/system/qmin/ans3/ans.py b/bin/tests/system/qmin/ans3/ans.py index 6d583904a9..7416e6f18f 100755 --- a/bin/tests/system/qmin/ans3/ans.py +++ b/bin/tests/system/qmin/ans3/ans.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ from __future__ import print_function import os diff --git a/bin/tests/system/qmin/ans4/ans.py b/bin/tests/system/qmin/ans4/ans.py index 110c09679d..2c672c8e71 100755 --- a/bin/tests/system/qmin/ans4/ans.py +++ b/bin/tests/system/qmin/ans4/ans.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ from __future__ import print_function import os diff --git a/bin/tests/system/qmin/clean.sh b/bin/tests/system/qmin/clean.sh index 7e5a74d416..172a423084 100644 --- a/bin/tests/system/qmin/clean.sh +++ b/bin/tests/system/qmin/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/qmin/ns1/named.conf.in b/bin/tests/system/qmin/ns1/named.conf.in index 13e10aca48..e366ccaaa9 100644 --- a/bin/tests/system/qmin/ns1/named.conf.in +++ b/bin/tests/system/qmin/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/qmin/ns1/root.db b/bin/tests/system/qmin/ns1/root.db index 351500adbb..325f607ee6 100644 --- a/bin/tests/system/qmin/ns1/root.db +++ b/bin/tests/system/qmin/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/qmin/ns5/named.conf.in b/bin/tests/system/qmin/ns5/named.conf.in index 2171a6265a..11400c9748 100644 --- a/bin/tests/system/qmin/ns5/named.conf.in +++ b/bin/tests/system/qmin/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/qmin/ns6/named.conf.in b/bin/tests/system/qmin/ns6/named.conf.in index ec34d03146..8269d2519f 100644 --- a/bin/tests/system/qmin/ns6/named.conf.in +++ b/bin/tests/system/qmin/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/qmin/ns7/named.conf.in b/bin/tests/system/qmin/ns7/named.conf.in index 50fce36c50..6646bea5d0 100644 --- a/bin/tests/system/qmin/ns7/named.conf.in +++ b/bin/tests/system/qmin/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/qmin/setup.sh b/bin/tests/system/qmin/setup.sh index 42bb7defd4..5825b3d5e5 100644 --- a/bin/tests/system/qmin/setup.sh +++ b/bin/tests/system/qmin/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/qmin/tests.sh b/bin/tests/system/qmin/tests.sh index fe0fb1a313..6141aae892 100755 --- a/bin/tests/system/qmin/tests.sh +++ b/bin/tests/system/qmin/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/reclimit/README b/bin/tests/system/reclimit/README index e66994eb26..e474907d96 100644 --- a/bin/tests/system/reclimit/README +++ b/bin/tests/system/reclimit/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. system test for recursion limits diff --git a/bin/tests/system/reclimit/ans2/ans.pl b/bin/tests/system/reclimit/ans2/ans.pl index 2fa84f8c8b..4576951d7c 100644 --- a/bin/tests/system/reclimit/ans2/ans.pl +++ b/bin/tests/system/reclimit/ans2/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/env perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/reclimit/ans4/ans.pl b/bin/tests/system/reclimit/ans4/ans.pl index 2b5c461530..d5002aae8c 100644 --- a/bin/tests/system/reclimit/ans4/ans.pl +++ b/bin/tests/system/reclimit/ans4/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/env perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/reclimit/ans7/ans.pl b/bin/tests/system/reclimit/ans7/ans.pl index e28c32c18f..41a44a6b5e 100644 --- a/bin/tests/system/reclimit/ans7/ans.pl +++ b/bin/tests/system/reclimit/ans7/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/env perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/reclimit/clean.sh b/bin/tests/system/reclimit/clean.sh index 4db5894abd..0a92f90c3e 100644 --- a/bin/tests/system/reclimit/clean.sh +++ b/bin/tests/system/reclimit/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/reclimit/ns1/named.conf.in b/bin/tests/system/reclimit/ns1/named.conf.in index 3eb07b7fd3..63cb706883 100644 --- a/bin/tests/system/reclimit/ns1/named.conf.in +++ b/bin/tests/system/reclimit/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/reclimit/ns1/root.db b/bin/tests/system/reclimit/ns1/root.db index 3a6f7880ba..412715cc64 100644 --- a/bin/tests/system/reclimit/ns1/root.db +++ b/bin/tests/system/reclimit/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/reclimit/ns3/hints.db b/bin/tests/system/reclimit/ns3/hints.db index f763729451..c9264bf646 100644 --- a/bin/tests/system/reclimit/ns3/hints.db +++ b/bin/tests/system/reclimit/ns3/hints.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/reclimit/ns3/named1.conf.in b/bin/tests/system/reclimit/ns3/named1.conf.in index 6275d5904a..3eaaf6a2c3 100644 --- a/bin/tests/system/reclimit/ns3/named1.conf.in +++ b/bin/tests/system/reclimit/ns3/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/reclimit/ns3/named2.conf.in b/bin/tests/system/reclimit/ns3/named2.conf.in index 3d6d27e912..12bf35fbf9 100644 --- a/bin/tests/system/reclimit/ns3/named2.conf.in +++ b/bin/tests/system/reclimit/ns3/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/reclimit/ns3/named3.conf.in b/bin/tests/system/reclimit/ns3/named3.conf.in index 57dbf032f7..0910f94853 100644 --- a/bin/tests/system/reclimit/ns3/named3.conf.in +++ b/bin/tests/system/reclimit/ns3/named3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/reclimit/ns3/named4.conf.in b/bin/tests/system/reclimit/ns3/named4.conf.in index c095913fe9..84b5f4b187 100644 --- a/bin/tests/system/reclimit/ns3/named4.conf.in +++ b/bin/tests/system/reclimit/ns3/named4.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/reclimit/setup.sh b/bin/tests/system/reclimit/setup.sh index 0d093cc225..c877f3bb5c 100644 --- a/bin/tests/system/reclimit/setup.sh +++ b/bin/tests/system/reclimit/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/reclimit/tests.sh b/bin/tests/system/reclimit/tests.sh index 1fa879c6d7..de1dacb242 100644 --- a/bin/tests/system/reclimit/tests.sh +++ b/bin/tests/system/reclimit/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/redirect/clean.sh b/bin/tests/system/redirect/clean.sh index 676bdcb05d..9489c94fb7 100644 --- a/bin/tests/system/redirect/clean.sh +++ b/bin/tests/system/redirect/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/redirect/conf/bad1.conf b/bin/tests/system/redirect/conf/bad1.conf index 4928878ec8..5ff4feea04 100644 --- a/bin/tests/system/redirect/conf/bad1.conf +++ b/bin/tests/system/redirect/conf/bad1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/conf/bad2.conf b/bin/tests/system/redirect/conf/bad2.conf index 87a23fddcb..0cf0a68c6f 100644 --- a/bin/tests/system/redirect/conf/bad2.conf +++ b/bin/tests/system/redirect/conf/bad2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/conf/bad3.conf b/bin/tests/system/redirect/conf/bad3.conf index ad7063cd13..b034c5b5d3 100644 --- a/bin/tests/system/redirect/conf/bad3.conf +++ b/bin/tests/system/redirect/conf/bad3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/conf/good1.conf b/bin/tests/system/redirect/conf/good1.conf index 4e092108fe..c5711e5ca5 100644 --- a/bin/tests/system/redirect/conf/good1.conf +++ b/bin/tests/system/redirect/conf/good1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/conf/good2.conf b/bin/tests/system/redirect/conf/good2.conf index 92f564dc23..f6ebd631c3 100644 --- a/bin/tests/system/redirect/conf/good2.conf +++ b/bin/tests/system/redirect/conf/good2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/conf/good3.conf b/bin/tests/system/redirect/conf/good3.conf index bd70d6dbe1..dcdd954738 100644 --- a/bin/tests/system/redirect/conf/good3.conf +++ b/bin/tests/system/redirect/conf/good3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/conf/good4.conf b/bin/tests/system/redirect/conf/good4.conf index f70b723d29..e046577701 100644 --- a/bin/tests/system/redirect/conf/good4.conf +++ b/bin/tests/system/redirect/conf/good4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns1/example.db b/bin/tests/system/redirect/ns1/example.db index 83140c2503..90c09d4bf0 100644 --- a/bin/tests/system/redirect/ns1/example.db +++ b/bin/tests/system/redirect/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns1/named.conf.in b/bin/tests/system/redirect/ns1/named.conf.in index 6afaa6bb97..412b874240 100644 --- a/bin/tests/system/redirect/ns1/named.conf.in +++ b/bin/tests/system/redirect/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns1/redirect.db b/bin/tests/system/redirect/ns1/redirect.db index 0797462a8e..b2a60bbb64 100644 --- a/bin/tests/system/redirect/ns1/redirect.db +++ b/bin/tests/system/redirect/ns1/redirect.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns1/root.db b/bin/tests/system/redirect/ns1/root.db index 7b8caea29a..6df215f3e3 100644 --- a/bin/tests/system/redirect/ns1/root.db +++ b/bin/tests/system/redirect/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns1/sign.sh b/bin/tests/system/redirect/ns1/sign.sh index 44a8dabbab..e8820f8f9f 100644 --- a/bin/tests/system/redirect/ns1/sign.sh +++ b/bin/tests/system/redirect/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/redirect/ns2/example.db.in b/bin/tests/system/redirect/ns2/example.db.in index bb8b66d9b9..a87ae7d0b4 100644 --- a/bin/tests/system/redirect/ns2/example.db.in +++ b/bin/tests/system/redirect/ns2/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns2/named.conf.in b/bin/tests/system/redirect/ns2/named.conf.in index e2d74e7ef0..9e8cbdefe4 100644 --- a/bin/tests/system/redirect/ns2/named.conf.in +++ b/bin/tests/system/redirect/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns2/redirect.db.in b/bin/tests/system/redirect/ns2/redirect.db.in index 46e5db811f..e05d64df91 100644 --- a/bin/tests/system/redirect/ns2/redirect.db.in +++ b/bin/tests/system/redirect/ns2/redirect.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns3/example.db b/bin/tests/system/redirect/ns3/example.db index 065ad2dd68..4cceedfa64 100644 --- a/bin/tests/system/redirect/ns3/example.db +++ b/bin/tests/system/redirect/ns3/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns3/named.conf.in b/bin/tests/system/redirect/ns3/named.conf.in index 53e6a7f67c..2113dd5923 100644 --- a/bin/tests/system/redirect/ns3/named.conf.in +++ b/bin/tests/system/redirect/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns3/redirect.db b/bin/tests/system/redirect/ns3/redirect.db index b8ca047d4c..b5b63dad54 100644 --- a/bin/tests/system/redirect/ns3/redirect.db +++ b/bin/tests/system/redirect/ns3/redirect.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns3/root.db b/bin/tests/system/redirect/ns3/root.db index 1befd933ba..13433efa99 100644 --- a/bin/tests/system/redirect/ns3/root.db +++ b/bin/tests/system/redirect/ns3/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns3/sign.sh b/bin/tests/system/redirect/ns3/sign.sh index 44a8dabbab..e8820f8f9f 100644 --- a/bin/tests/system/redirect/ns3/sign.sh +++ b/bin/tests/system/redirect/ns3/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/redirect/ns4/example.db.in b/bin/tests/system/redirect/ns4/example.db.in index 4d3a0824e3..8057d1b562 100644 --- a/bin/tests/system/redirect/ns4/example.db.in +++ b/bin/tests/system/redirect/ns4/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns4/named.conf.in b/bin/tests/system/redirect/ns4/named.conf.in index 104619fb61..698d5a4926 100644 --- a/bin/tests/system/redirect/ns4/named.conf.in +++ b/bin/tests/system/redirect/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns4/root.hint b/bin/tests/system/redirect/ns4/root.hint index 20d2a27c2a..3889a8b353 100644 --- a/bin/tests/system/redirect/ns4/root.hint +++ b/bin/tests/system/redirect/ns4/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns5/named.conf.in b/bin/tests/system/redirect/ns5/named.conf.in index 6987f7e656..74df436cc8 100644 --- a/bin/tests/system/redirect/ns5/named.conf.in +++ b/bin/tests/system/redirect/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns5/root.db.in b/bin/tests/system/redirect/ns5/root.db.in index 90c634706b..19aa61da32 100644 --- a/bin/tests/system/redirect/ns5/root.db.in +++ b/bin/tests/system/redirect/ns5/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns5/sign.sh b/bin/tests/system/redirect/ns5/sign.sh index 04ef1500d5..d89d08a173 100644 --- a/bin/tests/system/redirect/ns5/sign.sh +++ b/bin/tests/system/redirect/ns5/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/redirect/ns5/signed.db.in b/bin/tests/system/redirect/ns5/signed.db.in index 8884120b6c..65792274e9 100644 --- a/bin/tests/system/redirect/ns5/signed.db.in +++ b/bin/tests/system/redirect/ns5/signed.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns5/unsigned.db b/bin/tests/system/redirect/ns5/unsigned.db index 0f0604d79e..10e06ff3b9 100644 --- a/bin/tests/system/redirect/ns5/unsigned.db +++ b/bin/tests/system/redirect/ns5/unsigned.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns6/named.conf.in b/bin/tests/system/redirect/ns6/named.conf.in index 71aa56df68..d211715725 100644 --- a/bin/tests/system/redirect/ns6/named.conf.in +++ b/bin/tests/system/redirect/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/redirect/ns6/root.db b/bin/tests/system/redirect/ns6/root.db index 5e78d23ea2..a8e6a45723 100644 --- a/bin/tests/system/redirect/ns6/root.db +++ b/bin/tests/system/redirect/ns6/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/redirect/setup.sh b/bin/tests/system/redirect/setup.sh index 6dc79cb1c3..d1824691d0 100644 --- a/bin/tests/system/redirect/setup.sh +++ b/bin/tests/system/redirect/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/redirect/tests.sh b/bin/tests/system/redirect/tests.sh index bb21e34c81..0e0ef10b7f 100644 --- a/bin/tests/system/redirect/tests.sh +++ b/bin/tests/system/redirect/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/resolve.c b/bin/tests/system/resolve.c index 2cc9668368..25c97423dd 100644 --- a/bin/tests/system/resolve.c +++ b/bin/tests/system/resolve.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/resolver/ans2/ans.pl b/bin/tests/system/resolver/ans2/ans.pl index d9f6f53508..dd6775fc5c 100644 --- a/bin/tests/system/resolver/ans2/ans.pl +++ b/bin/tests/system/resolver/ans2/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/resolver/ans3/ans.pl b/bin/tests/system/resolver/ans3/ans.pl index 15d4c98780..eb41f5fcb3 100644 --- a/bin/tests/system/resolver/ans3/ans.pl +++ b/bin/tests/system/resolver/ans3/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/resolver/ans8/ans.pl b/bin/tests/system/resolver/ans8/ans.pl index 0364e13870..a3d06b67d6 100644 --- a/bin/tests/system/resolver/ans8/ans.pl +++ b/bin/tests/system/resolver/ans8/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/resolver/clean.sh b/bin/tests/system/resolver/clean.sh index 2a3b2e555c..ecda545401 100644 --- a/bin/tests/system/resolver/clean.sh +++ b/bin/tests/system/resolver/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/resolver/ns1/chaostest.db b/bin/tests/system/resolver/ns1/chaostest.db index 4c967b90dd..153f31d244 100644 --- a/bin/tests/system/resolver/ns1/chaostest.db +++ b/bin/tests/system/resolver/ns1/chaostest.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 3600 @ CHAOS SOA @ @ 1970010100 86400 600 86400 300 @ CHAOS NS @ diff --git a/bin/tests/system/resolver/ns1/named.conf.in b/bin/tests/system/resolver/ns1/named.conf.in index 717caaeeca..89625f8139 100644 --- a/bin/tests/system/resolver/ns1/named.conf.in +++ b/bin/tests/system/resolver/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns1/root.hint b/bin/tests/system/resolver/ns1/root.hint index 64769b9fe6..993227deb6 100644 --- a/bin/tests/system/resolver/ns1/root.hint +++ b/bin/tests/system/resolver/ns1/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns4/broken.db b/bin/tests/system/resolver/ns4/broken.db index 886614c412..eb64f85db7 100644 --- a/bin/tests/system/resolver/ns4/broken.db +++ b/bin/tests/system/resolver/ns4/broken.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns4/child.server.db b/bin/tests/system/resolver/ns4/child.server.db index e0dc65e985..188eb4a55e 100644 --- a/bin/tests/system/resolver/ns4/child.server.db +++ b/bin/tests/system/resolver/ns4/child.server.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns4/moves.db b/bin/tests/system/resolver/ns4/moves.db index cfd04de54b..dc1c396a6c 100644 --- a/bin/tests/system/resolver/ns4/moves.db +++ b/bin/tests/system/resolver/ns4/moves.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns4/named.conf.in b/bin/tests/system/resolver/ns4/named.conf.in index ec74ec8d6a..75c9c53d02 100644 --- a/bin/tests/system/resolver/ns4/named.conf.in +++ b/bin/tests/system/resolver/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns4/named.noaa b/bin/tests/system/resolver/ns4/named.noaa index 3b121ad9da..be78cc2c94 100644 --- a/bin/tests/system/resolver/ns4/named.noaa +++ b/bin/tests/system/resolver/ns4/named.noaa @@ -1,5 +1,12 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. Add -T noaa. diff --git a/bin/tests/system/resolver/ns4/root.db b/bin/tests/system/resolver/ns4/root.db index f289e73ddb..71d90e32e5 100644 --- a/bin/tests/system/resolver/ns4/root.db +++ b/bin/tests/system/resolver/ns4/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns4/sourcens.db b/bin/tests/system/resolver/ns4/sourcens.db index b02cc6e835..3567cfb616 100644 --- a/bin/tests/system/resolver/ns4/sourcens.db +++ b/bin/tests/system/resolver/ns4/sourcens.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns4/tld1.db b/bin/tests/system/resolver/ns4/tld1.db index 2736f7d69f..4bcfcf5f02 100644 --- a/bin/tests/system/resolver/ns4/tld1.db +++ b/bin/tests/system/resolver/ns4/tld1.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns4/tld2.db b/bin/tests/system/resolver/ns4/tld2.db index 4664453a77..2d8f428cb9 100644 --- a/bin/tests/system/resolver/ns4/tld2.db +++ b/bin/tests/system/resolver/ns4/tld2.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns5/child.server.db b/bin/tests/system/resolver/ns5/child.server.db index 73eb84797d..2517b6c81d 100644 --- a/bin/tests/system/resolver/ns5/child.server.db +++ b/bin/tests/system/resolver/ns5/child.server.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns5/moves.db b/bin/tests/system/resolver/ns5/moves.db index d2594b68b2..57f4e912c8 100644 --- a/bin/tests/system/resolver/ns5/moves.db +++ b/bin/tests/system/resolver/ns5/moves.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns5/named.conf.in b/bin/tests/system/resolver/ns5/named.conf.in index a3e59023d7..eada94cede 100644 --- a/bin/tests/system/resolver/ns5/named.conf.in +++ b/bin/tests/system/resolver/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns5/root.hint b/bin/tests/system/resolver/ns5/root.hint index e8cdaecdcb..3685f54166 100644 --- a/bin/tests/system/resolver/ns5/root.hint +++ b/bin/tests/system/resolver/ns5/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns6/broken.db b/bin/tests/system/resolver/ns6/broken.db index 10edff8ac9..85b36bf5bf 100644 --- a/bin/tests/system/resolver/ns6/broken.db +++ b/bin/tests/system/resolver/ns6/broken.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns6/delegation-only.db b/bin/tests/system/resolver/ns6/delegation-only.db index c9a7ad1850..b1443386c3 100644 --- a/bin/tests/system/resolver/ns6/delegation-only.db +++ b/bin/tests/system/resolver/ns6/delegation-only.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns6/ds.example.net.db.in b/bin/tests/system/resolver/ns6/ds.example.net.db.in index d38d1a944e..fad382bb85 100644 --- a/bin/tests/system/resolver/ns6/ds.example.net.db.in +++ b/bin/tests/system/resolver/ns6/ds.example.net.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns6/example.net.db.in b/bin/tests/system/resolver/ns6/example.net.db.in index e3699c1889..4bef7287ee 100644 --- a/bin/tests/system/resolver/ns6/example.net.db.in +++ b/bin/tests/system/resolver/ns6/example.net.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns6/fetch.tld.db b/bin/tests/system/resolver/ns6/fetch.tld.db index b38fd51601..1d59e5a4a3 100644 --- a/bin/tests/system/resolver/ns6/fetch.tld.db +++ b/bin/tests/system/resolver/ns6/fetch.tld.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns6/keygen.sh b/bin/tests/system/resolver/ns6/keygen.sh index d85c443d55..864916d46e 100644 --- a/bin/tests/system/resolver/ns6/keygen.sh +++ b/bin/tests/system/resolver/ns6/keygen.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/resolver/ns6/moves.db b/bin/tests/system/resolver/ns6/moves.db index 27ce6d11da..06634eefa2 100644 --- a/bin/tests/system/resolver/ns6/moves.db +++ b/bin/tests/system/resolver/ns6/moves.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns6/named.conf.in b/bin/tests/system/resolver/ns6/named.conf.in index 5c631ae111..4fef5ba686 100644 --- a/bin/tests/system/resolver/ns6/named.conf.in +++ b/bin/tests/system/resolver/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns6/no-edns-version.tld.db b/bin/tests/system/resolver/ns6/no-edns-version.tld.db index 736c2e5590..9ab654d43f 100644 --- a/bin/tests/system/resolver/ns6/no-edns-version.tld.db +++ b/bin/tests/system/resolver/ns6/no-edns-version.tld.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns6/root.db b/bin/tests/system/resolver/ns6/root.db index 4fb0ffe977..55e9ba86f3 100644 --- a/bin/tests/system/resolver/ns6/root.db +++ b/bin/tests/system/resolver/ns6/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns6/targetns.db b/bin/tests/system/resolver/ns6/targetns.db index 036e64580b..4d9496b62c 100644 --- a/bin/tests/system/resolver/ns6/targetns.db +++ b/bin/tests/system/resolver/ns6/targetns.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns6/to-be-removed.tld.db.in b/bin/tests/system/resolver/ns6/to-be-removed.tld.db.in index 2a1c960208..56380904e7 100644 --- a/bin/tests/system/resolver/ns6/to-be-removed.tld.db.in +++ b/bin/tests/system/resolver/ns6/to-be-removed.tld.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns7/all-cnames.db b/bin/tests/system/resolver/ns7/all-cnames.db index 3adcd1d741..85003eec16 100644 --- a/bin/tests/system/resolver/ns7/all-cnames.db +++ b/bin/tests/system/resolver/ns7/all-cnames.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns7/edns-version.tld.db b/bin/tests/system/resolver/ns7/edns-version.tld.db index f94d84adb6..bcfae40baa 100644 --- a/bin/tests/system/resolver/ns7/edns-version.tld.db +++ b/bin/tests/system/resolver/ns7/edns-version.tld.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns7/named1.conf.in b/bin/tests/system/resolver/ns7/named1.conf.in index ec4ade0c51..8c64f63a97 100644 --- a/bin/tests/system/resolver/ns7/named1.conf.in +++ b/bin/tests/system/resolver/ns7/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns7/named2.conf.in b/bin/tests/system/resolver/ns7/named2.conf.in index ec4ade0c51..8c64f63a97 100644 --- a/bin/tests/system/resolver/ns7/named2.conf.in +++ b/bin/tests/system/resolver/ns7/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns7/root.hint b/bin/tests/system/resolver/ns7/root.hint index a623df91c0..3337bd5d11 100644 --- a/bin/tests/system/resolver/ns7/root.hint +++ b/bin/tests/system/resolver/ns7/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/ns7/server.db.in b/bin/tests/system/resolver/ns7/server.db.in index ab42f26e00..7d5169a5e3 100644 --- a/bin/tests/system/resolver/ns7/server.db.in +++ b/bin/tests/system/resolver/ns7/server.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/resolver/setup.sh b/bin/tests/system/resolver/setup.sh index 8ee620696d..aba07bc93c 100644 --- a/bin/tests/system/resolver/setup.sh +++ b/bin/tests/system/resolver/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/resolver/tests.sh b/bin/tests/system/resolver/tests.sh index e2a43bdf48..98f9bb1b03 100755 --- a/bin/tests/system/resolver/tests.sh +++ b/bin/tests/system/resolver/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rndc/clean.sh b/bin/tests/system/rndc/clean.sh index 151aa015cb..d18b5a54f2 100644 --- a/bin/tests/system/rndc/clean.sh +++ b/bin/tests/system/rndc/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rndc/gencheck.c b/bin/tests/system/rndc/gencheck.c index 9aa7c31cc1..7949b66a1d 100644 --- a/bin/tests/system/rndc/gencheck.c +++ b/bin/tests/system/rndc/gencheck.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/rndc/ns2/incl.db b/bin/tests/system/rndc/ns2/incl.db index f40cac4b6e..bb8b3434af 100644 --- a/bin/tests/system/rndc/ns2/incl.db +++ b/bin/tests/system/rndc/ns2/incl.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rndc/ns2/named.conf.in b/bin/tests/system/rndc/ns2/named.conf.in index 6afd5fec13..1af5346644 100644 --- a/bin/tests/system/rndc/ns2/named.conf.in +++ b/bin/tests/system/rndc/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rndc/ns2/secondkey.conf b/bin/tests/system/rndc/ns2/secondkey.conf index 2563b6946b..1b6af7b8db 100644 --- a/bin/tests/system/rndc/ns2/secondkey.conf +++ b/bin/tests/system/rndc/ns2/secondkey.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rndc/ns3/named.conf.in b/bin/tests/system/rndc/ns3/named.conf.in index dd3529559e..378ab67efd 100644 --- a/bin/tests/system/rndc/ns3/named.conf.in +++ b/bin/tests/system/rndc/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rndc/ns4/named.conf.in b/bin/tests/system/rndc/ns4/named.conf.in index 674e63904b..6dc37ec3b2 100644 --- a/bin/tests/system/rndc/ns4/named.conf.in +++ b/bin/tests/system/rndc/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rndc/ns5/named.conf.in b/bin/tests/system/rndc/ns5/named.conf.in index 889623eac5..ef38b17cdf 100644 --- a/bin/tests/system/rndc/ns5/named.conf.in +++ b/bin/tests/system/rndc/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rndc/ns6/named.conf.in b/bin/tests/system/rndc/ns6/named.conf.in index 5a57730993..5c35741b8a 100644 --- a/bin/tests/system/rndc/ns6/named.conf.in +++ b/bin/tests/system/rndc/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rndc/ns7/include.db.in b/bin/tests/system/rndc/ns7/include.db.in index ff722735d8..011997b758 100644 --- a/bin/tests/system/rndc/ns7/include.db.in +++ b/bin/tests/system/rndc/ns7/include.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rndc/ns7/include2.db.in b/bin/tests/system/rndc/ns7/include2.db.in index dbdd0ea20f..e5d198181e 100644 --- a/bin/tests/system/rndc/ns7/include2.db.in +++ b/bin/tests/system/rndc/ns7/include2.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rndc/ns7/named.conf.in b/bin/tests/system/rndc/ns7/named.conf.in index db1fb8ca13..b72122353a 100644 --- a/bin/tests/system/rndc/ns7/named.conf.in +++ b/bin/tests/system/rndc/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rndc/ns7/test.db.in b/bin/tests/system/rndc/ns7/test.db.in index cd776045ab..0bff14e911 100644 --- a/bin/tests/system/rndc/ns7/test.db.in +++ b/bin/tests/system/rndc/ns7/test.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rndc/setup.sh b/bin/tests/system/rndc/setup.sh index b7721a38d4..4dd6fa739e 100644 --- a/bin/tests/system/rndc/setup.sh +++ b/bin/tests/system/rndc/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rndc/tests.sh b/bin/tests/system/rndc/tests.sh index df3ef3afc7..85c271b9b1 100644 --- a/bin/tests/system/rndc/tests.sh +++ b/bin/tests/system/rndc/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rootkeysentinel/clean.sh b/bin/tests/system/rootkeysentinel/clean.sh index 4d8ca29b6e..e9cd3cc2d6 100644 --- a/bin/tests/system/rootkeysentinel/clean.sh +++ b/bin/tests/system/rootkeysentinel/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rootkeysentinel/ns1/named.conf.in b/bin/tests/system/rootkeysentinel/ns1/named.conf.in index b17c4ca6a5..930f3bc991 100644 --- a/bin/tests/system/rootkeysentinel/ns1/named.conf.in +++ b/bin/tests/system/rootkeysentinel/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rootkeysentinel/ns1/root.db.in b/bin/tests/system/rootkeysentinel/ns1/root.db.in index 065bc6e998..cc970415e0 100644 --- a/bin/tests/system/rootkeysentinel/ns1/root.db.in +++ b/bin/tests/system/rootkeysentinel/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rootkeysentinel/ns1/sign.sh b/bin/tests/system/rootkeysentinel/ns1/sign.sh index 0b5c3f15ee..9d7d35d717 100644 --- a/bin/tests/system/rootkeysentinel/ns1/sign.sh +++ b/bin/tests/system/rootkeysentinel/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rootkeysentinel/ns2/example.db.in b/bin/tests/system/rootkeysentinel/ns2/example.db.in index 77425b196c..92ca3bf8de 100644 --- a/bin/tests/system/rootkeysentinel/ns2/example.db.in +++ b/bin/tests/system/rootkeysentinel/ns2/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rootkeysentinel/ns2/named.conf.in b/bin/tests/system/rootkeysentinel/ns2/named.conf.in index f0b44e938c..25e4e508c7 100644 --- a/bin/tests/system/rootkeysentinel/ns2/named.conf.in +++ b/bin/tests/system/rootkeysentinel/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rootkeysentinel/ns2/sign.sh b/bin/tests/system/rootkeysentinel/ns2/sign.sh index 21de335626..936952dffd 100644 --- a/bin/tests/system/rootkeysentinel/ns2/sign.sh +++ b/bin/tests/system/rootkeysentinel/ns2/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rootkeysentinel/ns3/hint.db b/bin/tests/system/rootkeysentinel/ns3/hint.db index 4a7363741b..0018b52235 100644 --- a/bin/tests/system/rootkeysentinel/ns3/hint.db +++ b/bin/tests/system/rootkeysentinel/ns3/hint.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rootkeysentinel/ns3/named.conf.in b/bin/tests/system/rootkeysentinel/ns3/named.conf.in index 68cb81500f..c9682c9b88 100644 --- a/bin/tests/system/rootkeysentinel/ns3/named.conf.in +++ b/bin/tests/system/rootkeysentinel/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rootkeysentinel/ns4/hint.db b/bin/tests/system/rootkeysentinel/ns4/hint.db index 4a7363741b..0018b52235 100644 --- a/bin/tests/system/rootkeysentinel/ns4/hint.db +++ b/bin/tests/system/rootkeysentinel/ns4/hint.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rootkeysentinel/ns4/named.conf.in b/bin/tests/system/rootkeysentinel/ns4/named.conf.in index 5c18751e73..6f60ffd233 100644 --- a/bin/tests/system/rootkeysentinel/ns4/named.conf.in +++ b/bin/tests/system/rootkeysentinel/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rootkeysentinel/setup.sh b/bin/tests/system/rootkeysentinel/setup.sh index 9c5eae0120..39e1edf412 100644 --- a/bin/tests/system/rootkeysentinel/setup.sh +++ b/bin/tests/system/rootkeysentinel/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rootkeysentinel/tests.sh b/bin/tests/system/rootkeysentinel/tests.sh index cfb7945354..a3ad7a2239 100644 --- a/bin/tests/system/rootkeysentinel/tests.sh +++ b/bin/tests/system/rootkeysentinel/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rpz/README b/bin/tests/system/rpz/README index 3cc70a0ed8..238e36026c 100644 --- a/bin/tests/system/rpz/README +++ b/bin/tests/system/rpz/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. The test setup for the RPZ tests prepares a query perf tool and sets up policy zones. diff --git a/bin/tests/system/rpz/clean.sh b/bin/tests/system/rpz/clean.sh index f0e4ff43c8..8b7cad861e 100644 --- a/bin/tests/system/rpz/clean.sh +++ b/bin/tests/system/rpz/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rpz/dnsrps.c b/bin/tests/system/rpz/dnsrps.c index c41be0a71f..dfbe76147f 100644 --- a/bin/tests/system/rpz/dnsrps.c +++ b/bin/tests/system/rpz/dnsrps.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/rpz/dnsrpzd-license.conf b/bin/tests/system/rpz/dnsrpzd-license.conf index 2891fe6e2c..739b39d19d 100644 --- a/bin/tests/system/rpz/dnsrpzd-license.conf +++ b/bin/tests/system/rpz/dnsrpzd-license.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + zone isc.license.fastrpz.com { primaries port 53 { KEY farsight_fastrpz_license 104.244.14.176; diff --git a/bin/tests/system/rpz/dnsrpzd.conf.in b/bin/tests/system/rpz/dnsrpzd.conf.in index 3187f483ee..736556286d 100644 --- a/bin/tests/system/rpz/dnsrpzd.conf.in +++ b/bin/tests/system/rpz/dnsrpzd.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns1/named.conf.in b/bin/tests/system/rpz/ns1/named.conf.in index 32bf1ecdd5..439ecfff4f 100644 --- a/bin/tests/system/rpz/ns1/named.conf.in +++ b/bin/tests/system/rpz/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns1/root.db b/bin/tests/system/rpz/ns1/root.db index 2e8ce08e69..6bf3d5a450 100644 --- a/bin/tests/system/rpz/ns1/root.db +++ b/bin/tests/system/rpz/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns2/base-tld2s.db b/bin/tests/system/rpz/ns2/base-tld2s.db index 039b160141..6235b49b39 100644 --- a/bin/tests/system/rpz/ns2/base-tld2s.db +++ b/bin/tests/system/rpz/ns2/base-tld2s.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns2/bl.tld2.db.in b/bin/tests/system/rpz/ns2/bl.tld2.db.in index b68a9f1b6f..25780b7150 100644 --- a/bin/tests/system/rpz/ns2/bl.tld2.db.in +++ b/bin/tests/system/rpz/ns2/bl.tld2.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns2/blv2.tld2.db.in b/bin/tests/system/rpz/ns2/blv2.tld2.db.in index 9c41e3ce98..123e1b457f 100644 --- a/bin/tests/system/rpz/ns2/blv2.tld2.db.in +++ b/bin/tests/system/rpz/ns2/blv2.tld2.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns2/blv3.tld2.db.in b/bin/tests/system/rpz/ns2/blv3.tld2.db.in index e61653ec32..b8ba58737a 100644 --- a/bin/tests/system/rpz/ns2/blv3.tld2.db.in +++ b/bin/tests/system/rpz/ns2/blv3.tld2.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns2/hints b/bin/tests/system/rpz/ns2/hints index 28e5850c4f..b657c3980e 100644 --- a/bin/tests/system/rpz/ns2/hints +++ b/bin/tests/system/rpz/ns2/hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns2/named.conf.in b/bin/tests/system/rpz/ns2/named.conf.in index 8148b8ac25..48ab311a97 100644 --- a/bin/tests/system/rpz/ns2/named.conf.in +++ b/bin/tests/system/rpz/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns2/tld2.db b/bin/tests/system/rpz/ns2/tld2.db index a16d196e39..63e985d34a 100644 --- a/bin/tests/system/rpz/ns2/tld2.db +++ b/bin/tests/system/rpz/ns2/tld2.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns3/base.db b/bin/tests/system/rpz/ns3/base.db index c71a080aee..f2f15a0268 100644 --- a/bin/tests/system/rpz/ns3/base.db +++ b/bin/tests/system/rpz/ns3/base.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns3/broken.db.in b/bin/tests/system/rpz/ns3/broken.db.in index 671ed38a7f..80aa3137b1 100644 --- a/bin/tests/system/rpz/ns3/broken.db.in +++ b/bin/tests/system/rpz/ns3/broken.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns3/crash1 b/bin/tests/system/rpz/ns3/crash1 index d0862edc97..0c8519137d 100644 --- a/bin/tests/system/rpz/ns3/crash1 +++ b/bin/tests/system/rpz/ns3/crash1 @@ -1,16 +1,13 @@ -; Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; -; Permission to use, copy, modify, and/or distribute this software for any -; purpose with or without fee is hereby granted, provided that the above -; copyright notice and this permission notice appear in all copies. +; SPDX-License-Identifier: MPL-2.0 ; -; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH -; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY -; AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, -; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -; PERFORMANCE OF THIS SOFTWARE. +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. ; a bad zone that caused a crash related to dns_rdataset_disassociate() diff --git a/bin/tests/system/rpz/ns3/crash2 b/bin/tests/system/rpz/ns3/crash2 index 25f4fcf6c0..ab702839b5 100644 --- a/bin/tests/system/rpz/ns3/crash2 +++ b/bin/tests/system/rpz/ns3/crash2 @@ -1,16 +1,13 @@ -; Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; -; Permission to use, copy, modify, and/or distribute this software for any -; purpose with or without fee is hereby granted, provided that the above -; copyright notice and this permission notice appear in all copies. +; SPDX-License-Identifier: MPL-2.0 ; -; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH -; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY -; AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, -; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -; PERFORMANCE OF THIS SOFTWARE. +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. ; a valid zone containing records that caused crashes diff --git a/bin/tests/system/rpz/ns3/hints b/bin/tests/system/rpz/ns3/hints index 28e5850c4f..b657c3980e 100644 --- a/bin/tests/system/rpz/ns3/hints +++ b/bin/tests/system/rpz/ns3/hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns3/manual-update-rpz-2.db.in b/bin/tests/system/rpz/ns3/manual-update-rpz-2.db.in index 5c82651802..f670b0c306 100644 --- a/bin/tests/system/rpz/ns3/manual-update-rpz-2.db.in +++ b/bin/tests/system/rpz/ns3/manual-update-rpz-2.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns3/manual-update-rpz.db.in b/bin/tests/system/rpz/ns3/manual-update-rpz.db.in index 0a15b611db..a823448515 100644 --- a/bin/tests/system/rpz/ns3/manual-update-rpz.db.in +++ b/bin/tests/system/rpz/ns3/manual-update-rpz.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns3/mixed-case-rpz-1.db.in b/bin/tests/system/rpz/ns3/mixed-case-rpz-1.db.in index 5748942fac..c8548fce61 100644 --- a/bin/tests/system/rpz/ns3/mixed-case-rpz-1.db.in +++ b/bin/tests/system/rpz/ns3/mixed-case-rpz-1.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns3/mixed-case-rpz-2.db.in b/bin/tests/system/rpz/ns3/mixed-case-rpz-2.db.in index 6588135e68..7d99c5afce 100644 --- a/bin/tests/system/rpz/ns3/mixed-case-rpz-2.db.in +++ b/bin/tests/system/rpz/ns3/mixed-case-rpz-2.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns3/named.conf.in b/bin/tests/system/rpz/ns3/named.conf.in index 9ee92483b0..e5545a8720 100644 --- a/bin/tests/system/rpz/ns3/named.conf.in +++ b/bin/tests/system/rpz/ns3/named.conf.in @@ -1,15 +1,16 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ - /* * Main rpz test DNS server. */ diff --git a/bin/tests/system/rpz/ns4/hints b/bin/tests/system/rpz/ns4/hints index 28e5850c4f..b657c3980e 100644 --- a/bin/tests/system/rpz/ns4/hints +++ b/bin/tests/system/rpz/ns4/hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns4/named.conf.in b/bin/tests/system/rpz/ns4/named.conf.in index 62cac72ba0..e2a954601e 100644 --- a/bin/tests/system/rpz/ns4/named.conf.in +++ b/bin/tests/system/rpz/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns4/tld4.db b/bin/tests/system/rpz/ns4/tld4.db index a16481823d..fca419c6dd 100644 --- a/bin/tests/system/rpz/ns4/tld4.db +++ b/bin/tests/system/rpz/ns4/tld4.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns5/empty.db.in b/bin/tests/system/rpz/ns5/empty.db.in index 7edcc17705..a7e9144b6a 100644 --- a/bin/tests/system/rpz/ns5/empty.db.in +++ b/bin/tests/system/rpz/ns5/empty.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns5/expire.conf.in b/bin/tests/system/rpz/ns5/expire.conf.in index f0a1b3c68e..4c1c228e55 100644 --- a/bin/tests/system/rpz/ns5/expire.conf.in +++ b/bin/tests/system/rpz/ns5/expire.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns5/fast-expire.db.in b/bin/tests/system/rpz/ns5/fast-expire.db.in index d9afbde5d5..cb2672e853 100644 --- a/bin/tests/system/rpz/ns5/fast-expire.db.in +++ b/bin/tests/system/rpz/ns5/fast-expire.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns5/hints b/bin/tests/system/rpz/ns5/hints index 28e5850c4f..b657c3980e 100644 --- a/bin/tests/system/rpz/ns5/hints +++ b/bin/tests/system/rpz/ns5/hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns5/named.conf.in b/bin/tests/system/rpz/ns5/named.conf.in index 1e1859aa19..a67a17f844 100644 --- a/bin/tests/system/rpz/ns5/named.conf.in +++ b/bin/tests/system/rpz/ns5/named.conf.in @@ -1,15 +1,16 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ - /* * Test rpz performance. */ diff --git a/bin/tests/system/rpz/ns5/tld5.db b/bin/tests/system/rpz/ns5/tld5.db index 85edd75751..b75e72f66b 100644 --- a/bin/tests/system/rpz/ns5/tld5.db +++ b/bin/tests/system/rpz/ns5/tld5.db @@ -1,14 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - - ; RPZ performance test $TTL 120 diff --git a/bin/tests/system/rpz/ns6/hints b/bin/tests/system/rpz/ns6/hints index 28e5850c4f..b657c3980e 100644 --- a/bin/tests/system/rpz/ns6/hints +++ b/bin/tests/system/rpz/ns6/hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns6/named.conf.in b/bin/tests/system/rpz/ns6/named.conf.in index de159c22c3..3c4fbe958f 100644 --- a/bin/tests/system/rpz/ns6/named.conf.in +++ b/bin/tests/system/rpz/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns7/hints b/bin/tests/system/rpz/ns7/hints index 28e5850c4f..b657c3980e 100644 --- a/bin/tests/system/rpz/ns7/hints +++ b/bin/tests/system/rpz/ns7/hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns7/named.conf.in b/bin/tests/system/rpz/ns7/named.conf.in index 8162cf75ea..416db4d19b 100644 --- a/bin/tests/system/rpz/ns7/named.conf.in +++ b/bin/tests/system/rpz/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns8/hints b/bin/tests/system/rpz/ns8/hints index 28e5850c4f..b657c3980e 100644 --- a/bin/tests/system/rpz/ns8/hints +++ b/bin/tests/system/rpz/ns8/hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns8/manual-update-rpz.db.in b/bin/tests/system/rpz/ns8/manual-update-rpz.db.in index 0a15b611db..a823448515 100644 --- a/bin/tests/system/rpz/ns8/manual-update-rpz.db.in +++ b/bin/tests/system/rpz/ns8/manual-update-rpz.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns8/named.conf.in b/bin/tests/system/rpz/ns8/named.conf.in index 7f241c115a..f228c00619 100644 --- a/bin/tests/system/rpz/ns8/named.conf.in +++ b/bin/tests/system/rpz/ns8/named.conf.in @@ -1,15 +1,16 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ - /* * Main rpz test DNS server. */ diff --git a/bin/tests/system/rpz/ns9/hints b/bin/tests/system/rpz/ns9/hints index 28e5850c4f..b657c3980e 100644 --- a/bin/tests/system/rpz/ns9/hints +++ b/bin/tests/system/rpz/ns9/hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/ns9/named.conf.in b/bin/tests/system/rpz/ns9/named.conf.in index 1b15071b82..e57591ccdf 100644 --- a/bin/tests/system/rpz/ns9/named.conf.in +++ b/bin/tests/system/rpz/ns9/named.conf.in @@ -1,15 +1,16 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ - /* * DNS64 / RPZ server. */ diff --git a/bin/tests/system/rpz/ns9/rpz.db b/bin/tests/system/rpz/ns9/rpz.db index 98ebf01ac2..dcbe5d6728 100644 --- a/bin/tests/system/rpz/ns9/rpz.db +++ b/bin/tests/system/rpz/ns9/rpz.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + rpz. 28800 IN SOA rpz. hostmaster.rpz. 6 10800 3600 2419200 900 rpz. 28800 IN NS . a-only.example.rpz. 28800 IN CNAME *. diff --git a/bin/tests/system/rpz/qperf.sh b/bin/tests/system/rpz/qperf.sh index 52d0511714..b0e417e2cd 100644 --- a/bin/tests/system/rpz/qperf.sh +++ b/bin/tests/system/rpz/qperf.sh @@ -1,9 +1,11 @@ #! /bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rpz/setup.sh b/bin/tests/system/rpz/setup.sh index 42b360c433..b1321ad0da 100644 --- a/bin/tests/system/rpz/setup.sh +++ b/bin/tests/system/rpz/setup.sh @@ -1,9 +1,11 @@ #! /bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rpz/test1 b/bin/tests/system/rpz/test1 index f6292530da..3dc0375e44 100644 --- a/bin/tests/system/rpz/test1 +++ b/bin/tests/system/rpz/test1 @@ -1,14 +1,17 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. + ; Use comment lines instead of blank lines to combine update requests into ; single requests ; Separate update requests for distinct TLDs with blank lines or 'send' diff --git a/bin/tests/system/rpz/test2 b/bin/tests/system/rpz/test2 index 29f302c039..ad71e3ae56 100644 --- a/bin/tests/system/rpz/test2 +++ b/bin/tests/system/rpz/test2 @@ -1,14 +1,17 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. + ; Use comment lines instead of blank lines to combine update requests into ; single requests ; Separate update requests for distinct TLDs with blank lines or 'send' diff --git a/bin/tests/system/rpz/test3 b/bin/tests/system/rpz/test3 index 225b74fc5f..222b7576ac 100644 --- a/bin/tests/system/rpz/test3 +++ b/bin/tests/system/rpz/test3 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/test4 b/bin/tests/system/rpz/test4 index 0c909fca41..7b95dd39c3 100644 --- a/bin/tests/system/rpz/test4 +++ b/bin/tests/system/rpz/test4 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/test4a b/bin/tests/system/rpz/test4a index fdc388e7d7..83a175d79f 100644 --- a/bin/tests/system/rpz/test4a +++ b/bin/tests/system/rpz/test4a @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/test5 b/bin/tests/system/rpz/test5 index 1a3747c637..f30a6be16a 100644 --- a/bin/tests/system/rpz/test5 +++ b/bin/tests/system/rpz/test5 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/test6 b/bin/tests/system/rpz/test6 index ec04681b4a..e5c238157d 100644 --- a/bin/tests/system/rpz/test6 +++ b/bin/tests/system/rpz/test6 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpz/tests.sh b/bin/tests/system/rpz/tests.sh index b88fe62a48..816a0b78d0 100644 --- a/bin/tests/system/rpz/tests.sh +++ b/bin/tests/system/rpz/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rpzextra/clean.sh b/bin/tests/system/rpzextra/clean.sh index 95264d45a4..fa06ca3dd6 100644 --- a/bin/tests/system/rpzextra/clean.sh +++ b/bin/tests/system/rpzextra/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rpzextra/conftest.py b/bin/tests/system/rpzextra/conftest.py index e711fd0d89..05bf144190 100644 --- a/bin/tests/system/rpzextra/conftest.py +++ b/bin/tests/system/rpzextra/conftest.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import os import pytest diff --git a/bin/tests/system/rpzextra/ns1/named.conf.in b/bin/tests/system/rpzextra/ns1/named.conf.in index d7ffbf3d40..fe81682357 100644 --- a/bin/tests/system/rpzextra/ns1/named.conf.in +++ b/bin/tests/system/rpzextra/ns1/named.conf.in @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + key rndc_key { secret "1234abcd8765"; algorithm hmac-sha256; diff --git a/bin/tests/system/rpzextra/ns1/root.db b/bin/tests/system/rpzextra/ns1/root.db index c5b4550dee..dde42dfe7e 100644 --- a/bin/tests/system/rpzextra/ns1/root.db +++ b/bin/tests/system/rpzextra/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzextra/ns1/rpz.local.db b/bin/tests/system/rpzextra/ns1/rpz.local.db index 9dcf5ce725..4203ca1430 100644 --- a/bin/tests/system/rpzextra/ns1/rpz.local.db +++ b/bin/tests/system/rpzextra/ns1/rpz.local.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 300 @ IN SOA localhost.rpz.local root.rpz.local. ( diff --git a/bin/tests/system/rpzextra/ns2/allowed.db b/bin/tests/system/rpzextra/ns2/allowed.db index 17f45dceeb..57a733c0f5 100644 --- a/bin/tests/system/rpzextra/ns2/allowed.db +++ b/bin/tests/system/rpzextra/ns2/allowed.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 300 @ IN SOA ns1 root.allowed. 2020040101 4h 1h 1w 60 diff --git a/bin/tests/system/rpzextra/ns2/baddomain.db b/bin/tests/system/rpzextra/ns2/baddomain.db index c40bf3bfae..3946da359c 100644 --- a/bin/tests/system/rpzextra/ns2/baddomain.db +++ b/bin/tests/system/rpzextra/ns2/baddomain.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 300 @ IN SOA ns1 root.baddomain. ( diff --git a/bin/tests/system/rpzextra/ns2/named.conf.in b/bin/tests/system/rpzextra/ns2/named.conf.in index 39e110316c..8f0193db70 100644 --- a/bin/tests/system/rpzextra/ns2/named.conf.in +++ b/bin/tests/system/rpzextra/ns2/named.conf.in @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + key rndc_key { secret "1234abcd8765"; algorithm hmac-sha256; diff --git a/bin/tests/system/rpzextra/setup.sh b/bin/tests/system/rpzextra/setup.sh index 013a365133..00a3a43177 100644 --- a/bin/tests/system/rpzextra/setup.sh +++ b/bin/tests/system/rpzextra/setup.sh @@ -1,9 +1,11 @@ #! /bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rpzextra/tests-rpz-passthru-logging.py b/bin/tests/system/rpzextra/tests-rpz-passthru-logging.py index efc0ac053b..0bd75ebe4d 100755 --- a/bin/tests/system/rpzextra/tests-rpz-passthru-logging.py +++ b/bin/tests/system/rpzextra/tests-rpz-passthru-logging.py @@ -1,14 +1,15 @@ #!/usr/bin/python3 -############################################################################ + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import os import pytest diff --git a/bin/tests/system/rpzrecurse/README b/bin/tests/system/rpzrecurse/README index 62b4667feb..5936e051c3 100644 --- a/bin/tests/system/rpzrecurse/README +++ b/bin/tests/system/rpzrecurse/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. These tests check RPZ recursion behavior (including skipping recursion when appropriate). diff --git a/bin/tests/system/rpzrecurse/ans5/ans.pl b/bin/tests/system/rpzrecurse/ans5/ans.pl index 2e658711a7..9c5efb3abf 100644 --- a/bin/tests/system/rpzrecurse/ans5/ans.pl +++ b/bin/tests/system/rpzrecurse/ans5/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -w -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rpzrecurse/clean.sh b/bin/tests/system/rpzrecurse/clean.sh index ed0ece1057..0d116c6932 100644 --- a/bin/tests/system/rpzrecurse/clean.sh +++ b/bin/tests/system/rpzrecurse/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rpzrecurse/ns1/db.l0 b/bin/tests/system/rpzrecurse/ns1/db.l0 index af0d9e8517..e6077fcd0e 100644 --- a/bin/tests/system/rpzrecurse/ns1/db.l0 +++ b/bin/tests/system/rpzrecurse/ns1/db.l0 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns1/db.l1.l0 b/bin/tests/system/rpzrecurse/ns1/db.l1.l0 index 36ed1e576f..f51d5f7e95 100644 --- a/bin/tests/system/rpzrecurse/ns1/db.l1.l0 +++ b/bin/tests/system/rpzrecurse/ns1/db.l1.l0 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns1/example.com.db b/bin/tests/system/rpzrecurse/ns1/example.com.db index 5bbe973e37..3bd11ec70e 100644 --- a/bin/tests/system/rpzrecurse/ns1/example.com.db +++ b/bin/tests/system/rpzrecurse/ns1/example.com.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns1/example.db b/bin/tests/system/rpzrecurse/ns1/example.db index fd3e8877e0..0e71776f0a 100644 --- a/bin/tests/system/rpzrecurse/ns1/example.db +++ b/bin/tests/system/rpzrecurse/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns1/named.conf.in b/bin/tests/system/rpzrecurse/ns1/named.conf.in index a0a3a3c680..14d749acd8 100644 --- a/bin/tests/system/rpzrecurse/ns1/named.conf.in +++ b/bin/tests/system/rpzrecurse/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns1/root.db b/bin/tests/system/rpzrecurse/ns1/root.db index 1b1de3fc00..51be20311f 100644 --- a/bin/tests/system/rpzrecurse/ns1/root.db +++ b/bin/tests/system/rpzrecurse/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns1/test1.example.net.db b/bin/tests/system/rpzrecurse/ns1/test1.example.net.db index 4d07a4129a..66ca007efe 100644 --- a/bin/tests/system/rpzrecurse/ns1/test1.example.net.db +++ b/bin/tests/system/rpzrecurse/ns1/test1.example.net.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns1/test2.example.net.db b/bin/tests/system/rpzrecurse/ns1/test2.example.net.db index bfe46aa277..57db1154b5 100644 --- a/bin/tests/system/rpzrecurse/ns1/test2.example.net.db +++ b/bin/tests/system/rpzrecurse/ns1/test2.example.net.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/db.clientip1 b/bin/tests/system/rpzrecurse/ns2/db.clientip1 index 9b99e45130..f0d53d2ade 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.clientip1 +++ b/bin/tests/system/rpzrecurse/ns2/db.clientip1 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/db.clientip2 b/bin/tests/system/rpzrecurse/ns2/db.clientip2 index 49ab88124c..dfcc341169 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.clientip2 +++ b/bin/tests/system/rpzrecurse/ns2/db.clientip2 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/db.clientip21 b/bin/tests/system/rpzrecurse/ns2/db.clientip21 index 770269cbd0..4ce2af1255 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.clientip21 +++ b/bin/tests/system/rpzrecurse/ns2/db.clientip21 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/db.given b/bin/tests/system/rpzrecurse/ns2/db.given index d9f3a739df..d464a537e0 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.given +++ b/bin/tests/system/rpzrecurse/ns2/db.given @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $ORIGIN given.zone. $TTL 3600 @ IN SOA ns.given.zone. hostmaster.given.zone. 1 600 300 604800 3600 diff --git a/bin/tests/system/rpzrecurse/ns2/db.invalidprefixlength b/bin/tests/system/rpzrecurse/ns2/db.invalidprefixlength index 895f52635f..f496670fe7 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.invalidprefixlength +++ b/bin/tests/system/rpzrecurse/ns2/db.invalidprefixlength @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/db.log1 b/bin/tests/system/rpzrecurse/ns2/db.log1 index f18cfe19c2..495885bab6 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.log1 +++ b/bin/tests/system/rpzrecurse/ns2/db.log1 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/db.log2 b/bin/tests/system/rpzrecurse/ns2/db.log2 index 88722ff03e..91ff8c56df 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.log2 +++ b/bin/tests/system/rpzrecurse/ns2/db.log2 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/db.log3 b/bin/tests/system/rpzrecurse/ns2/db.log3 index b432802f99..65ed980806 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.log3 +++ b/bin/tests/system/rpzrecurse/ns2/db.log3 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/db.passthru b/bin/tests/system/rpzrecurse/ns2/db.passthru index 0456ef955d..eac3533f2c 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.passthru +++ b/bin/tests/system/rpzrecurse/ns2/db.passthru @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $ORIGIN passthru.zone. $TTL 3600 @ IN SOA ns.passthru.zone. hostmaster.passthru.zone. 1 600 300 604800 3600 diff --git a/bin/tests/system/rpzrecurse/ns2/db.wildcard1 b/bin/tests/system/rpzrecurse/ns2/db.wildcard1 index 8d6e8adc82..3e5c78fcd3 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.wildcard1 +++ b/bin/tests/system/rpzrecurse/ns2/db.wildcard1 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/db.wildcard2a b/bin/tests/system/rpzrecurse/ns2/db.wildcard2a index 8d6e8adc82..3e5c78fcd3 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.wildcard2a +++ b/bin/tests/system/rpzrecurse/ns2/db.wildcard2a @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/db.wildcard2b b/bin/tests/system/rpzrecurse/ns2/db.wildcard2b index c362314def..f8e6123f83 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.wildcard2b +++ b/bin/tests/system/rpzrecurse/ns2/db.wildcard2b @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/db.wildcard3 b/bin/tests/system/rpzrecurse/ns2/db.wildcard3 index b60bdd1906..5354c0477d 100644 --- a/bin/tests/system/rpzrecurse/ns2/db.wildcard3 +++ b/bin/tests/system/rpzrecurse/ns2/db.wildcard3 @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/named.clientip.conf b/bin/tests/system/rpzrecurse/ns2/named.clientip.conf index a520b9fbc7..a9ec4ca0a5 100644 --- a/bin/tests/system/rpzrecurse/ns2/named.clientip.conf +++ b/bin/tests/system/rpzrecurse/ns2/named.clientip.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/named.clientip2.conf b/bin/tests/system/rpzrecurse/ns2/named.clientip2.conf index 6e8edb3786..39b67d8366 100644 --- a/bin/tests/system/rpzrecurse/ns2/named.clientip2.conf +++ b/bin/tests/system/rpzrecurse/ns2/named.clientip2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/named.conf.header.in b/bin/tests/system/rpzrecurse/ns2/named.conf.header.in index dbac13d3cc..8e08ae615c 100644 --- a/bin/tests/system/rpzrecurse/ns2/named.conf.header.in +++ b/bin/tests/system/rpzrecurse/ns2/named.conf.header.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/named.default.conf b/bin/tests/system/rpzrecurse/ns2/named.default.conf index b692926c63..929b88f2e5 100644 --- a/bin/tests/system/rpzrecurse/ns2/named.default.conf +++ b/bin/tests/system/rpzrecurse/ns2/named.default.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/named.invalidprefixlength.conf b/bin/tests/system/rpzrecurse/ns2/named.invalidprefixlength.conf index 41a800ec61..2f2b7356b6 100644 --- a/bin/tests/system/rpzrecurse/ns2/named.invalidprefixlength.conf +++ b/bin/tests/system/rpzrecurse/ns2/named.invalidprefixlength.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/named.log.conf b/bin/tests/system/rpzrecurse/ns2/named.log.conf index 999a4075bc..a19367e709 100644 --- a/bin/tests/system/rpzrecurse/ns2/named.log.conf +++ b/bin/tests/system/rpzrecurse/ns2/named.log.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/named.max.conf b/bin/tests/system/rpzrecurse/ns2/named.max.conf index ab4433518a..b07783b68d 100644 --- a/bin/tests/system/rpzrecurse/ns2/named.max.conf +++ b/bin/tests/system/rpzrecurse/ns2/named.max.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf b/bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf index 1da85df5d9..23ef4eb7ec 100644 --- a/bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf +++ b/bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf b/bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf index b0f51de0c5..b570b47929 100644 --- a/bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf +++ b/bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf b/bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf index c0b3f0ccf0..befb7d2f8a 100644 --- a/bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf +++ b/bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/named.wildcard4.conf b/bin/tests/system/rpzrecurse/ns2/named.wildcard4.conf index 41dec42e93..e18f4962eb 100644 --- a/bin/tests/system/rpzrecurse/ns2/named.wildcard4.conf +++ b/bin/tests/system/rpzrecurse/ns2/named.wildcard4.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns2/root.hint b/bin/tests/system/rpzrecurse/ns2/root.hint index f627479ba3..ced47f3ade 100644 --- a/bin/tests/system/rpzrecurse/ns2/root.hint +++ b/bin/tests/system/rpzrecurse/ns2/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns3/example.db b/bin/tests/system/rpzrecurse/ns3/example.db index 3fb4a243ca..201a174d9f 100644 --- a/bin/tests/system/rpzrecurse/ns3/example.db +++ b/bin/tests/system/rpzrecurse/ns3/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns3/named1.conf.in b/bin/tests/system/rpzrecurse/ns3/named1.conf.in index ff0a8ce43e..f838535f8f 100644 --- a/bin/tests/system/rpzrecurse/ns3/named1.conf.in +++ b/bin/tests/system/rpzrecurse/ns3/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns3/named2.conf.in b/bin/tests/system/rpzrecurse/ns3/named2.conf.in index e0140e27f5..40f6b49459 100644 --- a/bin/tests/system/rpzrecurse/ns3/named2.conf.in +++ b/bin/tests/system/rpzrecurse/ns3/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns3/named3.conf.in b/bin/tests/system/rpzrecurse/ns3/named3.conf.in index d1df4f4245..3926bf9125 100644 --- a/bin/tests/system/rpzrecurse/ns3/named3.conf.in +++ b/bin/tests/system/rpzrecurse/ns3/named3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns3/policy.db b/bin/tests/system/rpzrecurse/ns3/policy.db index c2437d2835..526d75ccb9 100644 --- a/bin/tests/system/rpzrecurse/ns3/policy.db +++ b/bin/tests/system/rpzrecurse/ns3/policy.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns3/root.db b/bin/tests/system/rpzrecurse/ns3/root.db index b12a184395..665953d25e 100644 --- a/bin/tests/system/rpzrecurse/ns3/root.db +++ b/bin/tests/system/rpzrecurse/ns3/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns4/child.example.db b/bin/tests/system/rpzrecurse/ns4/child.example.db index 66cd956e15..47a90fb6f7 100644 --- a/bin/tests/system/rpzrecurse/ns4/child.example.db +++ b/bin/tests/system/rpzrecurse/ns4/child.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/ns4/named.conf.in b/bin/tests/system/rpzrecurse/ns4/named.conf.in index c3543a79e1..3b3787deb7 100644 --- a/bin/tests/system/rpzrecurse/ns4/named.conf.in +++ b/bin/tests/system/rpzrecurse/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rpzrecurse/setup.sh b/bin/tests/system/rpzrecurse/setup.sh index 65b504f86d..e68784f46a 100644 --- a/bin/tests/system/rpzrecurse/setup.sh +++ b/bin/tests/system/rpzrecurse/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rpzrecurse/testgen.pl b/bin/tests/system/rpzrecurse/testgen.pl index 7237ba896b..4131bd9976 100755 --- a/bin/tests/system/rpzrecurse/testgen.pl +++ b/bin/tests/system/rpzrecurse/testgen.pl @@ -1,9 +1,11 @@ #!/usr/bin/env perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rpzrecurse/tests.sh b/bin/tests/system/rpzrecurse/tests.sh index c877ebf3d6..d5704fd84c 100644 --- a/bin/tests/system/rpzrecurse/tests.sh +++ b/bin/tests/system/rpzrecurse/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rrchecker/clean.sh b/bin/tests/system/rrchecker/clean.sh index e3b7f677af..8a7ef708ee 100644 --- a/bin/tests/system/rrchecker/clean.sh +++ b/bin/tests/system/rrchecker/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rrchecker/tests.sh b/bin/tests/system/rrchecker/tests.sh index 0845d51687..90696c73c7 100644 --- a/bin/tests/system/rrchecker/tests.sh +++ b/bin/tests/system/rrchecker/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rrl/broken.conf b/bin/tests/system/rrl/broken.conf index 0c0a121564..bf98736ee5 100644 --- a/bin/tests/system/rrl/broken.conf +++ b/bin/tests/system/rrl/broken.conf @@ -1,15 +1,16 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ - controls { /* empty */ }; options { diff --git a/bin/tests/system/rrl/clean.sh b/bin/tests/system/rrl/clean.sh index 0093f5325e..abb10bd744 100644 --- a/bin/tests/system/rrl/clean.sh +++ b/bin/tests/system/rrl/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rrl/ns1/named.conf.in b/bin/tests/system/rrl/ns1/named.conf.in index 177c67fcc5..e4da6efcc9 100644 --- a/bin/tests/system/rrl/ns1/named.conf.in +++ b/bin/tests/system/rrl/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rrl/ns1/root.db b/bin/tests/system/rrl/ns1/root.db index c628370d6d..68265fedb8 100644 --- a/bin/tests/system/rrl/ns1/root.db +++ b/bin/tests/system/rrl/ns1/root.db @@ -1,13 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - $TTL 120 @ SOA ns. hostmaster.ns. ( 1 3600 1200 604800 60 ) @ NS ns. diff --git a/bin/tests/system/rrl/ns2/hints b/bin/tests/system/rrl/ns2/hints index cb67a8b3ec..a1d435e1c6 100644 --- a/bin/tests/system/rrl/ns2/hints +++ b/bin/tests/system/rrl/ns2/hints @@ -1,13 +1,13 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - - . 0 NS ns1. ns1. 0 A 10.53.0.1 diff --git a/bin/tests/system/rrl/ns2/named.conf.in b/bin/tests/system/rrl/ns2/named.conf.in index 4ce1477494..987d42f481 100644 --- a/bin/tests/system/rrl/ns2/named.conf.in +++ b/bin/tests/system/rrl/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rrl/ns2/tld2.db b/bin/tests/system/rrl/ns2/tld2.db index 4a4b97aa4d..a1a832bab5 100644 --- a/bin/tests/system/rrl/ns2/tld2.db +++ b/bin/tests/system/rrl/ns2/tld2.db @@ -1,14 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - - ; rate limit response from this zone $TTL 120 diff --git a/bin/tests/system/rrl/ns3/hints b/bin/tests/system/rrl/ns3/hints index cb67a8b3ec..a1d435e1c6 100644 --- a/bin/tests/system/rrl/ns3/hints +++ b/bin/tests/system/rrl/ns3/hints @@ -1,13 +1,13 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - - . 0 NS ns1. ns1. 0 A 10.53.0.1 diff --git a/bin/tests/system/rrl/ns3/named.conf.in b/bin/tests/system/rrl/ns3/named.conf.in index d8156d8b8c..8807f44b6e 100644 --- a/bin/tests/system/rrl/ns3/named.conf.in +++ b/bin/tests/system/rrl/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rrl/ns3/tld3.db b/bin/tests/system/rrl/ns3/tld3.db index 26e9f3301d..a534c6e49a 100644 --- a/bin/tests/system/rrl/ns3/tld3.db +++ b/bin/tests/system/rrl/ns3/tld3.db @@ -1,14 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - - ; rate limit response from this zone $TTL 120 diff --git a/bin/tests/system/rrl/ns4/hints b/bin/tests/system/rrl/ns4/hints index cb67a8b3ec..a1d435e1c6 100644 --- a/bin/tests/system/rrl/ns4/hints +++ b/bin/tests/system/rrl/ns4/hints @@ -1,13 +1,13 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - - . 0 NS ns1. ns1. 0 A 10.53.0.1 diff --git a/bin/tests/system/rrl/ns4/named.conf.in b/bin/tests/system/rrl/ns4/named.conf.in index 864b67f25d..cc17b916e4 100644 --- a/bin/tests/system/rrl/ns4/named.conf.in +++ b/bin/tests/system/rrl/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rrl/ns4/tld4.db b/bin/tests/system/rrl/ns4/tld4.db index 1527775ca7..a7bc319ac2 100644 --- a/bin/tests/system/rrl/ns4/tld4.db +++ b/bin/tests/system/rrl/ns4/tld4.db @@ -1,14 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - - ; rate limit response from this zone $TTL 120 diff --git a/bin/tests/system/rrl/setup.sh b/bin/tests/system/rrl/setup.sh index c5d8b3b8b2..49a642683d 100644 --- a/bin/tests/system/rrl/setup.sh +++ b/bin/tests/system/rrl/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rrl/tests.sh b/bin/tests/system/rrl/tests.sh index 126578f343..a5f4902a48 100644 --- a/bin/tests/system/rrl/tests.sh +++ b/bin/tests/system/rrl/tests.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rrsetorder/clean.sh b/bin/tests/system/rrsetorder/clean.sh index 97c025ae32..c64ae34bb0 100644 --- a/bin/tests/system/rrsetorder/clean.sh +++ b/bin/tests/system/rrsetorder/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rrsetorder/ns1/named.conf.in b/bin/tests/system/rrsetorder/ns1/named.conf.in index d4ee9ed195..98301c2e5b 100644 --- a/bin/tests/system/rrsetorder/ns1/named.conf.in +++ b/bin/tests/system/rrsetorder/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rrsetorder/ns1/root.db b/bin/tests/system/rrsetorder/ns1/root.db index 2367f1025f..094eec7eb6 100644 --- a/bin/tests/system/rrsetorder/ns1/root.db +++ b/bin/tests/system/rrsetorder/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rrsetorder/ns2/named.conf.in b/bin/tests/system/rrsetorder/ns2/named.conf.in index a3742cf79b..164400ac52 100644 --- a/bin/tests/system/rrsetorder/ns2/named.conf.in +++ b/bin/tests/system/rrsetorder/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rrsetorder/ns3/named.conf.in b/bin/tests/system/rrsetorder/ns3/named.conf.in index 1f3b54ac25..a5850ca344 100644 --- a/bin/tests/system/rrsetorder/ns3/named.conf.in +++ b/bin/tests/system/rrsetorder/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rrsetorder/ns4/named.conf.in b/bin/tests/system/rrsetorder/ns4/named.conf.in index d76b71d7d1..d12f50f833 100644 --- a/bin/tests/system/rrsetorder/ns4/named.conf.in +++ b/bin/tests/system/rrsetorder/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rrsetorder/ns5/named.conf.in b/bin/tests/system/rrsetorder/ns5/named.conf.in index 005c6313c5..d1a4cfae8b 100644 --- a/bin/tests/system/rrsetorder/ns5/named.conf.in +++ b/bin/tests/system/rrsetorder/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rrsetorder/setup.sh b/bin/tests/system/rrsetorder/setup.sh index 0f181e9813..fbb1a38f9d 100644 --- a/bin/tests/system/rrsetorder/setup.sh +++ b/bin/tests/system/rrsetorder/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rrsetorder/tests.sh b/bin/tests/system/rrsetorder/tests.sh index 1c63711051..153ad95e8b 100644 --- a/bin/tests/system/rrsetorder/tests.sh +++ b/bin/tests/system/rrsetorder/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rsabigexponent/README.md b/bin/tests/system/rsabigexponent/README.md index 4142221e45..3390e63c23 100644 --- a/bin/tests/system/rsabigexponent/README.md +++ b/bin/tests/system/rsabigexponent/README.md @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. The `rsabigexponent` test is used to `check max-rsa-exponent-size`. diff --git a/bin/tests/system/rsabigexponent/bigkey.c b/bin/tests/system/rsabigexponent/bigkey.c index 6c8bdf6952..e815417240 100644 --- a/bin/tests/system/rsabigexponent/bigkey.c +++ b/bin/tests/system/rsabigexponent/bigkey.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/rsabigexponent/clean.sh b/bin/tests/system/rsabigexponent/clean.sh index 936dac5d5b..22ea41ad2a 100644 --- a/bin/tests/system/rsabigexponent/clean.sh +++ b/bin/tests/system/rsabigexponent/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rsabigexponent/conf/bad01.conf b/bin/tests/system/rsabigexponent/conf/bad01.conf index 1c56cc338b..720d19758c 100644 --- a/bin/tests/system/rsabigexponent/conf/bad01.conf +++ b/bin/tests/system/rsabigexponent/conf/bad01.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rsabigexponent/conf/bad02.conf b/bin/tests/system/rsabigexponent/conf/bad02.conf index 671199d3ff..bd1e827380 100644 --- a/bin/tests/system/rsabigexponent/conf/bad02.conf +++ b/bin/tests/system/rsabigexponent/conf/bad02.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rsabigexponent/conf/bad03.conf b/bin/tests/system/rsabigexponent/conf/bad03.conf index d7edae6d06..4331b52b79 100644 --- a/bin/tests/system/rsabigexponent/conf/bad03.conf +++ b/bin/tests/system/rsabigexponent/conf/bad03.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rsabigexponent/conf/good01.conf b/bin/tests/system/rsabigexponent/conf/good01.conf index bfa7a4517c..1d2cd0181c 100644 --- a/bin/tests/system/rsabigexponent/conf/good01.conf +++ b/bin/tests/system/rsabigexponent/conf/good01.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rsabigexponent/conf/good02.conf b/bin/tests/system/rsabigexponent/conf/good02.conf index d87fb7fb53..861e054840 100644 --- a/bin/tests/system/rsabigexponent/conf/good02.conf +++ b/bin/tests/system/rsabigexponent/conf/good02.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rsabigexponent/conf/good03.conf b/bin/tests/system/rsabigexponent/conf/good03.conf index 0a70e29fe3..14a98f8468 100644 --- a/bin/tests/system/rsabigexponent/conf/good03.conf +++ b/bin/tests/system/rsabigexponent/conf/good03.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rsabigexponent/ns1/named.conf.in b/bin/tests/system/rsabigexponent/ns1/named.conf.in index 6122dc1a51..4a9822d05b 100644 --- a/bin/tests/system/rsabigexponent/ns1/named.conf.in +++ b/bin/tests/system/rsabigexponent/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rsabigexponent/ns1/root.db.in b/bin/tests/system/rsabigexponent/ns1/root.db.in index d205fc87e8..048632546a 100644 --- a/bin/tests/system/rsabigexponent/ns1/root.db.in +++ b/bin/tests/system/rsabigexponent/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rsabigexponent/ns1/sign.sh b/bin/tests/system/rsabigexponent/ns1/sign.sh index 1b8d6084d6..c35ec970be 100755 --- a/bin/tests/system/rsabigexponent/ns1/sign.sh +++ b/bin/tests/system/rsabigexponent/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rsabigexponent/ns2/example.db.bad b/bin/tests/system/rsabigexponent/ns2/example.db.bad index 1d0d4b582e..449e474ac2 100644 --- a/bin/tests/system/rsabigexponent/ns2/example.db.bad +++ b/bin/tests/system/rsabigexponent/ns2/example.db.bad @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rsabigexponent/ns2/example.db.in b/bin/tests/system/rsabigexponent/ns2/example.db.in index 3a958b51ec..a2a6964eb7 100644 --- a/bin/tests/system/rsabigexponent/ns2/example.db.in +++ b/bin/tests/system/rsabigexponent/ns2/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/rsabigexponent/ns2/named.conf.in b/bin/tests/system/rsabigexponent/ns2/named.conf.in index 7f30c66cd6..7a15fd7ead 100644 --- a/bin/tests/system/rsabigexponent/ns2/named.conf.in +++ b/bin/tests/system/rsabigexponent/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rsabigexponent/ns2/sign.sh b/bin/tests/system/rsabigexponent/ns2/sign.sh index 014af24cb5..c98415f764 100755 --- a/bin/tests/system/rsabigexponent/ns2/sign.sh +++ b/bin/tests/system/rsabigexponent/ns2/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rsabigexponent/ns3/named.conf.in b/bin/tests/system/rsabigexponent/ns3/named.conf.in index 34495937c4..bc63656038 100644 --- a/bin/tests/system/rsabigexponent/ns3/named.conf.in +++ b/bin/tests/system/rsabigexponent/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/rsabigexponent/setup.sh b/bin/tests/system/rsabigexponent/setup.sh index 524c6dbdf9..b7c280169f 100644 --- a/bin/tests/system/rsabigexponent/setup.sh +++ b/bin/tests/system/rsabigexponent/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/rsabigexponent/tests.sh b/bin/tests/system/rsabigexponent/tests.sh index 11b2af3548..ca7308a1ce 100644 --- a/bin/tests/system/rsabigexponent/tests.sh +++ b/bin/tests/system/rsabigexponent/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/run.sh.in b/bin/tests/system/run.sh.in index 893dd5a76d..ee4a9077b2 100644 --- a/bin/tests/system/run.sh.in +++ b/bin/tests/system/run.sh.in @@ -2,9 +2,11 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. diff --git a/bin/tests/system/runall.sh b/bin/tests/system/runall.sh index daa0f048df..33c0bd6d81 100755 --- a/bin/tests/system/runall.sh +++ b/bin/tests/system/runall.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/runsequential.sh b/bin/tests/system/runsequential.sh index 12c3d8e1ff..4b99bd09b9 100755 --- a/bin/tests/system/runsequential.sh +++ b/bin/tests/system/runsequential.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/runtime/README b/bin/tests/system/runtime/README index eeda486e07..9272f12957 100644 --- a/bin/tests/system/runtime/README +++ b/bin/tests/system/runtime/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. Tests of runtime checks, e.g., that named prevents duplicate processes from running. diff --git a/bin/tests/system/runtime/clean.sh b/bin/tests/system/runtime/clean.sh index 0af3c3126c..39fdc0cbd0 100644 --- a/bin/tests/system/runtime/clean.sh +++ b/bin/tests/system/runtime/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/runtime/ns2/named-alt1.conf.in b/bin/tests/system/runtime/ns2/named-alt1.conf.in index 76fd747e8d..4efb3d76eb 100644 --- a/bin/tests/system/runtime/ns2/named-alt1.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/runtime/ns2/named-alt2.conf.in b/bin/tests/system/runtime/ns2/named-alt2.conf.in index 0b0c5dcaf7..ab374f801b 100644 --- a/bin/tests/system/runtime/ns2/named-alt2.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/runtime/ns2/named-alt3.conf.in b/bin/tests/system/runtime/ns2/named-alt3.conf.in index 3337cc574a..0f351aa9c6 100644 --- a/bin/tests/system/runtime/ns2/named-alt3.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/runtime/ns2/named-alt4.conf.in b/bin/tests/system/runtime/ns2/named-alt4.conf.in index dca9ccff06..aa3a01035a 100644 --- a/bin/tests/system/runtime/ns2/named-alt4.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt4.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/runtime/ns2/named-alt5.conf.in b/bin/tests/system/runtime/ns2/named-alt5.conf.in index d2dbf3f955..23d09b5e70 100644 --- a/bin/tests/system/runtime/ns2/named-alt5.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt5.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/runtime/ns2/named-alt6.conf.in b/bin/tests/system/runtime/ns2/named-alt6.conf.in index 283457b588..3ebc140573 100644 --- a/bin/tests/system/runtime/ns2/named-alt6.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt6.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/runtime/ns2/named-alt7.conf.in b/bin/tests/system/runtime/ns2/named-alt7.conf.in index 3c85bd9346..49f38b49a6 100644 --- a/bin/tests/system/runtime/ns2/named-alt7.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt7.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/runtime/ns2/named-alt9.conf.in b/bin/tests/system/runtime/ns2/named-alt9.conf.in index 9457d300d4..6ae88e5ee5 100644 --- a/bin/tests/system/runtime/ns2/named-alt9.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt9.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/runtime/ns2/named1.conf.in b/bin/tests/system/runtime/ns2/named1.conf.in index 5df31515f6..b389863d4d 100644 --- a/bin/tests/system/runtime/ns2/named1.conf.in +++ b/bin/tests/system/runtime/ns2/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/runtime/setup.sh b/bin/tests/system/runtime/setup.sh index 60fc22a57b..07b0c70f50 100644 --- a/bin/tests/system/runtime/setup.sh +++ b/bin/tests/system/runtime/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/runtime/tests.sh b/bin/tests/system/runtime/tests.sh index ddbdc10a80..3e49c6d175 100644 --- a/bin/tests/system/runtime/tests.sh +++ b/bin/tests/system/runtime/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/send.pl b/bin/tests/system/send.pl index a7879e1fac..62b4f7ac48 100644 --- a/bin/tests/system/send.pl +++ b/bin/tests/system/send.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/serve-stale/ans2/ans.pl b/bin/tests/system/serve-stale/ans2/ans.pl index 7a40f50a42..0af055a4fb 100644 --- a/bin/tests/system/serve-stale/ans2/ans.pl +++ b/bin/tests/system/serve-stale/ans2/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/env perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/serve-stale/clean.sh b/bin/tests/system/serve-stale/clean.sh index 3415ccd004..9f71849239 100644 --- a/bin/tests/system/serve-stale/clean.sh +++ b/bin/tests/system/serve-stale/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/serve-stale/ns1/named1.conf.in b/bin/tests/system/serve-stale/ns1/named1.conf.in index 41347871cd..c0dd5b8911 100644 --- a/bin/tests/system/serve-stale/ns1/named1.conf.in +++ b/bin/tests/system/serve-stale/ns1/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/serve-stale/ns1/named2.conf.in b/bin/tests/system/serve-stale/ns1/named2.conf.in index 06fae5369c..985cddb6f9 100644 --- a/bin/tests/system/serve-stale/ns1/named2.conf.in +++ b/bin/tests/system/serve-stale/ns1/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/serve-stale/ns1/named3.conf.in b/bin/tests/system/serve-stale/ns1/named3.conf.in index f97dea958d..263baa095c 100644 --- a/bin/tests/system/serve-stale/ns1/named3.conf.in +++ b/bin/tests/system/serve-stale/ns1/named3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/serve-stale/ns1/root.db b/bin/tests/system/serve-stale/ns1/root.db index 2e8ca62f67..b6b73675fd 100644 --- a/bin/tests/system/serve-stale/ns1/root.db +++ b/bin/tests/system/serve-stale/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/serve-stale/ns3/named1.conf.in b/bin/tests/system/serve-stale/ns3/named1.conf.in index d76b348151..4bc5de915d 100644 --- a/bin/tests/system/serve-stale/ns3/named1.conf.in +++ b/bin/tests/system/serve-stale/ns3/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/serve-stale/ns3/named2.conf.in b/bin/tests/system/serve-stale/ns3/named2.conf.in index 57919b7bbe..777133d608 100644 --- a/bin/tests/system/serve-stale/ns3/named2.conf.in +++ b/bin/tests/system/serve-stale/ns3/named2.conf.in @@ -1,15 +1,16 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ - /* * Test default stale-answer-client-timeout value */ diff --git a/bin/tests/system/serve-stale/ns3/named3.conf.in b/bin/tests/system/serve-stale/ns3/named3.conf.in index 5a840e9cdf..98fff793b0 100644 --- a/bin/tests/system/serve-stale/ns3/named3.conf.in +++ b/bin/tests/system/serve-stale/ns3/named3.conf.in @@ -1,15 +1,16 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ - /* * Test disable of stale-answer-client-timeout. */ diff --git a/bin/tests/system/serve-stale/ns3/named4.conf.in b/bin/tests/system/serve-stale/ns3/named4.conf.in index af3bd868a2..21801b4b68 100644 --- a/bin/tests/system/serve-stale/ns3/named4.conf.in +++ b/bin/tests/system/serve-stale/ns3/named4.conf.in @@ -1,15 +1,16 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ - /* * Test stale-answer-client-timeout 0. */ diff --git a/bin/tests/system/serve-stale/ns3/named5.conf.in b/bin/tests/system/serve-stale/ns3/named5.conf.in index e62de8bfb1..f7c51286aa 100644 --- a/bin/tests/system/serve-stale/ns3/named5.conf.in +++ b/bin/tests/system/serve-stale/ns3/named5.conf.in @@ -1,15 +1,16 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ - /* * Test stale-answer-client-timeout 0. */ diff --git a/bin/tests/system/serve-stale/ns3/named6.conf.in b/bin/tests/system/serve-stale/ns3/named6.conf.in index 92c0eaf057..6fa3fbf851 100644 --- a/bin/tests/system/serve-stale/ns3/named6.conf.in +++ b/bin/tests/system/serve-stale/ns3/named6.conf.in @@ -1,15 +1,16 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ - /* * Test stale-answer-client-timeout 0. */ diff --git a/bin/tests/system/serve-stale/ns3/named7.conf.in b/bin/tests/system/serve-stale/ns3/named7.conf.in index c3582ba084..3dba2eeb8f 100644 --- a/bin/tests/system/serve-stale/ns3/named7.conf.in +++ b/bin/tests/system/serve-stale/ns3/named7.conf.in @@ -1,15 +1,16 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ - /* * Test serve-stale interaction with fetch-limits (dual-mode). */ diff --git a/bin/tests/system/serve-stale/ns3/named8.conf.in b/bin/tests/system/serve-stale/ns3/named8.conf.in index 3c135af04f..a292b5af40 100644 --- a/bin/tests/system/serve-stale/ns3/named8.conf.in +++ b/bin/tests/system/serve-stale/ns3/named8.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/serve-stale/ns3/root.db b/bin/tests/system/serve-stale/ns3/root.db index 8f779b0878..bbf039c987 100644 --- a/bin/tests/system/serve-stale/ns3/root.db +++ b/bin/tests/system/serve-stale/ns3/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/serve-stale/ns4/named.conf.in b/bin/tests/system/serve-stale/ns4/named.conf.in index a6d0cc1e51..dbec7fde83 100644 --- a/bin/tests/system/serve-stale/ns4/named.conf.in +++ b/bin/tests/system/serve-stale/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/serve-stale/ns5/named.conf.in b/bin/tests/system/serve-stale/ns5/named.conf.in index af725f6d48..fb2694e376 100644 --- a/bin/tests/system/serve-stale/ns5/named.conf.in +++ b/bin/tests/system/serve-stale/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/serve-stale/setup.sh b/bin/tests/system/serve-stale/setup.sh index 02fd1990ca..0a0dc476b5 100644 --- a/bin/tests/system/serve-stale/setup.sh +++ b/bin/tests/system/serve-stale/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/serve-stale/tests.sh b/bin/tests/system/serve-stale/tests.sh index c8b6c99606..4acd22c600 100755 --- a/bin/tests/system/serve-stale/tests.sh +++ b/bin/tests/system/serve-stale/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/setup.sh b/bin/tests/system/setup.sh index 2bd20eaba2..23145fa7c8 100644 --- a/bin/tests/system/setup.sh +++ b/bin/tests/system/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/sfcache/README b/bin/tests/system/sfcache/README index 8f981b7c42..91b21264da 100644 --- a/bin/tests/system/sfcache/README +++ b/bin/tests/system/sfcache/README @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. The test setup for the SERVFAIL ncache tests has a secure root. diff --git a/bin/tests/system/sfcache/clean.sh b/bin/tests/system/sfcache/clean.sh index 888789cffc..e8bd8189fd 100644 --- a/bin/tests/system/sfcache/clean.sh +++ b/bin/tests/system/sfcache/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/sfcache/ns1/named.conf.in b/bin/tests/system/sfcache/ns1/named.conf.in index 6122dc1a51..4a9822d05b 100644 --- a/bin/tests/system/sfcache/ns1/named.conf.in +++ b/bin/tests/system/sfcache/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/sfcache/ns1/root.db.in b/bin/tests/system/sfcache/ns1/root.db.in index 9ee20905b7..1deb998277 100644 --- a/bin/tests/system/sfcache/ns1/root.db.in +++ b/bin/tests/system/sfcache/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/sfcache/ns1/sign.sh b/bin/tests/system/sfcache/ns1/sign.sh index 66a98237b0..4b8d6d6eec 100644 --- a/bin/tests/system/sfcache/ns1/sign.sh +++ b/bin/tests/system/sfcache/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/sfcache/ns2/example.db.in b/bin/tests/system/sfcache/ns2/example.db.in index 594a549dec..c035ee8ffa 100644 --- a/bin/tests/system/sfcache/ns2/example.db.in +++ b/bin/tests/system/sfcache/ns2/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/sfcache/ns2/named.conf.in b/bin/tests/system/sfcache/ns2/named.conf.in index 09c9d1c70c..2ec6675c01 100644 --- a/bin/tests/system/sfcache/ns2/named.conf.in +++ b/bin/tests/system/sfcache/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/sfcache/ns2/sign.sh b/bin/tests/system/sfcache/ns2/sign.sh index 5fd96c7e65..038d0790ec 100644 --- a/bin/tests/system/sfcache/ns2/sign.sh +++ b/bin/tests/system/sfcache/ns2/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/sfcache/ns5/named.conf.in b/bin/tests/system/sfcache/ns5/named.conf.in index b601a52636..df3938be1e 100644 --- a/bin/tests/system/sfcache/ns5/named.conf.in +++ b/bin/tests/system/sfcache/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/sfcache/ns5/sign.sh b/bin/tests/system/sfcache/ns5/sign.sh index 6a2d42bb0d..6ca88de19e 100644 --- a/bin/tests/system/sfcache/ns5/sign.sh +++ b/bin/tests/system/sfcache/ns5/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/sfcache/setup.sh b/bin/tests/system/sfcache/setup.sh index 7e4814590b..a51b814b94 100644 --- a/bin/tests/system/sfcache/setup.sh +++ b/bin/tests/system/sfcache/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/sfcache/tests.sh b/bin/tests/system/sfcache/tests.sh index c40970667d..7f57aa8214 100644 --- a/bin/tests/system/sfcache/tests.sh +++ b/bin/tests/system/sfcache/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/shutdown/clean.sh b/bin/tests/system/shutdown/clean.sh index 663bc24885..89a7aaa438 100644 --- a/bin/tests/system/shutdown/clean.sh +++ b/bin/tests/system/shutdown/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/shutdown/conftest.py b/bin/tests/system/shutdown/conftest.py index bcacf8f2c3..3c3f9d1165 100644 --- a/bin/tests/system/shutdown/conftest.py +++ b/bin/tests/system/shutdown/conftest.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import os import pytest diff --git a/bin/tests/system/shutdown/ns1/named.conf.in b/bin/tests/system/shutdown/ns1/named.conf.in index b5e97befda..05e6d84994 100644 --- a/bin/tests/system/shutdown/ns1/named.conf.in +++ b/bin/tests/system/shutdown/ns1/named.conf.in @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + key rndc_key { secret "1234abcd8765"; algorithm hmac-sha256; diff --git a/bin/tests/system/shutdown/ns1/root.db b/bin/tests/system/shutdown/ns1/root.db index 2533685351..60f1b30ff9 100644 --- a/bin/tests/system/shutdown/ns1/root.db +++ b/bin/tests/system/shutdown/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/shutdown/ns2/named.conf.in b/bin/tests/system/shutdown/ns2/named.conf.in index 490f71347b..c041a5b3f3 100644 --- a/bin/tests/system/shutdown/ns2/named.conf.in +++ b/bin/tests/system/shutdown/ns2/named.conf.in @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + key rndc_key { secret "1234abcd8765"; algorithm hmac-sha256; diff --git a/bin/tests/system/shutdown/ns2/test.db b/bin/tests/system/shutdown/ns2/test.db index f9c3b9f1f8..91c16ecd1b 100644 --- a/bin/tests/system/shutdown/ns2/test.db +++ b/bin/tests/system/shutdown/ns2/test.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 300 @ IN SOA ns1 root.test. 2020040101 4h 1h 1w 60 diff --git a/bin/tests/system/shutdown/resolver/named.conf.in b/bin/tests/system/shutdown/resolver/named.conf.in index d03539003c..f8444e33c0 100644 --- a/bin/tests/system/shutdown/resolver/named.conf.in +++ b/bin/tests/system/shutdown/resolver/named.conf.in @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + logging { channel basic { file "named.run"; diff --git a/bin/tests/system/shutdown/resolver/root.db b/bin/tests/system/shutdown/resolver/root.db index c50a9079ee..88e0ba834b 100644 --- a/bin/tests/system/shutdown/resolver/root.db +++ b/bin/tests/system/shutdown/resolver/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/shutdown/setup.sh b/bin/tests/system/shutdown/setup.sh index b7b68512a2..fae46932e3 100644 --- a/bin/tests/system/shutdown/setup.sh +++ b/bin/tests/system/shutdown/setup.sh @@ -1,9 +1,11 @@ #! /bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/shutdown/tests-shutdown.py b/bin/tests/system/shutdown/tests-shutdown.py index 458a777b10..d8c2b1f662 100755 --- a/bin/tests/system/shutdown/tests-shutdown.py +++ b/bin/tests/system/shutdown/tests-shutdown.py @@ -1,14 +1,15 @@ #!/usr/bin/python3 -############################################################################ + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ from concurrent.futures import ThreadPoolExecutor, as_completed import os diff --git a/bin/tests/system/smartsign/child.db b/bin/tests/system/smartsign/child.db index 11af1a53d8..878df45f4d 100644 --- a/bin/tests/system/smartsign/child.db +++ b/bin/tests/system/smartsign/child.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/smartsign/clean.sh b/bin/tests/system/smartsign/clean.sh index c9cc6dfd3d..ad975afae1 100644 --- a/bin/tests/system/smartsign/clean.sh +++ b/bin/tests/system/smartsign/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/smartsign/parent.db b/bin/tests/system/smartsign/parent.db index 6c6567f75c..a5484e3b66 100644 --- a/bin/tests/system/smartsign/parent.db +++ b/bin/tests/system/smartsign/parent.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/smartsign/tests.sh b/bin/tests/system/smartsign/tests.sh index 84a5d98b50..cec969f88c 100644 --- a/bin/tests/system/smartsign/tests.sh +++ b/bin/tests/system/smartsign/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/sortlist/clean.sh b/bin/tests/system/sortlist/clean.sh index da0f42375c..b490f46907 100644 --- a/bin/tests/system/sortlist/clean.sh +++ b/bin/tests/system/sortlist/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/sortlist/ns1/example.db b/bin/tests/system/sortlist/ns1/example.db index 94ebc73952..b68e2159e6 100644 --- a/bin/tests/system/sortlist/ns1/example.db +++ b/bin/tests/system/sortlist/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/sortlist/ns1/named.conf.in b/bin/tests/system/sortlist/ns1/named.conf.in index a3df0e35ac..33081ffe96 100644 --- a/bin/tests/system/sortlist/ns1/named.conf.in +++ b/bin/tests/system/sortlist/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/sortlist/ns1/root.db b/bin/tests/system/sortlist/ns1/root.db index dab5cea7f7..17780d13f0 100644 --- a/bin/tests/system/sortlist/ns1/root.db +++ b/bin/tests/system/sortlist/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/sortlist/setup.sh b/bin/tests/system/sortlist/setup.sh index 110e0e3446..82240a7c1b 100644 --- a/bin/tests/system/sortlist/setup.sh +++ b/bin/tests/system/sortlist/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/sortlist/tests.sh b/bin/tests/system/sortlist/tests.sh index 257248c0d8..4d80456a81 100644 --- a/bin/tests/system/sortlist/tests.sh +++ b/bin/tests/system/sortlist/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/spf/clean.sh b/bin/tests/system/spf/clean.sh index 5d245c2e19..c7a532fab1 100644 --- a/bin/tests/system/spf/clean.sh +++ b/bin/tests/system/spf/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/spf/ns1/named.conf.in b/bin/tests/system/spf/ns1/named.conf.in index d376ab00f8..f828586df7 100644 --- a/bin/tests/system/spf/ns1/named.conf.in +++ b/bin/tests/system/spf/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/spf/ns1/spf.db b/bin/tests/system/spf/ns1/spf.db index 6c0e7e5512..9527b1bd1c 100644 --- a/bin/tests/system/spf/ns1/spf.db +++ b/bin/tests/system/spf/ns1/spf.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/spf/setup.sh b/bin/tests/system/spf/setup.sh index 110e0e3446..82240a7c1b 100644 --- a/bin/tests/system/spf/setup.sh +++ b/bin/tests/system/spf/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/spf/tests.sh b/bin/tests/system/spf/tests.sh index 83797aca58..54b3519998 100644 --- a/bin/tests/system/spf/tests.sh +++ b/bin/tests/system/spf/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index fb2a3b1117..3ea6e23761 100755 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -w -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/start.sh.in b/bin/tests/system/start.sh.in index 676dd94980..0e05845d9d 100644 --- a/bin/tests/system/start.sh.in +++ b/bin/tests/system/start.sh.in @@ -2,9 +2,11 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/clean.sh b/bin/tests/system/staticstub/clean.sh index 32d1fce494..f0dbe280dd 100755 --- a/bin/tests/system/staticstub/clean.sh +++ b/bin/tests/system/staticstub/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/staticstub/conf/bad01.conf b/bin/tests/system/staticstub/conf/bad01.conf index 6f9bf55a40..a849de4a1a 100644 --- a/bin/tests/system/staticstub/conf/bad01.conf +++ b/bin/tests/system/staticstub/conf/bad01.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/bad02.conf b/bin/tests/system/staticstub/conf/bad02.conf index dd23d739e9..9c85d00d06 100644 --- a/bin/tests/system/staticstub/conf/bad02.conf +++ b/bin/tests/system/staticstub/conf/bad02.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/bad03.conf b/bin/tests/system/staticstub/conf/bad03.conf index e8e9231237..b5aa0f41ad 100644 --- a/bin/tests/system/staticstub/conf/bad03.conf +++ b/bin/tests/system/staticstub/conf/bad03.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/bad04.conf b/bin/tests/system/staticstub/conf/bad04.conf index 54b5d288fa..ec25b7a454 100644 --- a/bin/tests/system/staticstub/conf/bad04.conf +++ b/bin/tests/system/staticstub/conf/bad04.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/bad05.conf b/bin/tests/system/staticstub/conf/bad05.conf index 7a3ba554ff..e47f4122e9 100644 --- a/bin/tests/system/staticstub/conf/bad05.conf +++ b/bin/tests/system/staticstub/conf/bad05.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/bad06.conf b/bin/tests/system/staticstub/conf/bad06.conf index 8c2ad5829e..be75748dc4 100644 --- a/bin/tests/system/staticstub/conf/bad06.conf +++ b/bin/tests/system/staticstub/conf/bad06.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/bad07.conf b/bin/tests/system/staticstub/conf/bad07.conf index c347102f13..dd1879f7a6 100644 --- a/bin/tests/system/staticstub/conf/bad07.conf +++ b/bin/tests/system/staticstub/conf/bad07.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/bad08.conf b/bin/tests/system/staticstub/conf/bad08.conf index 83f1f27451..c389c9dc2e 100644 --- a/bin/tests/system/staticstub/conf/bad08.conf +++ b/bin/tests/system/staticstub/conf/bad08.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/bad09.conf b/bin/tests/system/staticstub/conf/bad09.conf index 4ee87cb1f2..09e92e6c9d 100644 --- a/bin/tests/system/staticstub/conf/bad09.conf +++ b/bin/tests/system/staticstub/conf/bad09.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/bad10.conf b/bin/tests/system/staticstub/conf/bad10.conf index f3ec70845b..b9d28629b1 100644 --- a/bin/tests/system/staticstub/conf/bad10.conf +++ b/bin/tests/system/staticstub/conf/bad10.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/bad11.conf b/bin/tests/system/staticstub/conf/bad11.conf index afe78a9bb1..0b97e70839 100644 --- a/bin/tests/system/staticstub/conf/bad11.conf +++ b/bin/tests/system/staticstub/conf/bad11.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/good01.conf b/bin/tests/system/staticstub/conf/good01.conf index 8f3558e83e..93f19aff48 100644 --- a/bin/tests/system/staticstub/conf/good01.conf +++ b/bin/tests/system/staticstub/conf/good01.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/good02.conf b/bin/tests/system/staticstub/conf/good02.conf index 1bbb5c1171..6a8a413d06 100644 --- a/bin/tests/system/staticstub/conf/good02.conf +++ b/bin/tests/system/staticstub/conf/good02.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/good03.conf b/bin/tests/system/staticstub/conf/good03.conf index af6fc8e6e9..faa9ab3dbe 100644 --- a/bin/tests/system/staticstub/conf/good03.conf +++ b/bin/tests/system/staticstub/conf/good03.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/good04.conf b/bin/tests/system/staticstub/conf/good04.conf index 02009c52d7..161e4f07f2 100644 --- a/bin/tests/system/staticstub/conf/good04.conf +++ b/bin/tests/system/staticstub/conf/good04.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/conf/good05.conf b/bin/tests/system/staticstub/conf/good05.conf index 59054eef04..e1db2fdb17 100644 --- a/bin/tests/system/staticstub/conf/good05.conf +++ b/bin/tests/system/staticstub/conf/good05.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/ns1/named.conf.in b/bin/tests/system/staticstub/ns1/named.conf.in index f80374b5a2..985b93294e 100644 --- a/bin/tests/system/staticstub/ns1/named.conf.in +++ b/bin/tests/system/staticstub/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/ns1/root.db b/bin/tests/system/staticstub/ns1/root.db index 3927582e54..26bc0394c8 100644 --- a/bin/tests/system/staticstub/ns1/root.db +++ b/bin/tests/system/staticstub/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/ns2/named.conf.in b/bin/tests/system/staticstub/ns2/named.conf.in index c3ae03c4d2..0724607b32 100644 --- a/bin/tests/system/staticstub/ns2/named.conf.in +++ b/bin/tests/system/staticstub/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/ns3/example.db.in b/bin/tests/system/staticstub/ns3/example.db.in index 85fc1d848b..c3b7d81da6 100644 --- a/bin/tests/system/staticstub/ns3/example.db.in +++ b/bin/tests/system/staticstub/ns3/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/ns3/example.org.db b/bin/tests/system/staticstub/ns3/example.org.db index becf883a67..aec2f99a8e 100644 --- a/bin/tests/system/staticstub/ns3/example.org.db +++ b/bin/tests/system/staticstub/ns3/example.org.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/ns3/named.conf.in b/bin/tests/system/staticstub/ns3/named.conf.in index 7391896937..cbff743d16 100644 --- a/bin/tests/system/staticstub/ns3/named.conf.in +++ b/bin/tests/system/staticstub/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/ns3/sign.sh b/bin/tests/system/staticstub/ns3/sign.sh index a4daaa9446..993a06c965 100755 --- a/bin/tests/system/staticstub/ns3/sign.sh +++ b/bin/tests/system/staticstub/ns3/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/staticstub/ns3/undelegated.db.in b/bin/tests/system/staticstub/ns3/undelegated.db.in index c85337dc41..a7010ef933 100644 --- a/bin/tests/system/staticstub/ns3/undelegated.db.in +++ b/bin/tests/system/staticstub/ns3/undelegated.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/ns4/example.com.db b/bin/tests/system/staticstub/ns4/example.com.db index feda956b0b..3db8fa40c6 100644 --- a/bin/tests/system/staticstub/ns4/example.com.db +++ b/bin/tests/system/staticstub/ns4/example.com.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/ns4/example.info.db b/bin/tests/system/staticstub/ns4/example.info.db index 42a0860c0a..169c70d414 100644 --- a/bin/tests/system/staticstub/ns4/example.info.db +++ b/bin/tests/system/staticstub/ns4/example.info.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/ns4/example.org.db b/bin/tests/system/staticstub/ns4/example.org.db index 13b3a610d2..69dc7e349d 100644 --- a/bin/tests/system/staticstub/ns4/example.org.db +++ b/bin/tests/system/staticstub/ns4/example.org.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/ns4/named.conf.in b/bin/tests/system/staticstub/ns4/named.conf.in index dc6006df3d..40c2a17bab 100644 --- a/bin/tests/system/staticstub/ns4/named.conf.in +++ b/bin/tests/system/staticstub/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/ns4/sign.sh b/bin/tests/system/staticstub/ns4/sign.sh index b13d5aabfa..43f985a126 100755 --- a/bin/tests/system/staticstub/ns4/sign.sh +++ b/bin/tests/system/staticstub/ns4/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/staticstub/ns4/sub.example.db.in b/bin/tests/system/staticstub/ns4/sub.example.db.in index 9d346eb7ee..255396b32c 100644 --- a/bin/tests/system/staticstub/ns4/sub.example.db.in +++ b/bin/tests/system/staticstub/ns4/sub.example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/staticstub/setup.sh b/bin/tests/system/staticstub/setup.sh index a16b4d792a..61c56211c4 100755 --- a/bin/tests/system/staticstub/setup.sh +++ b/bin/tests/system/staticstub/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/staticstub/tests.sh b/bin/tests/system/staticstub/tests.sh index 0e1a3be84e..f8096d3a97 100755 --- a/bin/tests/system/staticstub/tests.sh +++ b/bin/tests/system/staticstub/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statistics/ans4/ans.pl b/bin/tests/system/statistics/ans4/ans.pl index b82a00f53b..3a37a82814 100644 --- a/bin/tests/system/statistics/ans4/ans.pl +++ b/bin/tests/system/statistics/ans4/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -w -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statistics/clean.sh b/bin/tests/system/statistics/clean.sh index 1caa97b113..da49585395 100644 --- a/bin/tests/system/statistics/clean.sh +++ b/bin/tests/system/statistics/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statistics/ns1/named.conf.in b/bin/tests/system/statistics/ns1/named.conf.in index b0e66bb0ab..8fd14f9855 100644 --- a/bin/tests/system/statistics/ns1/named.conf.in +++ b/bin/tests/system/statistics/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/statistics/ns1/root.db b/bin/tests/system/statistics/ns1/root.db index dab5cea7f7..17780d13f0 100644 --- a/bin/tests/system/statistics/ns1/root.db +++ b/bin/tests/system/statistics/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/statistics/ns1/zone.db b/bin/tests/system/statistics/ns1/zone.db index 868fffcd03..7feee2cdad 100644 --- a/bin/tests/system/statistics/ns1/zone.db +++ b/bin/tests/system/statistics/ns1/zone.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/statistics/ns2/example.db b/bin/tests/system/statistics/ns2/example.db index 4a3f33fb98..4d60ce3011 100644 --- a/bin/tests/system/statistics/ns2/example.db +++ b/bin/tests/system/statistics/ns2/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/statistics/ns2/internal.db b/bin/tests/system/statistics/ns2/internal.db index 38a6b0d590..4f1014f152 100644 --- a/bin/tests/system/statistics/ns2/internal.db +++ b/bin/tests/system/statistics/ns2/internal.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/statistics/ns2/named.conf.in b/bin/tests/system/statistics/ns2/named.conf.in index 2e503d1d88..4e020378fb 100644 --- a/bin/tests/system/statistics/ns2/named.conf.in +++ b/bin/tests/system/statistics/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/statistics/ns2/named2.conf.in b/bin/tests/system/statistics/ns2/named2.conf.in index 7fdf3037aa..f2deebf11b 100644 --- a/bin/tests/system/statistics/ns2/named2.conf.in +++ b/bin/tests/system/statistics/ns2/named2.conf.in @@ -1,8 +1,10 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this + * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statistics/ns3/internal.db b/bin/tests/system/statistics/ns3/internal.db index cdf2648434..c93c2b0963 100644 --- a/bin/tests/system/statistics/ns3/internal.db +++ b/bin/tests/system/statistics/ns3/internal.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/statistics/ns3/named.conf.in b/bin/tests/system/statistics/ns3/named.conf.in index 7e4ac06311..97021f002d 100644 --- a/bin/tests/system/statistics/ns3/named.conf.in +++ b/bin/tests/system/statistics/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/statistics/ns3/root.hint b/bin/tests/system/statistics/ns3/root.hint index 1acfd1403d..dbc4a42e7c 100644 --- a/bin/tests/system/statistics/ns3/root.hint +++ b/bin/tests/system/statistics/ns3/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/statistics/setup.sh b/bin/tests/system/statistics/setup.sh index c4670066e3..7ffda5583c 100644 --- a/bin/tests/system/statistics/setup.sh +++ b/bin/tests/system/statistics/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statistics/tests.sh b/bin/tests/system/statistics/tests.sh index 7e0190c604..a111f5432d 100644 --- a/bin/tests/system/statistics/tests.sh +++ b/bin/tests/system/statistics/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statschannel/clean.sh b/bin/tests/system/statschannel/clean.sh index 09218d5b5b..a8bff6e19c 100644 --- a/bin/tests/system/statschannel/clean.sh +++ b/bin/tests/system/statschannel/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statschannel/conftest.py b/bin/tests/system/statschannel/conftest.py index bc53cb2d20..2bc5f116eb 100644 --- a/bin/tests/system/statschannel/conftest.py +++ b/bin/tests/system/statschannel/conftest.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import os import pytest diff --git a/bin/tests/system/statschannel/fetch.pl b/bin/tests/system/statschannel/fetch.pl index e2b2005f4f..7c57ca2937 100644 --- a/bin/tests/system/statschannel/fetch.pl +++ b/bin/tests/system/statschannel/fetch.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statschannel/generic.py b/bin/tests/system/statschannel/generic.py index aff45d90a9..1c5fda8092 100644 --- a/bin/tests/system/statschannel/generic.py +++ b/bin/tests/system/statschannel/generic.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import helper diff --git a/bin/tests/system/statschannel/helper.py b/bin/tests/system/statschannel/helper.py index fb9a2eb12b..0a44333e14 100644 --- a/bin/tests/system/statschannel/helper.py +++ b/bin/tests/system/statschannel/helper.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import os import os.path diff --git a/bin/tests/system/statschannel/mem-xml.pl b/bin/tests/system/statschannel/mem-xml.pl index 49497de037..4483aaee37 100644 --- a/bin/tests/system/statschannel/mem-xml.pl +++ b/bin/tests/system/statschannel/mem-xml.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statschannel/ns1/example.db b/bin/tests/system/statschannel/ns1/example.db index b65651aa2d..5c2635e328 100644 --- a/bin/tests/system/statschannel/ns1/example.db +++ b/bin/tests/system/statschannel/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/statschannel/ns1/named.conf.in b/bin/tests/system/statschannel/ns1/named.conf.in index de3c420a1c..04ead3325c 100644 --- a/bin/tests/system/statschannel/ns1/named.conf.in +++ b/bin/tests/system/statschannel/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/statschannel/ns2/dnssec.db.in b/bin/tests/system/statschannel/ns2/dnssec.db.in index 47cb88e3dc..90ae16675c 100644 --- a/bin/tests/system/statschannel/ns2/dnssec.db.in +++ b/bin/tests/system/statschannel/ns2/dnssec.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/statschannel/ns2/example.db b/bin/tests/system/statschannel/ns2/example.db index b65651aa2d..5c2635e328 100644 --- a/bin/tests/system/statschannel/ns2/example.db +++ b/bin/tests/system/statschannel/ns2/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/statschannel/ns2/manykeys.db.in b/bin/tests/system/statschannel/ns2/manykeys.db.in index 5886edf2c2..3281a39abc 100644 --- a/bin/tests/system/statschannel/ns2/manykeys.db.in +++ b/bin/tests/system/statschannel/ns2/manykeys.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/statschannel/ns2/named.conf.in b/bin/tests/system/statschannel/ns2/named.conf.in index c4ec68db3f..fd25fff4a7 100644 --- a/bin/tests/system/statschannel/ns2/named.conf.in +++ b/bin/tests/system/statschannel/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/statschannel/ns2/named2.conf.in b/bin/tests/system/statschannel/ns2/named2.conf.in index 15c52d4972..d45f9f5873 100644 --- a/bin/tests/system/statschannel/ns2/named2.conf.in +++ b/bin/tests/system/statschannel/ns2/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/statschannel/ns2/sign.sh b/bin/tests/system/statschannel/ns2/sign.sh index 9d836fd460..f9429cadaf 100644 --- a/bin/tests/system/statschannel/ns2/sign.sh +++ b/bin/tests/system/statschannel/ns2/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statschannel/ns3/named.conf.in b/bin/tests/system/statschannel/ns3/named.conf.in index cabe068791..5f08c3ffaa 100644 --- a/bin/tests/system/statschannel/ns3/named.conf.in +++ b/bin/tests/system/statschannel/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/statschannel/send64k.pl b/bin/tests/system/statschannel/send64k.pl index b382dd59da..4174b5a3a0 100644 --- a/bin/tests/system/statschannel/send64k.pl +++ b/bin/tests/system/statschannel/send64k.pl @@ -2,6 +2,8 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/statschannel/server-json.pl b/bin/tests/system/statschannel/server-json.pl index b0cddfcd08..3715318eab 100644 --- a/bin/tests/system/statschannel/server-json.pl +++ b/bin/tests/system/statschannel/server-json.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statschannel/server-xml.pl b/bin/tests/system/statschannel/server-xml.pl index ebc8fc7973..5f763603e5 100644 --- a/bin/tests/system/statschannel/server-xml.pl +++ b/bin/tests/system/statschannel/server-xml.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statschannel/setup.sh b/bin/tests/system/statschannel/setup.sh index ed081986c8..f5ef3ee893 100644 --- a/bin/tests/system/statschannel/setup.sh +++ b/bin/tests/system/statschannel/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statschannel/tests-json.py b/bin/tests/system/statschannel/tests-json.py index 33cc0b1f96..a368260b28 100755 --- a/bin/tests/system/statschannel/tests-json.py +++ b/bin/tests/system/statschannel/tests-json.py @@ -1,14 +1,15 @@ #!/usr/bin/python3 -############################################################################ + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ from datetime import datetime diff --git a/bin/tests/system/statschannel/tests-xml.py b/bin/tests/system/statschannel/tests-xml.py index b181385cbc..912716bfd8 100755 --- a/bin/tests/system/statschannel/tests-xml.py +++ b/bin/tests/system/statschannel/tests-xml.py @@ -1,14 +1,15 @@ #!/usr/bin/python3 -############################################################################ + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import xml.etree.ElementTree as ET from datetime import datetime diff --git a/bin/tests/system/statschannel/tests.sh b/bin/tests/system/statschannel/tests.sh index 2ce484b5db..a247ef4882 100644 --- a/bin/tests/system/statschannel/tests.sh +++ b/bin/tests/system/statschannel/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statschannel/traffic-json.pl b/bin/tests/system/statschannel/traffic-json.pl index e90308179b..353d6c761f 100644 --- a/bin/tests/system/statschannel/traffic-json.pl +++ b/bin/tests/system/statschannel/traffic-json.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statschannel/traffic-xml.pl b/bin/tests/system/statschannel/traffic-xml.pl index f659933fdf..5552cc5be9 100644 --- a/bin/tests/system/statschannel/traffic-xml.pl +++ b/bin/tests/system/statschannel/traffic-xml.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statschannel/zones-json.pl b/bin/tests/system/statschannel/zones-json.pl index 5da65324a2..9eec9db4ef 100644 --- a/bin/tests/system/statschannel/zones-json.pl +++ b/bin/tests/system/statschannel/zones-json.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/statschannel/zones-xml.pl b/bin/tests/system/statschannel/zones-xml.pl index 4e56e00225..be868524a6 100644 --- a/bin/tests/system/statschannel/zones-xml.pl +++ b/bin/tests/system/statschannel/zones-xml.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/stop.pl b/bin/tests/system/stop.pl index 7d230e69d1..4332ac83cc 100644 --- a/bin/tests/system/stop.pl +++ b/bin/tests/system/stop.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -w -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/stop.sh.in b/bin/tests/system/stop.sh.in index ac3964e63c..9b213568d3 100644 --- a/bin/tests/system/stop.sh.in +++ b/bin/tests/system/stop.sh.in @@ -2,9 +2,11 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. diff --git a/bin/tests/system/stopall.sh b/bin/tests/system/stopall.sh index 1ee87243ad..8eaa9d986c 100644 --- a/bin/tests/system/stopall.sh +++ b/bin/tests/system/stopall.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/stress/clean.sh b/bin/tests/system/stress/clean.sh index 828a66ca6f..0f8403c83a 100644 --- a/bin/tests/system/stress/clean.sh +++ b/bin/tests/system/stress/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/stress/ns1/named.conf b/bin/tests/system/stress/ns1/named.conf index c76c622f21..a8378d2034 100644 --- a/bin/tests/system/stress/ns1/named.conf +++ b/bin/tests/system/stress/ns1/named.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/stress/ns2/named.conf b/bin/tests/system/stress/ns2/named.conf index c6163a2a63..f8317823b1 100644 --- a/bin/tests/system/stress/ns2/named.conf +++ b/bin/tests/system/stress/ns2/named.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/stress/ns3/named.conf b/bin/tests/system/stress/ns3/named.conf index 021d3b3e9a..8894493ba6 100644 --- a/bin/tests/system/stress/ns3/named.conf +++ b/bin/tests/system/stress/ns3/named.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/stress/ns4/named.conf b/bin/tests/system/stress/ns4/named.conf index d4cfa24413..e41d194705 100644 --- a/bin/tests/system/stress/ns4/named.conf +++ b/bin/tests/system/stress/ns4/named.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/stress/setup.pl b/bin/tests/system/stress/setup.pl index 0998d05d88..947defb33b 100644 --- a/bin/tests/system/stress/setup.pl +++ b/bin/tests/system/stress/setup.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/stress/setup.sh b/bin/tests/system/stress/setup.sh index 87f388fbb9..7d7d8b34a9 100644 --- a/bin/tests/system/stress/setup.sh +++ b/bin/tests/system/stress/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/stress/tests.sh b/bin/tests/system/stress/tests.sh index aa168d14be..e0c6ea7466 100644 --- a/bin/tests/system/stress/tests.sh +++ b/bin/tests/system/stress/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/stress/update.pl b/bin/tests/system/stress/update.pl index 0ee18fad7e..1276b21728 100644 --- a/bin/tests/system/stress/update.pl +++ b/bin/tests/system/stress/update.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/stub/clean.sh b/bin/tests/system/stub/clean.sh index 56ef8e2435..504df030fb 100644 --- a/bin/tests/system/stub/clean.sh +++ b/bin/tests/system/stub/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/stub/ns1/named.conf.in b/bin/tests/system/stub/ns1/named.conf.in index eb072be055..765cf696e8 100644 --- a/bin/tests/system/stub/ns1/named.conf.in +++ b/bin/tests/system/stub/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/stub/ns1/root.db b/bin/tests/system/stub/ns1/root.db index 5d148992a8..361f93e21f 100644 --- a/bin/tests/system/stub/ns1/root.db +++ b/bin/tests/system/stub/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/stub/ns2/child.example.db b/bin/tests/system/stub/ns2/child.example.db index 12acc8ae86..9b50a2a352 100644 --- a/bin/tests/system/stub/ns2/child.example.db +++ b/bin/tests/system/stub/ns2/child.example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/stub/ns2/named.conf.in b/bin/tests/system/stub/ns2/named.conf.in index a357c31415..29364822ba 100644 --- a/bin/tests/system/stub/ns2/named.conf.in +++ b/bin/tests/system/stub/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/stub/ns3/example.db b/bin/tests/system/stub/ns3/example.db index cbf1392ed4..4d0b3f0970 100644 --- a/bin/tests/system/stub/ns3/example.db +++ b/bin/tests/system/stub/ns3/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/stub/ns3/named.conf.in b/bin/tests/system/stub/ns3/named.conf.in index 4e29f2a343..32368893e6 100644 --- a/bin/tests/system/stub/ns3/named.conf.in +++ b/bin/tests/system/stub/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/stub/ns4/example.db b/bin/tests/system/stub/ns4/example.db index 06f352b252..1afe983380 100644 --- a/bin/tests/system/stub/ns4/example.db +++ b/bin/tests/system/stub/ns4/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/stub/ns4/named.conf.in b/bin/tests/system/stub/ns4/named.conf.in index 5c44380e2c..7e539727b1 100644 --- a/bin/tests/system/stub/ns4/named.conf.in +++ b/bin/tests/system/stub/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/stub/ns5/named.conf.in b/bin/tests/system/stub/ns5/named.conf.in index 07aba12b94..39e38cc4d5 100644 --- a/bin/tests/system/stub/ns5/named.conf.in +++ b/bin/tests/system/stub/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/stub/setup.sh b/bin/tests/system/stub/setup.sh index ad34e50400..5d12d6ac95 100644 --- a/bin/tests/system/stub/setup.sh +++ b/bin/tests/system/stub/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/stub/tests.sh b/bin/tests/system/stub/tests.sh index 6c54c9a09d..47e61301b4 100644 --- a/bin/tests/system/stub/tests.sh +++ b/bin/tests/system/stub/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/synthfromdnssec/clean.sh b/bin/tests/system/synthfromdnssec/clean.sh index e4a0ad86eb..bd86173f85 100644 --- a/bin/tests/system/synthfromdnssec/clean.sh +++ b/bin/tests/system/synthfromdnssec/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/synthfromdnssec/ns1/dnamed.db.in b/bin/tests/system/synthfromdnssec/ns1/dnamed.db.in index 659403a17b..299adb2e50 100644 --- a/bin/tests/system/synthfromdnssec/ns1/dnamed.db.in +++ b/bin/tests/system/synthfromdnssec/ns1/dnamed.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns1/example.db.in b/bin/tests/system/synthfromdnssec/ns1/example.db.in index 210725ad44..79d5c27ee1 100644 --- a/bin/tests/system/synthfromdnssec/ns1/example.db.in +++ b/bin/tests/system/synthfromdnssec/ns1/example.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns1/minimal.db.in b/bin/tests/system/synthfromdnssec/ns1/minimal.db.in index 195062ed56..2df3890807 100644 --- a/bin/tests/system/synthfromdnssec/ns1/minimal.db.in +++ b/bin/tests/system/synthfromdnssec/ns1/minimal.db.in @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 3600 minimal. 3600 SOA ns1.minimal. hostmaster.minimal. ( 1 ; serial diff --git a/bin/tests/system/synthfromdnssec/ns1/named.conf.in b/bin/tests/system/synthfromdnssec/ns1/named.conf.in index 136a98bf6e..7d25a1371a 100644 --- a/bin/tests/system/synthfromdnssec/ns1/named.conf.in +++ b/bin/tests/system/synthfromdnssec/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns1/root.db.in b/bin/tests/system/synthfromdnssec/ns1/root.db.in index 9c63514846..fa9a21b6c2 100644 --- a/bin/tests/system/synthfromdnssec/ns1/root.db.in +++ b/bin/tests/system/synthfromdnssec/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns1/sign.sh b/bin/tests/system/synthfromdnssec/ns1/sign.sh index 572dadaa66..9aecf73281 100644 --- a/bin/tests/system/synthfromdnssec/ns1/sign.sh +++ b/bin/tests/system/synthfromdnssec/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/synthfromdnssec/ns1/soa-without-dnskey.db.in b/bin/tests/system/synthfromdnssec/ns1/soa-without-dnskey.db.in index 6e51db2fe4..a8ad40cb08 100644 --- a/bin/tests/system/synthfromdnssec/ns1/soa-without-dnskey.db.in +++ b/bin/tests/system/synthfromdnssec/ns1/soa-without-dnskey.db.in @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $TTL 3600 soa-without-dnskey. 3600 SOA ns1.soa-without-dnskey. hostmaster.soa-without-dnskey. ( 1 ; serial diff --git a/bin/tests/system/synthfromdnssec/ns2/named.conf.in b/bin/tests/system/synthfromdnssec/ns2/named.conf.in index 201ab7735e..b226420e6f 100644 --- a/bin/tests/system/synthfromdnssec/ns2/named.conf.in +++ b/bin/tests/system/synthfromdnssec/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns2/root.hints b/bin/tests/system/synthfromdnssec/ns2/root.hints index 63fc22d0e1..6b80b9e7d3 100644 --- a/bin/tests/system/synthfromdnssec/ns2/root.hints +++ b/bin/tests/system/synthfromdnssec/ns2/root.hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns3/named.conf.in b/bin/tests/system/synthfromdnssec/ns3/named.conf.in index 1fa6f3f27a..20fcf2ff59 100644 --- a/bin/tests/system/synthfromdnssec/ns3/named.conf.in +++ b/bin/tests/system/synthfromdnssec/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns3/redirect.db b/bin/tests/system/synthfromdnssec/ns3/redirect.db index 2e0ea151d3..c529ad240e 100644 --- a/bin/tests/system/synthfromdnssec/ns3/redirect.db +++ b/bin/tests/system/synthfromdnssec/ns3/redirect.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns3/root.hints b/bin/tests/system/synthfromdnssec/ns3/root.hints index 63fc22d0e1..6b80b9e7d3 100644 --- a/bin/tests/system/synthfromdnssec/ns3/root.hints +++ b/bin/tests/system/synthfromdnssec/ns3/root.hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns4/named.conf.in b/bin/tests/system/synthfromdnssec/ns4/named.conf.in index 06fc825f5a..2dbc9d0a40 100644 --- a/bin/tests/system/synthfromdnssec/ns4/named.conf.in +++ b/bin/tests/system/synthfromdnssec/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns4/root.hints b/bin/tests/system/synthfromdnssec/ns4/root.hints index 63fc22d0e1..6b80b9e7d3 100644 --- a/bin/tests/system/synthfromdnssec/ns4/root.hints +++ b/bin/tests/system/synthfromdnssec/ns4/root.hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns5/named.conf.in b/bin/tests/system/synthfromdnssec/ns5/named.conf.in index 85672b4780..2f936f4fa7 100644 --- a/bin/tests/system/synthfromdnssec/ns5/named.conf.in +++ b/bin/tests/system/synthfromdnssec/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns5/root.hints b/bin/tests/system/synthfromdnssec/ns5/root.hints index 63fc22d0e1..6b80b9e7d3 100644 --- a/bin/tests/system/synthfromdnssec/ns5/root.hints +++ b/bin/tests/system/synthfromdnssec/ns5/root.hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns6/named.conf.in b/bin/tests/system/synthfromdnssec/ns6/named.conf.in index 76cb5f64d6..0ef4650484 100644 --- a/bin/tests/system/synthfromdnssec/ns6/named.conf.in +++ b/bin/tests/system/synthfromdnssec/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/ns6/root.hints b/bin/tests/system/synthfromdnssec/ns6/root.hints index 63fc22d0e1..6b80b9e7d3 100644 --- a/bin/tests/system/synthfromdnssec/ns6/root.hints +++ b/bin/tests/system/synthfromdnssec/ns6/root.hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/synthfromdnssec/setup.sh b/bin/tests/system/synthfromdnssec/setup.sh index 067aa0e753..d109871d80 100644 --- a/bin/tests/system/synthfromdnssec/setup.sh +++ b/bin/tests/system/synthfromdnssec/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/synthfromdnssec/tests.sh b/bin/tests/system/synthfromdnssec/tests.sh index 564287e32e..643b6f52a2 100644 --- a/bin/tests/system/synthfromdnssec/tests.sh +++ b/bin/tests/system/synthfromdnssec/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tcp/ans6/ans.py b/bin/tests/system/tcp/ans6/ans.py index 10baba0ed4..5cc98538fb 100644 --- a/bin/tests/system/tcp/ans6/ans.py +++ b/bin/tests/system/tcp/ans6/ans.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ ############################################################################ # diff --git a/bin/tests/system/tcp/clean.sh b/bin/tests/system/tcp/clean.sh index 1cca5dbdf1..850f5f9b1c 100644 --- a/bin/tests/system/tcp/clean.sh +++ b/bin/tests/system/tcp/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tcp/ns1/named.conf.in b/bin/tests/system/tcp/ns1/named.conf.in index 0a614cae79..24c87468a9 100644 --- a/bin/tests/system/tcp/ns1/named.conf.in +++ b/bin/tests/system/tcp/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/tcp/ns1/root.db b/bin/tests/system/tcp/ns1/root.db index dab5cea7f7..17780d13f0 100644 --- a/bin/tests/system/tcp/ns1/root.db +++ b/bin/tests/system/tcp/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/tcp/ns2/example.db b/bin/tests/system/tcp/ns2/example.db index 4a3f33fb98..4d60ce3011 100644 --- a/bin/tests/system/tcp/ns2/example.db +++ b/bin/tests/system/tcp/ns2/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/tcp/ns2/named.conf.in b/bin/tests/system/tcp/ns2/named.conf.in index 7751f7e095..5737800331 100644 --- a/bin/tests/system/tcp/ns2/named.conf.in +++ b/bin/tests/system/tcp/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/tcp/ns3/named.conf.in b/bin/tests/system/tcp/ns3/named.conf.in index 282bb2cdfb..5b3b982de1 100644 --- a/bin/tests/system/tcp/ns3/named.conf.in +++ b/bin/tests/system/tcp/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/tcp/ns4/named.conf.in b/bin/tests/system/tcp/ns4/named.conf.in index e6c7c22958..a7a0546ff8 100644 --- a/bin/tests/system/tcp/ns4/named.conf.in +++ b/bin/tests/system/tcp/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/tcp/ns5/named.conf.in b/bin/tests/system/tcp/ns5/named.conf.in index b2f27577cd..7827d9db21 100644 --- a/bin/tests/system/tcp/ns5/named.conf.in +++ b/bin/tests/system/tcp/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/tcp/setup.sh b/bin/tests/system/tcp/setup.sh index 7c36ad0548..124326f882 100644 --- a/bin/tests/system/tcp/setup.sh +++ b/bin/tests/system/tcp/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tcp/tests.sh b/bin/tests/system/tcp/tests.sh index 4faadaa1cb..12ca6790d6 100644 --- a/bin/tests/system/tcp/tests.sh +++ b/bin/tests/system/tcp/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/testcrypto.sh b/bin/tests/system/testcrypto.sh index 2e48cae888..7a71fbd75c 100644 --- a/bin/tests/system/testcrypto.sh +++ b/bin/tests/system/testcrypto.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/testsock.pl b/bin/tests/system/testsock.pl index 57cabc44b8..e9448ed380 100755 --- a/bin/tests/system/testsock.pl +++ b/bin/tests/system/testsock.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/testsock6.pl b/bin/tests/system/testsock6.pl index 9071fdf54e..59036849a4 100644 --- a/bin/tests/system/testsock6.pl +++ b/bin/tests/system/testsock6.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/testsummary.sh b/bin/tests/system/testsummary.sh index 649b9973ec..52c79b94db 100644 --- a/bin/tests/system/testsummary.sh +++ b/bin/tests/system/testsummary.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/timeouts/clean.sh b/bin/tests/system/timeouts/clean.sh index 75fa7ecfd0..0da8a9c25f 100644 --- a/bin/tests/system/timeouts/clean.sh +++ b/bin/tests/system/timeouts/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/timeouts/conftest.py b/bin/tests/system/timeouts/conftest.py index 368fe9c407..0ce749b3fd 100644 --- a/bin/tests/system/timeouts/conftest.py +++ b/bin/tests/system/timeouts/conftest.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import os import pytest diff --git a/bin/tests/system/timeouts/ns1/example.db b/bin/tests/system/timeouts/ns1/example.db index 310a31b5ca..cb321ff66e 100644 --- a/bin/tests/system/timeouts/ns1/example.db +++ b/bin/tests/system/timeouts/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/timeouts/ns1/named.conf.in b/bin/tests/system/timeouts/ns1/named.conf.in index ddd82535a0..c9a7a6b42e 100644 --- a/bin/tests/system/timeouts/ns1/named.conf.in +++ b/bin/tests/system/timeouts/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/timeouts/ns1/root.db b/bin/tests/system/timeouts/ns1/root.db index 2c481ea7f2..cb48acd3f6 100644 --- a/bin/tests/system/timeouts/ns1/root.db +++ b/bin/tests/system/timeouts/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/timeouts/prereq.sh b/bin/tests/system/timeouts/prereq.sh index 9f4e7cd560..0fac912973 100644 --- a/bin/tests/system/timeouts/prereq.sh +++ b/bin/tests/system/timeouts/prereq.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/timeouts/setup.sh b/bin/tests/system/timeouts/setup.sh index 2af68a27f4..2e8fd6a6ba 100644 --- a/bin/tests/system/timeouts/setup.sh +++ b/bin/tests/system/timeouts/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/timeouts/tests-tcp.py b/bin/tests/system/timeouts/tests-tcp.py index 78cba3a41e..2c5e99cc1c 100644 --- a/bin/tests/system/timeouts/tests-tcp.py +++ b/bin/tests/system/timeouts/tests-tcp.py @@ -1,14 +1,15 @@ #!/usr/bin/python3 -############################################################################ + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ # pylint: disable=unused-variable diff --git a/bin/tests/system/tkey/clean.sh b/bin/tests/system/tkey/clean.sh index 46f3704aa0..f5df065aab 100644 --- a/bin/tests/system/tkey/clean.sh +++ b/bin/tests/system/tkey/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tkey/keycreate.c b/bin/tests/system/tkey/keycreate.c index cfd5a9aeac..b2c61e23e2 100644 --- a/bin/tests/system/tkey/keycreate.c +++ b/bin/tests/system/tkey/keycreate.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/tkey/keydelete.c b/bin/tests/system/tkey/keydelete.c index 69bec035fa..b563ebcb44 100644 --- a/bin/tests/system/tkey/keydelete.c +++ b/bin/tests/system/tkey/keydelete.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/system/tkey/ns1/example.db b/bin/tests/system/tkey/ns1/example.db index 7771d2881b..a84794662c 100644 --- a/bin/tests/system/tkey/ns1/example.db +++ b/bin/tests/system/tkey/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/tkey/ns1/named.conf.in b/bin/tests/system/tkey/ns1/named.conf.in index 198953ad67..a2e371c3ff 100644 --- a/bin/tests/system/tkey/ns1/named.conf.in +++ b/bin/tests/system/tkey/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/tkey/ns1/setup.sh b/bin/tests/system/tkey/ns1/setup.sh index d6d4e41cfb..b283f7373b 100644 --- a/bin/tests/system/tkey/ns1/setup.sh +++ b/bin/tests/system/tkey/ns1/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tkey/setup.sh b/bin/tests/system/tkey/setup.sh index bededf3f7a..bc6aa5118a 100644 --- a/bin/tests/system/tkey/setup.sh +++ b/bin/tests/system/tkey/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tkey/tests.sh b/bin/tests/system/tkey/tests.sh index 3dcfa00030..864542f694 100644 --- a/bin/tests/system/tkey/tests.sh +++ b/bin/tests/system/tkey/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tools/clean.sh b/bin/tests/system/tools/clean.sh index ca43ab8d36..32a8e9736d 100644 --- a/bin/tests/system/tools/clean.sh +++ b/bin/tests/system/tools/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tools/setup.sh b/bin/tests/system/tools/setup.sh index 1d73e72679..b8ae3b4aa8 100644 --- a/bin/tests/system/tools/setup.sh +++ b/bin/tests/system/tools/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tools/tests.sh b/bin/tests/system/tools/tests.sh index 7339f36a86..732bb8baf9 100644 --- a/bin/tests/system/tools/tests.sh +++ b/bin/tests/system/tools/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/transport-acl/clean.sh b/bin/tests/system/transport-acl/clean.sh index bd6739e94e..e8d1b95ee5 100644 --- a/bin/tests/system/transport-acl/clean.sh +++ b/bin/tests/system/transport-acl/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/transport-acl/ns1/named.conf.in b/bin/tests/system/transport-acl/ns1/named.conf.in index e46130f024..cf0ccd5d70 100644 --- a/bin/tests/system/transport-acl/ns1/named.conf.in +++ b/bin/tests/system/transport-acl/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/transport-acl/setup.sh b/bin/tests/system/transport-acl/setup.sh index a54dba7732..672a5b6ae4 100644 --- a/bin/tests/system/transport-acl/setup.sh +++ b/bin/tests/system/transport-acl/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/transport-acl/tests.sh b/bin/tests/system/transport-acl/tests.sh index 339ad41c58..24a30c9168 100644 --- a/bin/tests/system/transport-acl/tests.sh +++ b/bin/tests/system/transport-acl/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tsig/ans2/ans.pl b/bin/tests/system/tsig/ans2/ans.pl index 578d1bec4b..09ab29b949 100644 --- a/bin/tests/system/tsig/ans2/ans.pl +++ b/bin/tests/system/tsig/ans2/ans.pl @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tsig/clean.sh b/bin/tests/system/tsig/clean.sh index b2fc2915d5..b173ffe748 100644 --- a/bin/tests/system/tsig/clean.sh +++ b/bin/tests/system/tsig/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tsig/ns1/example.db b/bin/tests/system/tsig/ns1/example.db index 05d8dd8611..7854613a13 100644 --- a/bin/tests/system/tsig/ns1/example.db +++ b/bin/tests/system/tsig/ns1/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/tsig/ns1/named.conf.in b/bin/tests/system/tsig/ns1/named.conf.in index 3470c4f200..76cf970397 100644 --- a/bin/tests/system/tsig/ns1/named.conf.in +++ b/bin/tests/system/tsig/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/tsig/setup.sh b/bin/tests/system/tsig/setup.sh index 3210f1b218..34cc73bf53 100644 --- a/bin/tests/system/tsig/setup.sh +++ b/bin/tests/system/tsig/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tsig/tests.sh b/bin/tests/system/tsig/tests.sh index a9bf42b58a..106722741c 100644 --- a/bin/tests/system/tsig/tests.sh +++ b/bin/tests/system/tsig/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tsiggss/authsock.pl b/bin/tests/system/tsiggss/authsock.pl index c43cab679f..4c76bf8d56 100644 --- a/bin/tests/system/tsiggss/authsock.pl +++ b/bin/tests/system/tsiggss/authsock.pl @@ -1,9 +1,11 @@ #!/usr/bin/env perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tsiggss/clean.sh b/bin/tests/system/tsiggss/clean.sh index 81f649fe9d..0ace209efb 100644 --- a/bin/tests/system/tsiggss/clean.sh +++ b/bin/tests/system/tsiggss/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tsiggss/ns1/example.nil.db.in b/bin/tests/system/tsiggss/ns1/example.nil.db.in index 001bb29837..536ef292b9 100644 --- a/bin/tests/system/tsiggss/ns1/example.nil.db.in +++ b/bin/tests/system/tsiggss/ns1/example.nil.db.in @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + ; -*- zone -*- ; this was generated by a Samba4 provision, and is typical ; of a AD DNS zone diff --git a/bin/tests/system/tsiggss/ns1/named.conf.in b/bin/tests/system/tsiggss/ns1/named.conf.in index 9a6b329ca7..1dfa49a900 100644 --- a/bin/tests/system/tsiggss/ns1/named.conf.in +++ b/bin/tests/system/tsiggss/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/tsiggss/prereq.sh b/bin/tests/system/tsiggss/prereq.sh index c77153a9ef..0f8e2d6110 100644 --- a/bin/tests/system/tsiggss/prereq.sh +++ b/bin/tests/system/tsiggss/prereq.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tsiggss/setup.sh b/bin/tests/system/tsiggss/setup.sh index 247915cdd3..e13b312e0a 100644 --- a/bin/tests/system/tsiggss/setup.sh +++ b/bin/tests/system/tsiggss/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/tsiggss/tests.sh b/bin/tests/system/tsiggss/tests.sh index 0d671032ec..d79cec1199 100644 --- a/bin/tests/system/tsiggss/tests.sh +++ b/bin/tests/system/tsiggss/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/ttl/clean.sh b/bin/tests/system/ttl/clean.sh index 443b841ea8..17b09d77d4 100644 --- a/bin/tests/system/ttl/clean.sh +++ b/bin/tests/system/ttl/clean.sh @@ -1,5 +1,16 @@ #!/bin/sh +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# +# SPDX-License-Identifier: MPL-2.0 +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. + rm -f ./dig.out.* rm -f ./*/named.conf rm -f ./*/named.memstats diff --git a/bin/tests/system/ttl/ns1/max-example.db b/bin/tests/system/ttl/ns1/max-example.db index 87efa578c2..aeaafc7fbc 100644 --- a/bin/tests/system/ttl/ns1/max-example.db +++ b/bin/tests/system/ttl/ns1/max-example.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + max-example. 1209600 IN SOA ns root ( 2000082401 ; serial 1800 ; refresh (30 minutes) diff --git a/bin/tests/system/ttl/ns1/min-example.db b/bin/tests/system/ttl/ns1/min-example.db index da1db00f1b..87d6e7e269 100644 --- a/bin/tests/system/ttl/ns1/min-example.db +++ b/bin/tests/system/ttl/ns1/min-example.db @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + min-example. 0 IN SOA ns root ( 2000082401 ; serial 1800 ; refresh (30 minutes) diff --git a/bin/tests/system/ttl/ns1/named.conf.in b/bin/tests/system/ttl/ns1/named.conf.in index 8a3bca36d7..4c771c97bf 100644 --- a/bin/tests/system/ttl/ns1/named.conf.in +++ b/bin/tests/system/ttl/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/ttl/ns2/hints.db b/bin/tests/system/ttl/ns2/hints.db index 348fc96c11..c9264bf646 100644 --- a/bin/tests/system/ttl/ns2/hints.db +++ b/bin/tests/system/ttl/ns2/hints.db @@ -1,2 +1,13 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + . 60 IN NS ns.nil. ns.nil. 60 IN A 10.53.0.1 diff --git a/bin/tests/system/ttl/ns2/named.conf.in b/bin/tests/system/ttl/ns2/named.conf.in index 0762625492..d1c56acb44 100644 --- a/bin/tests/system/ttl/ns2/named.conf.in +++ b/bin/tests/system/ttl/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/ttl/setup.sh b/bin/tests/system/ttl/setup.sh index 68fd0d2b81..46c18c406a 100644 --- a/bin/tests/system/ttl/setup.sh +++ b/bin/tests/system/ttl/setup.sh @@ -1,5 +1,16 @@ #!/bin/sh +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# +# SPDX-License-Identifier: MPL-2.0 +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. + . ../conf.sh $SHELL clean.sh diff --git a/bin/tests/system/ttl/tests.sh b/bin/tests/system/ttl/tests.sh index e0a3582b7f..4b0ffa5c3d 100644 --- a/bin/tests/system/ttl/tests.sh +++ b/bin/tests/system/ttl/tests.sh @@ -1,5 +1,16 @@ #!/bin/sh +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# +# SPDX-License-Identifier: MPL-2.0 +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. + . ../conf.sh dig_with_options() { "$DIG" +noadd +nosea +nostat +noquest +nocomm +nocmd -p "${PORT}" "$@"; } diff --git a/bin/tests/system/unknown/clean.sh b/bin/tests/system/unknown/clean.sh index d0adb16c9e..1d73edda5b 100644 --- a/bin/tests/system/unknown/clean.sh +++ b/bin/tests/system/unknown/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/unknown/ns1/broken1.db b/bin/tests/system/unknown/ns1/broken1.db index 0c5a4a5173..cee3832cec 100644 --- a/bin/tests/system/unknown/ns1/broken1.db +++ b/bin/tests/system/unknown/ns1/broken1.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/unknown/ns1/broken2.db b/bin/tests/system/unknown/ns1/broken2.db index a3c84ffff1..b06ce832c3 100644 --- a/bin/tests/system/unknown/ns1/broken2.db +++ b/bin/tests/system/unknown/ns1/broken2.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/unknown/ns1/broken3.db b/bin/tests/system/unknown/ns1/broken3.db index 17dde882e9..24c0aed658 100644 --- a/bin/tests/system/unknown/ns1/broken3.db +++ b/bin/tests/system/unknown/ns1/broken3.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/unknown/ns1/broken4.db b/bin/tests/system/unknown/ns1/broken4.db index a40425625a..448bc4b9f1 100644 --- a/bin/tests/system/unknown/ns1/broken4.db +++ b/bin/tests/system/unknown/ns1/broken4.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/unknown/ns1/broken5.db b/bin/tests/system/unknown/ns1/broken5.db index c31e2791b8..b868a6ca2f 100644 --- a/bin/tests/system/unknown/ns1/broken5.db +++ b/bin/tests/system/unknown/ns1/broken5.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/unknown/ns1/class10.hints b/bin/tests/system/unknown/ns1/class10.hints index 440b36fa15..cf782459b8 100644 --- a/bin/tests/system/unknown/ns1/class10.hints +++ b/bin/tests/system/unknown/ns1/class10.hints @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/unknown/ns1/example-class10.db b/bin/tests/system/unknown/ns1/example-class10.db index a8e1d4d497..ba69aadf8a 100644 --- a/bin/tests/system/unknown/ns1/example-class10.db +++ b/bin/tests/system/unknown/ns1/example-class10.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/unknown/ns1/example-in.db b/bin/tests/system/unknown/ns1/example-in.db index d29f8da5e8..9b4b8ec837 100644 --- a/bin/tests/system/unknown/ns1/example-in.db +++ b/bin/tests/system/unknown/ns1/example-in.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/unknown/ns1/large.db b/bin/tests/system/unknown/ns1/large.db index 2c826d7e45..ada9930526 100644 --- a/bin/tests/system/unknown/ns1/large.db +++ b/bin/tests/system/unknown/ns1/large.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/unknown/ns1/named.conf.in b/bin/tests/system/unknown/ns1/named.conf.in index 644045fb5b..a240cbeb77 100644 --- a/bin/tests/system/unknown/ns1/named.conf.in +++ b/bin/tests/system/unknown/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/unknown/ns2/named.conf.in b/bin/tests/system/unknown/ns2/named.conf.in index bdae36ae17..01361c7149 100644 --- a/bin/tests/system/unknown/ns2/named.conf.in +++ b/bin/tests/system/unknown/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/unknown/ns3/named.conf.in b/bin/tests/system/unknown/ns3/named.conf.in index b665d17f54..828d6677b8 100644 --- a/bin/tests/system/unknown/ns3/named.conf.in +++ b/bin/tests/system/unknown/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/unknown/ns3/sign.sh b/bin/tests/system/unknown/ns3/sign.sh index 7a9af39876..b98f94f886 100644 --- a/bin/tests/system/unknown/ns3/sign.sh +++ b/bin/tests/system/unknown/ns3/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/unknown/setup.sh b/bin/tests/system/unknown/setup.sh index 10d6d26227..b455625668 100644 --- a/bin/tests/system/unknown/setup.sh +++ b/bin/tests/system/unknown/setup.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/unknown/tests.sh b/bin/tests/system/unknown/tests.sh index 569500e297..6af380a27b 100644 --- a/bin/tests/system/unknown/tests.sh +++ b/bin/tests/system/unknown/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/unknown/zones/nan.bad b/bin/tests/system/unknown/zones/nan.bad index 39efac784f..4381f8862e 100644 --- a/bin/tests/system/unknown/zones/nan.bad +++ b/bin/tests/system/unknown/zones/nan.bad @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/upforwd/ans4/ans.pl b/bin/tests/system/upforwd/ans4/ans.pl index abe4b3ec36..75ab3ed0f1 100644 --- a/bin/tests/system/upforwd/ans4/ans.pl +++ b/bin/tests/system/upforwd/ans4/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/upforwd/clean.sh b/bin/tests/system/upforwd/clean.sh index 2e2e0266e9..a2c53cdde8 100644 --- a/bin/tests/system/upforwd/clean.sh +++ b/bin/tests/system/upforwd/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/upforwd/ns1/example1.db b/bin/tests/system/upforwd/ns1/example1.db index a703d022be..04c47f212f 100644 --- a/bin/tests/system/upforwd/ns1/example1.db +++ b/bin/tests/system/upforwd/ns1/example1.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/upforwd/ns1/named.conf.in b/bin/tests/system/upforwd/ns1/named.conf.in index 3873c7c733..c2b57ddb12 100644 --- a/bin/tests/system/upforwd/ns1/named.conf.in +++ b/bin/tests/system/upforwd/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/upforwd/ns2/named.conf.in b/bin/tests/system/upforwd/ns2/named.conf.in index 3310f1fe06..dd2de8b6ef 100644 --- a/bin/tests/system/upforwd/ns2/named.conf.in +++ b/bin/tests/system/upforwd/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/upforwd/ns3/named.conf.in b/bin/tests/system/upforwd/ns3/named.conf.in index 22879a7c3a..0a5c7da002 100644 --- a/bin/tests/system/upforwd/ns3/named.conf.in +++ b/bin/tests/system/upforwd/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/upforwd/ns3/noprimary.db b/bin/tests/system/upforwd/ns3/noprimary.db index 443bedb78c..c27e1545fd 100644 --- a/bin/tests/system/upforwd/ns3/noprimary.db +++ b/bin/tests/system/upforwd/ns3/noprimary.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/upforwd/setup.sh b/bin/tests/system/upforwd/setup.sh index 376e3c835f..d8a722f71c 100644 --- a/bin/tests/system/upforwd/setup.sh +++ b/bin/tests/system/upforwd/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/upforwd/tests.sh b/bin/tests/system/upforwd/tests.sh index 2011b7f96f..a6de3124de 100644 --- a/bin/tests/system/upforwd/tests.sh +++ b/bin/tests/system/upforwd/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/verify/clean.sh b/bin/tests/system/verify/clean.sh index 6e14f82823..c1d692e95a 100644 --- a/bin/tests/system/verify/clean.sh +++ b/bin/tests/system/verify/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/verify/setup.sh b/bin/tests/system/verify/setup.sh index ee042c250b..08af706da3 100644 --- a/bin/tests/system/verify/setup.sh +++ b/bin/tests/system/verify/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -e -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/verify/tests.sh b/bin/tests/system/verify/tests.sh index 05cc13ab0e..4ae47f1369 100644 --- a/bin/tests/system/verify/tests.sh +++ b/bin/tests/system/verify/tests.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/verify/zones/genzones.sh b/bin/tests/system/verify/zones/genzones.sh index 2ec425ac7c..2884085a1e 100644 --- a/bin/tests/system/verify/zones/genzones.sh +++ b/bin/tests/system/verify/zones/genzones.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/verify/zones/unsigned.db b/bin/tests/system/verify/zones/unsigned.db index a1e250ed1c..1e7cd2b677 100644 --- a/bin/tests/system/verify/zones/unsigned.db +++ b/bin/tests/system/verify/zones/unsigned.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/views/clean.sh b/bin/tests/system/views/clean.sh index 26db234635..d644c2a6af 100644 --- a/bin/tests/system/views/clean.sh +++ b/bin/tests/system/views/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/views/ns1/named.conf.in b/bin/tests/system/views/ns1/named.conf.in index 6bbbe90ea1..eb079c95ab 100644 --- a/bin/tests/system/views/ns1/named.conf.in +++ b/bin/tests/system/views/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/views/ns1/root.db b/bin/tests/system/views/ns1/root.db index dab5cea7f7..17780d13f0 100644 --- a/bin/tests/system/views/ns1/root.db +++ b/bin/tests/system/views/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/views/ns2/1.10.in-addr.arpa.db b/bin/tests/system/views/ns2/1.10.in-addr.arpa.db index ffe6d0d105..7ca723d4ea 100644 --- a/bin/tests/system/views/ns2/1.10.in-addr.arpa.db +++ b/bin/tests/system/views/ns2/1.10.in-addr.arpa.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/views/ns2/clone.db b/bin/tests/system/views/ns2/clone.db index 52bedaab3a..0f2de76847 100644 --- a/bin/tests/system/views/ns2/clone.db +++ b/bin/tests/system/views/ns2/clone.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/views/ns2/example1.db b/bin/tests/system/views/ns2/example1.db index 4a3f33fb98..4d60ce3011 100644 --- a/bin/tests/system/views/ns2/example1.db +++ b/bin/tests/system/views/ns2/example1.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/views/ns2/example2.db b/bin/tests/system/views/ns2/example2.db index 85af63822d..966240e92f 100644 --- a/bin/tests/system/views/ns2/example2.db +++ b/bin/tests/system/views/ns2/example2.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/views/ns2/external/inline.db b/bin/tests/system/views/ns2/external/inline.db index e41e68c3df..16d53b9326 100644 --- a/bin/tests/system/views/ns2/external/inline.db +++ b/bin/tests/system/views/ns2/external/inline.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/views/ns2/internal.db b/bin/tests/system/views/ns2/internal.db index 38a6b0d590..4f1014f152 100644 --- a/bin/tests/system/views/ns2/internal.db +++ b/bin/tests/system/views/ns2/internal.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/views/ns2/internal/inline.db b/bin/tests/system/views/ns2/internal/inline.db index 8da7940893..7a3087312a 100644 --- a/bin/tests/system/views/ns2/internal/inline.db +++ b/bin/tests/system/views/ns2/internal/inline.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/views/ns2/named1.conf.in b/bin/tests/system/views/ns2/named1.conf.in index b3203579b1..e44c4efc26 100644 --- a/bin/tests/system/views/ns2/named1.conf.in +++ b/bin/tests/system/views/ns2/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/views/ns2/named2.conf.in b/bin/tests/system/views/ns2/named2.conf.in index f4e96b6663..4ec4505516 100644 --- a/bin/tests/system/views/ns2/named2.conf.in +++ b/bin/tests/system/views/ns2/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/views/ns2/named3.conf.in b/bin/tests/system/views/ns2/named3.conf.in index 9e36020708..838cfb8d1f 100644 --- a/bin/tests/system/views/ns2/named3.conf.in +++ b/bin/tests/system/views/ns2/named3.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/views/ns3/child.clone.db b/bin/tests/system/views/ns3/child.clone.db index 9ea8d121e9..9b9002378b 100644 --- a/bin/tests/system/views/ns3/child.clone.db +++ b/bin/tests/system/views/ns3/child.clone.db @@ -1,13 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - $TTL 300 ; 5 minutes @ IN SOA ns3. . ( 1 ; serial diff --git a/bin/tests/system/views/ns3/internal.db b/bin/tests/system/views/ns3/internal.db index cdf2648434..c93c2b0963 100644 --- a/bin/tests/system/views/ns3/internal.db +++ b/bin/tests/system/views/ns3/internal.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/views/ns3/named1.conf.in b/bin/tests/system/views/ns3/named1.conf.in index b1cc55dbec..bec49f5338 100644 --- a/bin/tests/system/views/ns3/named1.conf.in +++ b/bin/tests/system/views/ns3/named1.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/views/ns3/named2.conf.in b/bin/tests/system/views/ns3/named2.conf.in index ce9607996c..3becdd6bb1 100644 --- a/bin/tests/system/views/ns3/named2.conf.in +++ b/bin/tests/system/views/ns3/named2.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/views/ns5/child.clone.db b/bin/tests/system/views/ns5/child.clone.db index 8dd4ec13ee..e29143bb20 100644 --- a/bin/tests/system/views/ns5/child.clone.db +++ b/bin/tests/system/views/ns5/child.clone.db @@ -1,13 +1,14 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. - $TTL 300 ; 5 minutes @ IN SOA ns3. . ( 1 ; serial diff --git a/bin/tests/system/views/ns5/named.conf.in b/bin/tests/system/views/ns5/named.conf.in index 9be2036341..4b9e236d30 100644 --- a/bin/tests/system/views/ns5/named.conf.in +++ b/bin/tests/system/views/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/views/setup.sh b/bin/tests/system/views/setup.sh index e1dd2ba4a1..b4ebebeb07 100644 --- a/bin/tests/system/views/setup.sh +++ b/bin/tests/system/views/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/views/tests.sh b/bin/tests/system/views/tests.sh index 50b520e091..06cb3b1a5f 100644 --- a/bin/tests/system/views/tests.sh +++ b/bin/tests/system/views/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/wildcard/clean.sh b/bin/tests/system/wildcard/clean.sh index 057b071573..c690adeedd 100644 --- a/bin/tests/system/wildcard/clean.sh +++ b/bin/tests/system/wildcard/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/wildcard/conftest.py b/bin/tests/system/wildcard/conftest.py index 9db7adc801..057c3785df 100644 --- a/bin/tests/system/wildcard/conftest.py +++ b/bin/tests/system/wildcard/conftest.py @@ -1,13 +1,13 @@ -############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ import os import pytest diff --git a/bin/tests/system/wildcard/ns1/allwild.db.in b/bin/tests/system/wildcard/ns1/allwild.db.in index 43bb18fc93..71575c39bc 100644 --- a/bin/tests/system/wildcard/ns1/allwild.db.in +++ b/bin/tests/system/wildcard/ns1/allwild.db.in @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $ORIGIN allwild.test. allwild.test. 3600 IN SOA . . 0 0 0 0 0 allwild.test. 3600 NS ns.example.test. diff --git a/bin/tests/system/wildcard/ns1/dlv.db.in b/bin/tests/system/wildcard/ns1/dlv.db.in index 413ca28fd7..6156de6572 100644 --- a/bin/tests/system/wildcard/ns1/dlv.db.in +++ b/bin/tests/system/wildcard/ns1/dlv.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/wildcard/ns1/example.db.in b/bin/tests/system/wildcard/ns1/example.db.in index 1c62aff792..36616cbd68 100644 --- a/bin/tests/system/wildcard/ns1/example.db.in +++ b/bin/tests/system/wildcard/ns1/example.db.in @@ -1,3 +1,14 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + $ORIGIN example. example. 3600 IN SOA . . 0 0 0 0 0 example. 3600 NS ns.example.com. diff --git a/bin/tests/system/wildcard/ns1/named.conf.in b/bin/tests/system/wildcard/ns1/named.conf.in index 37f7968fe2..ac02abf8dc 100644 --- a/bin/tests/system/wildcard/ns1/named.conf.in +++ b/bin/tests/system/wildcard/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/wildcard/ns1/nsec.db.in b/bin/tests/system/wildcard/ns1/nsec.db.in index 940e8e1dd1..8869ab972e 100644 --- a/bin/tests/system/wildcard/ns1/nsec.db.in +++ b/bin/tests/system/wildcard/ns1/nsec.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/wildcard/ns1/nsec3.db.in b/bin/tests/system/wildcard/ns1/nsec3.db.in index 940e8e1dd1..8869ab972e 100644 --- a/bin/tests/system/wildcard/ns1/nsec3.db.in +++ b/bin/tests/system/wildcard/ns1/nsec3.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/wildcard/ns1/private.nsec.db.in b/bin/tests/system/wildcard/ns1/private.nsec.db.in index 5114ac4bbe..b7cc22296f 100644 --- a/bin/tests/system/wildcard/ns1/private.nsec.db.in +++ b/bin/tests/system/wildcard/ns1/private.nsec.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/wildcard/ns1/private.nsec3.db.in b/bin/tests/system/wildcard/ns1/private.nsec3.db.in index 98b7875857..566b3f8007 100644 --- a/bin/tests/system/wildcard/ns1/private.nsec3.db.in +++ b/bin/tests/system/wildcard/ns1/private.nsec3.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/wildcard/ns1/root.db.in b/bin/tests/system/wildcard/ns1/root.db.in index 3fcc8a11e1..ffeb0a60b5 100644 --- a/bin/tests/system/wildcard/ns1/root.db.in +++ b/bin/tests/system/wildcard/ns1/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/wildcard/ns1/sign.sh b/bin/tests/system/wildcard/ns1/sign.sh index 71e4c6af7c..749d9c4dd5 100755 --- a/bin/tests/system/wildcard/ns1/sign.sh +++ b/bin/tests/system/wildcard/ns1/sign.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/wildcard/ns2/named.conf.in b/bin/tests/system/wildcard/ns2/named.conf.in index 8ae001b5a1..a9a2a7076d 100644 --- a/bin/tests/system/wildcard/ns2/named.conf.in +++ b/bin/tests/system/wildcard/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/wildcard/ns3/named.conf.in b/bin/tests/system/wildcard/ns3/named.conf.in index 0b3ec8b63b..0b958fa1a2 100644 --- a/bin/tests/system/wildcard/ns3/named.conf.in +++ b/bin/tests/system/wildcard/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/wildcard/ns4/named.conf.in b/bin/tests/system/wildcard/ns4/named.conf.in index 94c5344805..b125fa7420 100644 --- a/bin/tests/system/wildcard/ns4/named.conf.in +++ b/bin/tests/system/wildcard/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/wildcard/ns5/named.conf.in b/bin/tests/system/wildcard/ns5/named.conf.in index abe2d5d020..1cd358dc6f 100644 --- a/bin/tests/system/wildcard/ns5/named.conf.in +++ b/bin/tests/system/wildcard/ns5/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/wildcard/setup.sh b/bin/tests/system/wildcard/setup.sh index 14e2fd5728..8c7adfe1a7 100644 --- a/bin/tests/system/wildcard/setup.sh +++ b/bin/tests/system/wildcard/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/wildcard/tests-wildcard.py b/bin/tests/system/wildcard/tests-wildcard.py index 29f8cbd3ca..3c724b1335 100755 --- a/bin/tests/system/wildcard/tests-wildcard.py +++ b/bin/tests/system/wildcard/tests-wildcard.py @@ -1,14 +1,15 @@ #!/usr/bin/python3 -############################################################################ + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -############################################################################ """ Example property-based test for wildcard synthesis. diff --git a/bin/tests/system/wildcard/tests.sh b/bin/tests/system/wildcard/tests.sh index ce5e1d025f..097c3fb508 100644 --- a/bin/tests/system/wildcard/tests.sh +++ b/bin/tests/system/wildcard/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/xfer/clean.sh b/bin/tests/system/xfer/clean.sh index 9d9f02a4af..2851553009 100644 --- a/bin/tests/system/xfer/clean.sh +++ b/bin/tests/system/xfer/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/xfer/ns1/axfr-too-big.db b/bin/tests/system/xfer/ns1/axfr-too-big.db index ff6e4b965a..37987a6447 100644 --- a/bin/tests/system/xfer/ns1/axfr-too-big.db +++ b/bin/tests/system/xfer/ns1/axfr-too-big.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns1/ixfr-too-big.db.in b/bin/tests/system/xfer/ns1/ixfr-too-big.db.in index 7372793e1f..c192316f91 100644 --- a/bin/tests/system/xfer/ns1/ixfr-too-big.db.in +++ b/bin/tests/system/xfer/ns1/ixfr-too-big.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns1/named.conf.in b/bin/tests/system/xfer/ns1/named.conf.in index 4b3156ca95..3ff6cdf0c4 100644 --- a/bin/tests/system/xfer/ns1/named.conf.in +++ b/bin/tests/system/xfer/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns1/root.db b/bin/tests/system/xfer/ns1/root.db index 8aaa4ea9fd..58a675c63e 100644 --- a/bin/tests/system/xfer/ns1/root.db +++ b/bin/tests/system/xfer/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns1/xfer-stats.db b/bin/tests/system/xfer/ns1/xfer-stats.db index c57b786620..42e1c9cf8c 100644 --- a/bin/tests/system/xfer/ns1/xfer-stats.db +++ b/bin/tests/system/xfer/ns1/xfer-stats.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns2/mapped.db.in b/bin/tests/system/xfer/ns2/mapped.db.in index fc7911802d..d928d6977c 100644 --- a/bin/tests/system/xfer/ns2/mapped.db.in +++ b/bin/tests/system/xfer/ns2/mapped.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns2/named.conf.in b/bin/tests/system/xfer/ns2/named.conf.in index 4573ff0d6a..fbde9c1c82 100644 --- a/bin/tests/system/xfer/ns2/named.conf.in +++ b/bin/tests/system/xfer/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns2/sec.db.in b/bin/tests/system/xfer/ns2/sec.db.in index 4ee2094af8..7978598507 100644 --- a/bin/tests/system/xfer/ns2/sec.db.in +++ b/bin/tests/system/xfer/ns2/sec.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns3/named.conf.in b/bin/tests/system/xfer/ns3/named.conf.in index 4aecb77f31..bf5b611e52 100644 --- a/bin/tests/system/xfer/ns3/named.conf.in +++ b/bin/tests/system/xfer/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns4/named.conf.base b/bin/tests/system/xfer/ns4/named.conf.base index cd00ccff59..395f80c580 100644 --- a/bin/tests/system/xfer/ns4/named.conf.base +++ b/bin/tests/system/xfer/ns4/named.conf.base @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns4/root.db.in b/bin/tests/system/xfer/ns4/root.db.in index c675b902d8..29ee0ec45c 100644 --- a/bin/tests/system/xfer/ns4/root.db.in +++ b/bin/tests/system/xfer/ns4/root.db.in @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns6/named.conf.in b/bin/tests/system/xfer/ns6/named.conf.in index d5079f11fe..636400cfce 100644 --- a/bin/tests/system/xfer/ns6/named.conf.in +++ b/bin/tests/system/xfer/ns6/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns7/named.conf.in b/bin/tests/system/xfer/ns7/named.conf.in index 93c70b08a0..9bd92b3fd4 100644 --- a/bin/tests/system/xfer/ns7/named.conf.in +++ b/bin/tests/system/xfer/ns7/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns8/example.db b/bin/tests/system/xfer/ns8/example.db index d9a664bac5..8e8ccb9609 100644 --- a/bin/tests/system/xfer/ns8/example.db +++ b/bin/tests/system/xfer/ns8/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/xfer/ns8/named.conf.in b/bin/tests/system/xfer/ns8/named.conf.in index 76f2096221..22b32727bc 100644 --- a/bin/tests/system/xfer/ns8/named.conf.in +++ b/bin/tests/system/xfer/ns8/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/xfer/setup.sh b/bin/tests/system/xfer/setup.sh index e2aa89fdd9..d823f2d8b0 100644 --- a/bin/tests/system/xfer/setup.sh +++ b/bin/tests/system/xfer/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/xfer/tests.sh b/bin/tests/system/xfer/tests.sh index 330f8f7e64..f06e924bfe 100755 --- a/bin/tests/system/xfer/tests.sh +++ b/bin/tests/system/xfer/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/xferquota/clean.sh b/bin/tests/system/xferquota/clean.sh index 689cc33415..9cc405735c 100644 --- a/bin/tests/system/xferquota/clean.sh +++ b/bin/tests/system/xferquota/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/xferquota/ns1/changing1.db b/bin/tests/system/xferquota/ns1/changing1.db index f103492dec..0b5e893cf1 100644 --- a/bin/tests/system/xferquota/ns1/changing1.db +++ b/bin/tests/system/xferquota/ns1/changing1.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/xferquota/ns1/changing2.db b/bin/tests/system/xferquota/ns1/changing2.db index 9afaf71b8d..33dd7f4234 100644 --- a/bin/tests/system/xferquota/ns1/changing2.db +++ b/bin/tests/system/xferquota/ns1/changing2.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/xferquota/ns1/named.conf.in b/bin/tests/system/xferquota/ns1/named.conf.in index e42a821f62..c9f19f92d0 100644 --- a/bin/tests/system/xferquota/ns1/named.conf.in +++ b/bin/tests/system/xferquota/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/xferquota/ns1/root.db b/bin/tests/system/xferquota/ns1/root.db index 91692f79d8..c5049f4ed5 100644 --- a/bin/tests/system/xferquota/ns1/root.db +++ b/bin/tests/system/xferquota/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/xferquota/ns2/example.db b/bin/tests/system/xferquota/ns2/example.db index e47efcb4d4..e1d2b82044 100644 --- a/bin/tests/system/xferquota/ns2/example.db +++ b/bin/tests/system/xferquota/ns2/example.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/xferquota/ns2/named.conf.in b/bin/tests/system/xferquota/ns2/named.conf.in index 99a6a0d5f1..ef55dc6bd7 100644 --- a/bin/tests/system/xferquota/ns2/named.conf.in +++ b/bin/tests/system/xferquota/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/xferquota/setup.pl b/bin/tests/system/xferquota/setup.pl index 0a40535cfe..ab5450cba8 100644 --- a/bin/tests/system/xferquota/setup.pl +++ b/bin/tests/system/xferquota/setup.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/xferquota/setup.sh b/bin/tests/system/xferquota/setup.sh index 18f36bc7e3..55e34b94f2 100644 --- a/bin/tests/system/xferquota/setup.sh +++ b/bin/tests/system/xferquota/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/xferquota/tests.sh b/bin/tests/system/xferquota/tests.sh index c6cf4ffd8c..e9a80c7082 100755 --- a/bin/tests/system/xferquota/tests.sh +++ b/bin/tests/system/xferquota/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/zero/ans5/ans.pl b/bin/tests/system/zero/ans5/ans.pl index 5671f9c998..3ca1083ad5 100644 --- a/bin/tests/system/zero/ans5/ans.pl +++ b/bin/tests/system/zero/ans5/ans.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -w -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/zero/clean.sh b/bin/tests/system/zero/clean.sh index fbad6226b7..b19b0d7ef5 100644 --- a/bin/tests/system/zero/clean.sh +++ b/bin/tests/system/zero/clean.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/zero/ns1/named.conf.in b/bin/tests/system/zero/ns1/named.conf.in index e32d149c34..1334c85cf2 100644 --- a/bin/tests/system/zero/ns1/named.conf.in +++ b/bin/tests/system/zero/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/zero/ns1/root.db b/bin/tests/system/zero/ns1/root.db index c20b5fc460..fbcb3e2586 100644 --- a/bin/tests/system/zero/ns1/root.db +++ b/bin/tests/system/zero/ns1/root.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/zero/ns2/named.conf.in b/bin/tests/system/zero/ns2/named.conf.in index ad0e62b3e0..751eafdb0b 100644 --- a/bin/tests/system/zero/ns2/named.conf.in +++ b/bin/tests/system/zero/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/zero/ns2/tld.db b/bin/tests/system/zero/ns2/tld.db index 11b5b13765..0ffeb05185 100644 --- a/bin/tests/system/zero/ns2/tld.db +++ b/bin/tests/system/zero/ns2/tld.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/zero/ns3/named.conf.in b/bin/tests/system/zero/ns3/named.conf.in index 39044310c6..7e0d1d7d16 100644 --- a/bin/tests/system/zero/ns3/named.conf.in +++ b/bin/tests/system/zero/ns3/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/zero/ns3/root.hint b/bin/tests/system/zero/ns3/root.hint index c1784c7ee8..206e9526fd 100644 --- a/bin/tests/system/zero/ns3/root.hint +++ b/bin/tests/system/zero/ns3/root.hint @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/zero/ns4/named.conf.in b/bin/tests/system/zero/ns4/named.conf.in index 39574abff0..fc8fec6a5a 100644 --- a/bin/tests/system/zero/ns4/named.conf.in +++ b/bin/tests/system/zero/ns4/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/zero/ns4/one.tld.db b/bin/tests/system/zero/ns4/one.tld.db index 7706e44327..491ba87771 100644 --- a/bin/tests/system/zero/ns4/one.tld.db +++ b/bin/tests/system/zero/ns4/one.tld.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/zero/setup.sh b/bin/tests/system/zero/setup.sh index dcbb18b9f2..56ed8690a2 100644 --- a/bin/tests/system/zero/setup.sh +++ b/bin/tests/system/zero/setup.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/zero/tests.sh b/bin/tests/system/zero/tests.sh index edc6d64b2c..b283c6e437 100644 --- a/bin/tests/system/zero/tests.sh +++ b/bin/tests/system/zero/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/zonechecks/a.db b/bin/tests/system/zonechecks/a.db index 637d5eda79..62d1ee728e 100644 --- a/bin/tests/system/zonechecks/a.db +++ b/bin/tests/system/zonechecks/a.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/zonechecks/aaaa.db b/bin/tests/system/zonechecks/aaaa.db index 9c833a754f..75724d6990 100644 --- a/bin/tests/system/zonechecks/aaaa.db +++ b/bin/tests/system/zonechecks/aaaa.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/zonechecks/bigserial.db b/bin/tests/system/zonechecks/bigserial.db index 8925fc1e57..200573a10a 100644 --- a/bin/tests/system/zonechecks/bigserial.db +++ b/bin/tests/system/zonechecks/bigserial.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/zonechecks/clean.sh b/bin/tests/system/zonechecks/clean.sh index fd59a47ffc..ed4012a266 100644 --- a/bin/tests/system/zonechecks/clean.sh +++ b/bin/tests/system/zonechecks/clean.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/zonechecks/cname.db b/bin/tests/system/zonechecks/cname.db index 0bd9106070..2e8a123f41 100644 --- a/bin/tests/system/zonechecks/cname.db +++ b/bin/tests/system/zonechecks/cname.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/zonechecks/dname.db b/bin/tests/system/zonechecks/dname.db index a5b4f0783c..b2859d1e32 100644 --- a/bin/tests/system/zonechecks/dname.db +++ b/bin/tests/system/zonechecks/dname.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/zonechecks/noaddress.db b/bin/tests/system/zonechecks/noaddress.db index 4227bd5f17..f656197743 100644 --- a/bin/tests/system/zonechecks/noaddress.db +++ b/bin/tests/system/zonechecks/noaddress.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/zonechecks/ns1/named.conf.in b/bin/tests/system/zonechecks/ns1/named.conf.in index 29dcbf4787..78f087d458 100644 --- a/bin/tests/system/zonechecks/ns1/named.conf.in +++ b/bin/tests/system/zonechecks/ns1/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/zonechecks/ns2/named.conf.in b/bin/tests/system/zonechecks/ns2/named.conf.in index 97176f8b8a..79e7c181da 100644 --- a/bin/tests/system/zonechecks/ns2/named.conf.in +++ b/bin/tests/system/zonechecks/ns2/named.conf.in @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/bin/tests/system/zonechecks/nxdomain.db b/bin/tests/system/zonechecks/nxdomain.db index 7512e98cf4..853325dd20 100644 --- a/bin/tests/system/zonechecks/nxdomain.db +++ b/bin/tests/system/zonechecks/nxdomain.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/bin/tests/system/zonechecks/setup.sh b/bin/tests/system/zonechecks/setup.sh index 8f2d46a77a..58c6dfe648 100644 --- a/bin/tests/system/zonechecks/setup.sh +++ b/bin/tests/system/zonechecks/setup.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/system/zonechecks/tests.sh b/bin/tests/system/zonechecks/tests.sh index d396e396fd..dbd607eac2 100644 --- a/bin/tests/system/zonechecks/tests.sh +++ b/bin/tests/system/zonechecks/tests.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/bin/tests/test_client.c b/bin/tests/test_client.c index 339e664c3a..5ba259087e 100644 --- a/bin/tests/test_client.c +++ b/bin/tests/test_client.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/test_server.c b/bin/tests/test_server.c index 9e28fe8b1c..affa92614e 100644 --- a/bin/tests/test_server.c +++ b/bin/tests/test_server.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tests/wire_test.c b/bin/tests/wire_test.c index da967cfe08..3944e3b00b 100644 --- a/bin/tests/wire_test.c +++ b/bin/tests/wire_test.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tools/arpaname.c b/bin/tools/arpaname.c index 6810e84ffe..cfbe18724c 100644 --- a/bin/tools/arpaname.c +++ b/bin/tools/arpaname.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tools/arpaname.rst b/bin/tools/arpaname.rst index 36e0297b96..c932f6e33f 100644 --- a/bin/tools/arpaname.rst +++ b/bin/tools/arpaname.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/tools/dnstap-read.c b/bin/tools/dnstap-read.c index 18699c95ee..287d0b806b 100644 --- a/bin/tools/dnstap-read.c +++ b/bin/tools/dnstap-read.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tools/dnstap-read.rst b/bin/tools/dnstap-read.rst index 3aa2058c6f..104c05f2e6 100644 --- a/bin/tools/dnstap-read.rst +++ b/bin/tools/dnstap-read.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/tools/mdig.c b/bin/tools/mdig.c index d1f3ac3891..4da54e15ee 100644 --- a/bin/tools/mdig.c +++ b/bin/tools/mdig.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tools/mdig.rst b/bin/tools/mdig.rst index 7f8138c561..50aa588637 100644 --- a/bin/tools/mdig.rst +++ b/bin/tools/mdig.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/tools/named-journalprint.c b/bin/tools/named-journalprint.c index be4c5a4b6d..402163df4f 100644 --- a/bin/tools/named-journalprint.c +++ b/bin/tools/named-journalprint.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tools/named-journalprint.rst b/bin/tools/named-journalprint.rst index 8bc4a3e136..1b9b057bd7 100644 --- a/bin/tools/named-journalprint.rst +++ b/bin/tools/named-journalprint.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/tools/named-nzd2nzf.c b/bin/tools/named-nzd2nzf.c index a960bcbf4f..630b65bcf6 100644 --- a/bin/tools/named-nzd2nzf.c +++ b/bin/tools/named-nzd2nzf.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tools/named-nzd2nzf.rst b/bin/tools/named-nzd2nzf.rst index 4421598fde..d20fc369b1 100644 --- a/bin/tools/named-nzd2nzf.rst +++ b/bin/tools/named-nzd2nzf.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/tools/named-rrchecker.c b/bin/tools/named-rrchecker.c index d424b34c96..e680597967 100644 --- a/bin/tools/named-rrchecker.c +++ b/bin/tools/named-rrchecker.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tools/named-rrchecker.rst b/bin/tools/named-rrchecker.rst index e7b8d91842..191f229319 100644 --- a/bin/tools/named-rrchecker.rst +++ b/bin/tools/named-rrchecker.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bin/tools/nsec3hash.c b/bin/tools/nsec3hash.c index 6f10840ca1..c9f90d0041 100644 --- a/bin/tools/nsec3hash.c +++ b/bin/tools/nsec3hash.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/bin/tools/nsec3hash.rst b/bin/tools/nsec3hash.rst index ff0445359d..9b174cee34 100644 --- a/bin/tools/nsec3hash.rst +++ b/bin/tools/nsec3hash.rst @@ -1,23 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. - +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/bind.keys b/bind.keys index 6d4217f1a6..1ac4a56898 100644 --- a/bind.keys +++ b/bind.keys @@ -1,3 +1,14 @@ +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# +# SPDX-License-Identifier: MPL-2.0 +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. + # The bind.keys file is used to override the built-in DNSSEC trust anchors # which are included as part of BIND 9. The only trust anchors it contains # are for the DNS root zone ("."). Trust anchors for any other zones MUST diff --git a/configure.ac b/configure.ac index 38e8b927ee..b525a080d6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,10 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. diff --git a/conftools/perllib/dnsconf/DNSConf-macros.h b/conftools/perllib/dnsconf/DNSConf-macros.h index 71dd27baf4..905dc7ccce 100644 --- a/conftools/perllib/dnsconf/DNSConf-macros.h +++ b/conftools/perllib/dnsconf/DNSConf-macros.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/conftools/perllib/dnsconf/DNSConf.i b/conftools/perllib/dnsconf/DNSConf.i index 6e006d79fb..7e2cf0e0e2 100644 --- a/conftools/perllib/dnsconf/DNSConf.i +++ b/conftools/perllib/dnsconf/DNSConf.i @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/conftools/perllib/dnsconf/named1.conf b/conftools/perllib/dnsconf/named1.conf index 6326a38c2f..5243e97aa0 100644 --- a/conftools/perllib/dnsconf/named1.conf +++ b/conftools/perllib/dnsconf/named1.conf @@ -1,9 +1,11 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. diff --git a/conftools/perllib/dnsconf/test.pl b/conftools/perllib/dnsconf/test.pl index 32fb0cc6dd..558710b390 100644 --- a/conftools/perllib/dnsconf/test.pl +++ b/conftools/perllib/dnsconf/test.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/contrib/README b/contrib/README index f3811b9c1b..65be3427dd 100644 --- a/contrib/README +++ b/contrib/README @@ -1,3 +1,16 @@ + + This directory contains scripts, tools, and other useful accessories to BIND 9. Contrib software is not supported by ISC, but reported bugs will be fixed as time permits. diff --git a/contrib/dlz/example/Makefile b/contrib/dlz/example/Makefile index 5e84043fa6..c4479403e2 100644 --- a/contrib/dlz/example/Makefile +++ b/contrib/dlz/example/Makefile @@ -1,3 +1,14 @@ +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# +# SPDX-License-Identifier: MPL-2.0 +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. + # for building the dlz_example driver we don't use # the bind9 build structure as the aim is to provide an # example that is separable from the bind9 source tree diff --git a/contrib/dlz/example/README b/contrib/dlz/example/README index d82a0461fd..d87812a45d 100644 --- a/contrib/dlz/example/README +++ b/contrib/dlz/example/README @@ -1,3 +1,16 @@ + + OVERVIEW: DLZ (Dynamically Loadable Zones) is an extension to BIND 9 that diff --git a/contrib/dlz/example/dlz_example.c b/contrib/dlz/example/dlz_example.c index f7b6689c95..969334fd83 100644 --- a/contrib/dlz/example/dlz_example.c +++ b/contrib/dlz/example/dlz_example.c @@ -1,6 +1,8 @@ /* * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: ISC + * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. diff --git a/contrib/dlz/example/named.conf b/contrib/dlz/example/named.conf index c10fb57fdb..eba464c4c1 100644 --- a/contrib/dlz/example/named.conf +++ b/contrib/dlz/example/named.conf @@ -1,17 +1,14 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. */ /* diff --git a/contrib/dlz/modules/bdbhpt/Makefile b/contrib/dlz/modules/bdbhpt/Makefile index 795a2e8b92..45080af743 100644 --- a/contrib/dlz/modules/bdbhpt/Makefile +++ b/contrib/dlz/modules/bdbhpt/Makefile @@ -1,3 +1,28 @@ +# Copyright Internet Systems Consortium, Inc. ("ISC") +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. + +# Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. +# +# The development of Dynamically Loadable Zones (DLZ) for Bind 9 was +# conceived and contributed by Rob Butler. +# +# SPDX-License-Identifier: ISC and MPL-2.0 +# +# Permission to use, copy, modify, and distribute this software for any purpose +# with or without fee is hereby granted, provided that the above copyright +# notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL STICHTING NLNET BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + prefix = /usr libdir = $(prefix)/lib/bind9 diff --git a/contrib/dlz/modules/bdbhpt/README.md b/contrib/dlz/modules/bdbhpt/README.md index 10f10a9bd2..3a9e7a7af9 100644 --- a/contrib/dlz/modules/bdbhpt/README.md +++ b/contrib/dlz/modules/bdbhpt/README.md @@ -1,3 +1,30 @@ + + dlz-bdbhpt-dynamic ================== diff --git a/contrib/dlz/modules/bdbhpt/dlz_bdbhpt_dynamic.c b/contrib/dlz/modules/bdbhpt/dlz_bdbhpt_dynamic.c index bffd22b218..4c7c81003e 100644 --- a/contrib/dlz/modules/bdbhpt/dlz_bdbhpt_dynamic.c +++ b/contrib/dlz/modules/bdbhpt/dlz_bdbhpt_dynamic.c @@ -1,51 +1,29 @@ /* - * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. + * SPDX-License-Identifier: MPL-2.0 and ISC * - * THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + */ + +/* + * Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. * * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was * conceived and contributed by Rob Butler. * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. * - * THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -/* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") - * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ diff --git a/contrib/dlz/modules/bdbhpt/testing/bdbhpt-populate.pl b/contrib/dlz/modules/bdbhpt/testing/bdbhpt-populate.pl index ec210c318c..b2bceba4e6 100755 --- a/contrib/dlz/modules/bdbhpt/testing/bdbhpt-populate.pl +++ b/contrib/dlz/modules/bdbhpt/testing/bdbhpt-populate.pl @@ -1,4 +1,16 @@ #!/usr/bin/perl -w + +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# +# SPDX-License-Identifier: MPL-2.0 +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. + use strict; use BerkeleyDB; use Getopt::Long; diff --git a/contrib/dlz/modules/bdbhpt/testing/named.conf b/contrib/dlz/modules/bdbhpt/testing/named.conf index 584a1cf601..c8b5722e19 100644 --- a/contrib/dlz/modules/bdbhpt/testing/named.conf +++ b/contrib/dlz/modules/bdbhpt/testing/named.conf @@ -1,17 +1,14 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. */ controls { }; diff --git a/contrib/dlz/modules/common/dlz_dbi.c b/contrib/dlz/modules/common/dlz_dbi.c index c31ade455b..88ff6328f4 100644 --- a/contrib/dlz/modules/common/dlz_dbi.c +++ b/contrib/dlz/modules/common/dlz_dbi.c @@ -1,45 +1,30 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 and ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + */ + /* * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. - * * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was * conceived and contributed by Rob Butler. * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. * - * THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -/* - * Copyright (C) 1999-2001, 2013, 2016 Internet Systems Consortium, Inc. - * ("ISC") - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ #include diff --git a/contrib/dlz/modules/filesystem/Makefile b/contrib/dlz/modules/filesystem/Makefile index fd87ee89b2..40ecb79c5b 100644 --- a/contrib/dlz/modules/filesystem/Makefile +++ b/contrib/dlz/modules/filesystem/Makefile @@ -1,3 +1,28 @@ +# Copyright Internet Systems Consortium, Inc. ("ISC") +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. + +# Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. +# +# The development of Dynamically Loadable Zones (DLZ) for Bind 9 was +# conceived and contributed by Rob Butler. +# +# SPDX-License-Identifier: ISC and MPL-2.0 +# +# Permission to use, copy, modify, and distribute this software for any purpose +# with or without fee is hereby granted, provided that the above copyright +# notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL STICHTING NLNET BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + prefix = /usr libdir = $(prefix)/lib/bind9 diff --git a/contrib/dlz/modules/filesystem/dir.c b/contrib/dlz/modules/filesystem/dir.c index cc06b3bcad..f2b3a4e578 100644 --- a/contrib/dlz/modules/filesystem/dir.c +++ b/contrib/dlz/modules/filesystem/dir.c @@ -1,17 +1,11 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. */ #include "dir.h" diff --git a/contrib/dlz/modules/filesystem/dir.h b/contrib/dlz/modules/filesystem/dir.h index 2d062646e1..b9a3749199 100644 --- a/contrib/dlz/modules/filesystem/dir.h +++ b/contrib/dlz/modules/filesystem/dir.h @@ -1,17 +1,11 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c b/contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c index ceb5dfe3cd..34aa26ba94 100644 --- a/contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c +++ b/contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c @@ -1,45 +1,30 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 and ISC + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + */ + /* * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. - * * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was * conceived and contributed by Rob Butler. * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. * - * THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -/* - * Copyright (C) 1999-2001, 2013, 2016 Internet Systems Consortium, Inc. - * ("ISC") - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ /* diff --git a/contrib/dlz/modules/include/dlz_dbi.h b/contrib/dlz/modules/include/dlz_dbi.h index 237dc08ecd..c6a42200bc 100644 --- a/contrib/dlz/modules/include/dlz_dbi.h +++ b/contrib/dlz/modules/include/dlz_dbi.h @@ -1,36 +1,23 @@ /* - * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. + * SPDX-License-Identifier: MPL-2.0 and ISC * * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was * conceived and contributed by Rob Butler. * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. * - * THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. + * THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL STICHTING NLNET BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include diff --git a/contrib/dlz/modules/include/dlz_list.h b/contrib/dlz/modules/include/dlz_list.h index af1830f874..202bc0690a 100644 --- a/contrib/dlz/modules/include/dlz_list.h +++ b/contrib/dlz/modules/include/dlz_list.h @@ -1,10 +1,19 @@ /* - * Copyright (C) 1997-2002, 2004, 2006, 2007, 2011-2013, 2016 Internet Systems - * Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * SPDX-License-Identifier: ISC + * + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ #pragma once diff --git a/contrib/dlz/modules/include/dlz_minimal.h b/contrib/dlz/modules/include/dlz_minimal.h index 4e4760fe40..24447844ef 100644 --- a/contrib/dlz/modules/include/dlz_minimal.h +++ b/contrib/dlz/modules/include/dlz_minimal.h @@ -1,19 +1,19 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. + * SPDX-License-Identifier: ISC * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ /* diff --git a/contrib/dlz/modules/include/dlz_pthread.h b/contrib/dlz/modules/include/dlz_pthread.h index 08f4b5232f..1e0b6f4ae2 100644 --- a/contrib/dlz/modules/include/dlz_pthread.h +++ b/contrib/dlz/modules/include/dlz_pthread.h @@ -1,26 +1,23 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: ISC * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ #pragma once -#ifndef PTHREADS -#define PTHREADS 1 -#endif /* ifndef PTHREADS */ - -#ifdef PTHREADS #include #define dlz_mutex_t pthread_mutex_t #define dlz_mutex_init pthread_mutex_init @@ -28,11 +25,3 @@ #define dlz_mutex_lock pthread_mutex_lock #define dlz_mutex_trylock pthread_mutex_trylock #define dlz_mutex_unlock pthread_mutex_unlock -#else /* !PTHREADS */ -#define dlz_mutex_t void -#define dlz_mutex_init(a, b) (0) -#define dlz_mutex_destroy(a) (0) -#define dlz_mutex_lock(a) (0) -#define dlz_mutex_trylock(a) (0) -#define dlz_mutex_unlock(a) (0) -#endif /* ifdef PTHREADS */ diff --git a/contrib/dlz/modules/ldap/Makefile b/contrib/dlz/modules/ldap/Makefile index 8926abf881..8e86e3ef97 100644 --- a/contrib/dlz/modules/ldap/Makefile +++ b/contrib/dlz/modules/ldap/Makefile @@ -1,3 +1,28 @@ +# Copyright Internet Systems Consortium, Inc. ("ISC") +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. + +# Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. +# +# The development of Dynamically Loadable Zones (DLZ) for Bind 9 was +# conceived and contributed by Rob Butler. +# +# SPDX-License-Identifier: ISC and MPL-2.0 +# +# Permission to use, copy, modify, and distribute this software for any purpose +# with or without fee is hereby granted, provided that the above copyright +# notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL STICHTING NLNET BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + prefix = /usr libdir = $(prefix)/lib/bind9 diff --git a/contrib/dlz/modules/ldap/dlz_ldap_dynamic.c b/contrib/dlz/modules/ldap/dlz_ldap_dynamic.c index bf86a4e33f..7f9231244a 100644 --- a/contrib/dlz/modules/ldap/dlz_ldap_dynamic.c +++ b/contrib/dlz/modules/ldap/dlz_ldap_dynamic.c @@ -1,45 +1,30 @@ /* - * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. - * - * The development of Dynamically Loadable Zones (DLZ) for BIND 9 was - * conceived and contributed by Rob Butler. - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -/* - * Copyright (C) 1999-2001, 2013, 2016 Internet Systems Consortium, Inc. - * ("ISC") + * SPDX-License-Identifier: MPL-2.0 and ISC * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + */ + +/* + * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. + * + * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was + * conceived and contributed by Rob Butler. + * + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ /* diff --git a/contrib/dlz/modules/ldap/testing/named.conf b/contrib/dlz/modules/ldap/testing/named.conf index e79a02e48a..3f8378b33e 100644 --- a/contrib/dlz/modules/ldap/testing/named.conf +++ b/contrib/dlz/modules/ldap/testing/named.conf @@ -1,17 +1,14 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. */ controls { }; diff --git a/contrib/dlz/modules/mysql/.gitignore b/contrib/dlz/modules/mysql/.gitignore deleted file mode 100644 index 5fc607b9e2..0000000000 --- a/contrib/dlz/modules/mysql/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/Makefile diff --git a/contrib/dlz/modules/mysql/Makefile b/contrib/dlz/modules/mysql/Makefile index 5c1df7042a..017de92c6c 100644 --- a/contrib/dlz/modules/mysql/Makefile +++ b/contrib/dlz/modules/mysql/Makefile @@ -1,3 +1,28 @@ +# Copyright Internet Systems Consortium, Inc. ("ISC") +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. + +# Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. +# +# The development of Dynamically Loadable Zones (DLZ) for Bind 9 was +# conceived and contributed by Rob Butler. +# +# SPDX-License-Identifier: ISC and MPL-2.0 +# +# Permission to use, copy, modify, and distribute this software for any purpose +# with or without fee is hereby granted, provided that the above copyright +# notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL STICHTING NLNET BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + prefix = /usr libdir = $(prefix)/lib/bind9 diff --git a/contrib/dlz/modules/mysql/dlz_mysql_dynamic.c b/contrib/dlz/modules/mysql/dlz_mysql_dynamic.c index 33d307975d..81b46aa79e 100644 --- a/contrib/dlz/modules/mysql/dlz_mysql_dynamic.c +++ b/contrib/dlz/modules/mysql/dlz_mysql_dynamic.c @@ -1,45 +1,30 @@ /* - * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. - * - * The development of Dynamically Loadable Zones (DLZ) for BIND 9 was - * conceived and contributed by Rob Butler. - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -/* - * Copyright (C) 1999-2001, 2013, 2016 Internet Systems Consortium, Inc. - * ("ISC") + * SPDX-License-Identifier: MPL-2.0 and ISC * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + */ + +/* + * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. + * + * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was + * conceived and contributed by Rob Butler. + * + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ /* diff --git a/contrib/dlz/modules/mysql/testing/named.conf b/contrib/dlz/modules/mysql/testing/named.conf index f8afa23848..1152143351 100644 --- a/contrib/dlz/modules/mysql/testing/named.conf +++ b/contrib/dlz/modules/mysql/testing/named.conf @@ -1,17 +1,14 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. */ controls { }; diff --git a/contrib/dlz/modules/mysqldyn/Makefile b/contrib/dlz/modules/mysqldyn/Makefile index bb5643d2a0..b498ed2b00 100644 --- a/contrib/dlz/modules/mysqldyn/Makefile +++ b/contrib/dlz/modules/mysqldyn/Makefile @@ -1,3 +1,28 @@ +# Copyright Internet Systems Consortium, Inc. ("ISC") +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. + +# Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. +# +# The development of Dynamically Loadable Zones (DLZ) for Bind 9 was +# conceived and contributed by Rob Butler. +# +# SPDX-License-Identifier: ISC and MPL-2.0 +# +# Permission to use, copy, modify, and distribute this software for any purpose +# with or without fee is hereby granted, provided that the above copyright +# notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL STICHTING NLNET BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + prefix = /usr libdir = $(prefix)/lib/bind9 diff --git a/contrib/dlz/modules/mysqldyn/README b/contrib/dlz/modules/mysqldyn/README index 468e37c125..6faa35de50 100644 --- a/contrib/dlz/modules/mysqldyn/README +++ b/contrib/dlz/modules/mysqldyn/README @@ -1,3 +1,30 @@ + + BIND 9 DLZ MySQL module with support for dynamic DNS (DDNS) Adapted from code contributed by Marty Lee, Maui Systems Ltd. diff --git a/contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c b/contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c index cb0620fde8..97ff486e5d 100644 --- a/contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c +++ b/contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c @@ -1,34 +1,29 @@ /* - * Copyright (C) 2014 Maui Systems Ltd, Scotland, contact@maui-systems.co.uk. + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. + * SPDX-License-Identifier: MPL-2.0 and ISC * - * THE SOFTWARE IS PROVIDED "AS IS" AND MAUI SYSTEMS LTD DISCLAIMS ALL - * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL MAUI SYSTEMS LTD BE - * LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR - * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, - * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, - * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS - * SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. */ /* - * Copyright (C) 2011,2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was + * conceived and contributed by Rob Butler. * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ diff --git a/contrib/dlz/modules/mysqldyn/testing/named.conf b/contrib/dlz/modules/mysqldyn/testing/named.conf index 3b3a0dc692..8131d9c00e 100644 --- a/contrib/dlz/modules/mysqldyn/testing/named.conf +++ b/contrib/dlz/modules/mysqldyn/testing/named.conf @@ -1,17 +1,14 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. */ controls { }; diff --git a/contrib/dlz/modules/perl/Makefile b/contrib/dlz/modules/perl/Makefile index ff2da39fda..f423d17bcd 100644 --- a/contrib/dlz/modules/perl/Makefile +++ b/contrib/dlz/modules/perl/Makefile @@ -1,3 +1,29 @@ +# Copyright Internet Systems Consortium, Inc. ("ISC") +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. + +# Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. +# Copyright (C) John Eaglesham +# +# The development of Dynamically Loadable Zones (DLZ) for Bind 9 was +# conceived and contributed by Rob Butler. +# +# SPDX-License-Identifier: ISC and MPL-2.0 +# +# Permission to use, copy, modify, and distribute this software for any purpose +# with or without fee is hereby granted, provided that the above copyright +# notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL STICHTING NLNET BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + # For building the dlz_perl_driver driver we don't use # the bind9 build structure as the aim is to provide an # perl_driver that is separable from the bind9 source tree diff --git a/contrib/dlz/modules/perl/README b/contrib/dlz/modules/perl/README index 6f79e3f094..324054a8c4 100644 --- a/contrib/dlz/modules/perl/README +++ b/contrib/dlz/modules/perl/README @@ -1,3 +1,32 @@ + + + BIND 9 DLZ Perl module (bind-dlz-tools) Written by John Eaglesham diff --git a/contrib/dlz/modules/perl/dlz_perl_callback.xs b/contrib/dlz/modules/perl/dlz_perl_callback.xs index ccecb2490c..0b9f5047b0 100644 --- a/contrib/dlz/modules/perl/dlz_perl_callback.xs +++ b/contrib/dlz/modules/perl/dlz_perl_callback.xs @@ -1,18 +1,31 @@ /* - * Copyright (C) 2012 John Eaglesham + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 and ISC * - * THE SOFTWARE IS PROVIDED "AS IS" AND JOHN EAGLESHAM - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * JOHN EAGLESHAM BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING - * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, - * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION - * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + */ + +/* + * Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. + * Copyright (C) John Eaglesham + * + * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was + * conceived and contributed by Rob Butler. + * + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ #include "EXTERN.h" diff --git a/contrib/dlz/modules/perl/dlz_perl_callback_clientinfo.xs b/contrib/dlz/modules/perl/dlz_perl_callback_clientinfo.xs index fd341d934a..22aec66619 100644 --- a/contrib/dlz/modules/perl/dlz_perl_callback_clientinfo.xs +++ b/contrib/dlz/modules/perl/dlz_perl_callback_clientinfo.xs @@ -1,18 +1,31 @@ /* - * Copyright (C) 2012 John Eaglesham + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 and ISC * - * THE SOFTWARE IS PROVIDED "AS IS" AND JOHN EAGLESHAM - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * JOHN EAGLESHAM BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING - * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, - * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION - * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + */ + +/* + * Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. + * Copyright (C) John Eaglesham + * + * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was + * conceived and contributed by Rob Butler. + * + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ #define ADDR_BUF_LEN INET6_ADDRSTRLEN diff --git a/contrib/dlz/modules/perl/dlz_perl_driver.c b/contrib/dlz/modules/perl/dlz_perl_driver.c index 15d4c9c699..9bbcfc2b0b 100644 --- a/contrib/dlz/modules/perl/dlz_perl_driver.c +++ b/contrib/dlz/modules/perl/dlz_perl_driver.c @@ -1,62 +1,33 @@ /* - * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. + * SPDX-License-Identifier: MPL-2.0 and ISC * - * THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + */ + +/* + * Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. + * Copyright (C) John Eaglesham * * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was * conceived and contributed by Rob Butler. * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. * - * THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ -/* - * Copyright (C) 1999-2001, 2016 Internet Systems Consortium, Inc. ("ISC") - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -/* - * Copyright (C) 2009-2012 John Eaglesham - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND JOHN EAGLESHAM - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * JOHN EAGLESHAM BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING - * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, - * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION - * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ #include "dlz_perl_driver.h" #include #include diff --git a/contrib/dlz/modules/perl/dlz_perl_driver.h b/contrib/dlz/modules/perl/dlz_perl_driver.h index 3ffcacf984..71e13d5e7b 100644 --- a/contrib/dlz/modules/perl/dlz_perl_driver.h +++ b/contrib/dlz/modules/perl/dlz_perl_driver.h @@ -1,18 +1,31 @@ /* - * Copyright (C) 2009-2012 John Eaglesham + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 and ISC * - * THE SOFTWARE IS PROVIDED "AS IS" AND JOHN EAGLESHAM - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * JOHN EAGLESHAM BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING - * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, - * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION - * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + */ + +/* + * Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. + * Copyright (C) John Eaglesham + * + * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was + * conceived and contributed by Rob Butler. + * + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ #pragma once diff --git a/contrib/dlz/modules/perl/testing/dlz_perl_example.pm b/contrib/dlz/modules/perl/testing/dlz_perl_example.pm index 55bc388a7c..eafa87c783 100644 --- a/contrib/dlz/modules/perl/testing/dlz_perl_example.pm +++ b/contrib/dlz/modules/perl/testing/dlz_perl_example.pm @@ -1,20 +1,28 @@ +# Copyright Internet Systems Consortium, Inc. ("ISC") # -# Copyright (C) 2009-2012 John Eaglesham -# -# Permission to use, copy, modify, and distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND JOHN EAGLESHAM -# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL -# JOHN EAGLESHAM BE LIABLE FOR ANY SPECIAL, DIRECT, -# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING -# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, -# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION -# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. +# Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. +# Copyright (C) John Eaglesham +# +# The development of Dynamically Loadable Zones (DLZ) for Bind 9 was +# conceived and contributed by Rob Butler. +# +# SPDX-License-Identifier: ISC and MPL-2.0 +# +# Permission to use, copy, modify, and distribute this software for any purpose +# with or without fee is hereby granted, provided that the above copyright +# notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL STICHTING NLNET BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. package dlz_perl_example; use warnings; diff --git a/contrib/dlz/modules/perl/testing/named.conf b/contrib/dlz/modules/perl/testing/named.conf index 32eebef20a..293d6559da 100644 --- a/contrib/dlz/modules/perl/testing/named.conf +++ b/contrib/dlz/modules/perl/testing/named.conf @@ -1,17 +1,14 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. */ options { diff --git a/contrib/dlz/modules/sqlite3/Makefile b/contrib/dlz/modules/sqlite3/Makefile index 94af96aae9..b7861ded55 100644 --- a/contrib/dlz/modules/sqlite3/Makefile +++ b/contrib/dlz/modules/sqlite3/Makefile @@ -1,3 +1,28 @@ +# Copyright Internet Systems Consortium, Inc. ("ISC") +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. + +# Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. +# +# The development of Dynamically Loadable Zones (DLZ) for Bind 9 was +# conceived and contributed by Rob Butler. +# +# SPDX-License-Identifier: ISC and MPL-2.0 +# +# Permission to use, copy, modify, and distribute this software for any purpose +# with or without fee is hereby granted, provided that the above copyright +# notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL STICHTING NLNET BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + prefix = /usr libdir = $(prefix)/lib/bind9 diff --git a/contrib/dlz/modules/sqlite3/dlz_sqlite3_dynamic.c b/contrib/dlz/modules/sqlite3/dlz_sqlite3_dynamic.c index f13cae29f5..c2a8958d6a 100644 --- a/contrib/dlz/modules/sqlite3/dlz_sqlite3_dynamic.c +++ b/contrib/dlz/modules/sqlite3/dlz_sqlite3_dynamic.c @@ -1,45 +1,30 @@ /* - * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. - * - * The development of Dynamically Loadable Zones (DLZ) for BIND 9 was - * conceived and contributed by Rob Butler. - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -/* - * Copyright (C) 1999-2001, 2013-2014, 2016 Internet Systems Consortium, Inc. - * ("ISC") + * SPDX-License-Identifier: MPL-2.0 and ISC * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + */ + +/* + * Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. + * + * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was + * conceived and contributed by Rob Butler. + * + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ /* diff --git a/contrib/dlz/modules/sqlite3/testing/named.conf b/contrib/dlz/modules/sqlite3/testing/named.conf index 9f310af3a6..d5ce0bb0c7 100644 --- a/contrib/dlz/modules/sqlite3/testing/named.conf +++ b/contrib/dlz/modules/sqlite3/testing/named.conf @@ -1,17 +1,14 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. */ controls { }; diff --git a/contrib/dlz/modules/wildcard/Makefile b/contrib/dlz/modules/wildcard/Makefile index 20a5d4ee55..d09a83a8be 100644 --- a/contrib/dlz/modules/wildcard/Makefile +++ b/contrib/dlz/modules/wildcard/Makefile @@ -1,3 +1,29 @@ +# Copyright Internet Systems Consortium, Inc. ("ISC") +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. + +# Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. +# Copyright (C) Vadim Goncharov, Russia, vadim_nuclight@mail.ru. +# +# The development of Dynamically Loadable Zones (DLZ) for Bind 9 was +# conceived and contributed by Rob Butler. +# +# SPDX-License-Identifier: ISC and MPL-2.0 +# +# Permission to use, copy, modify, and distribute this software for any purpose +# with or without fee is hereby granted, provided that the above copyright +# notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL STICHTING NLNET BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + prefix = /usr libdir = $(prefix)/lib/bind9 diff --git a/contrib/dlz/modules/wildcard/README b/contrib/dlz/modules/wildcard/README index ffc2e684b9..2ec68527f5 100644 --- a/contrib/dlz/modules/wildcard/README +++ b/contrib/dlz/modules/wildcard/README @@ -1,3 +1,31 @@ + + The "wildcard" DLZ module provides a "template" zone for domains matching a wildcard name. For example, the following DLZ configuration would match any zone name containing the string "example" and ending with .com, such diff --git a/contrib/dlz/modules/wildcard/dlz_wildcard_dynamic.c b/contrib/dlz/modules/wildcard/dlz_wildcard_dynamic.c index e02c677cb9..d108796c00 100644 --- a/contrib/dlz/modules/wildcard/dlz_wildcard_dynamic.c +++ b/contrib/dlz/modules/wildcard/dlz_wildcard_dynamic.c @@ -1,46 +1,31 @@ /* - * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. - * Copyright (C) 2012 Vadim Goncharov, Russia, vadim_nuclight@mail.ru. + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. + * SPDX-License-Identifier: MPL-2.0 and ISC * - * THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + */ + +/* + * Copyright (C) Stichting NLnet, Netherlands, stichting@nlnet.nl. + * Copyright (C) Vadim Goncharov, Russia, vadim_nuclight@mail.ru. * * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was * conceived and contributed by Rob Butler. * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the - * above copyright notice and this permission notice appear in all - * copies. + * Permission to use, copy, modify, and distribute this software for any purpose + * with or without fee is hereby granted, provided that the above copyright + * notice and this permission notice appear in all copies. * - * THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE - * USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -/* - * Copyright (C) 1999-2001, 2013, 2016 Internet Systems Consortium, Inc. - * ("ISC") - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL STICHTING NLNET BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ /* diff --git a/contrib/dlz/modules/wildcard/testing/named.conf b/contrib/dlz/modules/wildcard/testing/named.conf index 0192e18c46..cd46706a7f 100644 --- a/contrib/dlz/modules/wildcard/testing/named.conf +++ b/contrib/dlz/modules/wildcard/testing/named.conf @@ -1,17 +1,14 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * SPDX-License-Identifier: MPL-2.0 * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. */ controls { }; diff --git a/contrib/scripts/catzhash.py b/contrib/scripts/catzhash.py index 8ad61c39b3..fa0b69becf 100644 --- a/contrib/scripts/catzhash.py +++ b/contrib/scripts/catzhash.py @@ -1,9 +1,11 @@ #!/usr/bin/python # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. diff --git a/contrib/scripts/check-secure-delegation.pl.in b/contrib/scripts/check-secure-delegation.pl.in index 8a7924358a..0f38c08f22 100644 --- a/contrib/scripts/check-secure-delegation.pl.in +++ b/contrib/scripts/check-secure-delegation.pl.in @@ -2,6 +2,8 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. @@ -37,7 +39,7 @@ foreach $zone (@ARGV) { # Read the DS records and extract the key id, algorithm pairs open(DS, "$dig -t DS -q $zone|") || die("dig DS failed"); while() { - @words = split; + @words = split; if ($words[3] eq "RRSIG" && $words[4] eq "DS") { next if ($words[8] >= $now && $words[9] <= $now); print "BAD SIG DATES: $_"; diff --git a/contrib/scripts/check5011.pl b/contrib/scripts/check5011.pl index 78b0a4c612..814295a332 100644 --- a/contrib/scripts/check5011.pl +++ b/contrib/scripts/check5011.pl @@ -1,5 +1,16 @@ #!/usr/bin/perl +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# +# SPDX-License-Identifier: MPL-2.0 +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. + use warnings; use strict; diff --git a/contrib/scripts/nanny.pl b/contrib/scripts/nanny.pl index 380b871167..02e7ed1636 100644 --- a/contrib/scripts/nanny.pl +++ b/contrib/scripts/nanny.pl @@ -2,6 +2,8 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/contrib/scripts/zone-edit.sh.in b/contrib/scripts/zone-edit.sh.in index 8eb1408229..ad9c5fa16a 100644 --- a/contrib/scripts/zone-edit.sh.in +++ b/contrib/scripts/zone-edit.sh.in @@ -2,6 +2,8 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/dangerfile.py b/dangerfile.py index 1507da12b2..430f260e4c 100644 --- a/dangerfile.py +++ b/dangerfile.py @@ -1,6 +1,8 @@ ############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/doc/arm/advanced.rst b/doc/arm/advanced.rst index 70822302d4..bd913dd300 100644 --- a/doc/arm/advanced.rst +++ b/doc/arm/advanced.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. Advanced: diff --git a/doc/arm/catz.rst b/doc/arm/catz.rst index 29da26467c..f28d435a20 100644 --- a/doc/arm/catz.rst +++ b/doc/arm/catz.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _catz-info: diff --git a/doc/arm/conf.py b/doc/arm/conf.py index a8d4b7aff1..43e9d62bfd 100644 --- a/doc/arm/conf.py +++ b/doc/arm/conf.py @@ -1,6 +1,8 @@ ############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/doc/arm/configuration.rst b/doc/arm/configuration.rst index 8cce40a553..a5356b554e 100644 --- a/doc/arm/configuration.rst +++ b/doc/arm/configuration.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. Configuration: diff --git a/doc/arm/dlz.rst b/doc/arm/dlz.rst index e0e609dceb..31daed009e 100644 --- a/doc/arm/dlz.rst +++ b/doc/arm/dlz.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _dlz-info: diff --git a/doc/arm/dnssec-guide.rst b/doc/arm/dnssec-guide.rst index fb0a5dc7b0..0c28849de8 100644 --- a/doc/arm/dnssec-guide.rst +++ b/doc/arm/dnssec-guide.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. DNSSEC Guide ============ diff --git a/doc/arm/dnssec.rst b/doc/arm/dnssec.rst index b2f2f2e657..d3f5324682 100644 --- a/doc/arm/dnssec.rst +++ b/doc/arm/dnssec.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _dnssec.dynamic.zones: diff --git a/doc/arm/dyndb.rst b/doc/arm/dyndb.rst index fa8d538757..c6d7026f72 100644 --- a/doc/arm/dyndb.rst +++ b/doc/arm/dyndb.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _dyndb-info: diff --git a/doc/arm/general.rst b/doc/arm/general.rst index ef22207e49..77348f8253 100644 --- a/doc/arm/general.rst +++ b/doc/arm/general.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. General: diff --git a/doc/arm/history.rst b/doc/arm/history.rst index b9275cc1ca..5049982c51 100644 --- a/doc/arm/history.rst +++ b/doc/arm/history.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. History: diff --git a/doc/arm/index.rst b/doc/arm/index.rst index da22e7fa8f..431f0cd598 100644 --- a/doc/arm/index.rst +++ b/doc/arm/index.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. ************************************* BIND 9 Administrator Reference Manual diff --git a/doc/arm/introduction.rst b/doc/arm/introduction.rst index ea105d3bb5..1f7be6c42a 100644 --- a/doc/arm/introduction.rst +++ b/doc/arm/introduction.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _Introduction: diff --git a/doc/arm/logging-categories.rst b/doc/arm/logging-categories.rst index 781215ccd9..d0d276100a 100644 --- a/doc/arm/logging-categories.rst +++ b/doc/arm/logging-categories.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. ``client`` Processing of client requests. diff --git a/doc/arm/managed-keys.rst b/doc/arm/managed-keys.rst index fa771bebb1..d50dbdb39e 100644 --- a/doc/arm/managed-keys.rst +++ b/doc/arm/managed-keys.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _rfc5011.support: diff --git a/doc/arm/manpages.rst b/doc/arm/manpages.rst index 56c55c7462..016bc931f4 100644 --- a/doc/arm/manpages.rst +++ b/doc/arm/manpages.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _manpages: diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index 01e3a63449..993123c240 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Release Notes ============= @@ -80,17 +81,8 @@ information about each release, and source code. License ------- -BIND 9 is open source software licensed under the terms of the Mozilla -Public License, version 2.0 (see the ``LICENSE`` file for the full -text). - -The license requires that if you make changes to BIND and distribute -them outside your organization, those changes must be published under -the same license. It does not require that you publish or disclose -anything other than the changes you have made to our software. This -requirement does not affect anyone who is using BIND, with or without -modifications, without redistributing it, nor anyone redistributing BIND -without changes. +BIND 9 is open source software licensed under the terms of the Mozilla Public +License, version 2.0 (see the ``COPYING`` file for the full text). Those wishing to discuss license compliance may contact ISC at https://www.isc.org/contact/. diff --git a/doc/arm/pkcs11.rst b/doc/arm/pkcs11.rst index 617ae27e39..690c1a0120 100644 --- a/doc/arm/pkcs11.rst +++ b/doc/arm/pkcs11.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _pkcs11: diff --git a/doc/arm/plugins.rst b/doc/arm/plugins.rst index dcd769aacd..1939ac7fef 100644 --- a/doc/arm/plugins.rst +++ b/doc/arm/plugins.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _module-info: diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index 3f6ed23a43..d7931e018e 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. Reference: diff --git a/doc/arm/requirements.rst b/doc/arm/requirements.rst index 826c372db8..82ab4fa55d 100644 --- a/doc/arm/requirements.rst +++ b/doc/arm/requirements.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. Requirements: diff --git a/doc/arm/security.rst b/doc/arm/security.rst index f7c8bd3d59..c17643ba8c 100644 --- a/doc/arm/security.rst +++ b/doc/arm/security.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. Security: diff --git a/doc/arm/troubleshooting.rst b/doc/arm/troubleshooting.rst index 517a043c72..33f414bcec 100644 --- a/doc/arm/troubleshooting.rst +++ b/doc/arm/troubleshooting.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. Troubleshooting: diff --git a/doc/design/addressdb b/doc/design/addressdb index 693c3baaa9..6c4b447b02 100644 --- a/doc/design/addressdb +++ b/doc/design/addressdb @@ -1,6 +1,15 @@ + You are lost in a maze of twisty little pointers, all alike... diff --git a/doc/design/cds-child b/doc/design/cds-child index aa48468d7d..6234e26731 100644 --- a/doc/design/cds-child +++ b/doc/design/cds-child @@ -1,6 +1,15 @@ + CDS / CDNSKEY Child side processing. diff --git a/doc/design/compression b/doc/design/compression index b1ed1691b1..3929f26c4d 100644 --- a/doc/design/compression +++ b/doc/design/compression @@ -1,6 +1,15 @@ + Name Compression diff --git a/doc/design/database b/doc/design/database index 0d711eae0c..43cfd13474 100644 --- a/doc/design/database +++ b/doc/design/database @@ -1,6 +1,15 @@ + Databases diff --git a/doc/design/db_rules b/doc/design/db_rules index 8496f34aa5..421c0c4ca9 100644 --- a/doc/design/db_rules +++ b/doc/design/db_rules @@ -1,6 +1,15 @@ + Here is a more formal statement of the important database design rules. Each rule has a 5 character mnemonic, for use in source code diff --git a/doc/design/decompression b/doc/design/decompression index 8246ac657a..1898b6f759 100644 --- a/doc/design/decompression +++ b/doc/design/decompression @@ -1,6 +1,15 @@ + Name Decompression diff --git a/doc/design/dispatch b/doc/design/dispatch index 4267667013..f42bafd67f 100644 --- a/doc/design/dispatch +++ b/doc/design/dispatch @@ -1,6 +1,15 @@ + UDP receive: diff --git a/doc/design/dnssec-policy b/doc/design/dnssec-policy index 344863e403..a9b5b2ea92 100644 --- a/doc/design/dnssec-policy +++ b/doc/design/dnssec-policy @@ -1,6 +1,15 @@ + # DNSSEC Key and Signing Policy diff --git a/doc/design/dscp b/doc/design/dscp index 800ad8c725..25afeca496 100644 --- a/doc/design/dscp +++ b/doc/design/dscp @@ -1,6 +1,15 @@ + Differentiate Services Code Point Support diff --git a/doc/design/keydone b/doc/design/keydone index 8a55218c82..4867fe6a3a 100644 --- a/doc/design/keydone +++ b/doc/design/keydone @@ -1,6 +1,15 @@ + rndc keydone zone [class [view]] diff --git a/doc/design/logging b/doc/design/logging index 19accc1fc0..732b0f6349 100644 --- a/doc/design/logging +++ b/doc/design/logging @@ -1,6 +1,15 @@ + OVERVIEW diff --git a/doc/design/ncache b/doc/design/ncache index d3d116e0dc..89956055d5 100644 --- a/doc/design/ncache +++ b/doc/design/ncache @@ -1,6 +1,15 @@ + Negative Caching diff --git a/doc/design/netmgr.md b/doc/design/netmgr.md index bf1257f14a..b62e8dd913 100644 --- a/doc/design/netmgr.md +++ b/doc/design/netmgr.md @@ -1,3 +1,16 @@ + + # Netmgr Netmgr (aka rainbow duck) is the new networking system for BIND. It's based diff --git a/doc/design/rdataset b/doc/design/rdataset index 045bd3c3e5..9726030188 100644 --- a/doc/design/rdataset +++ b/doc/design/rdataset @@ -1,6 +1,15 @@ + Need way to "dup" an rdataset (i.e. different rdataset handle, same underlying data). diff --git a/doc/design/red-black b/doc/design/red-black index 8e31260830..86e2973506 100644 --- a/doc/design/red-black +++ b/doc/design/red-black @@ -1,6 +1,15 @@ + Red-Black Tree Implementation Notes diff --git a/doc/design/resolver b/doc/design/resolver index d1616c1e50..ed6423a64b 100644 --- a/doc/design/resolver +++ b/doc/design/resolver @@ -1,6 +1,15 @@ + Multi-target Resolver ===================== diff --git a/doc/design/search b/doc/design/search index 6d2d20a72f..5617ddcd4d 100644 --- a/doc/design/search +++ b/doc/design/search @@ -1,6 +1,15 @@ + What follows is pseudocode for the zone and cache lookup algorithms, as they will work in the RBT DB. diff --git a/doc/design/tasks b/doc/design/tasks index 27df1a7c3e..53faa9fdcb 100644 --- a/doc/design/tasks +++ b/doc/design/tasks @@ -1,6 +1,15 @@ + Changes I made last week to the task code simplified the task shutdown and termination model. Here's how things now work: diff --git a/doc/design/unsupported-algorithms-in-bind9 b/doc/design/unsupported-algorithms-in-bind9 index d732b122a4..35c107db52 100644 --- a/doc/design/unsupported-algorithms-in-bind9 +++ b/doc/design/unsupported-algorithms-in-bind9 @@ -1,6 +1,15 @@ + # Unsupported algorithms in BIND 9 diff --git a/doc/design/verify b/doc/design/verify index ce637bf168..272d36c4e2 100644 --- a/doc/design/verify +++ b/doc/design/verify @@ -1,6 +1,15 @@ + dnssec-verify a tool to verify a zone is correctly signed. diff --git a/doc/design/zone b/doc/design/zone index 5e2e3e10be..1990712919 100644 --- a/doc/design/zone +++ b/doc/design/zone @@ -1,6 +1,15 @@ + Zones diff --git a/doc/dev/DBC b/doc/dev/DBC index 4668174066..f61df72d77 100644 --- a/doc/dev/DBC +++ b/doc/dev/DBC @@ -1,3 +1,16 @@ + + Design By Contract BIND 9 uses the "Design by Contract" idea for most function calls. diff --git a/doc/dev/HOW-ADB-WORKS.txt b/doc/dev/HOW-ADB-WORKS.txt index 5f10ad79de..0fc470b8ac 100644 --- a/doc/dev/HOW-ADB-WORKS.txt +++ b/doc/dev/HOW-ADB-WORKS.txt @@ -1,3 +1,16 @@ + + Recently, several groups have expressed concern over potential denial of service attacks within BIND 9, specifically within the ADB (address database.) This document hopes to provide a more clear diff --git a/doc/dev/copyrights b/doc/dev/copyrights index e18d4a45ba..256327bc60 100644 --- a/doc/dev/copyrights +++ b/doc/dev/copyrights @@ -1,14 +1,18 @@ -Merge and Update copyrights + + +* C files: `reuse addheader --license MPL-2.0 --copyright 'Internet Systems Consortium, Inc. ("ISC")' --style c --copyright-style string-c --multi-line --exclude-year --template=isc ` +* RST files: `reuse addheader --license MPL-2.0 --copyright 'Internet Systems Consortium, Inc. ("ISC")' --style rst --copyright-style string-c --exclude-year --template=isc ` +* named.conf: same as C files +* zone files are using lisp style: reuse addheader --license MPL-2.0 --copyright 'Internet Systems Consortium, Inc. ("ISC")' --style lisp --copyright-style string-c --exclude-year --template=isc +* shell uses python style: reuse addheader --license MPL-2.0 --copyright 'Internet Systems Consortium, Inc. ("ISC")' --style python --copyright-style string-c --exclude-year --template=isc diff --git a/doc/dev/dev.md b/doc/dev/dev.md index 086c5a5d40..886cbe8a85 100644 --- a/doc/dev/dev.md +++ b/doc/dev/dev.md @@ -1,3 +1,16 @@ + + ## BIND Developer Information ### Contents diff --git a/doc/dev/magic_numbers b/doc/dev/magic_numbers index 59650a59eb..2e79ffe254 100644 --- a/doc/dev/magic_numbers +++ b/doc/dev/magic_numbers @@ -1,3 +1,16 @@ + + Magic Numbers A number of data structures in the ISC and DNS libraries have an unsigned int diff --git a/doc/dev/rdata.md b/doc/dev/rdata.md index 86d2bb4640..511ada9697 100644 --- a/doc/dev/rdata.md +++ b/doc/dev/rdata.md @@ -1,3 +1,16 @@ + + ## RDATA Types ### Overview diff --git a/doc/dev/results b/doc/dev/results index c23e616abe..38a2d38f9a 100644 --- a/doc/dev/results +++ b/doc/dev/results @@ -1,3 +1,16 @@ + + Result Codes The use of global variables or a GetLastError() function to return results diff --git a/doc/dev/style.md b/doc/dev/style.md index b20cde8565..11d2535f60 100644 --- a/doc/dev/style.md +++ b/doc/dev/style.md @@ -1,3 +1,16 @@ + + ## BIND 9 Coding Style BIND 9 is principally written in [C](#cstyle), with some additional code @@ -21,8 +34,31 @@ is to compile with no warnings. #### Copyright Notices -Source files with significant content should have a copyright. The copyright -year(s) should be kept current. +The license described in the ``COPYING`` file applies to the BIND 9 source as a +whole, though individual source files can have a different license which is +required to be compatible with the MPL-2.0. + +Aside from that, individual files can be provided under a dual license, +e.g. MPL-2.0 license and alternatively under a permissive license like BSD, MIT +etc. + +The common way of expressing the license of a source file is to add the matching +boilerplate text into the top comment of the file. Due to formatting, typos +etc. these “boilerplates” are hard to validate for tools which are used in the +context of license compliance. + +An alternative to boilerplate text is the use of Software Package Data Exchange +(SPDX) license identifiers in each source file. SPDX license identifiers are +machine parsable and precise shorthands for the license under which the content +of the file is contributed. SPDX license identifiers are managed by the SPDX +Workgroup at the Linux Foundation and have been agreed on by partners throughout +the industry, tool vendors, and legal teams. For further information see +https://spdx.org/ + +The BIND 9 requires the precise SPDX identifier in all source files. The valid +identifiers used in the BIND 9 are explained in the section License identifiers +and have been retrieved from the official SPDX license list at +https://spdx.org/licenses/ along with the license texts. #### Indentation @@ -151,7 +187,7 @@ or for public files that do not declare any functions. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * file, you can obtain one at https://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/doc/dev/unexpected b/doc/dev/unexpected index 97f8fe07aa..ffa4b2a9b9 100644 --- a/doc/dev/unexpected +++ b/doc/dev/unexpected @@ -1,3 +1,16 @@ + + Unexpected Errors For portability, the ISC and DNS libraries define their own result codes diff --git a/doc/dnssec-guide/advanced-discussions.rst b/doc/dnssec-guide/advanced-discussions.rst index 47cd391d0e..8cdd094bfc 100644 --- a/doc/dnssec-guide/advanced-discussions.rst +++ b/doc/dnssec-guide/advanced-discussions.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _dnssec_advanced_discussions: diff --git a/doc/dnssec-guide/commonly-asked-questions.rst b/doc/dnssec-guide/commonly-asked-questions.rst index 9d6a32305a..05a971074f 100644 --- a/doc/dnssec-guide/commonly-asked-questions.rst +++ b/doc/dnssec-guide/commonly-asked-questions.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _dnssec_commonly_asked_questions: diff --git a/doc/dnssec-guide/getting-started.rst b/doc/dnssec-guide/getting-started.rst index 12b2808b9f..7329a1fee4 100644 --- a/doc/dnssec-guide/getting-started.rst +++ b/doc/dnssec-guide/getting-started.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _getting_started: diff --git a/doc/dnssec-guide/introduction.rst b/doc/dnssec-guide/introduction.rst index 1f66a951d0..1d051270f1 100644 --- a/doc/dnssec-guide/introduction.rst +++ b/doc/dnssec-guide/introduction.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _dnssec_guide_introduction: diff --git a/doc/dnssec-guide/preface.rst b/doc/dnssec-guide/preface.rst index 97fa965bc7..13ba820cb1 100644 --- a/doc/dnssec-guide/preface.rst +++ b/doc/dnssec-guide/preface.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Preface ------- diff --git a/doc/dnssec-guide/recipes.rst b/doc/dnssec-guide/recipes.rst index 2c177c3074..ccb6bb5b7f 100644 --- a/doc/dnssec-guide/recipes.rst +++ b/doc/dnssec-guide/recipes.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _dnssec_recipes: diff --git a/doc/dnssec-guide/signing.rst b/doc/dnssec-guide/signing.rst index 64756b5e6b..c25b1c401f 100644 --- a/doc/dnssec-guide/signing.rst +++ b/doc/dnssec-guide/signing.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _dnssec_signing: diff --git a/doc/dnssec-guide/troubleshooting.rst b/doc/dnssec-guide/troubleshooting.rst index 2f145e0966..e0909d952a 100644 --- a/doc/dnssec-guide/troubleshooting.rst +++ b/doc/dnssec-guide/troubleshooting.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _dnssec_troubleshooting: diff --git a/doc/dnssec-guide/validation.rst b/doc/dnssec-guide/validation.rst index 5d30dcd0c7..2083bc16a7 100644 --- a/doc/dnssec-guide/validation.rst +++ b/doc/dnssec-guide/validation.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. _DNSSEC_validation: diff --git a/doc/doxygen/Doxyfile.in b/doc/doxygen/Doxyfile.in index 2adda13112..8fab9caa80 100644 --- a/doc/doxygen/Doxyfile.in +++ b/doc/doxygen/Doxyfile.in @@ -1,5 +1,16 @@ # Doxyfile 1.4.7 +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# +# SPDX-License-Identifier: MPL-2.0 +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. + # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project # diff --git a/doc/doxygen/doxygen-input-filter.in b/doc/doxygen/doxygen-input-filter.in index 00c48a80ef..2903fa6649 100644 --- a/doc/doxygen/doxygen-input-filter.in +++ b/doc/doxygen/doxygen-input-filter.in @@ -2,6 +2,8 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/doc/doxygen/mainpage b/doc/doxygen/mainpage index df31f5d93a..618ebb8e9b 100644 --- a/doc/doxygen/mainpage +++ b/doc/doxygen/mainpage @@ -2,6 +2,18 @@ // // Doxygen text. Lines beginning with two slashes are comments; lines // beginning with three slashes are Doxygen input. +// +// Copyright (C) Internet Systems Consortium, Inc. ("ISC") +// +// SPDX-License-Identifier: MPL-2.0 +// +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, you can obtain one at https://mozilla.org/MPL/2.0/. +// +// See the COPYRIGHT file distributed with this work for additional +// information regarding copyright ownership. + /// \mainpage /// \section mainpage_overview Overview diff --git a/doc/man/arpaname.rst b/doc/man/arpaname.rst index 25c0d39932..52d69b616c 100644 --- a/doc/man/arpaname.rst +++ b/doc/man/arpaname.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: diff --git a/doc/man/conf.py b/doc/man/conf.py index 6395cf0974..ef3ef0957a 100644 --- a/doc/man/conf.py +++ b/doc/man/conf.py @@ -1,6 +1,8 @@ ############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/doc/man/ddns-confgen.rst b/doc/man/ddns-confgen.rst index 21cb1ddbac..fbd957d314 100644 --- a/doc/man/ddns-confgen.rst +++ b/doc/man/ddns-confgen.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: diff --git a/doc/man/delv.rst b/doc/man/delv.rst index 5cd30a02cb..8f3b54866b 100644 --- a/doc/man/delv.rst +++ b/doc/man/delv.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/delv/delv.rst \ No newline at end of file +.. include:: ../../bin/delv/delv.rst diff --git a/doc/man/dig.rst b/doc/man/dig.rst index 2ec46a0992..578a0bebca 100644 --- a/doc/man/dig.rst +++ b/doc/man/dig.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/dig/dig.rst \ No newline at end of file +.. include:: ../../bin/dig/dig.rst diff --git a/doc/man/dnssec-cds.rst b/doc/man/dnssec-cds.rst index 8bccf0a422..fadc1a1d53 100644 --- a/doc/man/dnssec-cds.rst +++ b/doc/man/dnssec-cds.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/dnssec/dnssec-cds.rst \ No newline at end of file +.. include:: ../../bin/dnssec/dnssec-cds.rst diff --git a/doc/man/dnssec-dsfromkey.rst b/doc/man/dnssec-dsfromkey.rst index 0c3d53cdbf..9a016b17b5 100644 --- a/doc/man/dnssec-dsfromkey.rst +++ b/doc/man/dnssec-dsfromkey.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/dnssec/dnssec-dsfromkey.rst \ No newline at end of file +.. include:: ../../bin/dnssec/dnssec-dsfromkey.rst diff --git a/doc/man/dnssec-importkey.rst b/doc/man/dnssec-importkey.rst index 1b9deff054..a9df5082ee 100644 --- a/doc/man/dnssec-importkey.rst +++ b/doc/man/dnssec-importkey.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/dnssec/dnssec-importkey.rst \ No newline at end of file +.. include:: ../../bin/dnssec/dnssec-importkey.rst diff --git a/doc/man/dnssec-keyfromlabel.rst b/doc/man/dnssec-keyfromlabel.rst index 060845670d..ae00dc067b 100644 --- a/doc/man/dnssec-keyfromlabel.rst +++ b/doc/man/dnssec-keyfromlabel.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/dnssec/dnssec-keyfromlabel.rst \ No newline at end of file +.. include:: ../../bin/dnssec/dnssec-keyfromlabel.rst diff --git a/doc/man/dnssec-keygen.rst b/doc/man/dnssec-keygen.rst index 5c87c35471..70e0c545b5 100644 --- a/doc/man/dnssec-keygen.rst +++ b/doc/man/dnssec-keygen.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/dnssec/dnssec-keygen.rst \ No newline at end of file +.. include:: ../../bin/dnssec/dnssec-keygen.rst diff --git a/doc/man/dnssec-revoke.rst b/doc/man/dnssec-revoke.rst index ddeee9dfd3..a5a71ab07f 100644 --- a/doc/man/dnssec-revoke.rst +++ b/doc/man/dnssec-revoke.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/dnssec/dnssec-revoke.rst \ No newline at end of file +.. include:: ../../bin/dnssec/dnssec-revoke.rst diff --git a/doc/man/dnssec-settime.rst b/doc/man/dnssec-settime.rst index 68f78c9a98..c1bb692f4e 100644 --- a/doc/man/dnssec-settime.rst +++ b/doc/man/dnssec-settime.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/dnssec/dnssec-settime.rst \ No newline at end of file +.. include:: ../../bin/dnssec/dnssec-settime.rst diff --git a/doc/man/dnssec-signzone.rst b/doc/man/dnssec-signzone.rst index 9b97a0f541..b95e04a75d 100644 --- a/doc/man/dnssec-signzone.rst +++ b/doc/man/dnssec-signzone.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/dnssec/dnssec-signzone.rst \ No newline at end of file +.. include:: ../../bin/dnssec/dnssec-signzone.rst diff --git a/doc/man/dnssec-verify.rst b/doc/man/dnssec-verify.rst index 3ac88d10ad..c565fedb5c 100644 --- a/doc/man/dnssec-verify.rst +++ b/doc/man/dnssec-verify.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/dnssec/dnssec-verify.rst \ No newline at end of file +.. include:: ../../bin/dnssec/dnssec-verify.rst diff --git a/doc/man/dnstap-read.rst b/doc/man/dnstap-read.rst index 10fe0a887d..9b60739dd2 100644 --- a/doc/man/dnstap-read.rst +++ b/doc/man/dnstap-read.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/tools/dnstap-read.rst \ No newline at end of file +.. include:: ../../bin/tools/dnstap-read.rst diff --git a/doc/man/filter-a.rst b/doc/man/filter-a.rst index 31da2f075b..a5c4d40436 100644 --- a/doc/man/filter-a.rst +++ b/doc/man/filter-a.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/plugins/filter-a.rst \ No newline at end of file +.. include:: ../../bin/plugins/filter-a.rst diff --git a/doc/man/filter-aaaa.rst b/doc/man/filter-aaaa.rst index b9bd4e1521..2ad0521497 100644 --- a/doc/man/filter-aaaa.rst +++ b/doc/man/filter-aaaa.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/plugins/filter-aaaa.rst \ No newline at end of file +.. include:: ../../bin/plugins/filter-aaaa.rst diff --git a/doc/man/host.rst b/doc/man/host.rst index 9bd5ec2285..690243d045 100644 --- a/doc/man/host.rst +++ b/doc/man/host.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/dig/host.rst \ No newline at end of file +.. include:: ../../bin/dig/host.rst diff --git a/doc/man/index.rst b/doc/man/index.rst index 2bede615c9..35fd8d3326 100644 --- a/doc/man/index.rst +++ b/doc/man/index.rst @@ -1,9 +1,10 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. diff --git a/doc/man/mdig.rst b/doc/man/mdig.rst index a19ab88e57..351d17f6c5 100644 --- a/doc/man/mdig.rst +++ b/doc/man/mdig.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/tools/mdig.rst \ No newline at end of file +.. include:: ../../bin/tools/mdig.rst diff --git a/doc/man/named-checkconf.rst b/doc/man/named-checkconf.rst index 66da5a65f1..a120b43b71 100644 --- a/doc/man/named-checkconf.rst +++ b/doc/man/named-checkconf.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/check/named-checkconf.rst \ No newline at end of file +.. include:: ../../bin/check/named-checkconf.rst diff --git a/doc/man/named-checkzone.rst b/doc/man/named-checkzone.rst index a62206cb98..53d2a00088 100644 --- a/doc/man/named-checkzone.rst +++ b/doc/man/named-checkzone.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/check/named-checkzone.rst \ No newline at end of file +.. include:: ../../bin/check/named-checkzone.rst diff --git a/doc/man/named-compilezone.rst b/doc/man/named-compilezone.rst index a62206cb98..53d2a00088 100644 --- a/doc/man/named-compilezone.rst +++ b/doc/man/named-compilezone.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/check/named-checkzone.rst \ No newline at end of file +.. include:: ../../bin/check/named-checkzone.rst diff --git a/doc/man/named-journalprint.rst b/doc/man/named-journalprint.rst index a2dc539f2e..9317f7b9e9 100644 --- a/doc/man/named-journalprint.rst +++ b/doc/man/named-journalprint.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/tools/named-journalprint.rst \ No newline at end of file +.. include:: ../../bin/tools/named-journalprint.rst diff --git a/doc/man/named-nzd2nzf.rst b/doc/man/named-nzd2nzf.rst index 15c048a5e7..10d59e948d 100644 --- a/doc/man/named-nzd2nzf.rst +++ b/doc/man/named-nzd2nzf.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/tools/named-nzd2nzf.rst \ No newline at end of file +.. include:: ../../bin/tools/named-nzd2nzf.rst diff --git a/doc/man/named-rrchecker.rst b/doc/man/named-rrchecker.rst index c31b8bafb4..fff9f82d2c 100644 --- a/doc/man/named-rrchecker.rst +++ b/doc/man/named-rrchecker.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/tools/named-rrchecker.rst \ No newline at end of file +.. include:: ../../bin/tools/named-rrchecker.rst diff --git a/doc/man/named.conf.rst b/doc/man/named.conf.rst index d0c477d618..6fbdda695c 100644 --- a/doc/man/named.conf.rst +++ b/doc/man/named.conf.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: diff --git a/doc/man/named.rst b/doc/man/named.rst index a3ebd862a4..63c0f4b08a 100644 --- a/doc/man/named.rst +++ b/doc/man/named.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: diff --git a/doc/man/nsec3hash.rst b/doc/man/nsec3hash.rst index b47aec4c61..ba81f0d069 100644 --- a/doc/man/nsec3hash.rst +++ b/doc/man/nsec3hash.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/tools/nsec3hash.rst \ No newline at end of file +.. include:: ../../bin/tools/nsec3hash.rst diff --git a/doc/man/nslookup.rst b/doc/man/nslookup.rst index e87ad56822..015740d2f2 100644 --- a/doc/man/nslookup.rst +++ b/doc/man/nslookup.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/dig/nslookup.rst \ No newline at end of file +.. include:: ../../bin/dig/nslookup.rst diff --git a/doc/man/nsupdate.rst b/doc/man/nsupdate.rst index 7cfb072eab..bced04ec9b 100644 --- a/doc/man/nsupdate.rst +++ b/doc/man/nsupdate.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/nsupdate/nsupdate.rst \ No newline at end of file +.. include:: ../../bin/nsupdate/nsupdate.rst diff --git a/doc/man/rndc-confgen.rst b/doc/man/rndc-confgen.rst index f06dfdf855..dac57bad5d 100644 --- a/doc/man/rndc-confgen.rst +++ b/doc/man/rndc-confgen.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/confgen/rndc-confgen.rst \ No newline at end of file +.. include:: ../../bin/confgen/rndc-confgen.rst diff --git a/doc/man/rndc.conf.rst b/doc/man/rndc.conf.rst index f5edeafa70..f575060684 100644 --- a/doc/man/rndc.conf.rst +++ b/doc/man/rndc.conf.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: diff --git a/doc/man/rndc.rst b/doc/man/rndc.rst index 86ea410b03..a330531272 100644 --- a/doc/man/rndc.rst +++ b/doc/man/rndc.rst @@ -1,13 +1,14 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: -.. include:: ../../bin/rndc/rndc.rst \ No newline at end of file +.. include:: ../../bin/rndc/rndc.rst diff --git a/doc/man/tsig-keygen.rst b/doc/man/tsig-keygen.rst index 21cb1ddbac..fbd957d314 100644 --- a/doc/man/tsig-keygen.rst +++ b/doc/man/tsig-keygen.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. :orphan: diff --git a/doc/misc/acl.grammar.rst b/doc/misc/acl.grammar.rst index 189cc301b6..4b9d81458e 100644 --- a/doc/misc/acl.grammar.rst +++ b/doc/misc/acl.grammar.rst @@ -1,3 +1,12 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. acl { ; ... }; diff --git a/doc/misc/cfg_test.c b/doc/misc/cfg_test.c index e061988bfa..661981f8ed 100644 --- a/doc/misc/cfg_test.c +++ b/doc/misc/cfg_test.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/doc/misc/controls.grammar.rst b/doc/misc/controls.grammar.rst index 225dba3c6a..3c59b7d908 100644 --- a/doc/misc/controls.grammar.rst +++ b/doc/misc/controls.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. controls { inet ( | | diff --git a/doc/misc/delegation-only.zoneopt.rst b/doc/misc/delegation-only.zoneopt.rst index 71651c3f13..3f7d8d1a27 100644 --- a/doc/misc/delegation-only.zoneopt.rst +++ b/doc/misc/delegation-only.zoneopt.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. zone [ ] { type delegation-only; diff --git a/doc/misc/dnssec-policy.default.conf b/doc/misc/dnssec-policy.default.conf index 1903c472f1..00b8a14656 100644 --- a/doc/misc/dnssec-policy.default.conf +++ b/doc/misc/dnssec-policy.default.conf @@ -1,3 +1,16 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + dnssec-policy "default" { // Keys keys { @@ -8,7 +21,7 @@ dnssec-policy "default" { dnskey-ttl 3600; publish-safety 1h; retire-safety 1h; - purge-keys P90D; + purge-keys P90D; // Signature timings signatures-refresh 5d; diff --git a/doc/misc/dnssec-policy.grammar.rst b/doc/misc/dnssec-policy.grammar.rst index da4803c922..b0b9692fcb 100644 --- a/doc/misc/dnssec-policy.grammar.rst +++ b/doc/misc/dnssec-policy.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. dnssec-policy { dnskey-ttl ; diff --git a/doc/misc/format-options.pl b/doc/misc/format-options.pl index af21225bf3..b152b844a5 100644 --- a/doc/misc/format-options.pl +++ b/doc/misc/format-options.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/doc/misc/forward.zoneopt.rst b/doc/misc/forward.zoneopt.rst index 1921ff3b57..cf162b866f 100644 --- a/doc/misc/forward.zoneopt.rst +++ b/doc/misc/forward.zoneopt.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. zone [ ] { type forward; diff --git a/doc/misc/hint.zoneopt.rst b/doc/misc/hint.zoneopt.rst index 514b81ddb3..33a9fb2cec 100644 --- a/doc/misc/hint.zoneopt.rst +++ b/doc/misc/hint.zoneopt.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. zone [ ] { type hint; diff --git a/doc/misc/http.grammar.rst b/doc/misc/http.grammar.rst index 65aed72b62..48fac447ac 100644 --- a/doc/misc/http.grammar.rst +++ b/doc/misc/http.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. http { endpoints { ; ... }; diff --git a/doc/misc/in-view.zoneopt.rst b/doc/misc/in-view.zoneopt.rst index 807167ff9e..8b3b5c1021 100644 --- a/doc/misc/in-view.zoneopt.rst +++ b/doc/misc/in-view.zoneopt.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. zone [ ] { in-view ; diff --git a/doc/misc/key.grammar.rst b/doc/misc/key.grammar.rst index 142fa8257a..aec1c82c02 100644 --- a/doc/misc/key.grammar.rst +++ b/doc/misc/key.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. key { algorithm ; diff --git a/doc/misc/logging.grammar.rst b/doc/misc/logging.grammar.rst index c5e24db034..2a0d540640 100644 --- a/doc/misc/logging.grammar.rst +++ b/doc/misc/logging.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. logging { category { ; ... }; diff --git a/doc/misc/managed-keys.grammar.rst b/doc/misc/managed-keys.grammar.rst index 3b3ba88ba1..7d74262209 100644 --- a/doc/misc/managed-keys.grammar.rst +++ b/doc/misc/managed-keys.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. managed-keys { ( static-key | initial-key | static-ds | diff --git a/doc/misc/master.zoneopt.rst b/doc/misc/master.zoneopt.rst index 597a8dbdd9..36cf6c7210 100644 --- a/doc/misc/master.zoneopt.rst +++ b/doc/misc/master.zoneopt.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. zone [ ] { type ( master | primary ); diff --git a/doc/misc/mirror.zoneopt.rst b/doc/misc/mirror.zoneopt.rst index 668207601c..46921e16d9 100644 --- a/doc/misc/mirror.zoneopt.rst +++ b/doc/misc/mirror.zoneopt.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. zone [ ] { type mirror; diff --git a/doc/misc/named.conf.rst b/doc/misc/named.conf.rst index 5f9551b969..cd7747abd1 100644 --- a/doc/misc/named.conf.rst +++ b/doc/misc/named.conf.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. .. highlight: console diff --git a/doc/misc/options.grammar.rst b/doc/misc/options.grammar.rst index 8e69a09686..c6e5ba8d95 100644 --- a/doc/misc/options.grammar.rst +++ b/doc/misc/options.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. options { allow-new-zones ; diff --git a/doc/misc/parentals.grammar.rst b/doc/misc/parentals.grammar.rst index 32cef5ae55..144967d68e 100644 --- a/doc/misc/parentals.grammar.rst +++ b/doc/misc/parentals.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. parental-agents [ port ] [ dscp ] { ( | diff --git a/doc/misc/primaries.grammar.rst b/doc/misc/primaries.grammar.rst index 53f2e36daa..a9b5ef92b5 100644 --- a/doc/misc/primaries.grammar.rst +++ b/doc/misc/primaries.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. primaries [ port ] [ dscp ] { ( | diff --git a/doc/misc/redirect.zoneopt.rst b/doc/misc/redirect.zoneopt.rst index eca475af26..2cd89eb09a 100644 --- a/doc/misc/redirect.zoneopt.rst +++ b/doc/misc/redirect.zoneopt.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. zone [ ] { type redirect; diff --git a/doc/misc/rfc-compliance b/doc/misc/rfc-compliance index 461a73b751..4f9bf24832 100644 --- a/doc/misc/rfc-compliance +++ b/doc/misc/rfc-compliance @@ -1,6 +1,13 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC") -See COPYRIGHT in the source root or https://isc.org/copyright.html for terms. +SPDX-License-Identifier: MPL-2.0 + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, you can obtain one at https://mozilla.org/MPL/2.0/. + +See the COPYRIGHT file distributed with this work for additional +information regarding copyright ownership. BIND 9 is striving for strict compliance with IETF standards. We believe this release of BIND 9 complies with the following RFCs, with diff --git a/doc/misc/rst-grammars.pl b/doc/misc/rst-grammars.pl index 49832d81d2..74ffa09db1 100644 --- a/doc/misc/rst-grammars.pl +++ b/doc/misc/rst-grammars.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional @@ -25,7 +27,19 @@ my $SECTION = shift; open (FH, "<", $FILE) or die "Can't open $FILE"; -print "::\n\n"; +print <) { if (m{// not.*implemented} || m{// obsolete} || diff --git a/doc/misc/server.grammar.rst b/doc/misc/server.grammar.rst index 4c461a0c12..056e186c68 100644 --- a/doc/misc/server.grammar.rst +++ b/doc/misc/server.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. server { bogus ; diff --git a/doc/misc/slave.zoneopt.rst b/doc/misc/slave.zoneopt.rst index 3a603a044c..013b799795 100644 --- a/doc/misc/slave.zoneopt.rst +++ b/doc/misc/slave.zoneopt.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. zone [ ] { type ( slave | secondary ); diff --git a/doc/misc/sort-options.pl b/doc/misc/sort-options.pl index eebfa21a12..f60b0b72b5 100644 --- a/doc/misc/sort-options.pl +++ b/doc/misc/sort-options.pl @@ -1,9 +1,11 @@ #!/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/doc/misc/static-stub.zoneopt.rst b/doc/misc/static-stub.zoneopt.rst index 2116849f28..b8681a8217 100644 --- a/doc/misc/static-stub.zoneopt.rst +++ b/doc/misc/static-stub.zoneopt.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. zone [ ] { type static-stub; diff --git a/doc/misc/statistics-channels.grammar.rst b/doc/misc/statistics-channels.grammar.rst index 69c19e7361..dda9c682b2 100644 --- a/doc/misc/statistics-channels.grammar.rst +++ b/doc/misc/statistics-channels.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. statistics-channels { inet ( | | diff --git a/doc/misc/stub.zoneopt.rst b/doc/misc/stub.zoneopt.rst index 086a0ee3bb..56fc9d9244 100644 --- a/doc/misc/stub.zoneopt.rst +++ b/doc/misc/stub.zoneopt.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. zone [ ] { type stub; diff --git a/doc/misc/tls.grammar.rst b/doc/misc/tls.grammar.rst index 96780c1155..778f2f34d4 100644 --- a/doc/misc/tls.grammar.rst +++ b/doc/misc/tls.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. tls { cert-file ; diff --git a/doc/misc/trust-anchors.grammar.rst b/doc/misc/trust-anchors.grammar.rst index c7a800583d..fffb8a5b96 100644 --- a/doc/misc/trust-anchors.grammar.rst +++ b/doc/misc/trust-anchors.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. trust-anchors { ( static-key | initial-key | static-ds | initial-ds ) diff --git a/doc/misc/trusted-keys.grammar.rst b/doc/misc/trusted-keys.grammar.rst index d920076399..1428d2172e 100644 --- a/doc/misc/trusted-keys.grammar.rst +++ b/doc/misc/trusted-keys.grammar.rst @@ -1,4 +1,13 @@ -:: +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. trusted-keys { diff --git a/doc/notes/notes-9.17.0.rst b/doc/notes/notes-9.17.0.rst index c5e69ff33a..8a8c67250c 100644 --- a/doc/notes/notes-9.17.0.rst +++ b/doc/notes/notes-9.17.0.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.0 --------------------- diff --git a/doc/notes/notes-9.17.1.rst b/doc/notes/notes-9.17.1.rst index 305c9858a4..db21d737de 100644 --- a/doc/notes/notes-9.17.1.rst +++ b/doc/notes/notes-9.17.1.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.1 --------------------- diff --git a/doc/notes/notes-9.17.10.rst b/doc/notes/notes-9.17.10.rst index cfb942b496..84695e5be5 100644 --- a/doc/notes/notes-9.17.10.rst +++ b/doc/notes/notes-9.17.10.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.10 ---------------------- diff --git a/doc/notes/notes-9.17.11.rst b/doc/notes/notes-9.17.11.rst index 3cc88781c7..3afe0f500d 100644 --- a/doc/notes/notes-9.17.11.rst +++ b/doc/notes/notes-9.17.11.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.11 ---------------------- diff --git a/doc/notes/notes-9.17.12.rst b/doc/notes/notes-9.17.12.rst index 9aa8b78cfc..47ed9019d7 100644 --- a/doc/notes/notes-9.17.12.rst +++ b/doc/notes/notes-9.17.12.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.12 ---------------------- diff --git a/doc/notes/notes-9.17.13.rst b/doc/notes/notes-9.17.13.rst index 1166f4f0a8..6bf1a83a01 100644 --- a/doc/notes/notes-9.17.13.rst +++ b/doc/notes/notes-9.17.13.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.13 ---------------------- diff --git a/doc/notes/notes-9.17.14.rst b/doc/notes/notes-9.17.14.rst index 4ece21dd95..310af6769a 100644 --- a/doc/notes/notes-9.17.14.rst +++ b/doc/notes/notes-9.17.14.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.14 ---------------------- diff --git a/doc/notes/notes-9.17.15.rst b/doc/notes/notes-9.17.15.rst index 2a295301b3..15a618b6bc 100644 --- a/doc/notes/notes-9.17.15.rst +++ b/doc/notes/notes-9.17.15.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.15 ---------------------- diff --git a/doc/notes/notes-9.17.16.rst b/doc/notes/notes-9.17.16.rst index fceb95bc89..3fdadf3315 100644 --- a/doc/notes/notes-9.17.16.rst +++ b/doc/notes/notes-9.17.16.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.16 ---------------------- diff --git a/doc/notes/notes-9.17.17.rst b/doc/notes/notes-9.17.17.rst index 52f652e4bc..b707df5d7e 100644 --- a/doc/notes/notes-9.17.17.rst +++ b/doc/notes/notes-9.17.17.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.17 ---------------------- diff --git a/doc/notes/notes-9.17.18.rst b/doc/notes/notes-9.17.18.rst index 0aa65e6683..f93461d29d 100644 --- a/doc/notes/notes-9.17.18.rst +++ b/doc/notes/notes-9.17.18.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.18 ---------------------- diff --git a/doc/notes/notes-9.17.19.rst b/doc/notes/notes-9.17.19.rst index 7c1273f43d..25006ffca4 100644 --- a/doc/notes/notes-9.17.19.rst +++ b/doc/notes/notes-9.17.19.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.19 ---------------------- diff --git a/doc/notes/notes-9.17.2.rst b/doc/notes/notes-9.17.2.rst index 72e1170298..04df00bf9f 100644 --- a/doc/notes/notes-9.17.2.rst +++ b/doc/notes/notes-9.17.2.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.2 --------------------- diff --git a/doc/notes/notes-9.17.20.rst b/doc/notes/notes-9.17.20.rst index eec841d52e..bbe329080c 100644 --- a/doc/notes/notes-9.17.20.rst +++ b/doc/notes/notes-9.17.20.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.20 ---------------------- diff --git a/doc/notes/notes-9.17.21.rst b/doc/notes/notes-9.17.21.rst index e7ffcdfb99..206478bb43 100644 --- a/doc/notes/notes-9.17.21.rst +++ b/doc/notes/notes-9.17.21.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.21 ---------------------- diff --git a/doc/notes/notes-9.17.3.rst b/doc/notes/notes-9.17.3.rst index 7894335eaa..1e1a818e00 100644 --- a/doc/notes/notes-9.17.3.rst +++ b/doc/notes/notes-9.17.3.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.3 --------------------- diff --git a/doc/notes/notes-9.17.4.rst b/doc/notes/notes-9.17.4.rst index a6818eddf2..3d793a4c71 100644 --- a/doc/notes/notes-9.17.4.rst +++ b/doc/notes/notes-9.17.4.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.4 --------------------- diff --git a/doc/notes/notes-9.17.5.rst b/doc/notes/notes-9.17.5.rst index 1307839016..297201e6d6 100644 --- a/doc/notes/notes-9.17.5.rst +++ b/doc/notes/notes-9.17.5.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.5 --------------------- diff --git a/doc/notes/notes-9.17.6.rst b/doc/notes/notes-9.17.6.rst index 63bd69da96..2ae912ec6b 100644 --- a/doc/notes/notes-9.17.6.rst +++ b/doc/notes/notes-9.17.6.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.6 --------------------- diff --git a/doc/notes/notes-9.17.7.rst b/doc/notes/notes-9.17.7.rst index 40ac5a53e6..47c8b1498f 100644 --- a/doc/notes/notes-9.17.7.rst +++ b/doc/notes/notes-9.17.7.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.7 --------------------- diff --git a/doc/notes/notes-9.17.8.rst b/doc/notes/notes-9.17.8.rst index 9d7a2d79ff..2102c635c3 100644 --- a/doc/notes/notes-9.17.8.rst +++ b/doc/notes/notes-9.17.8.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.8 --------------------- diff --git a/doc/notes/notes-9.17.9.rst b/doc/notes/notes-9.17.9.rst index 8d208dd0de..04459adcd4 100644 --- a/doc/notes/notes-9.17.9.rst +++ b/doc/notes/notes-9.17.9.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.9 --------------------- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index aa064d1035..abb1d94d86 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -1,12 +1,13 @@ -.. - Copyright (C) Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, you can obtain one at https://mozilla.org/MPL/2.0/. - - See the COPYRIGHT file distributed with this work for additional - information regarding copyright ownership. +.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") +.. +.. SPDX-License-Identifier: MPL-2.0 +.. +.. This Source Code Form is subject to the terms of the Mozilla Public +.. License, v. 2.0. If a copy of the MPL was not distributed with this +.. file, you can obtain one at https://mozilla.org/MPL/2.0/. +.. +.. See the COPYRIGHT file distributed with this work for additional +.. information regarding copyright ownership. Notes for BIND 9.17.22 ---------------------- diff --git a/docutil/HTML_COPYRIGHT b/docutil/HTML_COPYRIGHT deleted file mode 100644 index 82c7e91199..0000000000 --- a/docutil/HTML_COPYRIGHT +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/docutil/MAN_COPYRIGHT b/docutil/MAN_COPYRIGHT deleted file mode 100644 index b00f6c3009..0000000000 --- a/docutil/MAN_COPYRIGHT +++ /dev/null @@ -1,7 +0,0 @@ -.\" -.\" Copyright (C) 1996-2016 Internet Systems Consortium, Inc. ("ISC") -.\" -.\" This Source Code Form is subject to the terms of the Mozilla Public -.\" License, v. 2.0. If a copy of the MPL was not distributed with this -.\" file, You can obtain one at http://mozilla.org/MPL/2.0/. -.\" diff --git a/docutil/patch-db2latex-duplicate-template-bug b/docutil/patch-db2latex-duplicate-template-bug deleted file mode 100644 index 751c536aef..0000000000 --- a/docutil/patch-db2latex-duplicate-template-bug +++ /dev/null @@ -1,75 +0,0 @@ -;; This is a patch to work around a known bug in db2latex. Apparently -;; xsltproc's error checking got a lot better since the authors of -;; db2latex last tested this, so a clear language violation that -;; xsltproc used to ignore now prevents xsltproc from working with -;; db2latex. -;; -;; On FreeBSD you can simply drop this patch into the directory -;; /usr/ports/textproc/db2latex/files/ and the ports system should -;; take it from there. I've sent this patch off to the port -;; maintainer but have not yet heard anything back. -;; -;; I don't really know whether this is the "right" fix, but it seems to -;; work, and I'm pretty sure that the code this patch deletes does not -;; work as it stands, so at worst the result after applying this patch -;; should be no worse than the result without this patch. -;; -;; YMMV. If this patch breaks, you get to keep both pieces. - -Index: xsl/qandaset.mod.xsl ---- xsl/qandaset.mod.xsl.~1~ Sun Jan 4 08:22:27 2004 -+++ xsl/qandaset.mod.xsl Fri Apr 1 22:30:20 2005 -@@ -363,53 +363,4 @@ - - - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- question -- answer -- qandadiv -- qandaset -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - diff --git a/docutil/patch-db2latex-nested-param-bug b/docutil/patch-db2latex-nested-param-bug deleted file mode 100644 index 5facc0e74f..0000000000 --- a/docutil/patch-db2latex-nested-param-bug +++ /dev/null @@ -1,16 +0,0 @@ -;; Latest version of xsltproc doesn't like . - ---- xsl/lists.mod.xsl.~1~ Sat Jan 31 06:53:50 2004 -+++ xsl/lists.mod.xsl Tue Feb 6 15:41:12 2007 -@@ -269,10 +269,8 @@ - - - -- - -- -- -+ - - - diff --git a/docutil/patch-db2latex-xsltproc-title-bug b/docutil/patch-db2latex-xsltproc-title-bug deleted file mode 100644 index 65a5ca7c5a..0000000000 --- a/docutil/patch-db2latex-xsltproc-title-bug +++ /dev/null @@ -1,27 +0,0 @@ -;; This patches around a problem that I don't completely understand, -;; and which may in fact be an xsltproc bug rather than a db2latex -;; bug. Symptom is that the generated \title{} contains not only the -;; book title but also the concatenation of all the chapter titles. -;; This makes no sense, it doesn't happen with saxon, it doesn't -;; happen with all versions of xsltproc, and attempts to trace this -;; with --verbose and leave me more wondering whether -;; it's me or xsltproc that doesn't understand the XSLT pattern -;; matching rules. -;; -;; All that said, the change below prevents the bad behavior and -;; should be completely harmless, so it will do as a workaround. - -Index: xsl/book-article.mod.xsl ---- xsl/book-article.mod.xsl.~1~ Tue May 3 21:51:18 2005 -+++ xsl/book-article.mod.xsl Sat May 7 09:00:26 2005 -@@ -87,8 +87,8 @@ - - - \title{ -- -- -+ -+ - } - - \author{ diff --git a/fuzz/FUZZING.md b/fuzz/FUZZING.md index cccf41ffc7..65363e1ac1 100644 --- a/fuzz/FUZZING.md +++ b/fuzz/FUZZING.md @@ -1,3 +1,16 @@ + + = Fuzzing The tests in this directory can be operated in three modes: diff --git a/fuzz/afl.sh b/fuzz/afl.sh index 83d23af5ca..88ac6eaeb0 100755 --- a/fuzz/afl.sh +++ b/fuzz/afl.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/fuzz/dns_message_parse.c b/fuzz/dns_message_parse.c index 76dfc83ebe..02006a86ec 100644 --- a/fuzz/dns_message_parse.c +++ b/fuzz/dns_message_parse.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/fuzz/dns_name_fromtext_target.c b/fuzz/dns_name_fromtext_target.c index f7169c6696..c4f32756ea 100644 --- a/fuzz/dns_name_fromtext_target.c +++ b/fuzz/dns_name_fromtext_target.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/fuzz/dns_rdata_fromwire_text.c b/fuzz/dns_rdata_fromwire_text.c index dc995f9b16..f3b8d50aa0 100644 --- a/fuzz/dns_rdata_fromwire_text.c +++ b/fuzz/dns_rdata_fromwire_text.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/fuzz/fuzz.h b/fuzz/fuzz.h index 796791209c..769f846815 100644 --- a/fuzz/fuzz.h +++ b/fuzz/fuzz.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/fuzz/isc_lex_getmastertoken.c b/fuzz/isc_lex_getmastertoken.c index 54c855c0e0..5931e1814f 100644 --- a/fuzz/isc_lex_getmastertoken.c +++ b/fuzz/isc_lex_getmastertoken.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/fuzz/isc_lex_getmastertoken.in/named.conf b/fuzz/isc_lex_getmastertoken.in/named.conf index de8ea9c07dfcdd132d9334cacb7d81c9615539e4..9cbde3521cfe923092e46dad2400d1a39a47e690 100644 GIT binary patch delta 19 ZcmeBgV4MI%w-_rY-j-x6-uOk@9sp042mSy6 delta 17 ZcmbQxz}VlwIN=s! @@ -1127,34 +1158,6 @@ cfg_obj_asduration(const cfg_obj_t *obj) { return (duration); } -/* - * duration_fromtext initially taken from OpenDNSSEC code base. - * Modified to fit the BIND 9 code. - * - * Copyright (c) 2009-2018 NLNet Labs. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ static isc_result_t duration_fromtext(isc_textregion_t *source, cfg_duration_t *duration) { char buf[CFG_DURATION_MAXLEN]; diff --git a/lib/isccfg/tests/duration_test.c b/lib/isccfg/tests/duration_test.c index 3c5d45092c..343f66dba9 100644 --- a/lib/isccfg/tests/duration_test.c +++ b/lib/isccfg/tests/duration_test.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/isccfg/tests/parser_test.c b/lib/isccfg/tests/parser_test.c index b7ea3db2df..5f28a7d9ab 100644 --- a/lib/isccfg/tests/parser_test.c +++ b/lib/isccfg/tests/parser_test.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/client.c b/lib/ns/client.c index eae128f573..e48eb56322 100644 --- a/lib/ns/client.c +++ b/lib/ns/client.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/hooks.c b/lib/ns/hooks.c index 5b8d0ef8ca..27c14ed098 100644 --- a/lib/ns/hooks.c +++ b/lib/ns/hooks.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/client.h b/lib/ns/include/ns/client.h index 01eb8e212a..d456bc83af 100644 --- a/lib/ns/include/ns/client.h +++ b/lib/ns/include/ns/client.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/events.h b/lib/ns/include/ns/events.h index 4c5b7bba68..b65182729d 100644 --- a/lib/ns/include/ns/events.h +++ b/lib/ns/include/ns/events.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/hooks.h b/lib/ns/include/ns/hooks.h index c4c0287899..f3b8ef6d6d 100644 --- a/lib/ns/include/ns/hooks.h +++ b/lib/ns/include/ns/hooks.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/interfacemgr.h b/lib/ns/include/ns/interfacemgr.h index 5803ca2080..5f6d97b2d0 100644 --- a/lib/ns/include/ns/interfacemgr.h +++ b/lib/ns/include/ns/interfacemgr.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/listenlist.h b/lib/ns/include/ns/listenlist.h index 936061e457..e9afc7fca7 100644 --- a/lib/ns/include/ns/listenlist.h +++ b/lib/ns/include/ns/listenlist.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/log.h b/lib/ns/include/ns/log.h index f8741cfeaa..23ac845534 100644 --- a/lib/ns/include/ns/log.h +++ b/lib/ns/include/ns/log.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/notify.h b/lib/ns/include/ns/notify.h index 167c8f6546..b7e6f7c6f1 100644 --- a/lib/ns/include/ns/notify.h +++ b/lib/ns/include/ns/notify.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/query.h b/lib/ns/include/ns/query.h index a218392eda..a1851abc1e 100644 --- a/lib/ns/include/ns/query.h +++ b/lib/ns/include/ns/query.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/server.h b/lib/ns/include/ns/server.h index 4d3f6e121b..1764d18869 100644 --- a/lib/ns/include/ns/server.h +++ b/lib/ns/include/ns/server.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/sortlist.h b/lib/ns/include/ns/sortlist.h index 8a19d0cd8a..96f41e0348 100644 --- a/lib/ns/include/ns/sortlist.h +++ b/lib/ns/include/ns/sortlist.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/stats.h b/lib/ns/include/ns/stats.h index 34092ade7b..2de556423b 100644 --- a/lib/ns/include/ns/stats.h +++ b/lib/ns/include/ns/stats.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/types.h b/lib/ns/include/ns/types.h index e04498cdb6..85205d7d30 100644 --- a/lib/ns/include/ns/types.h +++ b/lib/ns/include/ns/types.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/update.h b/lib/ns/include/ns/update.h index 6cfdf86424..fbabdf9e50 100644 --- a/lib/ns/include/ns/update.h +++ b/lib/ns/include/ns/update.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/include/ns/xfrout.h b/lib/ns/include/ns/xfrout.h index b25952867b..d36060eb86 100644 --- a/lib/ns/include/ns/xfrout.h +++ b/lib/ns/include/ns/xfrout.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/interfacemgr.c b/lib/ns/interfacemgr.c index beecaa71ff..84540d3c95 100644 --- a/lib/ns/interfacemgr.c +++ b/lib/ns/interfacemgr.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/listenlist.c b/lib/ns/listenlist.c index 602d9c3807..689e278c45 100644 --- a/lib/ns/listenlist.c +++ b/lib/ns/listenlist.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/log.c b/lib/ns/log.c index 519ece1981..4a7ff20d02 100644 --- a/lib/ns/log.c +++ b/lib/ns/log.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/notify.c b/lib/ns/notify.c index 99550553dd..35b6b91cb9 100644 --- a/lib/ns/notify.c +++ b/lib/ns/notify.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/query.c b/lib/ns/query.c index c1242d004e..8fbbc09926 100644 --- a/lib/ns/query.c +++ b/lib/ns/query.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/server.c b/lib/ns/server.c index b9dbac6fc8..162e344f88 100644 --- a/lib/ns/server.c +++ b/lib/ns/server.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/sortlist.c b/lib/ns/sortlist.c index 5647c8e6d9..0c3dc40bf2 100644 --- a/lib/ns/sortlist.c +++ b/lib/ns/sortlist.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/stats.c b/lib/ns/stats.c index 4b6cdbf635..de5b083b57 100644 --- a/lib/ns/stats.c +++ b/lib/ns/stats.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/tests/listenlist_test.c b/lib/ns/tests/listenlist_test.c index a197590f0a..6810c3416a 100644 --- a/lib/ns/tests/listenlist_test.c +++ b/lib/ns/tests/listenlist_test.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/tests/notify_test.c b/lib/ns/tests/notify_test.c index 73651243b7..7c7b33f9c7 100644 --- a/lib/ns/tests/notify_test.c +++ b/lib/ns/tests/notify_test.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/tests/nstest.c b/lib/ns/tests/nstest.c index 5202b2e9b3..9990363c48 100644 --- a/lib/ns/tests/nstest.c +++ b/lib/ns/tests/nstest.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/tests/nstest.h b/lib/ns/tests/nstest.h index ac16abd166..7212e2bb3b 100644 --- a/lib/ns/tests/nstest.h +++ b/lib/ns/tests/nstest.h @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/tests/plugin_test.c b/lib/ns/tests/plugin_test.c index bb4fc95e00..f71bb4e122 100644 --- a/lib/ns/tests/plugin_test.c +++ b/lib/ns/tests/plugin_test.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/tests/query_test.c b/lib/ns/tests/query_test.c index d09333a003..e1b05c61c1 100644 --- a/lib/ns/tests/query_test.c +++ b/lib/ns/tests/query_test.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/tests/testdata/notify/zone1.db b/lib/ns/tests/testdata/notify/zone1.db index af887f6b31..b218d6dda5 100644 --- a/lib/ns/tests/testdata/notify/zone1.db +++ b/lib/ns/tests/testdata/notify/zone1.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/lib/ns/tests/testdata/query/foo.db b/lib/ns/tests/testdata/query/foo.db index 1cf3273317..5fb2c42861 100644 --- a/lib/ns/tests/testdata/query/foo.db +++ b/lib/ns/tests/testdata/query/foo.db @@ -1,8 +1,10 @@ ; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; +; SPDX-License-Identifier: MPL-2.0 +; ; This Source Code Form is subject to the terms of the Mozilla Public -; License, v. 2.0. If a copy of the MPL was not distributed with this -; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, you can obtain one at https://mozilla.org/MPL/2.0/. ; ; See the COPYRIGHT file distributed with this work for additional ; information regarding copyright ownership. diff --git a/lib/ns/update.c b/lib/ns/update.c index f268cde0d7..b3b53e507a 100644 --- a/lib/ns/update.c +++ b/lib/ns/update.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/ns/xfrout.c b/lib/ns/xfrout.c index 995ac5bab8..fdbd4029b7 100644 --- a/lib/ns/xfrout.c +++ b/lib/ns/xfrout.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lib/unit-test-driver.sh.in b/lib/unit-test-driver.sh.in index c66649c0d1..68a0dcdfd6 100644 --- a/lib/unit-test-driver.sh.in +++ b/lib/unit-test-driver.sh.in @@ -1,4 +1,15 @@ #!/bin/sh +# +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# +# SPDX-License-Identifier: MPL-2.0 +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. TOP_BUILDDIR=@abs_top_builddir@ TOP_SRCDIR=@abs_top_srcdir@ diff --git a/m4/ax_cc_for_build.m4 b/m4/ax_cc_for_build.m4 index c62ffadbc0..fdbf765426 100644 --- a/m4/ax_cc_for_build.m4 +++ b/m4/ax_cc_for_build.m4 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later WITH Autoconf-exception-3.0 +# # =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_cc_for_build.html # =========================================================================== diff --git a/m4/ax_check_compile_flag.m4 b/m4/ax_check_compile_flag.m4 index bd753b34d7..cf3d9f4ecb 100644 --- a/m4/ax_check_compile_flag.m4 +++ b/m4/ax_check_compile_flag.m4 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: FSFAP +# # =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html # =========================================================================== diff --git a/m4/ax_check_link_flag.m4 b/m4/ax_check_link_flag.m4 index 03a30ce4c7..6a0c465774 100644 --- a/m4/ax_check_link_flag.m4 +++ b/m4/ax_check_link_flag.m4 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: FSFAP +# # =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_check_link_flag.html # =========================================================================== diff --git a/m4/ax_check_openssl.m4 b/m4/ax_check_openssl.m4 index 94d67ce135..95703ed57d 100644 --- a/m4/ax_check_openssl.m4 +++ b/m4/ax_check_openssl.m4 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: FSFAP +# # =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_check_openssl.html # =========================================================================== diff --git a/m4/ax_check_preproc_flag.m4 b/m4/ax_check_preproc_flag.m4 index e43560fbd3..ee0ccb6f8e 100644 --- a/m4/ax_check_preproc_flag.m4 +++ b/m4/ax_check_preproc_flag.m4 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: FSFAP +# # =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_check_preproc_flag.html # =========================================================================== diff --git a/m4/ax_gcc_func_attribute.m4 b/m4/ax_gcc_func_attribute.m4 index fa4e089d68..554835d6df 100644 --- a/m4/ax_gcc_func_attribute.m4 +++ b/m4/ax_gcc_func_attribute.m4 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: FSFAP +# # =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_gcc_func_attribute.html # =========================================================================== diff --git a/m4/ax_jemalloc.m4 b/m4/ax_jemalloc.m4 index 3d7b463568..b400178da8 100644 --- a/m4/ax_jemalloc.m4 +++ b/m4/ax_jemalloc.m4 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: FSFAP +# # =========================================================================== # https://gitlab.isc.org/isc-projects/autoconf-archive/ax_jemalloc.html # =========================================================================== diff --git a/m4/ax_lib_lmdb.m4 b/m4/ax_lib_lmdb.m4 index 0b1c5662c5..b140b76670 100644 --- a/m4/ax_lib_lmdb.m4 +++ b/m4/ax_lib_lmdb.m4 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: FSFAP +# # =========================================================================== # https://gitlab.isc.org/isc-projects/autoconf-archive/ax_lib_lmdb.html # =========================================================================== diff --git a/m4/ax_perl_module.m4 b/m4/ax_perl_module.m4 index 9b636e6cf5..f2cddd2f86 100644 --- a/m4/ax_perl_module.m4 +++ b/m4/ax_perl_module.m4 @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: FSFAP # # SYNOPSIS # diff --git a/m4/ax_posix_shell.m4 b/m4/ax_posix_shell.m4 index 011ecfbde5..2755faed61 100644 --- a/m4/ax_posix_shell.m4 +++ b/m4/ax_posix_shell.m4 @@ -1,7 +1,18 @@ +# SPDX-License-Identifier: FSFAP +# # AX_POSIX_SHELL # ------------- # Check for a POSIX-compatible shell. # +# LICENSE +# +# Copyright (c) 2021 Internet Systems Consortium +# +# Copying and distribution of this file, with or without modification, are +# permitted in any medium without royalty provided the copyright notice +# and this notice are preserved. This file is offered as-is, without any +# warranty. + AC_DEFUN([AX_POSIX_SHELL], [AC_CACHE_CHECK([for a POSIX-compatible shell], [ac_cv_prog_shell], [ac_test_shell_script=' diff --git a/m4/ax_pthread.m4 b/m4/ax_pthread.m4 index e5858e50c3..1c8203d474 100644 --- a/m4/ax_pthread.m4 +++ b/m4/ax_pthread.m4 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later WITH Autoconf-exception-3.0 +# # =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_pthread.html # =========================================================================== diff --git a/m4/ax_python_module.m4 b/m4/ax_python_module.m4 index db1db90a6a..b3422fc532 100644 --- a/m4/ax_python_module.m4 +++ b/m4/ax_python_module.m4 @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: FSFAP # # SYNOPSIS # diff --git a/m4/ax_restore_flags.m4 b/m4/ax_restore_flags.m4 index 8f2adf27c2..7379460b8c 100644 --- a/m4/ax_restore_flags.m4 +++ b/m4/ax_restore_flags.m4 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: FSFAP +# # =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_restore_flags.html # =========================================================================== diff --git a/m4/ax_save_flags.m4 b/m4/ax_save_flags.m4 index 5bc7c6c7a8..b0bba805d5 100644 --- a/m4/ax_save_flags.m4 +++ b/m4/ax_save_flags.m4 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: FSFAP +# # =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_save_flags.html # =========================================================================== diff --git a/m4/ax_tls.m4 b/m4/ax_tls.m4 index fb184fe201..6474e97934 100644 --- a/m4/ax_tls.m4 +++ b/m4/ax_tls.m4 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later WITH Autoconf-exception-3.0 +# # =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_tls.html # =========================================================================== diff --git a/m4/compat.m4 b/m4/compat.m4 index 4ea93d0123..2d204b251a 100644 --- a/m4/compat.m4 +++ b/m4/compat.m4 @@ -1,3 +1,7 @@ +# Copyright (c) 2021 Internet Systems Consortium +# +# SPDX-License-Identifier: FSFAP +# # backwards compat with older pkg-config # - pull in AC_DEFUN from pkg.m4 m4_ifndef([PKG_CHECK_VAR], [ diff --git a/util/COPYRIGHT b/util/COPYRIGHT deleted file mode 100644 index db2b676789..0000000000 --- a/util/COPYRIGHT +++ /dev/null @@ -1,8 +0,0 @@ -Copyright (C) Internet Systems Consortium, Inc. ("ISC") - -This Source Code Form is subject to the terms of the Mozilla Public -License, v. 2.0. If a copy of the MPL was not distributed with this -file, you can obtain one at https://mozilla.org/MPL/2.0/. - -See the COPYRIGHT file distributed with this work for additional -information regarding copyright ownership. diff --git a/util/bindkeys.pl b/util/bindkeys.pl index c9d966dabd..0a523049cb 100755 --- a/util/bindkeys.pl +++ b/util/bindkeys.pl @@ -1,9 +1,11 @@ #!/usr/bin/env perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/util/check-categories.sh b/util/check-categories.sh index d27e5f4238..6a4b0232da 100644 --- a/util/check-categories.sh +++ b/util/check-categories.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/util/check-changes b/util/check-changes index f34bccfb5b..ac52645486 100644 --- a/util/check-changes +++ b/util/check-changes @@ -2,6 +2,8 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/util/check-cocci b/util/check-cocci index 672520b633..3a1190e821 100755 --- a/util/check-cocci +++ b/util/check-cocci @@ -1,4 +1,15 @@ #!/bin/sh +# +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# +# SPDX-License-Identifier: MPL-2.0 +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, you can obtain one at https://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. ret=0 for spatch in cocci/*.spatch; do diff --git a/util/check-includes.pl b/util/check-includes.pl index fe9d092654..d2ffe3cbf2 100644 --- a/util/check-includes.pl +++ b/util/check-includes.pl @@ -1,9 +1,11 @@ #! /usr/bin/perl -ws -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/util/check-instincludes.sh b/util/check-instincludes.sh index d765da5818..a0c81ec19e 100644 --- a/util/check-instincludes.sh +++ b/util/check-instincludes.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/util/check-line-length.sh b/util/check-line-length.sh index 3114dba8dd..36ef309a50 100644 --- a/util/check-line-length.sh +++ b/util/check-line-length.sh @@ -1,7 +1,9 @@ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/util/check-make-install.in b/util/check-make-install.in index c468e4ffe5..a39118521f 100644 --- a/util/check-make-install.in +++ b/util/check-make-install.in @@ -2,6 +2,8 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/util/check-pullups.pl b/util/check-pullups.pl index 15923d783a..982adbd1a5 100644 --- a/util/check-pullups.pl +++ b/util/check-pullups.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/util/checklibs.sh b/util/checklibs.sh index 20876fd620..6711f01cf2 100755 --- a/util/checklibs.sh +++ b/util/checklibs.sh @@ -1,9 +1,11 @@ #!/bin/sh -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/util/git-replay-merge.sh b/util/git-replay-merge.sh index e18c14b64d..34005ac63f 100755 --- a/util/git-replay-merge.sh +++ b/util/git-replay-merge.sh @@ -1,9 +1,11 @@ #!/bin/bash -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/util/memleak.pl b/util/memleak.pl index d7aeab5e0f..7e637d0a1d 100644 --- a/util/memleak.pl +++ b/util/memleak.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/util/models.c b/util/models.c index 7d509f8432..5ae5f1bc2b 100644 --- a/util/models.c +++ b/util/models.c @@ -1,6 +1,8 @@ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/util/nanny.pl b/util/nanny.pl index 49173b41fb..9c37a3cfd3 100644 --- a/util/nanny.pl +++ b/util/nanny.pl @@ -1,9 +1,11 @@ #!/usr/bin/perl -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/util/new-func b/util/new-func index 6f326f3876..e2b2865abd 100644 --- a/util/new-func +++ b/util/new-func @@ -2,13 +2,15 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. - +# # Given two CHANGES files, list [bug] entries present in the # first one but not in the second one. # @@ -24,7 +26,7 @@ sub readfile { my ($fn) = @_; my $fh = new FileHandle($fn, "r") or die "open: $fn: $!"; - + my $changes = { }; my ($changeid, $category); diff --git a/util/pairwise-testing.sh b/util/pairwise-testing.sh index 1638ebc060..0aa80cfeb7 100755 --- a/util/pairwise-testing.sh +++ b/util/pairwise-testing.sh @@ -1,9 +1,11 @@ #!/bin/bash -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/util/parse_tsan.py b/util/parse_tsan.py index 00f9cbba9c..72d5b0047a 100755 --- a/util/parse_tsan.py +++ b/util/parse_tsan.py @@ -2,6 +2,8 @@ ############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/util/run-clang-tidy b/util/run-clang-tidy index cd0c2cc47a..e5f25203b4 100755 --- a/util/run-clang-tidy +++ b/util/run-clang-tidy @@ -2,9 +2,13 @@ # #===- run-clang-tidy.py - Parallel clang-tidy runner ---------*- python -*--===# # +# Copyright (C) Manuel Klimek +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +# # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. -# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # #===------------------------------------------------------------------------===# # FIXME: Integrate with clang-tidy-diff.py diff --git a/util/tabify-changes b/util/tabify-changes index 781104dd60..2f2fce3be5 100644 --- a/util/tabify-changes +++ b/util/tabify-changes @@ -2,6 +2,8 @@ # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/util/unused-headers.sh b/util/unused-headers.sh index c4c12140b0..d4e3e50c71 100755 --- a/util/unused-headers.sh +++ b/util/unused-headers.sh @@ -1,9 +1,11 @@ #!/bin/bash -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional diff --git a/util/xmllint-html.sh b/util/xmllint-html.sh index 4bd6c8307f..574e038eef 100644 --- a/util/xmllint-html.sh +++ b/util/xmllint-html.sh @@ -1,9 +1,11 @@ #!/bin/sh -f -# + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # +# SPDX-License-Identifier: MPL-2.0 +# # This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this +# License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional