diff --git a/CHANGES b/CHANGES index 23d55e2104..ced344aec4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +4899. [test] Convert most of the remaining system tests to be able + to run in parallel, continuing the work from change + #4895. To take advantage of this, use "make -jN check", + where N is the number of processors to use. [GL #91] + 4896. [test] cacheclean system test was not robust. [GL #82] 4895. [test] Allow some system tests to run in parallel. diff --git a/Makefile.in b/Makefile.in index 8d0081d3c1..f48abfea04 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2009, 2011-2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in index a033adfedc..a3c4a896dc 100644 --- a/bin/tests/system/Makefile.in +++ b/bin/tests/system/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007, 2008, 2010-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2008, 2010-2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -51,45 +51,12 @@ feature-test@EXEEXT@: feature-test.@O@ # Running the scripts below is bypassed when a separate build directory is # used. -# Define the tests that can be run in parallel. This should be identical to -# the definition of PARALLELDIRS in conf.sh. - -PARALLEL = allow_query rpzrecurse - -# Produce intermediate makefile that assigns unique port numbers to each -# parallel test. The start port number of 5,000 is arbitrary - it must just -# be greater than the highest privileged port, 1024. -# -# Test names need to be sanitized because Solaris make does not like -# underscores in target names and requires explicit differentiation -# between a target name and a directory name (.PHONY is not supported). - -parallel.mk: - @PARALLEL_SANITIZED=`echo $(PARALLEL) | sed "s|\([^ ][^ ]*\)|test-\1|g;" | tr _ -` ; \ - echo ".PHONY: $$PARALLEL_SANITIZED" > $@ ; \ - echo "" >> $@ ; \ - echo "check: $$PARALLEL_SANITIZED" >> $@ ; \ - port=$${STARTPORT:-5000} ; \ - for directory in $(PARALLEL) ; do \ - echo "" >> $@ ; \ - echo "test-`echo $$directory | tr _ -`:" >> $@ ; \ - echo " @$(SHELL) ./run.sh $$NOCLEAN -r -p $$port $$directory 2>&1 | tee $$directory/test.output" >> $@ ; \ - port=`expr $$port + 100` ; \ - done - -# Targets to run the tests. - -test: parallel.mk subdirs - @$(MAKE) -f parallel.mk check - @$(SHELL) ./runsequential.sh $$NOCLEAN -r - @$(SHELL) ./testsummary.sh - # Define the tests that can be run in parallel. This should be identical to # the definition of PARALLELDIRS in conf.sh. Note: long-running tests # such as allow_query and serve-stale are scheduled first to get more # benefit from parallelism. -PARALLEL = acl additional addzone allow_query autosign \ +PARALLEL = allow_query rpzrecurse acl additional addzone autosign \ builtin cacheclean chain checkconf checknames \ checkzone @CHECKDS@ @COVERAGE@ cookie database \ digdelv dlv dlz dlzexternal dns64 dnssec dscp dsdigest \ @@ -97,7 +64,7 @@ PARALLEL = acl additional addzone allow_query autosign \ formerr forward geoip glue inline integrity ixfr \ legacy limits logfileconfig masterfile masterformat \ metadata notify nslookup nsupdate pending reclimit \ - redirect resolver rndc rpz rpzrecurse rrchecker rrl \ + redirect resolver rndc rpz rrchecker rrl \ rrsetorder rsabigexponent runtime smartsign sortlist \ spf staticstub statistics statschannel stub \ tcp tsig tsiggss unknown upforwd verify views wildcard \ diff --git a/bin/tests/system/README b/bin/tests/system/README index 62810026ae..fc9564ad17 100644 --- a/bin/tests/system/README +++ b/bin/tests/system/README @@ -1,8 +1,7 @@ -Copyright (C) 2004, 2010, 2011, 2013, 2015 Internet Systems Consortium, Inc. ("ISC") +Copyright (C) 2004, 2010, 2011, 2013, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. - Introduction === This directory holds a simple test environment for running bind9 system tests diff --git a/bin/tests/system/acl/clean.sh b/bin/tests/system/acl/clean.sh index 3c28f6fbd8..9c7d18445e 100644 --- a/bin/tests/system/acl/clean.sh +++ b/bin/tests/system/acl/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2008, 2012, 2014, 2015, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2008, 2012, 2014, 2015, 2017, 2018 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 diff --git a/bin/tests/system/acl/ns2/named1.conf.in b/bin/tests/system/acl/ns2/named1.conf.in index 562156f28c..a44b3f6a4e 100644 --- a/bin/tests/system/acl/ns2/named1.conf.in +++ b/bin/tests/system/acl/ns2/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2008, 2018 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 @@ -38,13 +38,13 @@ options { }; key one { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; key two { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; zone "." { @@ -60,5 +60,5 @@ zone "example" { zone "tsigzone" { type master; file "tsigzone.db"; - allow-transfer { !key one; any; }; + allow-transfer { !key one; any; }; }; diff --git a/bin/tests/system/acl/ns2/named2.conf.in b/bin/tests/system/acl/ns2/named2.conf.in index 5c53f094d4..e65ef8475d 100644 --- a/bin/tests/system/acl/ns2/named2.conf.in +++ b/bin/tests/system/acl/ns2/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2008, 2018 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 diff --git a/bin/tests/system/acl/ns2/named3.conf.in b/bin/tests/system/acl/ns2/named3.conf.in index c031abf5d9..ddc1318d78 100644 --- a/bin/tests/system/acl/ns2/named3.conf.in +++ b/bin/tests/system/acl/ns2/named3.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2008, 2018 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 @@ -38,26 +38,26 @@ options { }; key one { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; key two { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; key three { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; acl reject { - !key one; !key two; any; + !key one; !key two; any; }; acl accept { - 10.53.0.1; 10.53.0.2; + 10.53.0.1; 10.53.0.2; }; zone "." { @@ -73,5 +73,5 @@ zone "example" { zone "tsigzone" { type master; file "tsigzone.db"; - allow-transfer { !reject; accept; }; + allow-transfer { !reject; accept; }; }; diff --git a/bin/tests/system/acl/ns2/named4.conf.in b/bin/tests/system/acl/ns2/named4.conf.in index 75159d919a..d066bcc8c7 100644 --- a/bin/tests/system/acl/ns2/named4.conf.in +++ b/bin/tests/system/acl/ns2/named4.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2008, 2018 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 @@ -38,21 +38,21 @@ options { }; key one { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; key two { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; acl rejectkeys { - !key one; !key two; any; + !key one; !key two; any; }; acl rejectaddrs { - !10.53.0.1; !10.53.0.2; any; + !10.53.0.1; !10.53.0.2; any; }; acl check1 { !key one; 10.53.0.1; }; @@ -72,5 +72,5 @@ zone "example" { zone "tsigzone" { type master; file "tsigzone.db"; - allow-transfer { !rejectkeys; !rejectaddrs; !check1; !check2; any; }; + allow-transfer { !rejectkeys; !rejectaddrs; !check1; !check2; any; }; }; diff --git a/bin/tests/system/acl/ns2/named5.conf.in b/bin/tests/system/acl/ns2/named5.conf.in index 48e3ac7f16..9caf985702 100644 --- a/bin/tests/system/acl/ns2/named5.conf.in +++ b/bin/tests/system/acl/ns2/named5.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/acl/ns3/named.conf.in b/bin/tests/system/acl/ns3/named.conf.in index b8e9f2740f..0668d964e4 100644 --- a/bin/tests/system/acl/ns3/named.conf.in +++ b/bin/tests/system/acl/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/acl/ns4/named.conf.in b/bin/tests/system/acl/ns4/named.conf.in index 722a419323..5f8aa110a4 100644 --- a/bin/tests/system/acl/ns4/named.conf.in +++ b/bin/tests/system/acl/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/acl/setup.sh b/bin/tests/system/acl/setup.sh index 6f998fd8d1..f3d8b8a81b 100644 --- a/bin/tests/system/acl/setup.sh +++ b/bin/tests/system/acl/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2008, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2008, 2012, 2014, 2018 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 diff --git a/bin/tests/system/acl/tests.sh b/bin/tests/system/acl/tests.sh index 5272c0eaa9..eedaa5eb87 100644 --- a/bin/tests/system/acl/tests.sh +++ b/bin/tests/system/acl/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2008, 2012-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2008, 2012-2014, 2016-2018 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 diff --git a/bin/tests/system/additional/clean.sh b/bin/tests/system/additional/clean.sh index 39423f21b2..c9c2c9de41 100644 --- a/bin/tests/system/additional/clean.sh +++ b/bin/tests/system/additional/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2017, 2018 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 diff --git a/bin/tests/system/additional/ns1/named1.conf.in b/bin/tests/system/additional/ns1/named1.conf.in index 46eb1d0eac..9ef818325a 100644 --- a/bin/tests/system/additional/ns1/named1.conf.in +++ b/bin/tests/system/additional/ns1/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/additional/ns1/named2.conf.in b/bin/tests/system/additional/ns1/named2.conf.in index 91b4f60c57..17cc54e574 100644 --- a/bin/tests/system/additional/ns1/named2.conf.in +++ b/bin/tests/system/additional/ns1/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/additional/ns3/named.conf.in b/bin/tests/system/additional/ns3/named.conf.in index a0d87d1fb7..631b17a865 100644 --- a/bin/tests/system/additional/ns3/named.conf.in +++ b/bin/tests/system/additional/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/additional/setup.sh b/bin/tests/system/additional/setup.sh index e57b17113c..c88c3b6d3a 100644 --- a/bin/tests/system/additional/setup.sh +++ b/bin/tests/system/additional/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/additional/tests.sh b/bin/tests/system/additional/tests.sh index abf8f810c5..6cade63763 100644 --- a/bin/tests/system/additional/tests.sh +++ b/bin/tests/system/additional/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2016-2018 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 diff --git a/bin/tests/system/addzone/clean.sh b/bin/tests/system/addzone/clean.sh index 83876aabfb..4c110db767 100644 --- a/bin/tests/system/addzone/clean.sh +++ b/bin/tests/system/addzone/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2013, 2015, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2013, 2015, 2017, 2018 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 diff --git a/bin/tests/system/addzone/ns1/named.conf.in b/bin/tests/system/addzone/ns1/named.conf.in index d9bb4d21e9..8dbc413fab 100644 --- a/bin/tests/system/addzone/ns1/named.conf.in +++ b/bin/tests/system/addzone/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/addzone/ns2/named1.conf.in b/bin/tests/system/addzone/ns2/named1.conf.in index 62e65c9d32..2489870a9a 100644 --- a/bin/tests/system/addzone/ns2/named1.conf.in +++ b/bin/tests/system/addzone/ns2/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -19,8 +19,8 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - allow-query { any; }; - recursion no; + allow-query { any; }; + recursion no; allow-new-zones yes; }; diff --git a/bin/tests/system/addzone/ns2/named2.conf.in b/bin/tests/system/addzone/ns2/named2.conf.in index 633db852c8..bec7f0ca71 100644 --- a/bin/tests/system/addzone/ns2/named2.conf.in +++ b/bin/tests/system/addzone/ns2/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2011, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2011, 2016, 2018 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 diff --git a/bin/tests/system/addzone/ns3/named1.conf.in b/bin/tests/system/addzone/ns3/named1.conf.in index 521b1949c2..ba775068e1 100644 --- a/bin/tests/system/addzone/ns3/named1.conf.in +++ b/bin/tests/system/addzone/ns3/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/addzone/ns3/named2.conf.in b/bin/tests/system/addzone/ns3/named2.conf.in index 1a07111990..39182f2510 100644 --- a/bin/tests/system/addzone/ns3/named2.conf.in +++ b/bin/tests/system/addzone/ns3/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/addzone/setup.sh b/bin/tests/system/addzone/setup.sh index 0821945e20..11789fa163 100644 --- a/bin/tests/system/addzone/setup.sh +++ b/bin/tests/system/addzone/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012-2014, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012-2014, 2017, 2018 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 diff --git a/bin/tests/system/addzone/tests.sh b/bin/tests/system/addzone/tests.sh index 3849490914..b66f5741a3 100755 --- a/bin/tests/system/addzone/tests.sh +++ b/bin/tests/system/addzone/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010-2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2013, 2015-2018 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 diff --git a/bin/tests/system/allow_query/clean.sh b/bin/tests/system/allow_query/clean.sh index 6ee9172891..a1aa924a50 100644 --- a/bin/tests/system/allow_query/clean.sh +++ b/bin/tests/system/allow_query/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2015, 2018 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 diff --git a/bin/tests/system/allow_query/ns2/named01.conf.in b/bin/tests/system/allow_query/ns2/named01.conf.in index 98f0dc50c4..ba61fbccdc 100644 --- a/bin/tests/system/allow_query/ns2/named01.conf.in +++ b/bin/tests/system/allow_query/ns2/named01.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named01.conf,v 1.2 2010/11/16 01:37:37 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named02.conf.in b/bin/tests/system/allow_query/ns2/named02.conf.in index 0260ede907..f764415d07 100644 --- a/bin/tests/system/allow_query/ns2/named02.conf.in +++ b/bin/tests/system/allow_query/ns2/named02.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named02.conf,v 1.2 2010/11/16 01:37:37 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { any; }; }; diff --git a/bin/tests/system/allow_query/ns2/named03.conf.in b/bin/tests/system/allow_query/ns2/named03.conf.in index 3c782e8c6c..2afeeef8b1 100644 --- a/bin/tests/system/allow_query/ns2/named03.conf.in +++ b/bin/tests/system/allow_query/ns2/named03.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named03.conf,v 1.2 2010/11/16 01:37:37 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { none; }; }; diff --git a/bin/tests/system/allow_query/ns2/named04.conf.in b/bin/tests/system/allow_query/ns2/named04.conf.in index 9760ed40c8..c7ffa8471c 100644 --- a/bin/tests/system/allow_query/ns2/named04.conf.in +++ b/bin/tests/system/allow_query/ns2/named04.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named04.conf,v 1.2 2010/11/16 01:37:37 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { 10.53.0.2; }; }; diff --git a/bin/tests/system/allow_query/ns2/named05.conf.in b/bin/tests/system/allow_query/ns2/named05.conf.in index 0830ba414d..6ec5e83b56 100644 --- a/bin/tests/system/allow_query/ns2/named05.conf.in +++ b/bin/tests/system/allow_query/ns2/named05.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named05.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { 10.53.0.1; }; }; diff --git a/bin/tests/system/allow_query/ns2/named06.conf.in b/bin/tests/system/allow_query/ns2/named06.conf.in index 370e24e70a..e5b36eba3c 100644 --- a/bin/tests/system/allow_query/ns2/named06.conf.in +++ b/bin/tests/system/allow_query/ns2/named06.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named06.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query {! 10.53.0.2; }; }; diff --git a/bin/tests/system/allow_query/ns2/named07.conf.in b/bin/tests/system/allow_query/ns2/named07.conf.in index 54abd42b7a..9b5c76109f 100644 --- a/bin/tests/system/allow_query/ns2/named07.conf.in +++ b/bin/tests/system/allow_query/ns2/named07.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,10 +14,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named07.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - acl accept { 10.53.0.2; }; options { @@ -25,7 +21,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { accept; }; }; diff --git a/bin/tests/system/allow_query/ns2/named08.conf.in b/bin/tests/system/allow_query/ns2/named08.conf.in index 74872a02d2..79ffebbe5a 100644 --- a/bin/tests/system/allow_query/ns2/named08.conf.in +++ b/bin/tests/system/allow_query/ns2/named08.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,10 +14,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named08.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - acl accept { 10.53.0.1; }; options { @@ -25,7 +21,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { accept; }; }; diff --git a/bin/tests/system/allow_query/ns2/named09.conf.in b/bin/tests/system/allow_query/ns2/named09.conf.in index 99241c933a..2b739e8ded 100644 --- a/bin/tests/system/allow_query/ns2/named09.conf.in +++ b/bin/tests/system/allow_query/ns2/named09.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,10 +14,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named09.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - acl accept { 10.53.0.2; }; options { @@ -25,7 +21,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query {! accept; }; }; diff --git a/bin/tests/system/allow_query/ns2/named10.conf.in b/bin/tests/system/allow_query/ns2/named10.conf.in index c12391b4d8..6c80363561 100644 --- a/bin/tests/system/allow_query/ns2/named10.conf.in +++ b/bin/tests/system/allow_query/ns2/named10.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,14 +14,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named10.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - - -controls { /* empty */ }; - key one { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; options { @@ -29,7 +24,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { key one; }; }; diff --git a/bin/tests/system/allow_query/ns2/named11.conf.in b/bin/tests/system/allow_query/ns2/named11.conf.in index 326645f6fd..aec64f52f8 100644 --- a/bin/tests/system/allow_query/ns2/named11.conf.in +++ b/bin/tests/system/allow_query/ns2/named11.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,19 +14,14 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named11.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - - -controls { /* empty */ }; - key one { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; key two { - algorithm hmac-md5; - secret "1234efgh8765"; + algorithm hmac-md5; + secret "1234efgh8765"; }; @@ -35,7 +30,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { key one; }; }; diff --git a/bin/tests/system/allow_query/ns2/named12.conf.in b/bin/tests/system/allow_query/ns2/named12.conf.in index 3ac1356b93..4aa67dae83 100644 --- a/bin/tests/system/allow_query/ns2/named12.conf.in +++ b/bin/tests/system/allow_query/ns2/named12.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,13 +14,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named12.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - key one { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; options { @@ -28,7 +24,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query {! key one; }; }; diff --git a/bin/tests/system/allow_query/ns2/named21.conf.in b/bin/tests/system/allow_query/ns2/named21.conf.in index f9325e873c..797ca0a9e0 100644 --- a/bin/tests/system/allow_query/ns2/named21.conf.in +++ b/bin/tests/system/allow_query/ns2/named21.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named21.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; @@ -36,7 +32,7 @@ view "internal" { }; zone "normal.example" { - type master; + type master; file "normal.db"; }; }; diff --git a/bin/tests/system/allow_query/ns2/named22.conf.in b/bin/tests/system/allow_query/ns2/named22.conf.in index d02e04afef..8a61c94b1d 100644 --- a/bin/tests/system/allow_query/ns2/named22.conf.in +++ b/bin/tests/system/allow_query/ns2/named22.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named22.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named23.conf.in b/bin/tests/system/allow_query/ns2/named23.conf.in index bbc5e2f16a..4e66eaa4fd 100644 --- a/bin/tests/system/allow_query/ns2/named23.conf.in +++ b/bin/tests/system/allow_query/ns2/named23.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named23.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named24.conf.in b/bin/tests/system/allow_query/ns2/named24.conf.in index 090ee2299e..3b54538d21 100644 --- a/bin/tests/system/allow_query/ns2/named24.conf.in +++ b/bin/tests/system/allow_query/ns2/named24.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named24.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named25.conf.in b/bin/tests/system/allow_query/ns2/named25.conf.in index 045e274071..15cae6a347 100644 --- a/bin/tests/system/allow_query/ns2/named25.conf.in +++ b/bin/tests/system/allow_query/ns2/named25.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named25.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named26.conf.in b/bin/tests/system/allow_query/ns2/named26.conf.in index 059b3d057d..9ad831f5c3 100644 --- a/bin/tests/system/allow_query/ns2/named26.conf.in +++ b/bin/tests/system/allow_query/ns2/named26.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named26.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named27.conf.in b/bin/tests/system/allow_query/ns2/named27.conf.in index 3624e281ca..c62f3607ac 100644 --- a/bin/tests/system/allow_query/ns2/named27.conf.in +++ b/bin/tests/system/allow_query/ns2/named27.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,10 +14,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named27.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - acl accept { 10.53.0.2; }; options { @@ -25,7 +21,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named28.conf.in b/bin/tests/system/allow_query/ns2/named28.conf.in index eb86143ab5..b9d7d2bd0c 100644 --- a/bin/tests/system/allow_query/ns2/named28.conf.in +++ b/bin/tests/system/allow_query/ns2/named28.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,10 +14,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named28.conf,v 1.2 2010/11/16 01:37:38 sar Exp $ */ - -controls { /* empty */ }; - acl accept { 10.53.0.1; }; options { @@ -25,7 +21,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named29.conf.in b/bin/tests/system/allow_query/ns2/named29.conf.in index 27cc30e6e0..8c48266292 100644 --- a/bin/tests/system/allow_query/ns2/named29.conf.in +++ b/bin/tests/system/allow_query/ns2/named29.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,10 +14,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named29.conf,v 1.2 2010/11/16 01:37:39 sar Exp $ */ - -controls { /* empty */ }; - acl accept { 10.53.0.2; }; options { @@ -25,7 +21,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named30.conf.in b/bin/tests/system/allow_query/ns2/named30.conf.in index 32cd263e62..94ed507ac7 100644 --- a/bin/tests/system/allow_query/ns2/named30.conf.in +++ b/bin/tests/system/allow_query/ns2/named30.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,14 +14,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named30.conf,v 1.2 2010/11/16 01:37:39 sar Exp $ */ - - -controls { /* empty */ }; - key one { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; options { @@ -29,7 +24,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named31.conf.in b/bin/tests/system/allow_query/ns2/named31.conf.in index f20e03cd05..aece008dd7 100644 --- a/bin/tests/system/allow_query/ns2/named31.conf.in +++ b/bin/tests/system/allow_query/ns2/named31.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,19 +14,14 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named31.conf,v 1.2 2010/11/16 01:37:39 sar Exp $ */ - - -controls { /* empty */ }; - key one { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; key two { - algorithm hmac-md5; - secret "1234efgh8765"; + algorithm hmac-md5; + secret "1234efgh8765"; }; @@ -35,7 +30,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { key one; }; }; diff --git a/bin/tests/system/allow_query/ns2/named32.conf.in b/bin/tests/system/allow_query/ns2/named32.conf.in index 076b71b64b..9d28c73bf3 100644 --- a/bin/tests/system/allow_query/ns2/named32.conf.in +++ b/bin/tests/system/allow_query/ns2/named32.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,13 +14,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named32.conf,v 1.2 2010/11/16 01:37:39 sar Exp $ */ - -controls { /* empty */ }; - key one { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; options { @@ -28,7 +24,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named33.conf.in b/bin/tests/system/allow_query/ns2/named33.conf.in index 584d687ff2..4d0381ba47 100644 --- a/bin/tests/system/allow_query/ns2/named33.conf.in +++ b/bin/tests/system/allow_query/ns2/named33.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named33.conf,v 1.2 2010/11/16 01:37:39 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { none; }; }; diff --git a/bin/tests/system/allow_query/ns2/named34.conf.in b/bin/tests/system/allow_query/ns2/named34.conf.in index 6f67f7d9bc..1a6e6a4af8 100644 --- a/bin/tests/system/allow_query/ns2/named34.conf.in +++ b/bin/tests/system/allow_query/ns2/named34.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named34.conf,v 1.2 2010/11/16 01:37:39 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { any; }; }; diff --git a/bin/tests/system/allow_query/ns2/named40.conf.in b/bin/tests/system/allow_query/ns2/named40.conf.in index 2593927a9c..1ba1e4865a 100644 --- a/bin/tests/system/allow_query/ns2/named40.conf.in +++ b/bin/tests/system/allow_query/ns2/named40.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,22 +14,18 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named40.conf,v 1.2 2010/11/16 01:37:39 sar Exp $ */ +acl accept { 10.53.0.2; }; -controls { /* empty */ }; - -acl accept { 10.53.0.2; }; - -acl badaccept { 10.53.0.1; }; +acl badaccept { 10.53.0.1; }; key one { - algorithm hmac-md5; - secret "1234abcd8765"; + algorithm hmac-md5; + secret "1234abcd8765"; }; key two { - algorithm hmac-md5; - secret "1234efgh8765"; + algorithm hmac-md5; + secret "1234efgh8765"; }; options { @@ -37,7 +33,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named53.conf.in b/bin/tests/system/allow_query/ns2/named53.conf.in index 60417b532d..951b08456c 100644 --- a/bin/tests/system/allow_query/ns2/named53.conf.in +++ b/bin/tests/system/allow_query/ns2/named53.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named53.conf,v 1.2 2010/11/16 01:37:39 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { none; }; }; diff --git a/bin/tests/system/allow_query/ns2/named54.conf.in b/bin/tests/system/allow_query/ns2/named54.conf.in index a0fe0da10a..036a6cc852 100644 --- a/bin/tests/system/allow_query/ns2/named54.conf.in +++ b/bin/tests/system/allow_query/ns2/named54.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named54.conf,v 1.2 2010/11/16 01:37:39 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; allow-query { any; }; }; diff --git a/bin/tests/system/allow_query/ns2/named55.conf.in b/bin/tests/system/allow_query/ns2/named55.conf.in index fbd6135bf5..7391dfee29 100644 --- a/bin/tests/system/allow_query/ns2/named55.conf.in +++ b/bin/tests/system/allow_query/ns2/named55.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named55.conf,v 1.2 2010/11/16 01:37:39 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named56.conf.in b/bin/tests/system/allow_query/ns2/named56.conf.in index a513b618e2..68d4649de6 100644 --- a/bin/tests/system/allow_query/ns2/named56.conf.in +++ b/bin/tests/system/allow_query/ns2/named56.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -14,16 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named56.conf,v 1.2 2010/11/16 01:37:39 sar Exp $ */ - -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; listen-on { 10.53.0.2; }; listen-on-v6 { none; }; - recursion no; + recursion no; }; include "controls.conf"; diff --git a/bin/tests/system/allow_query/ns2/named57.conf.in b/bin/tests/system/allow_query/ns2/named57.conf.in index d509e6c6e1..4e1c142c30 100644 --- a/bin/tests/system/allow_query/ns2/named57.conf.in +++ b/bin/tests/system/allow_query/ns2/named57.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 @@ -14,8 +14,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -controls { /* empty */ }; - options { port @PORT@; pid-file "named.pid"; diff --git a/bin/tests/system/allow_query/setup.sh b/bin/tests/system/allow_query/setup.sh index b2d09807f6..6d1ddefdbf 100644 --- a/bin/tests/system/allow_query/setup.sh +++ b/bin/tests/system/allow_query/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2010, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2018 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 diff --git a/bin/tests/system/allow_query/tests.sh b/bin/tests/system/allow_query/tests.sh index 2c75ca3d5f..308b97e51a 100644 --- a/bin/tests/system/allow_query/tests.sh +++ b/bin/tests/system/allow_query/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2013, 2016, 2018 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 diff --git a/bin/tests/system/ans.pl b/bin/tests/system/ans.pl index 33ad923323..cbd2700d14 100644 --- a/bin/tests/system/ans.pl +++ b/bin/tests/system/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2011, 2012, 2014, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2014, 2017, 2018 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 diff --git a/bin/tests/system/autosign/clean.sh b/bin/tests/system/autosign/clean.sh index cb268950ba..33c37a5b9c 100644 --- a/bin/tests/system/autosign/clean.sh +++ b/bin/tests/system/autosign/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2009-2015, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009-2015, 2017, 2018 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 diff --git a/bin/tests/system/autosign/ns1/named.conf.in b/bin/tests/system/autosign/ns1/named.conf.in index 76e683475c..9934836b6b 100644 --- a/bin/tests/system/autosign/ns1/named.conf.in +++ b/bin/tests/system/autosign/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2013, 2018 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 diff --git a/bin/tests/system/autosign/ns2/named.conf.in b/bin/tests/system/autosign/ns2/named.conf.in index 422891cda4..7c4de3f6f3 100644 --- a/bin/tests/system/autosign/ns2/named.conf.in +++ b/bin/tests/system/autosign/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009-2011, 2013, 2018 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 diff --git a/bin/tests/system/autosign/ns3/named.conf.in b/bin/tests/system/autosign/ns3/named.conf.in index 0eb320a550..43b8f70855 100644 --- a/bin/tests/system/autosign/ns3/named.conf.in +++ b/bin/tests/system/autosign/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2013, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009-2013, 2017, 2018 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 diff --git a/bin/tests/system/autosign/ns4/named.conf.in b/bin/tests/system/autosign/ns4/named.conf.in index 524e7f1476..a2d15f880f 100644 --- a/bin/tests/system/autosign/ns4/named.conf.in +++ b/bin/tests/system/autosign/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2018 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 diff --git a/bin/tests/system/autosign/ns5/named.conf.in b/bin/tests/system/autosign/ns5/named.conf.in index 203d2a370a..985e48fc02 100644 --- a/bin/tests/system/autosign/ns5/named.conf.in +++ b/bin/tests/system/autosign/ns5/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2018 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 diff --git a/bin/tests/system/autosign/setup.sh b/bin/tests/system/autosign/setup.sh index 0e9a96ee52..16b655a2be 100644 --- a/bin/tests/system/autosign/setup.sh +++ b/bin/tests/system/autosign/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2009, 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009, 2010, 2012, 2014, 2018 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 diff --git a/bin/tests/system/autosign/tests.sh b/bin/tests/system/autosign/tests.sh index ca082af277..d7ff2305f7 100755 --- a/bin/tests/system/autosign/tests.sh +++ b/bin/tests/system/autosign/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2009-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009-2014, 2016-2018 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 diff --git a/bin/tests/system/builtin/clean.sh b/bin/tests/system/builtin/clean.sh index 7bce094751..373645a383 100644 --- a/bin/tests/system/builtin/clean.sh +++ b/bin/tests/system/builtin/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/builtin/ns1/named.conf.in b/bin/tests/system/builtin/ns1/named.conf.in index 9a6ed7323d..ef818e6b7d 100644 --- a/bin/tests/system/builtin/ns1/named.conf.in +++ b/bin/tests/system/builtin/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2018 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 diff --git a/bin/tests/system/builtin/ns2/named.conf.in b/bin/tests/system/builtin/ns2/named.conf.in index 46129f24e4..ba7b8114be 100644 --- a/bin/tests/system/builtin/ns2/named.conf.in +++ b/bin/tests/system/builtin/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/builtin/ns3/named.conf.in b/bin/tests/system/builtin/ns3/named.conf.in index 2b53bdadb2..0c573c8607 100644 --- a/bin/tests/system/builtin/ns3/named.conf.in +++ b/bin/tests/system/builtin/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/builtin/setup.sh b/bin/tests/system/builtin/setup.sh index 08a9c49e8c..dc3484f6fb 100644 --- a/bin/tests/system/builtin/setup.sh +++ b/bin/tests/system/builtin/setup.sh @@ -2,9 +2,17 @@ # # Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/builtin/tests.sh b/bin/tests/system/builtin/tests.sh index 9d191f4767..1f50b9e5e1 100644 --- a/bin/tests/system/builtin/tests.sh +++ b/bin/tests/system/builtin/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2011, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2014-2016, 2018 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 diff --git a/bin/tests/system/cacheclean/clean.sh b/bin/tests/system/cacheclean/clean.sh index c5c80b2208..d91c0fa9f9 100644 --- a/bin/tests/system/cacheclean/clean.sh +++ b/bin/tests/system/cacheclean/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/cacheclean/ns1/named.conf.in b/bin/tests/system/cacheclean/ns1/named.conf.in index 4689d0e98d..15cee70073 100644 --- a/bin/tests/system/cacheclean/ns1/named.conf.in +++ b/bin/tests/system/cacheclean/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2011, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2011, 2014, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/cacheclean/ns2/named.conf.in b/bin/tests/system/cacheclean/ns2/named.conf.in index 1c1832f95a..64e079af9b 100644 --- a/bin/tests/system/cacheclean/ns2/named.conf.in +++ b/bin/tests/system/cacheclean/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2011, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2011, 2013, 2014, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/cacheclean/setup.sh b/bin/tests/system/cacheclean/setup.sh index d4f9dbc358..4b268ed315 100644 --- a/bin/tests/system/cacheclean/setup.sh +++ b/bin/tests/system/cacheclean/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/cacheclean/tests.sh b/bin/tests/system/cacheclean/tests.sh index 24b77dcc87..babbec0f5c 100755 --- a/bin/tests/system/cacheclean/tests.sh +++ b/bin/tests/system/cacheclean/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/chain/ans3/ans.pl b/bin/tests/system/chain/ans3/ans.pl index 1d5c047f46..ffad72e2ef 100644 --- a/bin/tests/system/chain/ans3/ans.pl +++ b/bin/tests/system/chain/ans3/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/chain/ans4/README.anspy b/bin/tests/system/chain/ans4/README.anspy index 48d25f71d5..d60c0995ed 100644 --- a/bin/tests/system/chain/ans4/README.anspy +++ b/bin/tests/system/chain/ans4/README.anspy @@ -1,4 +1,4 @@ -Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC") See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. This Source Code Form is subject to the terms of the Mozilla Public diff --git a/bin/tests/system/chain/ans4/ans.py b/bin/tests/system/chain/ans4/ans.py index 326134006f..61aac33601 100755 --- a/bin/tests/system/chain/ans4/ans.py +++ b/bin/tests/system/chain/ans4/ans.py @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/chain/clean.sh b/bin/tests/system/chain/clean.sh index f0030d9c45..44d4f47253 100755 --- a/bin/tests/system/chain/clean.sh +++ b/bin/tests/system/chain/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2014-2018 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 diff --git a/bin/tests/system/chain/ns1/named.conf.in b/bin/tests/system/chain/ns1/named.conf.in index c8b64d424c..6153bd1ecd 100644 --- a/bin/tests/system/chain/ns1/named.conf.in +++ b/bin/tests/system/chain/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2016-2018 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 diff --git a/bin/tests/system/chain/ns2/named.conf.in b/bin/tests/system/chain/ns2/named.conf.in index 977a1bde21..085934e41a 100644 --- a/bin/tests/system/chain/ns2/named.conf.in +++ b/bin/tests/system/chain/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2016-2018 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 diff --git a/bin/tests/system/chain/ns5/named.conf.in b/bin/tests/system/chain/ns5/named.conf.in index aaf57a19d4..eb58a36867 100644 --- a/bin/tests/system/chain/ns5/named.conf.in +++ b/bin/tests/system/chain/ns5/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/chain/ns7/named.conf.in b/bin/tests/system/chain/ns7/named.conf.in index a57885227c..dbf60ea65f 100644 --- a/bin/tests/system/chain/ns7/named.conf.in +++ b/bin/tests/system/chain/ns7/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/chain/prereq.sh b/bin/tests/system/chain/prereq.sh index b4e3aad11d..a92eb8a83c 100644 --- a/bin/tests/system/chain/prereq.sh +++ b/bin/tests/system/chain/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/chain/setup.sh b/bin/tests/system/chain/setup.sh index 70180ce3dc..730343574d 100644 --- a/bin/tests/system/chain/setup.sh +++ b/bin/tests/system/chain/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/chain/tests.sh b/bin/tests/system/chain/tests.sh index 98362dc088..18e306bc8c 100644 --- a/bin/tests/system/chain/tests.sh +++ b/bin/tests/system/chain/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2011, 2012, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2016-2018 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 diff --git a/bin/tests/system/checkds/tests.sh b/bin/tests/system/checkds/tests.sh index b2d2f75886..3d920cf2f5 100644 --- a/bin/tests/system/checkds/tests.sh +++ b/bin/tests/system/checkds/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012-2014, 2016, 2018 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 diff --git a/bin/tests/system/checknames/clean.sh b/bin/tests/system/checknames/clean.sh index 52ef25ca64..0a1c16b406 100644 --- a/bin/tests/system/checknames/clean.sh +++ b/bin/tests/system/checknames/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2014, 2015, 2018 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 diff --git a/bin/tests/system/checknames/ns1/named.conf.in b/bin/tests/system/checknames/ns1/named.conf.in index d9ce15ddd2..c81d5705fe 100644 --- a/bin/tests/system/checknames/ns1/named.conf.in +++ b/bin/tests/system/checknames/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2018 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 diff --git a/bin/tests/system/checknames/ns2/named.conf.in b/bin/tests/system/checknames/ns2/named.conf.in index 4aee139ec7..e3d6e9c2ba 100644 --- a/bin/tests/system/checknames/ns2/named.conf.in +++ b/bin/tests/system/checknames/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 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 @@ -25,7 +25,7 @@ options { recursion yes; acache-enable yes; check-names response warn; - notify yes; + notify yes; }; zone "." { diff --git a/bin/tests/system/checknames/ns3/named.conf.in b/bin/tests/system/checknames/ns3/named.conf.in index 23a96075ee..aa265ea647 100644 --- a/bin/tests/system/checknames/ns3/named.conf.in +++ b/bin/tests/system/checknames/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 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 @@ -25,7 +25,7 @@ options { recursion yes; acache-enable yes; check-names response fail; - notify yes; + notify yes; }; zone "." { diff --git a/bin/tests/system/checknames/ns4/named.conf.in b/bin/tests/system/checknames/ns4/named.conf.in index 68e1384bb2..147df7c982 100644 --- a/bin/tests/system/checknames/ns4/named.conf.in +++ b/bin/tests/system/checknames/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/checknames/setup.sh b/bin/tests/system/checknames/setup.sh index 61f65546c5..d13d2746c1 100644 --- a/bin/tests/system/checknames/setup.sh +++ b/bin/tests/system/checknames/setup.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2014, 2018 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 diff --git a/bin/tests/system/checknames/tests.sh b/bin/tests/system/checknames/tests.sh index 1f0bf4df7b..a13c9e4c48 100644 --- a/bin/tests/system/checknames/tests.sh +++ b/bin/tests/system/checknames/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012-2014, 2016, 2018 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 diff --git a/bin/tests/system/checkzone/tests.sh b/bin/tests/system/checkzone/tests.sh index a17bc76320..13818eebac 100644 --- a/bin/tests/system/checkzone/tests.sh +++ b/bin/tests/system/checkzone/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2018 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 diff --git a/bin/tests/system/clean.sh b/bin/tests/system/clean.sh index e00a0a7990..320662d8a3 100644 --- a/bin/tests/system/clean.sh +++ b/bin/tests/system/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/cleanall.sh b/bin/tests/system/cleanall.sh index e6a55ac994..126485ab6f 100644 --- a/bin/tests/system/cleanall.sh +++ b/bin/tests/system/cleanall.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2014, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/common/controls.conf.in b/bin/tests/system/common/controls.conf.in index f27441b2f1..bfcd7a6f5f 100644 --- a/bin/tests/system/common/controls.conf.in +++ b/bin/tests/system/common/controls.conf.in @@ -1,13 +1,20 @@ /* - * Copyright (C) 2000, 2001, 2004, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2013, 2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000, 2001 Internet Software Consortium. * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * 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. */ -/* $Id: controls.conf,v 1.6 2007/06/19 23:47:01 tbox Exp $ */ - key rndc_key { secret "1234abcd8765"; algorithm hmac-sha256; diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index f981ec8001..62605a769e 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/conf.sh.win32 b/bin/tests/system/conf.sh.win32 index 7085c3e665..c3a2cd03da 100644 --- a/bin/tests/system/conf.sh.win32 +++ b/bin/tests/system/conf.sh.win32 @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016-2018 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 diff --git a/bin/tests/system/cookie/clean.sh b/bin/tests/system/cookie/clean.sh index 716e945e68..43a10201f2 100644 --- a/bin/tests/system/cookie/clean.sh +++ b/bin/tests/system/cookie/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/cookie/ns1/named.conf.in b/bin/tests/system/cookie/ns1/named.conf.in index c217d408d9..752e3a0d38 100644 --- a/bin/tests/system/cookie/ns1/named.conf.in +++ b/bin/tests/system/cookie/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/cookie/ns2/named.conf.in b/bin/tests/system/cookie/ns2/named.conf.in index d8bb360630..1a020cb9df 100644 --- a/bin/tests/system/cookie/ns2/named.conf.in +++ b/bin/tests/system/cookie/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/cookie/setup.sh b/bin/tests/system/cookie/setup.sh index c5c0abaf60..07adceec05 100644 --- a/bin/tests/system/cookie/setup.sh +++ b/bin/tests/system/cookie/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/cookie/tests.sh b/bin/tests/system/cookie/tests.sh index 23dde4487d..9c29e3449d 100755 --- a/bin/tests/system/cookie/tests.sh +++ b/bin/tests/system/cookie/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/coverage/prereq.sh b/bin/tests/system/coverage/prereq.sh index 5f298e28c8..a8efab2384 100644 --- a/bin/tests/system/coverage/prereq.sh +++ b/bin/tests/system/coverage/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/coverage/tests.sh b/bin/tests/system/coverage/tests.sh index b5c975dc04..80f02233ea 100644 --- a/bin/tests/system/coverage/tests.sh +++ b/bin/tests/system/coverage/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2014, 2016, 2018 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 diff --git a/bin/tests/system/database/clean.sh b/bin/tests/system/database/clean.sh index 96cb76143a..329abf670e 100644 --- a/bin/tests/system/database/clean.sh +++ b/bin/tests/system/database/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2018 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 diff --git a/bin/tests/system/database/ns1/named1.conf.in b/bin/tests/system/database/ns1/named1.conf.in index 6d17df4cdd..0a342d91ba 100644 --- a/bin/tests/system/database/ns1/named1.conf.in +++ b/bin/tests/system/database/ns1/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2018 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 diff --git a/bin/tests/system/database/ns1/named2.conf.in b/bin/tests/system/database/ns1/named2.conf.in index 439607e8d4..bdba705688 100644 --- a/bin/tests/system/database/ns1/named2.conf.in +++ b/bin/tests/system/database/ns1/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2018 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 diff --git a/bin/tests/system/database/setup.sh b/bin/tests/system/database/setup.sh index 8cf4bbdd5f..c8735cf4ea 100644 --- a/bin/tests/system/database/setup.sh +++ b/bin/tests/system/database/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2018 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 diff --git a/bin/tests/system/database/tests.sh b/bin/tests/system/database/tests.sh index 46afe69682..f6c6d8af18 100644 --- a/bin/tests/system/database/tests.sh +++ b/bin/tests/system/database/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2016, 2018 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 diff --git a/bin/tests/system/digdelv/clean.sh b/bin/tests/system/digdelv/clean.sh index 820320a197..df04d29097 100644 --- a/bin/tests/system/digdelv/clean.sh +++ b/bin/tests/system/digdelv/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2016, 2018 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 diff --git a/bin/tests/system/digdelv/ns1/named.conf.in b/bin/tests/system/digdelv/ns1/named.conf.in index 44a1be3cf6..e239d00e4b 100644 --- a/bin/tests/system/digdelv/ns1/named.conf.in +++ b/bin/tests/system/digdelv/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/digdelv/ns2/named.conf.in b/bin/tests/system/digdelv/ns2/named.conf.in index 53da3a1aee..58ed223860 100644 --- a/bin/tests/system/digdelv/ns2/named.conf.in +++ b/bin/tests/system/digdelv/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/digdelv/ns3/named.conf.in b/bin/tests/system/digdelv/ns3/named.conf.in index 094c621dab..f91b3212e9 100644 --- a/bin/tests/system/digdelv/ns3/named.conf.in +++ b/bin/tests/system/digdelv/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015, 2017, 2018 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 diff --git a/bin/tests/system/digdelv/setup.sh b/bin/tests/system/digdelv/setup.sh index e877403d82..dc3484f6fb 100644 --- a/bin/tests/system/digdelv/setup.sh +++ b/bin/tests/system/digdelv/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/digdelv/tests.sh b/bin/tests/system/digdelv/tests.sh index 10c01eff26..97a6ae0e07 100644 --- a/bin/tests/system/digdelv/tests.sh +++ b/bin/tests/system/digdelv/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015-2018 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 diff --git a/bin/tests/system/dlv/clean.sh b/bin/tests/system/dlv/clean.sh index 9de49b99f3..4658987b4b 100644 --- a/bin/tests/system/dlv/clean.sh +++ b/bin/tests/system/dlv/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2010-2012, 2014, 2018 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 diff --git a/bin/tests/system/dlv/ns1/named.conf.in b/bin/tests/system/dlv/ns1/named.conf.in index c8a970e885..b9f6bd6f81 100644 --- a/bin/tests/system/dlv/ns1/named.conf.in +++ b/bin/tests/system/dlv/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2018 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 diff --git a/bin/tests/system/dlv/ns1/root.db.in b/bin/tests/system/dlv/ns1/root.db.in index fbfefe7baa..167d0c7bd5 100644 --- a/bin/tests/system/dlv/ns1/root.db.in +++ b/bin/tests/system/dlv/ns1/root.db.in @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011, 2018 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 diff --git a/bin/tests/system/dlv/ns1/rootservers.utld.db b/bin/tests/system/dlv/ns1/rootservers.utld.db index 865e09cda1..3fbe15a9b3 100644 --- a/bin/tests/system/dlv/ns1/rootservers.utld.db +++ b/bin/tests/system/dlv/ns1/rootservers.utld.db @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2004, 2007, 2018 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 diff --git a/bin/tests/system/dlv/ns1/sign.sh b/bin/tests/system/dlv/ns1/sign.sh index b3f09b81ea..d664107eef 100755 --- a/bin/tests/system/dlv/ns1/sign.sh +++ b/bin/tests/system/dlv/ns1/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2014, 2018 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 diff --git a/bin/tests/system/dlv/ns2/druz.db.in b/bin/tests/system/dlv/ns2/druz.db.in index 3ec5f16e44..54efaae099 100644 --- a/bin/tests/system/dlv/ns2/druz.db.in +++ b/bin/tests/system/dlv/ns2/druz.db.in @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011, 2018 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 diff --git a/bin/tests/system/dlv/ns2/hints b/bin/tests/system/dlv/ns2/hints index bafa85a283..0b90a44257 100644 --- a/bin/tests/system/dlv/ns2/hints +++ b/bin/tests/system/dlv/ns2/hints @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2004, 2007, 2018 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 diff --git a/bin/tests/system/dlv/ns2/named.conf.in b/bin/tests/system/dlv/ns2/named.conf.in index b0429b1fe2..9d4902a8f0 100644 --- a/bin/tests/system/dlv/ns2/named.conf.in +++ b/bin/tests/system/dlv/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2018 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 diff --git a/bin/tests/system/dlv/ns2/sign.sh b/bin/tests/system/dlv/ns2/sign.sh index 482aeadc60..d325a64ca4 100755 --- a/bin/tests/system/dlv/ns2/sign.sh +++ b/bin/tests/system/dlv/ns2/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2014, 2018 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 diff --git a/bin/tests/system/dlv/ns2/utld.db b/bin/tests/system/dlv/ns2/utld.db index 8acfc3ae02..df9b61a52c 100644 --- a/bin/tests/system/dlv/ns2/utld.db +++ b/bin/tests/system/dlv/ns2/utld.db @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2004, 2007, 2018 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 diff --git a/bin/tests/system/dlv/ns3/child.db.in b/bin/tests/system/dlv/ns3/child.db.in index 93b2e2ce1b..fbb87e97d8 100644 --- a/bin/tests/system/dlv/ns3/child.db.in +++ b/bin/tests/system/dlv/ns3/child.db.in @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2004, 2007, 2010, 2018 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 diff --git a/bin/tests/system/dlv/ns3/dlv.db.in b/bin/tests/system/dlv/ns3/dlv.db.in index deff571a7a..3eb2adabcf 100644 --- a/bin/tests/system/dlv/ns3/dlv.db.in +++ b/bin/tests/system/dlv/ns3/dlv.db.in @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2004, 2007, 2018 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 diff --git a/bin/tests/system/dlv/ns3/hints b/bin/tests/system/dlv/ns3/hints index bafa85a283..0b90a44257 100644 --- a/bin/tests/system/dlv/ns3/hints +++ b/bin/tests/system/dlv/ns3/hints @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2004, 2007, 2018 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 diff --git a/bin/tests/system/dlv/ns3/named.conf.in b/bin/tests/system/dlv/ns3/named.conf.in index df23c6d99c..7f0822589b 100644 --- a/bin/tests/system/dlv/ns3/named.conf.in +++ b/bin/tests/system/dlv/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2018 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 diff --git a/bin/tests/system/dlv/ns3/sign.sh b/bin/tests/system/dlv/ns3/sign.sh index e7bd766d91..d1a0aeede9 100755 --- a/bin/tests/system/dlv/ns3/sign.sh +++ b/bin/tests/system/dlv/ns3/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009-2012, 2014, 2016, 2018 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 diff --git a/bin/tests/system/dlv/ns4/child.db b/bin/tests/system/dlv/ns4/child.db index 94b005e168..b8de9b5e78 100644 --- a/bin/tests/system/dlv/ns4/child.db +++ b/bin/tests/system/dlv/ns4/child.db @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2004, 2007, 2018 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 diff --git a/bin/tests/system/dlv/ns4/hints b/bin/tests/system/dlv/ns4/hints index bafa85a283..0b90a44257 100644 --- a/bin/tests/system/dlv/ns4/hints +++ b/bin/tests/system/dlv/ns4/hints @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2004, 2007, 2018 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 diff --git a/bin/tests/system/dlv/ns4/named.conf.in b/bin/tests/system/dlv/ns4/named.conf.in index bd2ac87208..df11059bd1 100644 --- a/bin/tests/system/dlv/ns4/named.conf.in +++ b/bin/tests/system/dlv/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 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 diff --git a/bin/tests/system/dlv/ns5/hints b/bin/tests/system/dlv/ns5/hints index bafa85a283..0b90a44257 100644 --- a/bin/tests/system/dlv/ns5/hints +++ b/bin/tests/system/dlv/ns5/hints @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2004, 2007, 2018 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 diff --git a/bin/tests/system/dlv/ns5/named.conf.in b/bin/tests/system/dlv/ns5/named.conf.in index a930abaa3e..a784139ccc 100644 --- a/bin/tests/system/dlv/ns5/named.conf.in +++ b/bin/tests/system/dlv/ns5/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006, 2007, 2011, 2013, 2018 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 diff --git a/bin/tests/system/dlv/ns5/rndc.conf b/bin/tests/system/dlv/ns5/rndc.conf index bae38e8394..5c332fae66 100644 --- a/bin/tests/system/dlv/ns5/rndc.conf +++ b/bin/tests/system/dlv/ns5/rndc.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2013, 2018 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 diff --git a/bin/tests/system/dlv/ns6/child.db.in b/bin/tests/system/dlv/ns6/child.db.in index a9fbcc4545..f1b62977c1 100644 --- a/bin/tests/system/dlv/ns6/child.db.in +++ b/bin/tests/system/dlv/ns6/child.db.in @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2010, 2018 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 diff --git a/bin/tests/system/dlv/ns6/hints b/bin/tests/system/dlv/ns6/hints index bafa85a283..919e0ff6d0 100644 --- a/bin/tests/system/dlv/ns6/hints +++ b/bin/tests/system/dlv/ns6/hints @@ -1,4 +1,4 @@ -; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2010, 2018 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 diff --git a/bin/tests/system/dlv/ns6/named.conf.in b/bin/tests/system/dlv/ns6/named.conf.in index 82bc51ce20..c4c4103337 100644 --- a/bin/tests/system/dlv/ns6/named.conf.in +++ b/bin/tests/system/dlv/ns6/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2011, 2018 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 diff --git a/bin/tests/system/dlv/ns6/sign.sh b/bin/tests/system/dlv/ns6/sign.sh index a517a66ea0..79d3faff50 100755 --- a/bin/tests/system/dlv/ns6/sign.sh +++ b/bin/tests/system/dlv/ns6/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2012, 2014, 2018 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 diff --git a/bin/tests/system/dlv/prereq.sh b/bin/tests/system/dlv/prereq.sh index 5f298e28c8..a8efab2384 100644 --- a/bin/tests/system/dlv/prereq.sh +++ b/bin/tests/system/dlv/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/dlv/setup.sh b/bin/tests/system/dlv/setup.sh index ef6141fa3e..127dd6930a 100644 --- a/bin/tests/system/dlv/setup.sh +++ b/bin/tests/system/dlv/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2011, 2012, 2014, 2018 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 diff --git a/bin/tests/system/dlv/tests.sh b/bin/tests/system/dlv/tests.sh index 9b21a5674c..58abb58f79 100644 --- a/bin/tests/system/dlv/tests.sh +++ b/bin/tests/system/dlv/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2010-2012, 2016, 2018 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 diff --git a/bin/tests/system/dlz/clean.sh b/bin/tests/system/dlz/clean.sh index 5e2783dbd0..b0ce19399e 100644 --- a/bin/tests/system/dlz/clean.sh +++ b/bin/tests/system/dlz/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2018 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 diff --git a/bin/tests/system/dlz/ns1/named.conf.in b/bin/tests/system/dlz/ns1/named.conf.in index 9f7010fa56..0704cfc32a 100644 --- a/bin/tests/system/dlz/ns1/named.conf.in +++ b/bin/tests/system/dlz/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2012, 2018 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 diff --git a/bin/tests/system/dlz/prereq.sh.in b/bin/tests/system/dlz/prereq.sh.in index fbf3a3e510..61a803fe05 100644 --- a/bin/tests/system/dlz/prereq.sh.in +++ b/bin/tests/system/dlz/prereq.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2018 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 diff --git a/bin/tests/system/dlz/setup.sh b/bin/tests/system/dlz/setup.sh index c69f051dbc..fc26d954ed 100644 --- a/bin/tests/system/dlz/setup.sh +++ b/bin/tests/system/dlz/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/dlz/tests.sh b/bin/tests/system/dlz/tests.sh index 79827ce821..62d99ee03b 100644 --- a/bin/tests/system/dlz/tests.sh +++ b/bin/tests/system/dlz/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010-2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2013, 2015, 2016, 2018 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 diff --git a/bin/tests/system/dlzexternal/clean.sh b/bin/tests/system/dlzexternal/clean.sh index 8c710f2c69..5005e61c64 100644 --- a/bin/tests/system/dlzexternal/clean.sh +++ b/bin/tests/system/dlzexternal/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014, 2015, 2018 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 diff --git a/bin/tests/system/dlzexternal/ns1/dlzs.conf.in b/bin/tests/system/dlzexternal/ns1/dlzs.conf.in index 798e91159f..4fb3ef8fa4 100644 --- a/bin/tests/system/dlzexternal/ns1/dlzs.conf.in +++ b/bin/tests/system/dlzexternal/ns1/dlzs.conf.in @@ -1,9 +1,17 @@ /* - * Copyright (C) 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2018 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/. + * 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. */ dlz "example one" { diff --git a/bin/tests/system/dlzexternal/ns1/named.conf.in b/bin/tests/system/dlzexternal/ns1/named.conf.in index 3d1e57c4a6..53189600f9 100644 --- a/bin/tests/system/dlzexternal/ns1/named.conf.in +++ b/bin/tests/system/dlzexternal/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013, 2018 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 diff --git a/bin/tests/system/dlzexternal/prereq.sh b/bin/tests/system/dlzexternal/prereq.sh index fbe133444c..0c8219bf8f 100644 --- a/bin/tests/system/dlzexternal/prereq.sh +++ b/bin/tests/system/dlzexternal/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010-2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2012, 2014, 2016, 2018 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 diff --git a/bin/tests/system/dlzexternal/setup.sh b/bin/tests/system/dlzexternal/setup.sh index 4c940c2bae..ad5e625012 100644 --- a/bin/tests/system/dlzexternal/setup.sh +++ b/bin/tests/system/dlzexternal/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014, 2018 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 diff --git a/bin/tests/system/dlzexternal/tests.sh b/bin/tests/system/dlzexternal/tests.sh index 336d964d04..3722a7d355 100644 --- a/bin/tests/system/dlzexternal/tests.sh +++ b/bin/tests/system/dlzexternal/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010-2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2014, 2016, 2018 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 diff --git a/bin/tests/system/dns64/clean.sh b/bin/tests/system/dns64/clean.sh index 2969f70fbe..52894557f3 100644 --- a/bin/tests/system/dns64/clean.sh +++ b/bin/tests/system/dns64/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014, 2015, 2018 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 diff --git a/bin/tests/system/dns64/ns1/named.conf.in b/bin/tests/system/dns64/ns1/named.conf.in index a0dd62c01d..6409026086 100644 --- a/bin/tests/system/dns64/ns1/named.conf.in +++ b/bin/tests/system/dns64/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 @@ -32,12 +32,12 @@ options { dnssec-validation yes; dns64 2001:bbbb::/96 { - clients { any; }; - mapped { !rfc1918; any; }; - exclude { 2001:eeee::/32; 64:FF9B::/96; ::ffff:0000:0000/96; }; - suffix ::; + clients { any; }; + mapped { !rfc1918; any; }; + exclude { 2001:eeee::/32; 64:FF9B::/96; ::ffff:0000:0000/96; }; + suffix ::; recursive-only yes; - }; + }; }; zone "." { diff --git a/bin/tests/system/dns64/ns2/named.conf.in b/bin/tests/system/dns64/ns2/named.conf.in index 5f430592fc..b02f21e635 100644 --- a/bin/tests/system/dns64/ns2/named.conf.in +++ b/bin/tests/system/dns64/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2011, 2013, 2016, 2018 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 diff --git a/bin/tests/system/dns64/setup.sh b/bin/tests/system/dns64/setup.sh index 273dce290e..e607b24df2 100644 --- a/bin/tests/system/dns64/setup.sh +++ b/bin/tests/system/dns64/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014, 2018 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 diff --git a/bin/tests/system/dns64/tests.sh b/bin/tests/system/dns64/tests.sh index d4f965501d..4d37e02c0d 100644 --- a/bin/tests/system/dns64/tests.sh +++ b/bin/tests/system/dns64/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010-2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2014, 2016, 2018 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 diff --git a/bin/tests/system/dnssec/clean.sh b/bin/tests/system/dnssec/clean.sh index 7ae71470f0..92da90adb7 100644 --- a/bin/tests/system/dnssec/clean.sh +++ b/bin/tests/system/dnssec/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007-2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dnssec/dnssec_update_test.pl b/bin/tests/system/dnssec/dnssec_update_test.pl index 57c491eb64..11d50b87e7 100644 --- a/bin/tests/system/dnssec/dnssec_update_test.pl +++ b/bin/tests/system/dnssec/dnssec_update_test.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2004, 2007, 2010, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2010, 2012, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dnssec/ns1/named.conf.in b/bin/tests/system/dnssec/ns1/named.conf.in index 2a5943b519..4c54b0a64a 100644 --- a/bin/tests/system/dnssec/ns1/named.conf.in +++ b/bin/tests/system/dnssec/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006, 2007, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dnssec/ns2/named.conf.in b/bin/tests/system/dnssec/ns2/named.conf.in index e9499d9b32..6cea19346b 100644 --- a/bin/tests/system/dnssec/ns2/named.conf.in +++ b/bin/tests/system/dnssec/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006-2008, 2010, 2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006-2008, 2010, 2011, 2014, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dnssec/ns3/named.conf.in b/bin/tests/system/dnssec/ns3/named.conf.in index 48e636fe88..717d47b00b 100644 --- a/bin/tests/system/dnssec/ns3/named.conf.in +++ b/bin/tests/system/dnssec/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006-2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dnssec/ns4/named1.conf.in b/bin/tests/system/dnssec/ns4/named1.conf.in index e1ea6a9bc5..d1d2056fcc 100644 --- a/bin/tests/system/dnssec/ns4/named1.conf.in +++ b/bin/tests/system/dnssec/ns4/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2018 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 diff --git a/bin/tests/system/dnssec/ns4/named2.conf.in b/bin/tests/system/dnssec/ns4/named2.conf.in index d9f4e72e8a..3ebb785418 100644 --- a/bin/tests/system/dnssec/ns4/named2.conf.in +++ b/bin/tests/system/dnssec/ns4/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2018 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 diff --git a/bin/tests/system/dnssec/ns4/named3.conf.in b/bin/tests/system/dnssec/ns4/named3.conf.in index d54064ce39..a9f77a1524 100644 --- a/bin/tests/system/dnssec/ns4/named3.conf.in +++ b/bin/tests/system/dnssec/ns4/named3.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/dnssec/ns4/named4.conf.in b/bin/tests/system/dnssec/ns4/named4.conf.in index b928c80f2c..7b051c05ec 100644 --- a/bin/tests/system/dnssec/ns4/named4.conf.in +++ b/bin/tests/system/dnssec/ns4/named4.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2017, 2018 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 diff --git a/bin/tests/system/dnssec/ns4/named5.conf.in b/bin/tests/system/dnssec/ns4/named5.conf.in index 64a2732549..33c0157ade 100644 --- a/bin/tests/system/dnssec/ns4/named5.conf.in +++ b/bin/tests/system/dnssec/ns4/named5.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/dnssec/ns5/named1.conf.in b/bin/tests/system/dnssec/ns5/named1.conf.in index 80dda22d04..9b7989ac78 100644 --- a/bin/tests/system/dnssec/ns5/named1.conf.in +++ b/bin/tests/system/dnssec/ns5/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006, 2007, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dnssec/ns5/named2.conf.in b/bin/tests/system/dnssec/ns5/named2.conf.in index 7b5f7551d5..5063ccf309 100644 --- a/bin/tests/system/dnssec/ns5/named2.conf.in +++ b/bin/tests/system/dnssec/ns5/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006, 2007, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dnssec/ns6/named.conf.in b/bin/tests/system/dnssec/ns6/named.conf.in index 6a14f6024e..dccce5da1a 100644 --- a/bin/tests/system/dnssec/ns6/named.conf.in +++ b/bin/tests/system/dnssec/ns6/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006, 2007, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006, 2007, 2013, 2018 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 diff --git a/bin/tests/system/dnssec/ns7/named.conf.in b/bin/tests/system/dnssec/ns7/named.conf.in index d2def9fcad..a8dcaebd79 100644 --- a/bin/tests/system/dnssec/ns7/named.conf.in +++ b/bin/tests/system/dnssec/ns7/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2008, 2010, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006, 2008, 2010, 2014, 2018 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 diff --git a/bin/tests/system/dnssec/prereq.sh b/bin/tests/system/dnssec/prereq.sh index 01ecf97b96..279fbdf5bc 100644 --- a/bin/tests/system/dnssec/prereq.sh +++ b/bin/tests/system/dnssec/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2006, 2007, 2009, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2006, 2007, 2009, 2012, 2014, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dnssec/setup.sh b/bin/tests/system/dnssec/setup.sh index 7cf977fe80..a7daf016b9 100644 --- a/bin/tests/system/dnssec/setup.sh +++ b/bin/tests/system/dnssec/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2004, 2007, 2009, 2011-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2011-2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index cf9d25b2b4..78f4cdb569 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -1,6 +1,7 @@ #!/bin/sh # -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2000-2002 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 diff --git a/bin/tests/system/dscp/clean.sh b/bin/tests/system/dscp/clean.sh index 898ca348f5..421aaf6e04 100644 --- a/bin/tests/system/dscp/clean.sh +++ b/bin/tests/system/dscp/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2015, 2018 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 diff --git a/bin/tests/system/dscp/ns1/named.conf.in b/bin/tests/system/dscp/ns1/named.conf.in index 49922aff63..69e82df866 100644 --- a/bin/tests/system/dscp/ns1/named.conf.in +++ b/bin/tests/system/dscp/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/dscp/ns2/named.conf.in b/bin/tests/system/dscp/ns2/named.conf.in index f9eb1b1e92..4996c9277c 100644 --- a/bin/tests/system/dscp/ns2/named.conf.in +++ b/bin/tests/system/dscp/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/dscp/ns3/named.conf.in b/bin/tests/system/dscp/ns3/named.conf.in index c526d6463e..a5458b00d8 100644 --- a/bin/tests/system/dscp/ns3/named.conf.in +++ b/bin/tests/system/dscp/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/dscp/ns4/named.conf.in b/bin/tests/system/dscp/ns4/named.conf.in index e4b65030f9..9799eda361 100644 --- a/bin/tests/system/dscp/ns4/named.conf.in +++ b/bin/tests/system/dscp/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/dscp/ns5/named.conf.in b/bin/tests/system/dscp/ns5/named.conf.in index c7f791cf1e..61f21b3967 100644 --- a/bin/tests/system/dscp/ns5/named.conf.in +++ b/bin/tests/system/dscp/ns5/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/dscp/ns6/named.conf.in b/bin/tests/system/dscp/ns6/named.conf.in index 5a5b47f7c2..7edf97208f 100644 --- a/bin/tests/system/dscp/ns6/named.conf.in +++ b/bin/tests/system/dscp/ns6/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/dscp/ns7/named.conf.in b/bin/tests/system/dscp/ns7/named.conf.in index 4db47cdcaa..0c0bd86559 100644 --- a/bin/tests/system/dscp/ns7/named.conf.in +++ b/bin/tests/system/dscp/ns7/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/dscp/setup.sh b/bin/tests/system/dscp/setup.sh index b457ad1176..c3a34afa62 100644 --- a/bin/tests/system/dscp/setup.sh +++ b/bin/tests/system/dscp/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/dscp/tests.sh b/bin/tests/system/dscp/tests.sh index bd8a435936..a03dc423b4 100644 --- a/bin/tests/system/dscp/tests.sh +++ b/bin/tests/system/dscp/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2016, 2018 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 diff --git a/bin/tests/system/dsdigest/clean.sh b/bin/tests/system/dsdigest/clean.sh index 2263060ad2..07c8daabad 100644 --- a/bin/tests/system/dsdigest/clean.sh +++ b/bin/tests/system/dsdigest/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2018 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 diff --git a/bin/tests/system/dsdigest/ns1/named.conf.in b/bin/tests/system/dsdigest/ns1/named.conf.in index 11f982f30e..1fc9253396 100644 --- a/bin/tests/system/dsdigest/ns1/named.conf.in +++ b/bin/tests/system/dsdigest/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/dsdigest/ns2/named.conf.in b/bin/tests/system/dsdigest/ns2/named.conf.in index ca06ba3de5..42ef0f237e 100644 --- a/bin/tests/system/dsdigest/ns2/named.conf.in +++ b/bin/tests/system/dsdigest/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/dsdigest/ns3/named.conf.in b/bin/tests/system/dsdigest/ns3/named.conf.in index a8830bd18b..1fdb91d0e7 100644 --- a/bin/tests/system/dsdigest/ns3/named.conf.in +++ b/bin/tests/system/dsdigest/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/dsdigest/ns4/named.conf.in b/bin/tests/system/dsdigest/ns4/named.conf.in index 53179020f7..f199ce49fd 100644 --- a/bin/tests/system/dsdigest/ns4/named.conf.in +++ b/bin/tests/system/dsdigest/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/dsdigest/prereq.sh b/bin/tests/system/dsdigest/prereq.sh index 1920eb1e37..8a702ae09f 100644 --- a/bin/tests/system/dsdigest/prereq.sh +++ b/bin/tests/system/dsdigest/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2018 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 diff --git a/bin/tests/system/dsdigest/setup.sh b/bin/tests/system/dsdigest/setup.sh index 66b128c918..2c258bb181 100644 --- a/bin/tests/system/dsdigest/setup.sh +++ b/bin/tests/system/dsdigest/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2018 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 diff --git a/bin/tests/system/dsdigest/tests.sh b/bin/tests/system/dsdigest/tests.sh index b42df9225d..e9e7ae1c09 100644 --- a/bin/tests/system/dsdigest/tests.sh +++ b/bin/tests/system/dsdigest/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2016, 2018 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 diff --git a/bin/tests/system/ednscompliance/clean.sh b/bin/tests/system/ednscompliance/clean.sh index 105790ae38..168dee7b94 100644 --- a/bin/tests/system/ednscompliance/clean.sh +++ b/bin/tests/system/ednscompliance/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/ednscompliance/ns1/named.conf.in b/bin/tests/system/ednscompliance/ns1/named.conf.in index 552fac656c..b1219f987b 100644 --- a/bin/tests/system/ednscompliance/ns1/named.conf.in +++ b/bin/tests/system/ednscompliance/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2018 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 diff --git a/bin/tests/system/ednscompliance/setup.sh b/bin/tests/system/ednscompliance/setup.sh index c69f051dbc..fc26d954ed 100644 --- a/bin/tests/system/ednscompliance/setup.sh +++ b/bin/tests/system/ednscompliance/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/ednscompliance/tests.sh b/bin/tests/system/ednscompliance/tests.sh index 9d780e9c02..1d16e555cc 100644 --- a/bin/tests/system/ednscompliance/tests.sh +++ b/bin/tests/system/ednscompliance/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2016, 2018 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 diff --git a/bin/tests/system/emptyzones/ns1/named1.conf.in b/bin/tests/system/emptyzones/ns1/named1.conf.in index e0427c467d..812a843f23 100644 --- a/bin/tests/system/emptyzones/ns1/named1.conf.in +++ b/bin/tests/system/emptyzones/ns1/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/emptyzones/ns1/named2.conf.in b/bin/tests/system/emptyzones/ns1/named2.conf.in index 2e5a6ec662..0d67819550 100644 --- a/bin/tests/system/emptyzones/ns1/named2.conf.in +++ b/bin/tests/system/emptyzones/ns1/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015, 2018 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 diff --git a/bin/tests/system/emptyzones/setup.sh b/bin/tests/system/emptyzones/setup.sh index e3b10f128e..6fded9dd1c 100644 --- a/bin/tests/system/emptyzones/setup.sh +++ b/bin/tests/system/emptyzones/setup.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/emptyzones/tests.sh b/bin/tests/system/emptyzones/tests.sh index 7d846ba16d..b28a9f045d 100644 --- a/bin/tests/system/emptyzones/tests.sh +++ b/bin/tests/system/emptyzones/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014-2016, 2018 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 diff --git a/bin/tests/system/fetchlimit/ans4/ans.pl b/bin/tests/system/fetchlimit/ans4/ans.pl index ab9b40ff3b..ba7819cc68 100644 --- a/bin/tests/system/fetchlimit/ans4/ans.pl +++ b/bin/tests/system/fetchlimit/ans4/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/fetchlimit/clean.sh b/bin/tests/system/fetchlimit/clean.sh index 2a7c925a9c..b8163f8341 100644 --- a/bin/tests/system/fetchlimit/clean.sh +++ b/bin/tests/system/fetchlimit/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/fetchlimit/ns1/named.conf.in b/bin/tests/system/fetchlimit/ns1/named.conf.in index be8d3ed629..7e4053493b 100644 --- a/bin/tests/system/fetchlimit/ns1/named.conf.in +++ b/bin/tests/system/fetchlimit/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/fetchlimit/ns2/named.conf.in b/bin/tests/system/fetchlimit/ns2/named.conf.in index f05b536766..5051a10437 100644 --- a/bin/tests/system/fetchlimit/ns2/named.conf.in +++ b/bin/tests/system/fetchlimit/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/fetchlimit/ns3/named1.conf.in b/bin/tests/system/fetchlimit/ns3/named1.conf.in index 773170ba48..2f96aa4061 100644 --- a/bin/tests/system/fetchlimit/ns3/named1.conf.in +++ b/bin/tests/system/fetchlimit/ns3/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/fetchlimit/ns3/named2.conf.in b/bin/tests/system/fetchlimit/ns3/named2.conf.in index 38ea7f9f5f..0c460fe7c5 100644 --- a/bin/tests/system/fetchlimit/ns3/named2.conf.in +++ b/bin/tests/system/fetchlimit/ns3/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/fetchlimit/ns3/named3.conf.in b/bin/tests/system/fetchlimit/ns3/named3.conf.in index 5a101e16dd..3c568635b8 100644 --- a/bin/tests/system/fetchlimit/ns3/named3.conf.in +++ b/bin/tests/system/fetchlimit/ns3/named3.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/fetchlimit/setup.sh b/bin/tests/system/fetchlimit/setup.sh index 328e00d721..505a2ba7d2 100644 --- a/bin/tests/system/fetchlimit/setup.sh +++ b/bin/tests/system/fetchlimit/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/fetchlimit/tests.sh b/bin/tests/system/fetchlimit/tests.sh index 700c6a6f9c..724149f66a 100644 --- a/bin/tests/system/fetchlimit/tests.sh +++ b/bin/tests/system/fetchlimit/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2016, 2018 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 diff --git a/bin/tests/system/filter-aaaa/clean.sh b/bin/tests/system/filter-aaaa/clean.sh index 1c300265f0..ecef041715 100644 --- a/bin/tests/system/filter-aaaa/clean.sh +++ b/bin/tests/system/filter-aaaa/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014, 2018 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 diff --git a/bin/tests/system/filter-aaaa/ns1/named1.conf.in b/bin/tests/system/filter-aaaa/ns1/named1.conf.in index 1725b3dc4b..637fc867c0 100644 --- a/bin/tests/system/filter-aaaa/ns1/named1.conf.in +++ b/bin/tests/system/filter-aaaa/ns1/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/filter-aaaa/ns1/named2.conf.in b/bin/tests/system/filter-aaaa/ns1/named2.conf.in index ec4219d4d1..f2e7c74f65 100644 --- a/bin/tests/system/filter-aaaa/ns1/named2.conf.in +++ b/bin/tests/system/filter-aaaa/ns1/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/filter-aaaa/ns1/sign.sh b/bin/tests/system/filter-aaaa/ns1/sign.sh index cf30893f71..67a5e3527f 100755 --- a/bin/tests/system/filter-aaaa/ns1/sign.sh +++ b/bin/tests/system/filter-aaaa/ns1/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014, 2018 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 diff --git a/bin/tests/system/filter-aaaa/ns2/named1.conf.in b/bin/tests/system/filter-aaaa/ns2/named1.conf.in index 976481e442..1174062ce2 100644 --- a/bin/tests/system/filter-aaaa/ns2/named1.conf.in +++ b/bin/tests/system/filter-aaaa/ns2/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/filter-aaaa/ns2/named2.conf.in b/bin/tests/system/filter-aaaa/ns2/named2.conf.in index 685737be8a..4b4e1724ce 100644 --- a/bin/tests/system/filter-aaaa/ns2/named2.conf.in +++ b/bin/tests/system/filter-aaaa/ns2/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/filter-aaaa/ns3/named1.conf.in b/bin/tests/system/filter-aaaa/ns3/named1.conf.in index 8b7a22ebf1..c00631da89 100644 --- a/bin/tests/system/filter-aaaa/ns3/named1.conf.in +++ b/bin/tests/system/filter-aaaa/ns3/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/filter-aaaa/ns3/named2.conf.in b/bin/tests/system/filter-aaaa/ns3/named2.conf.in index 4024514ee3..e8872fe271 100644 --- a/bin/tests/system/filter-aaaa/ns3/named2.conf.in +++ b/bin/tests/system/filter-aaaa/ns3/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/filter-aaaa/ns4/named1.conf.in b/bin/tests/system/filter-aaaa/ns4/named1.conf.in index c5bafab43d..6530c7457a 100644 --- a/bin/tests/system/filter-aaaa/ns4/named1.conf.in +++ b/bin/tests/system/filter-aaaa/ns4/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/filter-aaaa/ns4/named2.conf.in b/bin/tests/system/filter-aaaa/ns4/named2.conf.in index 04450d4197..2f38bb58cd 100644 --- a/bin/tests/system/filter-aaaa/ns4/named2.conf.in +++ b/bin/tests/system/filter-aaaa/ns4/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/filter-aaaa/ns4/sign.sh b/bin/tests/system/filter-aaaa/ns4/sign.sh index cf30893f71..67a5e3527f 100755 --- a/bin/tests/system/filter-aaaa/ns4/sign.sh +++ b/bin/tests/system/filter-aaaa/ns4/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014, 2018 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 diff --git a/bin/tests/system/filter-aaaa/setup.sh b/bin/tests/system/filter-aaaa/setup.sh index dd669d0c69..65320be9d4 100644 --- a/bin/tests/system/filter-aaaa/setup.sh +++ b/bin/tests/system/filter-aaaa/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014, 2018 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 diff --git a/bin/tests/system/filter-aaaa/tests.sh b/bin/tests/system/filter-aaaa/tests.sh index fb4b74c842..836e6ba9a5 100644 --- a/bin/tests/system/filter-aaaa/tests.sh +++ b/bin/tests/system/filter-aaaa/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2015-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2015-2018 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 diff --git a/bin/tests/system/formerr/clean.sh b/bin/tests/system/formerr/clean.sh index 59df5c9b71..fdd48feb7b 100644 --- a/bin/tests/system/formerr/clean.sh +++ b/bin/tests/system/formerr/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2015, 2018 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 diff --git a/bin/tests/system/formerr/ns1/named.conf.in b/bin/tests/system/formerr/ns1/named.conf.in index a9a5b1c4bf..bd555d540b 100644 --- a/bin/tests/system/formerr/ns1/named.conf.in +++ b/bin/tests/system/formerr/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/formerr/setup.sh b/bin/tests/system/formerr/setup.sh index c69f051dbc..fc26d954ed 100644 --- a/bin/tests/system/formerr/setup.sh +++ b/bin/tests/system/formerr/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/formerr/tests.sh b/bin/tests/system/formerr/tests.sh index 52b770d1db..26bbe74a76 100644 --- a/bin/tests/system/formerr/tests.sh +++ b/bin/tests/system/formerr/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2016, 2018 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 diff --git a/bin/tests/system/forward/clean.sh b/bin/tests/system/forward/clean.sh index 31389d522f..c13143c3ef 100644 --- a/bin/tests/system/forward/clean.sh +++ b/bin/tests/system/forward/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/forward/ns1/named.conf.in b/bin/tests/system/forward/ns1/named.conf.in index 257c8b4475..a05c79208d 100644 --- a/bin/tests/system/forward/ns1/named.conf.in +++ b/bin/tests/system/forward/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2014, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/forward/ns2/named.conf.in b/bin/tests/system/forward/ns2/named.conf.in index d9489c2fa9..1251509de5 100644 --- a/bin/tests/system/forward/ns2/named.conf.in +++ b/bin/tests/system/forward/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2013, 2014, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/forward/ns3/named.conf.in b/bin/tests/system/forward/ns3/named.conf.in index c9e93c5bfd..dc57f333f5 100644 --- a/bin/tests/system/forward/ns3/named.conf.in +++ b/bin/tests/system/forward/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/forward/ns4/named.conf.in b/bin/tests/system/forward/ns4/named.conf.in index 8e335cb94a..e6222af7cb 100644 --- a/bin/tests/system/forward/ns4/named.conf.in +++ b/bin/tests/system/forward/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2013, 2014, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/forward/ns5/named.conf.in b/bin/tests/system/forward/ns5/named.conf.in index 6d7aa41dcf..e67a468c76 100644 --- a/bin/tests/system/forward/ns5/named.conf.in +++ b/bin/tests/system/forward/ns5/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2018 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 diff --git a/bin/tests/system/forward/setup.sh b/bin/tests/system/forward/setup.sh index 01a86be617..9f5bee03a4 100644 --- a/bin/tests/system/forward/setup.sh +++ b/bin/tests/system/forward/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/forward/tests.sh b/bin/tests/system/forward/tests.sh index 64269f32bb..c82fd467a6 100644 --- a/bin/tests/system/forward/tests.sh +++ b/bin/tests/system/forward/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/geoip/ns2/named1.conf.in b/bin/tests/system/geoip/ns2/named1.conf.in index 9320c6ea87..60e74074a6 100644 --- a/bin/tests/system/geoip/ns2/named1.conf.in +++ b/bin/tests/system/geoip/ns2/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named10.conf.in b/bin/tests/system/geoip/ns2/named10.conf.in index 8f4f0bae81..8b51638a6b 100644 --- a/bin/tests/system/geoip/ns2/named10.conf.in +++ b/bin/tests/system/geoip/ns2/named10.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named11.conf.in b/bin/tests/system/geoip/ns2/named11.conf.in index 7dd52e6f02..d9a0ab94d6 100644 --- a/bin/tests/system/geoip/ns2/named11.conf.in +++ b/bin/tests/system/geoip/ns2/named11.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2014, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named12.conf.in b/bin/tests/system/geoip/ns2/named12.conf.in index c64dbc4c20..4ad8e11332 100644 --- a/bin/tests/system/geoip/ns2/named12.conf.in +++ b/bin/tests/system/geoip/ns2/named12.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2014, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named13.conf.in b/bin/tests/system/geoip/ns2/named13.conf.in index 1e31d2d01d..5050eaa4a6 100644 --- a/bin/tests/system/geoip/ns2/named13.conf.in +++ b/bin/tests/system/geoip/ns2/named13.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named14.conf.in b/bin/tests/system/geoip/ns2/named14.conf.in index eddaa9cf47..2c9cdb252e 100644 --- a/bin/tests/system/geoip/ns2/named14.conf.in +++ b/bin/tests/system/geoip/ns2/named14.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named15.conf.in b/bin/tests/system/geoip/ns2/named15.conf.in index 656133faab..902c349594 100644 --- a/bin/tests/system/geoip/ns2/named15.conf.in +++ b/bin/tests/system/geoip/ns2/named15.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named2.conf.in b/bin/tests/system/geoip/ns2/named2.conf.in index 57a9d1d3f4..9ea98dab96 100644 --- a/bin/tests/system/geoip/ns2/named2.conf.in +++ b/bin/tests/system/geoip/ns2/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named3.conf.in b/bin/tests/system/geoip/ns2/named3.conf.in index 5c9db5b418..c68ad25c24 100644 --- a/bin/tests/system/geoip/ns2/named3.conf.in +++ b/bin/tests/system/geoip/ns2/named3.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named4.conf.in b/bin/tests/system/geoip/ns2/named4.conf.in index d217722110..eff231474f 100644 --- a/bin/tests/system/geoip/ns2/named4.conf.in +++ b/bin/tests/system/geoip/ns2/named4.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named5.conf.in b/bin/tests/system/geoip/ns2/named5.conf.in index 8335fe4e08..b643915abe 100644 --- a/bin/tests/system/geoip/ns2/named5.conf.in +++ b/bin/tests/system/geoip/ns2/named5.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named6.conf.in b/bin/tests/system/geoip/ns2/named6.conf.in index f799aa1b4e..dd76d37636 100644 --- a/bin/tests/system/geoip/ns2/named6.conf.in +++ b/bin/tests/system/geoip/ns2/named6.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2014, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named7.conf.in b/bin/tests/system/geoip/ns2/named7.conf.in index 766b3891c2..4a163b8686 100644 --- a/bin/tests/system/geoip/ns2/named7.conf.in +++ b/bin/tests/system/geoip/ns2/named7.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named8.conf.in b/bin/tests/system/geoip/ns2/named8.conf.in index 51931ee482..df1d4043ce 100644 --- a/bin/tests/system/geoip/ns2/named8.conf.in +++ b/bin/tests/system/geoip/ns2/named8.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/geoip/ns2/named9.conf.in b/bin/tests/system/geoip/ns2/named9.conf.in index 668e8cfe52..860d5e2564 100644 --- a/bin/tests/system/geoip/ns2/named9.conf.in +++ b/bin/tests/system/geoip/ns2/named9.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/geoip/prereq.sh b/bin/tests/system/geoip/prereq.sh index 814619f1f4..1560f97ac1 100644 --- a/bin/tests/system/geoip/prereq.sh +++ b/bin/tests/system/geoip/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2014, 2016, 2018 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 diff --git a/bin/tests/system/geoip/setup.sh b/bin/tests/system/geoip/setup.sh index d847818c26..79aaee9813 100644 --- a/bin/tests/system/geoip/setup.sh +++ b/bin/tests/system/geoip/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2014, 2018 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 diff --git a/bin/tests/system/geoip/tests.sh b/bin/tests/system/geoip/tests.sh index d36fad24e0..5695a9bc38 100644 --- a/bin/tests/system/geoip/tests.sh +++ b/bin/tests/system/geoip/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013-2016, 2018 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 diff --git a/bin/tests/system/glue/clean.sh b/bin/tests/system/glue/clean.sh index 4b235af3c0..083a8ab4c2 100644 --- a/bin/tests/system/glue/clean.sh +++ b/bin/tests/system/glue/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/glue/ns1/named.conf.in b/bin/tests/system/glue/ns1/named.conf.in index d4fde30a20..cf6178f332 100644 --- a/bin/tests/system/glue/ns1/named.conf.in +++ b/bin/tests/system/glue/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/glue/setup.sh b/bin/tests/system/glue/setup.sh index 6b81131ea1..fbc274b5ee 100644 --- a/bin/tests/system/glue/setup.sh +++ b/bin/tests/system/glue/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/glue/tests.sh b/bin/tests/system/glue/tests.sh index 162bd6e879..3470ce19dd 100644 --- a/bin/tests/system/glue/tests.sh +++ b/bin/tests/system/glue/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001, 2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/inline/ns1/named.conf.in b/bin/tests/system/inline/ns1/named.conf.in index 21ca9f9550..7e6858149b 100644 --- a/bin/tests/system/inline/ns1/named.conf.in +++ b/bin/tests/system/inline/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2018 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 diff --git a/bin/tests/system/inline/ns2/named.conf.in b/bin/tests/system/inline/ns2/named.conf.in index a2aedcbd5f..f3d73ff1c8 100644 --- a/bin/tests/system/inline/ns2/named.conf.in +++ b/bin/tests/system/inline/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2014, 2017, 2018 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 diff --git a/bin/tests/system/inline/ns3/named.conf.in b/bin/tests/system/inline/ns3/named.conf.in index 7d6359b6a2..0e1a3501fb 100644 --- a/bin/tests/system/inline/ns3/named.conf.in +++ b/bin/tests/system/inline/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013, 2015, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013, 2015, 2017, 2018 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 diff --git a/bin/tests/system/inline/ns4/named.conf.in b/bin/tests/system/inline/ns4/named.conf.in index 8b1816e078..87311124e9 100644 --- a/bin/tests/system/inline/ns4/named.conf.in +++ b/bin/tests/system/inline/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2018 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 diff --git a/bin/tests/system/inline/ns5/named.conf.post b/bin/tests/system/inline/ns5/named.conf.post index fc7cfbc602..ab51f0dc67 100644 --- a/bin/tests/system/inline/ns5/named.conf.post +++ b/bin/tests/system/inline/ns5/named.conf.post @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2018 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 diff --git a/bin/tests/system/inline/ns5/named.conf.pre b/bin/tests/system/inline/ns5/named.conf.pre index 59720d6b59..8ec684513a 100644 --- a/bin/tests/system/inline/ns5/named.conf.pre +++ b/bin/tests/system/inline/ns5/named.conf.pre @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2018 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 diff --git a/bin/tests/system/inline/ns6/named.conf.in b/bin/tests/system/inline/ns6/named.conf.in index 6e2bcf1905..8b2c25a646 100644 --- a/bin/tests/system/inline/ns6/named.conf.in +++ b/bin/tests/system/inline/ns6/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2018 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 diff --git a/bin/tests/system/inline/ns7/named.conf.in b/bin/tests/system/inline/ns7/named.conf.in index 9f25b363f0..e166a15e06 100644 --- a/bin/tests/system/inline/ns7/named.conf.in +++ b/bin/tests/system/inline/ns7/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/inline/setup.sh b/bin/tests/system/inline/setup.sh index 70a4bd9290..1d60fc83a5 100644 --- a/bin/tests/system/inline/setup.sh +++ b/bin/tests/system/inline/setup.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2014, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2014, 2017, 2018 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 diff --git a/bin/tests/system/integrity/clean.sh b/bin/tests/system/integrity/clean.sh index 1920a91a12..6482740859 100644 --- a/bin/tests/system/integrity/clean.sh +++ b/bin/tests/system/integrity/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/integrity/ns1/named.conf.in b/bin/tests/system/integrity/ns1/named.conf.in index eda290d1c6..e23278d29b 100644 --- a/bin/tests/system/integrity/ns1/named.conf.in +++ b/bin/tests/system/integrity/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/integrity/setup.sh b/bin/tests/system/integrity/setup.sh index c69f051dbc..fc26d954ed 100644 --- a/bin/tests/system/integrity/setup.sh +++ b/bin/tests/system/integrity/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/integrity/tests.sh b/bin/tests/system/integrity/tests.sh index 0f1f29c4c6..76371bf359 100644 --- a/bin/tests/system/integrity/tests.sh +++ b/bin/tests/system/integrity/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/ixfr/clean.sh b/bin/tests/system/ixfr/clean.sh index c4bb2b5a75..43ff810cbb 100644 --- a/bin/tests/system/ixfr/clean.sh +++ b/bin/tests/system/ixfr/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/ixfr/ns3/named.conf.in b/bin/tests/system/ixfr/ns3/named.conf.in index 68ca31c66e..4e89080206 100644 --- a/bin/tests/system/ixfr/ns3/named.conf.in +++ b/bin/tests/system/ixfr/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2014, 2018 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 diff --git a/bin/tests/system/ixfr/ns4/named.conf.in b/bin/tests/system/ixfr/ns4/named.conf.in index 939b2d3ae0..80731eb60c 100644 --- a/bin/tests/system/ixfr/ns4/named.conf.in +++ b/bin/tests/system/ixfr/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2018 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 diff --git a/bin/tests/system/ixfr/prereq.sh b/bin/tests/system/ixfr/prereq.sh index 87796fec5c..c6ae8fb228 100644 --- a/bin/tests/system/ixfr/prereq.sh +++ b/bin/tests/system/ixfr/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2014, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/ixfr/setup.sh b/bin/tests/system/ixfr/setup.sh index c92788780a..8f7f220c40 100644 --- a/bin/tests/system/ixfr/setup.sh +++ b/bin/tests/system/ixfr/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011-2014, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/ixfr/tests.sh b/bin/tests/system/ixfr/tests.sh index 9a337ff810..10679155fb 100644 --- a/bin/tests/system/ixfr/tests.sh +++ b/bin/tests/system/ixfr/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/legacy/clean.sh b/bin/tests/system/legacy/clean.sh index eb2a10521c..8e73f68395 100644 --- a/bin/tests/system/legacy/clean.sh +++ b/bin/tests/system/legacy/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/legacy/ns1/named1.conf.in b/bin/tests/system/legacy/ns1/named1.conf.in index 4d59d7f392..33ddbd2094 100644 --- a/bin/tests/system/legacy/ns1/named1.conf.in +++ b/bin/tests/system/legacy/ns1/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/legacy/ns1/named2.conf.in b/bin/tests/system/legacy/ns1/named2.conf.in index 911d8b5c72..b5d6a50a1b 100644 --- a/bin/tests/system/legacy/ns1/named2.conf.in +++ b/bin/tests/system/legacy/ns1/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/legacy/ns2/named.conf.in b/bin/tests/system/legacy/ns2/named.conf.in index c8003e6465..83c4ec1bcb 100644 --- a/bin/tests/system/legacy/ns2/named.conf.in +++ b/bin/tests/system/legacy/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/legacy/ns3/named.conf.in b/bin/tests/system/legacy/ns3/named.conf.in index 7493c1993b..e7db4c678a 100644 --- a/bin/tests/system/legacy/ns3/named.conf.in +++ b/bin/tests/system/legacy/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/legacy/ns4/named.conf.in b/bin/tests/system/legacy/ns4/named.conf.in index cba66b05bf..1ce3db6adf 100644 --- a/bin/tests/system/legacy/ns4/named.conf.in +++ b/bin/tests/system/legacy/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/legacy/ns5/named.conf.in b/bin/tests/system/legacy/ns5/named.conf.in index 9116b9d48b..d87beccf67 100644 --- a/bin/tests/system/legacy/ns5/named.conf.in +++ b/bin/tests/system/legacy/ns5/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/legacy/ns6/named.conf.in b/bin/tests/system/legacy/ns6/named.conf.in index e74b994f29..1192eb9394 100644 --- a/bin/tests/system/legacy/ns6/named.conf.in +++ b/bin/tests/system/legacy/ns6/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/legacy/ns6/sign.sh b/bin/tests/system/legacy/ns6/sign.sh index d8dfbabd79..5663287ed3 100755 --- a/bin/tests/system/legacy/ns6/sign.sh +++ b/bin/tests/system/legacy/ns6/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/legacy/ns7/named.conf.in b/bin/tests/system/legacy/ns7/named.conf.in index 6854125514..8e514ba90a 100644 --- a/bin/tests/system/legacy/ns7/named.conf.in +++ b/bin/tests/system/legacy/ns7/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/legacy/ns7/sign.sh b/bin/tests/system/legacy/ns7/sign.sh index 4e8ca3248c..780e8cc9cd 100755 --- a/bin/tests/system/legacy/ns7/sign.sh +++ b/bin/tests/system/legacy/ns7/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/legacy/setup.sh b/bin/tests/system/legacy/setup.sh index 7fb23e107a..2795780a7b 100644 --- a/bin/tests/system/legacy/setup.sh +++ b/bin/tests/system/legacy/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/legacy/tests.sh b/bin/tests/system/legacy/tests.sh index d20862ebcd..71b9c8467d 100755 --- a/bin/tests/system/legacy/tests.sh +++ b/bin/tests/system/legacy/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014-2016, 2018 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 diff --git a/bin/tests/system/limits/clean.sh b/bin/tests/system/limits/clean.sh index 55f48dbac6..c8c2a5af1e 100644 --- a/bin/tests/system/limits/clean.sh +++ b/bin/tests/system/limits/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/limits/ns1/named.conf.in b/bin/tests/system/limits/ns1/named.conf.in index aeb0634af9..b5dbeffa5e 100644 --- a/bin/tests/system/limits/ns1/named.conf.in +++ b/bin/tests/system/limits/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/limits/setup.sh b/bin/tests/system/limits/setup.sh index c69f051dbc..fc26d954ed 100644 --- a/bin/tests/system/limits/setup.sh +++ b/bin/tests/system/limits/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/limits/tests.sh b/bin/tests/system/limits/tests.sh index 966fdd5f80..49445d0d8f 100644 --- a/bin/tests/system/limits/tests.sh +++ b/bin/tests/system/limits/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/logfileconfig/clean.sh b/bin/tests/system/logfileconfig/clean.sh index 5a5d1e6aec..89d2adf66c 100644 --- a/bin/tests/system/logfileconfig/clean.sh +++ b/bin/tests/system/logfileconfig/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2016, 2018 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 diff --git a/bin/tests/system/logfileconfig/ns1/controls.conf.in b/bin/tests/system/logfileconfig/ns1/controls.conf.in index bc5b110151..da0f7ac490 100644 --- a/bin/tests/system/logfileconfig/ns1/controls.conf.in +++ b/bin/tests/system/logfileconfig/ns1/controls.conf.in @@ -1,13 +1,21 @@ /* * Copyright (C) 2018 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/. + * 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. */ controls { - inet 127.0.0.1 port @CONTROLPORT@ - allow { 127.0.0.1/32; ::1/128; } - keys { "rndc-key"; }; + inet 127.0.0.1 port @CONTROLPORT@ + allow { 127.0.0.1/32; ::1/128; } + keys { "rndc-key"; }; }; diff --git a/bin/tests/system/logfileconfig/ns1/named.dirconf b/bin/tests/system/logfileconfig/ns1/named.dirconf index 1e574fcd8d..017540032f 100644 --- a/bin/tests/system/logfileconfig/ns1/named.dirconf +++ b/bin/tests/system/logfileconfig/ns1/named.dirconf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2018 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 diff --git a/bin/tests/system/logfileconfig/ns1/named.pipeconf b/bin/tests/system/logfileconfig/ns1/named.pipeconf index dc296fb22d..86200c0545 100644 --- a/bin/tests/system/logfileconfig/ns1/named.pipeconf +++ b/bin/tests/system/logfileconfig/ns1/named.pipeconf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2018 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 diff --git a/bin/tests/system/logfileconfig/ns1/named.plain b/bin/tests/system/logfileconfig/ns1/named.plain index dbf05252eb..9df4c9dd6d 100644 --- a/bin/tests/system/logfileconfig/ns1/named.plain +++ b/bin/tests/system/logfileconfig/ns1/named.plain @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2018 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 diff --git a/bin/tests/system/logfileconfig/ns1/named.symconf b/bin/tests/system/logfileconfig/ns1/named.symconf index 8d552f2b4e..1dae8d8c43 100644 --- a/bin/tests/system/logfileconfig/ns1/named.symconf +++ b/bin/tests/system/logfileconfig/ns1/named.symconf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2018 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 diff --git a/bin/tests/system/logfileconfig/ns1/named.unlimited b/bin/tests/system/logfileconfig/ns1/named.unlimited index 7ba6374e72..74ed658c11 100644 --- a/bin/tests/system/logfileconfig/ns1/named.unlimited +++ b/bin/tests/system/logfileconfig/ns1/named.unlimited @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2016, 2018 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 diff --git a/bin/tests/system/logfileconfig/ns1/named.versconf b/bin/tests/system/logfileconfig/ns1/named.versconf index ea5ca5fd0e..2b156da794 100644 --- a/bin/tests/system/logfileconfig/ns1/named.versconf +++ b/bin/tests/system/logfileconfig/ns1/named.versconf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2016, 2018 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 diff --git a/bin/tests/system/logfileconfig/ns1/rndc.conf.in b/bin/tests/system/logfileconfig/ns1/rndc.conf.in index cb06f122f2..cfec8c6aee 100644 --- a/bin/tests/system/logfileconfig/ns1/rndc.conf.in +++ b/bin/tests/system/logfileconfig/ns1/rndc.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2017, 2018 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 diff --git a/bin/tests/system/logfileconfig/setup.sh b/bin/tests/system/logfileconfig/setup.sh index 0e28407a4a..59ec6bc3bf 100644 --- a/bin/tests/system/logfileconfig/setup.sh +++ b/bin/tests/system/logfileconfig/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2014, 2018 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 diff --git a/bin/tests/system/logfileconfig/tests.sh b/bin/tests/system/logfileconfig/tests.sh index be164c5846..4bd8a2a1a3 100644 --- a/bin/tests/system/logfileconfig/tests.sh +++ b/bin/tests/system/logfileconfig/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2013, 2016-2018 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 diff --git a/bin/tests/system/masterfile/clean.sh b/bin/tests/system/masterfile/clean.sh index e43344452b..458935afcb 100644 --- a/bin/tests/system/masterfile/clean.sh +++ b/bin/tests/system/masterfile/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007, 2010, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2010, 2012, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/masterfile/ns1/named.conf.in b/bin/tests/system/masterfile/ns1/named.conf.in index 67de0b0da1..abbfe2e099 100644 --- a/bin/tests/system/masterfile/ns1/named.conf.in +++ b/bin/tests/system/masterfile/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/masterfile/ns2/named.conf.in b/bin/tests/system/masterfile/ns2/named.conf.in index 6fb0b2da48..5d38134eb3 100644 --- a/bin/tests/system/masterfile/ns2/named.conf.in +++ b/bin/tests/system/masterfile/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 diff --git a/bin/tests/system/masterfile/setup.sh b/bin/tests/system/masterfile/setup.sh index d4f9dbc358..4b268ed315 100644 --- a/bin/tests/system/masterfile/setup.sh +++ b/bin/tests/system/masterfile/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/masterfile/tests.sh b/bin/tests/system/masterfile/tests.sh index 881450893a..d5c4e9dfa3 100644 --- a/bin/tests/system/masterfile/tests.sh +++ b/bin/tests/system/masterfile/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2010, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2010, 2012, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/masterformat/clean.sh b/bin/tests/system/masterformat/clean.sh index 7c4a3e8941..9f4cf7bd4e 100755 --- a/bin/tests/system/masterformat/clean.sh +++ b/bin/tests/system/masterformat/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2005, 2007, 2011-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2005, 2007, 2011-2015, 2018 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 diff --git a/bin/tests/system/masterformat/ns1/named.conf.in b/bin/tests/system/masterformat/ns1/named.conf.in index 7d11a4c4a1..83b6179773 100644 --- a/bin/tests/system/masterformat/ns1/named.conf.in +++ b/bin/tests/system/masterformat/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2007, 2011-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005, 2007, 2011-2013, 2018 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 diff --git a/bin/tests/system/masterformat/ns2/named.conf.in b/bin/tests/system/masterformat/ns2/named.conf.in index 0d87bef2f8..8cf6bfbf0c 100644 --- a/bin/tests/system/masterformat/ns2/named.conf.in +++ b/bin/tests/system/masterformat/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2007, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005, 2007, 2011, 2012, 2018 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 @@ -32,27 +32,27 @@ zone "example" { }; zone "transfer1" { - type slave; - masters { 10.53.0.1; }; - file "transfer.db.raw"; + type slave; + masters { 10.53.0.1; }; + file "transfer.db.raw"; }; zone "transfer2" { - type slave; - masters { 10.53.0.1; }; - masterfile-format text; - file "transfer.db.txt"; + type slave; + masters { 10.53.0.1; }; + masterfile-format text; + file "transfer.db.txt"; }; zone "transfer3" { - type slave; - masters { 10.53.0.1; }; - file "formerly-text.db"; + type slave; + masters { 10.53.0.1; }; + file "formerly-text.db"; }; zone "large" { - type slave; - masters { 10.53.0.1; }; - masterfile-format raw; - file "large.bk"; + type slave; + masters { 10.53.0.1; }; + masterfile-format raw; + file "large.bk"; }; diff --git a/bin/tests/system/masterformat/ns3/named.conf.in b/bin/tests/system/masterformat/ns3/named.conf.in index 9a64d785cc..351e484639 100644 --- a/bin/tests/system/masterformat/ns3/named.conf.in +++ b/bin/tests/system/masterformat/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/masterformat/setup.sh b/bin/tests/system/masterformat/setup.sh index 7a13c104a2..b626d3f107 100755 --- a/bin/tests/system/masterformat/setup.sh +++ b/bin/tests/system/masterformat/setup.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2007, 2011-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2005-2007, 2011-2014, 2018 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 diff --git a/bin/tests/system/masterformat/tests.sh b/bin/tests/system/masterformat/tests.sh index 776e23cc47..097e4067b9 100755 --- a/bin/tests/system/masterformat/tests.sh +++ b/bin/tests/system/masterformat/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2005, 2007, 2011-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2005, 2007, 2011-2014, 2016-2018 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 diff --git a/bin/tests/system/metadata/setup.sh b/bin/tests/system/metadata/setup.sh index c340289a64..fce7f273c5 100644 --- a/bin/tests/system/metadata/setup.sh +++ b/bin/tests/system/metadata/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2009, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009, 2011, 2012, 2014, 2018 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 diff --git a/bin/tests/system/metadata/tests.sh b/bin/tests/system/metadata/tests.sh index caadf75830..1a68475702 100644 --- a/bin/tests/system/metadata/tests.sh +++ b/bin/tests/system/metadata/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2009, 2011-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009, 2011-2014, 2016-2018 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 diff --git a/bin/tests/system/notify/clean.sh b/bin/tests/system/notify/clean.sh index c392b51b52..60aa64b1f4 100644 --- a/bin/tests/system/notify/clean.sh +++ b/bin/tests/system/notify/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/notify/ns1/named.conf.in b/bin/tests/system/notify/ns1/named.conf.in index cae3cbb12e..70cb187c57 100644 --- a/bin/tests/system/notify/ns1/named.conf.in +++ b/bin/tests/system/notify/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/notify/ns2/named.conf.in b/bin/tests/system/notify/ns2/named.conf.in index 31c17b3197..16860a90c2 100644 --- a/bin/tests/system/notify/ns2/named.conf.in +++ b/bin/tests/system/notify/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2011, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/notify/ns3/named.conf.in b/bin/tests/system/notify/ns3/named.conf.in index 39b7df02d0..ac26829a8a 100644 --- a/bin/tests/system/notify/ns3/named.conf.in +++ b/bin/tests/system/notify/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/notify/ns4/named.conf.in b/bin/tests/system/notify/ns4/named.conf.in index 884c2a900e..f9317e3c7a 100644 --- a/bin/tests/system/notify/ns4/named.conf.in +++ b/bin/tests/system/notify/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/notify/ns5/named.conf.in b/bin/tests/system/notify/ns5/named.conf.in index f5f08cdcb9..b7f9cfa1e2 100644 --- a/bin/tests/system/notify/ns5/named.conf.in +++ b/bin/tests/system/notify/ns5/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015, 2017, 2018 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 diff --git a/bin/tests/system/notify/setup.sh b/bin/tests/system/notify/setup.sh index fe2e49316d..b7782990aa 100644 --- a/bin/tests/system/notify/setup.sh +++ b/bin/tests/system/notify/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2014, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/notify/tests.sh b/bin/tests/system/notify/tests.sh index f4bbf81d31..fbeb280d57 100644 --- a/bin/tests/system/notify/tests.sh +++ b/bin/tests/system/notify/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011-2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/nslookup/clean.sh b/bin/tests/system/nslookup/clean.sh index 1dd1a35aa0..32c72a0e18 100644 --- a/bin/tests/system/nslookup/clean.sh +++ b/bin/tests/system/nslookup/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2015, 2018 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 diff --git a/bin/tests/system/nslookup/ns1/named.conf.in b/bin/tests/system/nslookup/ns1/named.conf.in index c65d1e0b47..66612025c9 100644 --- a/bin/tests/system/nslookup/ns1/named.conf.in +++ b/bin/tests/system/nslookup/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/nslookup/setup.sh b/bin/tests/system/nslookup/setup.sh index ba3d7e44d5..af7d71cb2c 100644 --- a/bin/tests/system/nslookup/setup.sh +++ b/bin/tests/system/nslookup/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/nslookup/tests.sh b/bin/tests/system/nslookup/tests.sh index fed98583cf..638b474a19 100644 --- a/bin/tests/system/nslookup/tests.sh +++ b/bin/tests/system/nslookup/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2016, 2018 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 diff --git a/bin/tests/system/nsupdate/ans4/ans.pl b/bin/tests/system/nsupdate/ans4/ans.pl index ef341f7f38..f626541fbb 100644 --- a/bin/tests/system/nsupdate/ans4/ans.pl +++ b/bin/tests/system/nsupdate/ans4/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/nsupdate/clean.sh b/bin/tests/system/nsupdate/clean.sh index 7b56f45257..05df211433 100644 --- a/bin/tests/system/nsupdate/clean.sh +++ b/bin/tests/system/nsupdate/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2009-2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009-2012, 2014-2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/nsupdate/ns1/named.conf.in b/bin/tests/system/nsupdate/ns1/named.conf.in index 90807c4efd..45451075aa 100644 --- a/bin/tests/system/nsupdate/ns1/named.conf.in +++ b/bin/tests/system/nsupdate/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/nsupdate/ns2/named.conf.in b/bin/tests/system/nsupdate/ns2/named.conf.in index e820543e5b..7fcea632e1 100644 --- a/bin/tests/system/nsupdate/ns2/named.conf.in +++ b/bin/tests/system/nsupdate/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2011, 2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2013, 2016-2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/nsupdate/ns3/named.conf.in b/bin/tests/system/nsupdate/ns3/named.conf.in index 2593b03106..983ced74b0 100644 --- a/bin/tests/system/nsupdate/ns3/named.conf.in +++ b/bin/tests/system/nsupdate/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2011, 2013, 2016, 2018 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 diff --git a/bin/tests/system/nsupdate/ns5/named.conf.in b/bin/tests/system/nsupdate/ns5/named.conf.in index b1f885484c..ed764004bc 100644 --- a/bin/tests/system/nsupdate/ns5/named.conf.in +++ b/bin/tests/system/nsupdate/ns5/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/nsupdate/prereq.sh b/bin/tests/system/nsupdate/prereq.sh index cd8914fa55..9d6a02aa4d 100644 --- a/bin/tests/system/nsupdate/prereq.sh +++ b/bin/tests/system/nsupdate/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2015, 2018 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 diff --git a/bin/tests/system/nsupdate/setup.sh b/bin/tests/system/nsupdate/setup.sh index 3d02c3deb2..8fa0a8e142 100644 --- a/bin/tests/system/nsupdate/setup.sh +++ b/bin/tests/system/nsupdate/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2009-2012, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009-2012, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/nsupdate/update_test.pl b/bin/tests/system/nsupdate/update_test.pl index e54a338867..e658191933 100644 --- a/bin/tests/system/nsupdate/update_test.pl +++ b/bin/tests/system/nsupdate/update_test.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/pending/clean.sh b/bin/tests/system/pending/clean.sh index a0a7baf200..214a2c70b9 100644 --- a/bin/tests/system/pending/clean.sh +++ b/bin/tests/system/pending/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2009, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009, 2012, 2014, 2018 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 diff --git a/bin/tests/system/pending/ns1/named.conf.in b/bin/tests/system/pending/ns1/named.conf.in index 7eb04e5adc..280b7e9d67 100644 --- a/bin/tests/system/pending/ns1/named.conf.in +++ b/bin/tests/system/pending/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2018 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 diff --git a/bin/tests/system/pending/ns2/named.conf.in b/bin/tests/system/pending/ns2/named.conf.in index e352bc3729..19bbcdbd66 100644 --- a/bin/tests/system/pending/ns2/named.conf.in +++ b/bin/tests/system/pending/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2010, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2010, 2016, 2018 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 diff --git a/bin/tests/system/pending/ns3/named.conf.in b/bin/tests/system/pending/ns3/named.conf.in index 1b8d3d6aa4..e2bdbb8f7d 100644 --- a/bin/tests/system/pending/ns3/named.conf.in +++ b/bin/tests/system/pending/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2018 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 diff --git a/bin/tests/system/pending/ns4/named.conf.in b/bin/tests/system/pending/ns4/named.conf.in index c6e5155f6b..d8f058abcb 100644 --- a/bin/tests/system/pending/ns4/named.conf.in +++ b/bin/tests/system/pending/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2018 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 @@ -28,6 +28,6 @@ options { }; zone "." { - type hint; - file "../../common/root.hint"; + type hint; + file "../../common/root.hint"; }; diff --git a/bin/tests/system/pending/setup.sh b/bin/tests/system/pending/setup.sh index 88a051e61d..4f905a6935 100644 --- a/bin/tests/system/pending/setup.sh +++ b/bin/tests/system/pending/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2009, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009, 2012, 2014, 2018 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 diff --git a/bin/tests/system/pending/tests.sh b/bin/tests/system/pending/tests.sh index 74c87cba00..ce3298d2a8 100644 --- a/bin/tests/system/pending/tests.sh +++ b/bin/tests/system/pending/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2009, 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009, 2010, 2012, 2016, 2018 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 diff --git a/bin/tests/system/reclimit/ans2/ans.pl b/bin/tests/system/reclimit/ans2/ans.pl index a02b4ed65b..2f7dcd96bc 100644 --- a/bin/tests/system/reclimit/ans2/ans.pl +++ b/bin/tests/system/reclimit/ans2/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014-2018 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 diff --git a/bin/tests/system/reclimit/ans7/ans.pl b/bin/tests/system/reclimit/ans7/ans.pl index a7495cbed6..4f9e144495 100644 --- a/bin/tests/system/reclimit/ans7/ans.pl +++ b/bin/tests/system/reclimit/ans7/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/reclimit/clean.sh b/bin/tests/system/reclimit/clean.sh index 05176bbd00..6bcae4f406 100644 --- a/bin/tests/system/reclimit/clean.sh +++ b/bin/tests/system/reclimit/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/reclimit/ns1/named.conf.in b/bin/tests/system/reclimit/ns1/named.conf.in index ae5b9f6a88..4495f331e0 100644 --- a/bin/tests/system/reclimit/ns1/named.conf.in +++ b/bin/tests/system/reclimit/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/reclimit/ns3/named1.conf.in b/bin/tests/system/reclimit/ns3/named1.conf.in index 36bbd4d24e..71698dc4e0 100644 --- a/bin/tests/system/reclimit/ns3/named1.conf.in +++ b/bin/tests/system/reclimit/ns3/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/reclimit/ns3/named2.conf.in b/bin/tests/system/reclimit/ns3/named2.conf.in index 5704ed918b..50a2038ed8 100644 --- a/bin/tests/system/reclimit/ns3/named2.conf.in +++ b/bin/tests/system/reclimit/ns3/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/reclimit/ns3/named3.conf.in b/bin/tests/system/reclimit/ns3/named3.conf.in index be178e24f1..d26250d676 100644 --- a/bin/tests/system/reclimit/ns3/named3.conf.in +++ b/bin/tests/system/reclimit/ns3/named3.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/reclimit/ns3/named4.conf.in b/bin/tests/system/reclimit/ns3/named4.conf.in index 8591cab836..9fd078c3fb 100644 --- a/bin/tests/system/reclimit/ns3/named4.conf.in +++ b/bin/tests/system/reclimit/ns3/named4.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/reclimit/prereq.sh b/bin/tests/system/reclimit/prereq.sh index be7657d6d2..12df96ba39 100644 --- a/bin/tests/system/reclimit/prereq.sh +++ b/bin/tests/system/reclimit/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2017, 2018 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 diff --git a/bin/tests/system/reclimit/setup.sh b/bin/tests/system/reclimit/setup.sh index 42280a2d59..b1650811e9 100644 --- a/bin/tests/system/reclimit/setup.sh +++ b/bin/tests/system/reclimit/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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 diff --git a/bin/tests/system/reclimit/tests.sh b/bin/tests/system/reclimit/tests.sh index 5183cdb47b..906d0a3ef3 100644 --- a/bin/tests/system/reclimit/tests.sh +++ b/bin/tests/system/reclimit/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014-2018 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 diff --git a/bin/tests/system/redirect/clean.sh b/bin/tests/system/redirect/clean.sh index 2bc5c5d482..273faf4a65 100644 --- a/bin/tests/system/redirect/clean.sh +++ b/bin/tests/system/redirect/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2015, 2018 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 diff --git a/bin/tests/system/redirect/ns1/named.conf.in b/bin/tests/system/redirect/ns1/named.conf.in index 31803140bf..91825c5c0f 100644 --- a/bin/tests/system/redirect/ns1/named.conf.in +++ b/bin/tests/system/redirect/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2018 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 diff --git a/bin/tests/system/redirect/ns2/named.conf.in b/bin/tests/system/redirect/ns2/named.conf.in index 10d8af6cfb..ae38029aae 100644 --- a/bin/tests/system/redirect/ns2/named.conf.in +++ b/bin/tests/system/redirect/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2018 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 diff --git a/bin/tests/system/redirect/setup.sh b/bin/tests/system/redirect/setup.sh index 48cf6f620a..a715810d8d 100644 --- a/bin/tests/system/redirect/setup.sh +++ b/bin/tests/system/redirect/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2011-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2014, 2018 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 diff --git a/bin/tests/system/redirect/tests.sh b/bin/tests/system/redirect/tests.sh index ac91c1f935..e7d262a063 100644 --- a/bin/tests/system/redirect/tests.sh +++ b/bin/tests/system/redirect/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2014, 2016, 2018 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 diff --git a/bin/tests/system/resolver/ans2/ans.pl b/bin/tests/system/resolver/ans2/ans.pl index 778a9227c3..08490caad1 100644 --- a/bin/tests/system/resolver/ans2/ans.pl +++ b/bin/tests/system/resolver/ans2/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2004, 2007, 2009, 2010, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2010, 2012, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/resolver/ans3/ans.pl b/bin/tests/system/resolver/ans3/ans.pl index d2663f2680..798a3f7c6f 100644 --- a/bin/tests/system/resolver/ans3/ans.pl +++ b/bin/tests/system/resolver/ans3/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2004, 2007, 2009, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2012, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/resolver/ans8/ans.pl b/bin/tests/system/resolver/ans8/ans.pl index 3a1a969c4d..5865c336b5 100644 --- a/bin/tests/system/resolver/ans8/ans.pl +++ b/bin/tests/system/resolver/ans8/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/resolver/clean.sh b/bin/tests/system/resolver/clean.sh index 61f8cec475..cd412b113e 100644 --- a/bin/tests/system/resolver/clean.sh +++ b/bin/tests/system/resolver/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2008-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2008-2016, 2018 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 diff --git a/bin/tests/system/resolver/ns1/named.conf.in b/bin/tests/system/resolver/ns1/named.conf.in index c34358733c..9ba7ca02c2 100644 --- a/bin/tests/system/resolver/ns1/named.conf.in +++ b/bin/tests/system/resolver/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2009, 2013-2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2009, 2013-2015, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/resolver/ns4/named.conf.in b/bin/tests/system/resolver/ns4/named.conf.in index e2cd3f4f11..5e40f0fdbc 100644 --- a/bin/tests/system/resolver/ns4/named.conf.in +++ b/bin/tests/system/resolver/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010-2013, 2015, 2018 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 diff --git a/bin/tests/system/resolver/ns5/named.conf.in b/bin/tests/system/resolver/ns5/named.conf.in index 80dd0f2929..0af91f26d3 100644 --- a/bin/tests/system/resolver/ns5/named.conf.in +++ b/bin/tests/system/resolver/ns5/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2011, 2013-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2011, 2013-2016, 2018 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 diff --git a/bin/tests/system/resolver/ns6/named.conf.in b/bin/tests/system/resolver/ns6/named.conf.in index 1cf17b8806..4b53d5f48a 100644 --- a/bin/tests/system/resolver/ns6/named.conf.in +++ b/bin/tests/system/resolver/ns6/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2012-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2012-2016, 2018 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 diff --git a/bin/tests/system/resolver/ns7/named1.conf.in b/bin/tests/system/resolver/ns7/named1.conf.in index 5cc50261eb..d1ac3422ce 100644 --- a/bin/tests/system/resolver/ns7/named1.conf.in +++ b/bin/tests/system/resolver/ns7/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2011, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2011, 2013, 2014, 2016, 2018 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 diff --git a/bin/tests/system/resolver/ns7/named2.conf.in b/bin/tests/system/resolver/ns7/named2.conf.in index 722112e3e9..83c911dd4c 100644 --- a/bin/tests/system/resolver/ns7/named2.conf.in +++ b/bin/tests/system/resolver/ns7/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2014, 2016, 2018 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 diff --git a/bin/tests/system/resolver/prereq.sh b/bin/tests/system/resolver/prereq.sh index dcf7eeb7f9..20f568c22f 100644 --- a/bin/tests/system/resolver/prereq.sh +++ b/bin/tests/system/resolver/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2014, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/resolver/setup.sh b/bin/tests/system/resolver/setup.sh index 27c036b727..559c9a0625 100644 --- a/bin/tests/system/resolver/setup.sh +++ b/bin/tests/system/resolver/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2010-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2014, 2018 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 diff --git a/bin/tests/system/resolver/tests.sh b/bin/tests/system/resolver/tests.sh index 0e9602cb99..452f66ac45 100755 --- a/bin/tests/system/resolver/tests.sh +++ b/bin/tests/system/resolver/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2009-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009-2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/rndc/clean.sh b/bin/tests/system/rndc/clean.sh index 1ea0e20a50..7392a1f8cb 100644 --- a/bin/tests/system/rndc/clean.sh +++ b/bin/tests/system/rndc/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2015, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2015, 2017, 2018 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 diff --git a/bin/tests/system/rndc/ns2/named.conf.in b/bin/tests/system/rndc/ns2/named.conf.in index 5e698773d1..ffb86c5fc1 100644 --- a/bin/tests/system/rndc/ns2/named.conf.in +++ b/bin/tests/system/rndc/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013, 2018 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 diff --git a/bin/tests/system/rndc/ns3/named.conf.in b/bin/tests/system/rndc/ns3/named.conf.in index 23c43d1bcf..4c6db7a3f7 100644 --- a/bin/tests/system/rndc/ns3/named.conf.in +++ b/bin/tests/system/rndc/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/rndc/ns4/named.conf.in b/bin/tests/system/rndc/ns4/named.conf.in index ac03c6ba13..1f608bd91e 100644 --- a/bin/tests/system/rndc/ns4/named.conf.in +++ b/bin/tests/system/rndc/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2015, 2018 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 diff --git a/bin/tests/system/rndc/setup.sh b/bin/tests/system/rndc/setup.sh index de873429da..9eae587fe6 100644 --- a/bin/tests/system/rndc/setup.sh +++ b/bin/tests/system/rndc/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2014, 2018 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 diff --git a/bin/tests/system/rpz/clean.sh b/bin/tests/system/rpz/clean.sh index ff9ff7c0cb..3efa43ea66 100644 --- a/bin/tests/system/rpz/clean.sh +++ b/bin/tests/system/rpz/clean.sh @@ -1,8 +1,16 @@ -# Copyright (C) 2011-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2014, 2018 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/. +# 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. # Clean up after rpz tests. diff --git a/bin/tests/system/rpz/ns1/named.conf.in b/bin/tests/system/rpz/ns1/named.conf.in index be27867d4d..f052d814d0 100644 --- a/bin/tests/system/rpz/ns1/named.conf.in +++ b/bin/tests/system/rpz/ns1/named.conf.in @@ -1,9 +1,17 @@ /* - * Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2018 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/. + * 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. */ options { diff --git a/bin/tests/system/rpz/ns1/root.db b/bin/tests/system/rpz/ns1/root.db index 47593c4c8f..284bb88cac 100644 --- a/bin/tests/system/rpz/ns1/root.db +++ b/bin/tests/system/rpz/ns1/root.db @@ -1,8 +1,16 @@ -; Copyright (C) 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013, 2018 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/. +; 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. $TTL 120 . SOA ns. hostmaster.ns. ( 1 3600 1200 604800 60 ) diff --git a/bin/tests/system/rpz/ns2/base-tld2s.db b/bin/tests/system/rpz/ns2/base-tld2s.db index 81dfc490ba..37878e0b22 100644 --- a/bin/tests/system/rpz/ns2/base-tld2s.db +++ b/bin/tests/system/rpz/ns2/base-tld2s.db @@ -1,8 +1,16 @@ -; Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2012, 2013, 2018 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/. +; 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. ; RPZ rewrite responses from this signed zone diff --git a/bin/tests/system/rpz/ns2/bl.tld2.db.in b/bin/tests/system/rpz/ns2/bl.tld2.db.in index c2ea606c6d..41d397643c 100644 --- a/bin/tests/system/rpz/ns2/bl.tld2.db.in +++ b/bin/tests/system/rpz/ns2/bl.tld2.db.in @@ -1,8 +1,16 @@ -; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2013, 2018 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/. +; 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. ; master for slave RPZ zone diff --git a/bin/tests/system/rpz/ns2/blv2.tld2.db.in b/bin/tests/system/rpz/ns2/blv2.tld2.db.in index 3ffc91e9e9..c5596d2917 100644 --- a/bin/tests/system/rpz/ns2/blv2.tld2.db.in +++ b/bin/tests/system/rpz/ns2/blv2.tld2.db.in @@ -1,8 +1,16 @@ -; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2013, 2018 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/. +; 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. ; master for slave RPZ zone diff --git a/bin/tests/system/rpz/ns2/blv3.tld2.db.in b/bin/tests/system/rpz/ns2/blv3.tld2.db.in index 28cc3b826a..b9a2facff2 100644 --- a/bin/tests/system/rpz/ns2/blv3.tld2.db.in +++ b/bin/tests/system/rpz/ns2/blv3.tld2.db.in @@ -1,8 +1,16 @@ -; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2013, 2018 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/. +; 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. ; master for slave RPZ zone diff --git a/bin/tests/system/rpz/ns2/hints b/bin/tests/system/rpz/ns2/hints index 65cd978bcd..65b97f9987 100644 --- a/bin/tests/system/rpz/ns2/hints +++ b/bin/tests/system/rpz/ns2/hints @@ -1,8 +1,16 @@ -; Copyright (C) 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011, 2013, 2018 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/. +; 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. . 120 NS ns. ns. 120 A 10.53.0.1 diff --git a/bin/tests/system/rpz/ns2/named.conf.in b/bin/tests/system/rpz/ns2/named.conf.in index b53d65059c..a5a8498eea 100644 --- a/bin/tests/system/rpz/ns2/named.conf.in +++ b/bin/tests/system/rpz/ns2/named.conf.in @@ -1,9 +1,17 @@ /* - * Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013, 2018 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/. + * 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. */ options { diff --git a/bin/tests/system/rpz/ns2/tld2.db b/bin/tests/system/rpz/ns2/tld2.db index 848e101291..0b4ac122b3 100644 --- a/bin/tests/system/rpz/ns2/tld2.db +++ b/bin/tests/system/rpz/ns2/tld2.db @@ -1,8 +1,16 @@ -; Copyright (C) 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013, 2018 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/. +; 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. ; RPZ rewrite responses from this zone diff --git a/bin/tests/system/rpz/ns3/base.db b/bin/tests/system/rpz/ns3/base.db index 30425bb383..bd24d226b1 100644 --- a/bin/tests/system/rpz/ns3/base.db +++ b/bin/tests/system/rpz/ns3/base.db @@ -1,8 +1,16 @@ -; Copyright (C) 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013, 2016, 2018 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/. +; 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. ; RPZ test ; This basic file is copied to several zone files before being used. diff --git a/bin/tests/system/rpz/ns3/hints b/bin/tests/system/rpz/ns3/hints index 65cd978bcd..65b97f9987 100644 --- a/bin/tests/system/rpz/ns3/hints +++ b/bin/tests/system/rpz/ns3/hints @@ -1,8 +1,16 @@ -; Copyright (C) 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011, 2013, 2018 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/. +; 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. . 120 NS ns. ns. 120 A 10.53.0.1 diff --git a/bin/tests/system/rpz/ns3/named.conf.in b/bin/tests/system/rpz/ns3/named.conf.in index e53fdc1260..e17af388bf 100644 --- a/bin/tests/system/rpz/ns3/named.conf.in +++ b/bin/tests/system/rpz/ns3/named.conf.in @@ -1,9 +1,17 @@ /* - * Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013, 2018 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/. + * 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/bin/tests/system/rpz/ns4/hints b/bin/tests/system/rpz/ns4/hints index 65cd978bcd..65b97f9987 100644 --- a/bin/tests/system/rpz/ns4/hints +++ b/bin/tests/system/rpz/ns4/hints @@ -1,8 +1,16 @@ -; Copyright (C) 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011, 2013, 2018 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/. +; 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. . 120 NS ns. ns. 120 A 10.53.0.1 diff --git a/bin/tests/system/rpz/ns4/named.conf.in b/bin/tests/system/rpz/ns4/named.conf.in index f92afd0a91..193f1c0942 100644 --- a/bin/tests/system/rpz/ns4/named.conf.in +++ b/bin/tests/system/rpz/ns4/named.conf.in @@ -1,9 +1,17 @@ /* - * Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013, 2018 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/. + * 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. */ options { diff --git a/bin/tests/system/rpz/ns4/tld4.db b/bin/tests/system/rpz/ns4/tld4.db index 982580c954..7d5ddb4f0b 100644 --- a/bin/tests/system/rpz/ns4/tld4.db +++ b/bin/tests/system/rpz/ns4/tld4.db @@ -1,8 +1,16 @@ -; Copyright (C) 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013, 2018 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/. +; 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. ; RPZ rewrite responses from this zone diff --git a/bin/tests/system/rpz/ns5/empty.db.in b/bin/tests/system/rpz/ns5/empty.db.in index 37bb79408e..00cad344de 100644 --- a/bin/tests/system/rpz/ns5/empty.db.in +++ b/bin/tests/system/rpz/ns5/empty.db.in @@ -1,8 +1,16 @@ -; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2014, 2018 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/. +; 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. $TTL 120 @ SOA . hostmaster.ns.example.tld5. ( 1 3600 1200 604800 60 ) diff --git a/bin/tests/system/rpz/ns5/hints b/bin/tests/system/rpz/ns5/hints index 30c269d442..db4ac083fa 100644 --- a/bin/tests/system/rpz/ns5/hints +++ b/bin/tests/system/rpz/ns5/hints @@ -1,8 +1,16 @@ -; Copyright (C) 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013, 2018 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/. +; 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. . 120 NS ns. ns. 120 A 10.53.0.1 diff --git a/bin/tests/system/rpz/ns5/named.conf.in b/bin/tests/system/rpz/ns5/named.conf.in index 2e35b35d80..2148d2e2c4 100644 --- a/bin/tests/system/rpz/ns5/named.conf.in +++ b/bin/tests/system/rpz/ns5/named.conf.in @@ -1,9 +1,17 @@ /* - * Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012-2014, 2018 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/. + * 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/bin/tests/system/rpz/ns5/tld5.db b/bin/tests/system/rpz/ns5/tld5.db index 00a5e9b00a..5e9daac795 100644 --- a/bin/tests/system/rpz/ns5/tld5.db +++ b/bin/tests/system/rpz/ns5/tld5.db @@ -1,8 +1,16 @@ -; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2013, 2018 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/. +; 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/bin/tests/system/rpz/ns6/hints b/bin/tests/system/rpz/ns6/hints index 47815eb458..ec6417ebe5 100644 --- a/bin/tests/system/rpz/ns6/hints +++ b/bin/tests/system/rpz/ns6/hints @@ -1,8 +1,16 @@ -; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2014, 2018 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/. +; 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. . 120 NS ns. ns. 120 A 10.53.0.1 diff --git a/bin/tests/system/rpz/ns6/named.conf.in b/bin/tests/system/rpz/ns6/named.conf.in index 8c7632e0c7..7af422b7e6 100644 --- a/bin/tests/system/rpz/ns6/named.conf.in +++ b/bin/tests/system/rpz/ns6/named.conf.in @@ -1,9 +1,17 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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/. + * 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. */ options { diff --git a/bin/tests/system/rpz/ns7/hints b/bin/tests/system/rpz/ns7/hints index 47815eb458..ec6417ebe5 100644 --- a/bin/tests/system/rpz/ns7/hints +++ b/bin/tests/system/rpz/ns7/hints @@ -1,8 +1,16 @@ -; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2014, 2018 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/. +; 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. . 120 NS ns. ns. 120 A 10.53.0.1 diff --git a/bin/tests/system/rpz/ns7/named.conf.in b/bin/tests/system/rpz/ns7/named.conf.in index 515a78fa9b..116aafb602 100644 --- a/bin/tests/system/rpz/ns7/named.conf.in +++ b/bin/tests/system/rpz/ns7/named.conf.in @@ -1,9 +1,17 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2018 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/. + * 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. */ options { diff --git a/bin/tests/system/rpz/prereq.sh b/bin/tests/system/rpz/prereq.sh index 0eacf1db84..a8efab2384 100644 --- a/bin/tests/system/rpz/prereq.sh +++ b/bin/tests/system/rpz/prereq.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014, 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/rpz/qperf.sh b/bin/tests/system/rpz/qperf.sh index 2982c9cc72..29dee849c6 100644 --- a/bin/tests/system/rpz/qperf.sh +++ b/bin/tests/system/rpz/qperf.sh @@ -1,10 +1,18 @@ #! /bin/sh # -# Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2013, 2018 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/. +# 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. for QDIR in `echo "$PATH" | tr : ' '` ../../../../contrib/queryperf; do QPERF=$QDIR/queryperf diff --git a/bin/tests/system/rpz/setup.sh b/bin/tests/system/rpz/setup.sh index 3b1c7f5f23..2899e161a0 100644 --- a/bin/tests/system/rpz/setup.sh +++ b/bin/tests/system/rpz/setup.sh @@ -1,10 +1,18 @@ #! /bin/sh # -# Copyright (C) 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2014, 2016, 2018 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/. +# 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. set -e diff --git a/bin/tests/system/rpz/test1 b/bin/tests/system/rpz/test1 index 10d58fff04..71151b8861 100644 --- a/bin/tests/system/rpz/test1 +++ b/bin/tests/system/rpz/test1 @@ -1,8 +1,16 @@ -; Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013, 2018 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/. +; 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/bin/tests/system/rpz/test2 b/bin/tests/system/rpz/test2 index 9b190d5153..7cb6b3fde2 100644 --- a/bin/tests/system/rpz/test2 +++ b/bin/tests/system/rpz/test2 @@ -1,8 +1,16 @@ -; Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013, 2018 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/. +; 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/bin/tests/system/rpz/test3 b/bin/tests/system/rpz/test3 index 46a288344a..df3a96b3d7 100644 --- a/bin/tests/system/rpz/test3 +++ b/bin/tests/system/rpz/test3 @@ -1,8 +1,16 @@ -; Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011, 2013, 2018 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/. +; 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/bin/tests/system/rpz/test4 b/bin/tests/system/rpz/test4 index 0c338f933b..8baddc43cf 100644 --- a/bin/tests/system/rpz/test4 +++ b/bin/tests/system/rpz/test4 @@ -1,8 +1,16 @@ -; Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011, 2013, 2018 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/. +; 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/bin/tests/system/rpz/test4a b/bin/tests/system/rpz/test4a index 7b770a7709..b66b08c86a 100644 --- a/bin/tests/system/rpz/test4a +++ b/bin/tests/system/rpz/test4a @@ -1,8 +1,16 @@ -; Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2013, 2018 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/. +; 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/bin/tests/system/rpz/test5 b/bin/tests/system/rpz/test5 index 9e8b7b126d..f052aa8294 100644 --- a/bin/tests/system/rpz/test5 +++ b/bin/tests/system/rpz/test5 @@ -1,8 +1,16 @@ -; Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013, 2018 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/. +; 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/bin/tests/system/rpz/test6 b/bin/tests/system/rpz/test6 index e579795711..ce281ebfe4 100644 --- a/bin/tests/system/rpz/test6 +++ b/bin/tests/system/rpz/test6 @@ -1,8 +1,16 @@ -; Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2013, 2018 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/. +; 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/bin/tests/system/rpz/tests.sh b/bin/tests/system/rpz/tests.sh index 0ed0c23b96..2d74296bd1 100644 --- a/bin/tests/system/rpz/tests.sh +++ b/bin/tests/system/rpz/tests.sh @@ -1,8 +1,16 @@ -# Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2018 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/. +# 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. # test response policy zones (RPZ) diff --git a/bin/tests/system/rpzrecurse/clean.sh b/bin/tests/system/rpzrecurse/clean.sh index 8c334cc8fc..51966bd190 100644 --- a/bin/tests/system/rpzrecurse/clean.sh +++ b/bin/tests/system/rpzrecurse/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/rpzrecurse/ns1/named.conf.in b/bin/tests/system/rpzrecurse/ns1/named.conf.in index edc21740fc..38bb9df289 100644 --- a/bin/tests/system/rpzrecurse/ns1/named.conf.in +++ b/bin/tests/system/rpzrecurse/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2018 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 diff --git a/bin/tests/system/rpzrecurse/ns2/named.conf.header.in b/bin/tests/system/rpzrecurse/ns2/named.conf.header.in index 0710d32884..13e7e565cb 100644 --- a/bin/tests/system/rpzrecurse/ns2/named.conf.header.in +++ b/bin/tests/system/rpzrecurse/ns2/named.conf.header.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/rpzrecurse/setup.sh b/bin/tests/system/rpzrecurse/setup.sh index 52791eb321..9bad41d96e 100644 --- a/bin/tests/system/rpzrecurse/setup.sh +++ b/bin/tests/system/rpzrecurse/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/rrchecker/tests.sh b/bin/tests/system/rrchecker/tests.sh index b4cc71cded..c7cab21cea 100644 --- a/bin/tests/system/rrchecker/tests.sh +++ b/bin/tests/system/rrchecker/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013-2018 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 diff --git a/bin/tests/system/rrl/clean.sh b/bin/tests/system/rrl/clean.sh index bc8f5c4e4b..3ff0f29e51 100644 --- a/bin/tests/system/rrl/clean.sh +++ b/bin/tests/system/rrl/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2013, 2016, 2018 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 diff --git a/bin/tests/system/rrl/ns1/named.conf.in b/bin/tests/system/rrl/ns1/named.conf.in index 9566609451..9963a592da 100644 --- a/bin/tests/system/rrl/ns1/named.conf.in +++ b/bin/tests/system/rrl/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/rrl/ns2/named.conf.in b/bin/tests/system/rrl/ns2/named.conf.in index e91947910f..9a695d8254 100644 --- a/bin/tests/system/rrl/ns2/named.conf.in +++ b/bin/tests/system/rrl/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/rrl/ns3/named.conf.in b/bin/tests/system/rrl/ns3/named.conf.in index 2eb43532c8..cbbf0c5994 100644 --- a/bin/tests/system/rrl/ns3/named.conf.in +++ b/bin/tests/system/rrl/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/rrl/setup.sh b/bin/tests/system/rrl/setup.sh index 7a4b36447e..9b3f0fd382 100644 --- a/bin/tests/system/rrl/setup.sh +++ b/bin/tests/system/rrl/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/rrl/tests.sh b/bin/tests/system/rrl/tests.sh index 55ffa7eb11..11cd15b97d 100644 --- a/bin/tests/system/rrl/tests.sh +++ b/bin/tests/system/rrl/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2012, 2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2013, 2015, 2016, 2018 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 diff --git a/bin/tests/system/rrsetorder/clean.sh b/bin/tests/system/rrsetorder/clean.sh index fe2bcdb569..63d4e2695b 100644 --- a/bin/tests/system/rrsetorder/clean.sh +++ b/bin/tests/system/rrsetorder/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2006-2008, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2006-2008, 2011, 2012, 2018 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 diff --git a/bin/tests/system/rrsetorder/ns1/named.conf.in b/bin/tests/system/rrsetorder/ns1/named.conf.in index d2f478adc8..80ebe72ff8 100644 --- a/bin/tests/system/rrsetorder/ns1/named.conf.in +++ b/bin/tests/system/rrsetorder/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2007, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006, 2007, 2013, 2018 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 diff --git a/bin/tests/system/rrsetorder/ns2/named.conf.in b/bin/tests/system/rrsetorder/ns2/named.conf.in index 7c0879381e..414aebf116 100644 --- a/bin/tests/system/rrsetorder/ns2/named.conf.in +++ b/bin/tests/system/rrsetorder/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006, 2007, 2018 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 diff --git a/bin/tests/system/rrsetorder/ns3/named.conf.in b/bin/tests/system/rrsetorder/ns3/named.conf.in index f53e91ce21..766c00c3cd 100644 --- a/bin/tests/system/rrsetorder/ns3/named.conf.in +++ b/bin/tests/system/rrsetorder/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006, 2007, 2018 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 diff --git a/bin/tests/system/rrsetorder/ns4/named.conf.in b/bin/tests/system/rrsetorder/ns4/named.conf.in index 8425c7a0c5..51084b5d18 100644 --- a/bin/tests/system/rrsetorder/ns4/named.conf.in +++ b/bin/tests/system/rrsetorder/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/rrsetorder/setup.sh b/bin/tests/system/rrsetorder/setup.sh index a3303c3117..886cc1ba58 100644 --- a/bin/tests/system/rrsetorder/setup.sh +++ b/bin/tests/system/rrsetorder/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/rrsetorder/tests.sh b/bin/tests/system/rrsetorder/tests.sh index d93b4b11f2..6e430e20fc 100644 --- a/bin/tests/system/rrsetorder/tests.sh +++ b/bin/tests/system/rrsetorder/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2006-2008, 2011, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2006-2008, 2011, 2012, 2014-2016, 2018 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 diff --git a/bin/tests/system/rsabigexponent/clean.sh b/bin/tests/system/rsabigexponent/clean.sh index f27e4ec136..9aff6db0b8 100644 --- a/bin/tests/system/rsabigexponent/clean.sh +++ b/bin/tests/system/rsabigexponent/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2016, 2018 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 diff --git a/bin/tests/system/rsabigexponent/ns1/named.conf.in b/bin/tests/system/rsabigexponent/ns1/named.conf.in index 718244bdda..b4704f71d4 100644 --- a/bin/tests/system/rsabigexponent/ns1/named.conf.in +++ b/bin/tests/system/rsabigexponent/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/rsabigexponent/ns2/named.conf.in b/bin/tests/system/rsabigexponent/ns2/named.conf.in index 485e9258cc..e9164dcb9e 100644 --- a/bin/tests/system/rsabigexponent/ns2/named.conf.in +++ b/bin/tests/system/rsabigexponent/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/rsabigexponent/ns3/named.conf.in b/bin/tests/system/rsabigexponent/ns3/named.conf.in index c27f8b5347..988c1e1650 100644 --- a/bin/tests/system/rsabigexponent/ns3/named.conf.in +++ b/bin/tests/system/rsabigexponent/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/rsabigexponent/prereq.sh b/bin/tests/system/rsabigexponent/prereq.sh index c2fc5e5791..aad6e5baf8 100644 --- a/bin/tests/system/rsabigexponent/prereq.sh +++ b/bin/tests/system/rsabigexponent/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2016, 2018 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 diff --git a/bin/tests/system/rsabigexponent/setup.sh b/bin/tests/system/rsabigexponent/setup.sh index 1b162a23c0..3c9ce43b89 100644 --- a/bin/tests/system/rsabigexponent/setup.sh +++ b/bin/tests/system/rsabigexponent/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2018 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 diff --git a/bin/tests/system/rsabigexponent/tests.sh b/bin/tests/system/rsabigexponent/tests.sh index 51a7170427..0d79ea0bf3 100644 --- a/bin/tests/system/rsabigexponent/tests.sh +++ b/bin/tests/system/rsabigexponent/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2016, 2018 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 diff --git a/bin/tests/system/run.sh b/bin/tests/system/run.sh index d86c04602b..ce73443c83 100644 --- a/bin/tests/system/run.sh +++ b/bin/tests/system/run.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2010, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2010, 2012, 2014-2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -187,10 +187,7 @@ else echopass "R:$systest:PASS" if $clean then - if test -f $test/clean.sh - then - ( cd $test && $SHELL clean.sh "$@" ) - fi + $SHELL clean.sh $runall $systest "$@" if test -d ../../../.git then git status -su --ignored $systest | \ diff --git a/bin/tests/system/runall.sh b/bin/tests/system/runall.sh index b2dbb4285c..98d44ac294 100644 --- a/bin/tests/system/runall.sh +++ b/bin/tests/system/runall.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2010-2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2010-2012, 2014, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/runsequential.sh b/bin/tests/system/runsequential.sh index d590764c35..7f79480629 100644 --- a/bin/tests/system/runsequential.sh +++ b/bin/tests/system/runsequential.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2000, 2001, 2004, 2007, 2010-2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. # Run system tests that must be run sequentially # diff --git a/bin/tests/system/runtime/clean.sh b/bin/tests/system/runtime/clean.sh index 65c8484886..f39443e6c1 100644 --- a/bin/tests/system/runtime/clean.sh +++ b/bin/tests/system/runtime/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/runtime/ns2/named-alt1.conf.in b/bin/tests/system/runtime/ns2/named-alt1.conf.in index 46507643ad..52eed2edd1 100644 --- a/bin/tests/system/runtime/ns2/named-alt1.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/runtime/ns2/named-alt2.conf.in b/bin/tests/system/runtime/ns2/named-alt2.conf.in index 54ee361d29..ca6d8cc2d8 100644 --- a/bin/tests/system/runtime/ns2/named-alt2.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/runtime/ns2/named-alt3.conf.in b/bin/tests/system/runtime/ns2/named-alt3.conf.in index aeab8224ef..50bb2003b7 100644 --- a/bin/tests/system/runtime/ns2/named-alt3.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt3.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/runtime/ns2/named-alt4.conf.in b/bin/tests/system/runtime/ns2/named-alt4.conf.in index 26463dfa6d..e414bf38a5 100644 --- a/bin/tests/system/runtime/ns2/named-alt4.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt4.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/runtime/ns2/named-alt5.conf.in b/bin/tests/system/runtime/ns2/named-alt5.conf.in index f327a99f26..c7733c033e 100644 --- a/bin/tests/system/runtime/ns2/named-alt5.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt5.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/runtime/ns2/named-alt6.conf.in b/bin/tests/system/runtime/ns2/named-alt6.conf.in index 9795235c0e..961649e49e 100644 --- a/bin/tests/system/runtime/ns2/named-alt6.conf.in +++ b/bin/tests/system/runtime/ns2/named-alt6.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/runtime/ns2/named1.conf.in b/bin/tests/system/runtime/ns2/named1.conf.in index 13cf3c6666..b2420f7321 100644 --- a/bin/tests/system/runtime/ns2/named1.conf.in +++ b/bin/tests/system/runtime/ns2/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/runtime/setup.sh b/bin/tests/system/runtime/setup.sh index f171c7fcf5..8cd0e061df 100644 --- a/bin/tests/system/runtime/setup.sh +++ b/bin/tests/system/runtime/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/runtime/tests.sh b/bin/tests/system/runtime/tests.sh index e2b39da078..c341e0b2e0 100644 --- a/bin/tests/system/runtime/tests.sh +++ b/bin/tests/system/runtime/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017, 2018 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 diff --git a/bin/tests/system/serve-stale/.gitignore b/bin/tests/system/serve-stale/.gitignore deleted file mode 100644 index 3d3bc7f474..0000000000 --- a/bin/tests/system/serve-stale/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/ans2/ans.pid -/ans2/ans.pl -/ns1/named.conf -/ns3/named.conf -/ns3/root.bk diff --git a/bin/tests/system/smartsign/tests.sh b/bin/tests/system/smartsign/tests.sh index a95c9f4dcb..7a1bfd7ad1 100644 --- a/bin/tests/system/smartsign/tests.sh +++ b/bin/tests/system/smartsign/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010-2012, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2012, 2014, 2016-2018 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 diff --git a/bin/tests/system/sortlist/clean.sh b/bin/tests/system/sortlist/clean.sh index 77d0ab394b..edb9630217 100644 --- a/bin/tests/system/sortlist/clean.sh +++ b/bin/tests/system/sortlist/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2009, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2012, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/sortlist/ns1/named.conf.in b/bin/tests/system/sortlist/ns1/named.conf.in index fdb05259c9..124809dc45 100644 --- a/bin/tests/system/sortlist/ns1/named.conf.in +++ b/bin/tests/system/sortlist/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/sortlist/setup.sh b/bin/tests/system/sortlist/setup.sh index c69f051dbc..fc26d954ed 100644 --- a/bin/tests/system/sortlist/setup.sh +++ b/bin/tests/system/sortlist/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/sortlist/tests.sh b/bin/tests/system/sortlist/tests.sh index 8ba9ab8d79..3b3e0ac72b 100644 --- a/bin/tests/system/sortlist/tests.sh +++ b/bin/tests/system/sortlist/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/spf/clean.sh b/bin/tests/system/spf/clean.sh index bb024bfdb2..ef747c2153 100644 --- a/bin/tests/system/spf/clean.sh +++ b/bin/tests/system/spf/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/spf/ns1/named.conf.in b/bin/tests/system/spf/ns1/named.conf.in index 2e2e9c44fb..8d0651d64b 100644 --- a/bin/tests/system/spf/ns1/named.conf.in +++ b/bin/tests/system/spf/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/spf/setup.sh b/bin/tests/system/spf/setup.sh index c69f051dbc..fc26d954ed 100644 --- a/bin/tests/system/spf/setup.sh +++ b/bin/tests/system/spf/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/spf/tests.sh b/bin/tests/system/spf/tests.sh index 9b936e75a7..845de1bf3f 100644 --- a/bin/tests/system/spf/tests.sh +++ b/bin/tests/system/spf/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2014, 2016, 2018 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 diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index a05900a28d..a93f703fed 100755 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2004-2008, 2010-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2008, 2010-2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/staticstub/clean.sh b/bin/tests/system/staticstub/clean.sh index b53f1fe611..aad6ac4a16 100755 --- a/bin/tests/system/staticstub/clean.sh +++ b/bin/tests/system/staticstub/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014, 2015, 2018 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 diff --git a/bin/tests/system/staticstub/ns1/named.conf.in b/bin/tests/system/staticstub/ns1/named.conf.in index a7b2cb610b..ce9aef84f7 100644 --- a/bin/tests/system/staticstub/ns1/named.conf.in +++ b/bin/tests/system/staticstub/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 diff --git a/bin/tests/system/staticstub/ns2/named.conf.in b/bin/tests/system/staticstub/ns2/named.conf.in index f0bc6b5e80..871b40cfce 100644 --- a/bin/tests/system/staticstub/ns2/named.conf.in +++ b/bin/tests/system/staticstub/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2015, 2018 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 diff --git a/bin/tests/system/staticstub/ns3/named.conf.in b/bin/tests/system/staticstub/ns3/named.conf.in index 4b9ab2d0f6..2e8b42735a 100644 --- a/bin/tests/system/staticstub/ns3/named.conf.in +++ b/bin/tests/system/staticstub/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2013, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2013, 2015, 2018 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 diff --git a/bin/tests/system/staticstub/ns4/named.conf.in b/bin/tests/system/staticstub/ns4/named.conf.in index 87cd92a8d4..20cfb544f9 100644 --- a/bin/tests/system/staticstub/ns4/named.conf.in +++ b/bin/tests/system/staticstub/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2018 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 diff --git a/bin/tests/system/staticstub/setup.sh b/bin/tests/system/staticstub/setup.sh index 55136dcc16..b8a9e85da6 100755 --- a/bin/tests/system/staticstub/setup.sh +++ b/bin/tests/system/staticstub/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014, 2018 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 diff --git a/bin/tests/system/staticstub/tests.sh b/bin/tests/system/staticstub/tests.sh index 86b8cf9b2b..0c0658a21b 100755 --- a/bin/tests/system/staticstub/tests.sh +++ b/bin/tests/system/staticstub/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010-2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2013, 2015, 2016, 2018 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 diff --git a/bin/tests/system/statistics/ans4/ans.pl b/bin/tests/system/statistics/ans4/ans.pl index 901031ea92..8cdac381bb 100644 --- a/bin/tests/system/statistics/ans4/ans.pl +++ b/bin/tests/system/statistics/ans4/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/statistics/clean.sh b/bin/tests/system/statistics/clean.sh index 27ef4a80f9..9feab7b91c 100644 --- a/bin/tests/system/statistics/clean.sh +++ b/bin/tests/system/statistics/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2015, 2018 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 diff --git a/bin/tests/system/statistics/ns1/named.conf.in b/bin/tests/system/statistics/ns1/named.conf.in index e916f377a1..102321b6f8 100644 --- a/bin/tests/system/statistics/ns1/named.conf.in +++ b/bin/tests/system/statistics/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2015, 2018 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 diff --git a/bin/tests/system/statistics/ns2/named.conf.in b/bin/tests/system/statistics/ns2/named.conf.in index 5b24422e19..f988cb8798 100644 --- a/bin/tests/system/statistics/ns2/named.conf.in +++ b/bin/tests/system/statistics/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/statistics/ns3/named.conf.in b/bin/tests/system/statistics/ns3/named.conf.in index a7a2606bf4..04738388f8 100644 --- a/bin/tests/system/statistics/ns3/named.conf.in +++ b/bin/tests/system/statistics/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/statistics/prereq.sh b/bin/tests/system/statistics/prereq.sh index 6fd0e55d80..fb698c37f5 100644 --- a/bin/tests/system/statistics/prereq.sh +++ b/bin/tests/system/statistics/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2018 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 diff --git a/bin/tests/system/statistics/setup.sh b/bin/tests/system/statistics/setup.sh index e877403d82..dc3484f6fb 100644 --- a/bin/tests/system/statistics/setup.sh +++ b/bin/tests/system/statistics/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/statistics/tests.sh b/bin/tests/system/statistics/tests.sh index 7367e264b6..5433cfe258 100644 --- a/bin/tests/system/statistics/tests.sh +++ b/bin/tests/system/statistics/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2015, 2016, 2018 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 diff --git a/bin/tests/system/statschannel/clean.sh b/bin/tests/system/statschannel/clean.sh index 18b4d6aa89..8663b50e39 100644 --- a/bin/tests/system/statschannel/clean.sh +++ b/bin/tests/system/statschannel/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/statschannel/ns2/named.conf.in b/bin/tests/system/statschannel/ns2/named.conf.in index fffbbacc6f..76cc9d0d70 100644 --- a/bin/tests/system/statschannel/ns2/named.conf.in +++ b/bin/tests/system/statschannel/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015, 2016, 2018 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 diff --git a/bin/tests/system/statschannel/prereq.sh b/bin/tests/system/statschannel/prereq.sh index 16e938a056..8708db61a5 100644 --- a/bin/tests/system/statschannel/prereq.sh +++ b/bin/tests/system/statschannel/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2018 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 diff --git a/bin/tests/system/statschannel/setup.sh b/bin/tests/system/statschannel/setup.sh index 6942b2ca80..d0ba7d9eca 100644 --- a/bin/tests/system/statschannel/setup.sh +++ b/bin/tests/system/statschannel/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/statschannel/tests.sh b/bin/tests/system/statschannel/tests.sh index 99407680b7..df1d85ac1c 100644 --- a/bin/tests/system/statschannel/tests.sh +++ b/bin/tests/system/statschannel/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2016, 2018 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 diff --git a/bin/tests/system/stop.pl b/bin/tests/system/stop.pl index 5abb72dd00..b03798c711 100644 --- a/bin/tests/system/stop.pl +++ b/bin/tests/system/stop.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2004-2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2007, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -15,8 +15,6 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: stop.pl,v 1.12 2007/06/19 23:47:00 tbox Exp $ - # Framework for stopping test servers # Based on the type of server specified, signal the server to stop, wait # briefly for it to die, and then kill it if it is still alive. diff --git a/bin/tests/system/stub/clean.sh b/bin/tests/system/stub/clean.sh index b73bcd124d..9f19df8874 100644 --- a/bin/tests/system/stub/clean.sh +++ b/bin/tests/system/stub/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/stub/ns1/named.conf.in b/bin/tests/system/stub/ns1/named.conf.in index cae3cbb12e..70cb187c57 100644 --- a/bin/tests/system/stub/ns1/named.conf.in +++ b/bin/tests/system/stub/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/stub/ns2/named.conf.in b/bin/tests/system/stub/ns2/named.conf.in index 52fd53e2d2..483b1aa4e1 100644 --- a/bin/tests/system/stub/ns2/named.conf.in +++ b/bin/tests/system/stub/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/stub/ns3/named.conf.in b/bin/tests/system/stub/ns3/named.conf.in index ca08bff60b..efb75ea406 100644 --- a/bin/tests/system/stub/ns3/named.conf.in +++ b/bin/tests/system/stub/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/stub/setup.sh b/bin/tests/system/stub/setup.sh index 5a1b70fb72..91b06ef0da 100644 --- a/bin/tests/system/stub/setup.sh +++ b/bin/tests/system/stub/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/stub/tests.sh b/bin/tests/system/stub/tests.sh index 070074db88..ed4b1d463d 100644 --- a/bin/tests/system/stub/tests.sh +++ b/bin/tests/system/stub/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011-2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/tcp/clean.sh b/bin/tests/system/tcp/clean.sh index 73890bf69e..fabe79ef14 100644 --- a/bin/tests/system/tcp/clean.sh +++ b/bin/tests/system/tcp/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016, 2018 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 diff --git a/bin/tests/system/tcp/ns1/named.conf.in b/bin/tests/system/tcp/ns1/named.conf.in index 67fd132b5d..5782e909ac 100644 --- a/bin/tests/system/tcp/ns1/named.conf.in +++ b/bin/tests/system/tcp/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2016, 2018 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 diff --git a/bin/tests/system/tcp/ns2/named.conf.in b/bin/tests/system/tcp/ns2/named.conf.in index 0fdcc71e48..ae888b0442 100644 --- a/bin/tests/system/tcp/ns2/named.conf.in +++ b/bin/tests/system/tcp/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2016, 2018 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 diff --git a/bin/tests/system/tcp/ns3/named.conf.in b/bin/tests/system/tcp/ns3/named.conf.in index a3d577a814..33405478f0 100644 --- a/bin/tests/system/tcp/ns3/named.conf.in +++ b/bin/tests/system/tcp/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2016, 2018 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 diff --git a/bin/tests/system/tcp/ns4/named.conf.in b/bin/tests/system/tcp/ns4/named.conf.in index 090c3c4058..1279b1dbbe 100644 --- a/bin/tests/system/tcp/ns4/named.conf.in +++ b/bin/tests/system/tcp/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2016, 2018 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 diff --git a/bin/tests/system/tcp/setup.sh b/bin/tests/system/tcp/setup.sh index 0088e79099..7a8ecebc5c 100644 --- a/bin/tests/system/tcp/setup.sh +++ b/bin/tests/system/tcp/setup.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/tcp/tests.sh b/bin/tests/system/tcp/tests.sh index c5f6a8d25b..7bb896a968 100644 --- a/bin/tests/system/tcp/tests.sh +++ b/bin/tests/system/tcp/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016, 2018 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 diff --git a/bin/tests/system/testsummary.sh b/bin/tests/system/testsummary.sh index cea0cc4a72..f7cd4569b4 100644 --- a/bin/tests/system/testsummary.sh +++ b/bin/tests/system/testsummary.sh @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2000, 2001, 2004, 2007, 2010-2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 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/. +# 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. # Creates the system tests output file from the various test.output files. It # then searches that file and prints the number of tests passed, failed, not diff --git a/bin/tests/system/tsig/clean.sh b/bin/tests/system/tsig/clean.sh index 7ec1610731..b71237cbfa 100644 --- a/bin/tests/system/tsig/clean.sh +++ b/bin/tests/system/tsig/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2005-2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2005-2007, 2012, 2016, 2018 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 diff --git a/bin/tests/system/tsig/ns1/named.conf.in b/bin/tests/system/tsig/ns1/named.conf.in index 108e8c3e77..75529fd511 100644 --- a/bin/tests/system/tsig/ns1/named.conf.in +++ b/bin/tests/system/tsig/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005-2007, 2018 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 diff --git a/bin/tests/system/tsig/setup.sh b/bin/tests/system/tsig/setup.sh index 5058c2c5f6..2badacb61b 100644 --- a/bin/tests/system/tsig/setup.sh +++ b/bin/tests/system/tsig/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016, 2018 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 diff --git a/bin/tests/system/tsig/tests.sh b/bin/tests/system/tsig/tests.sh index 5e5d791b57..33ac22a25a 100644 --- a/bin/tests/system/tsig/tests.sh +++ b/bin/tests/system/tsig/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2005-2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2005-2007, 2011, 2012, 2016, 2018 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 diff --git a/bin/tests/system/tsiggss/authsock.pl b/bin/tests/system/tsiggss/authsock.pl index 5ea86284b8..28a03c6c71 100644 --- a/bin/tests/system/tsiggss/authsock.pl +++ b/bin/tests/system/tsiggss/authsock.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2018 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 diff --git a/bin/tests/system/tsiggss/clean.sh b/bin/tests/system/tsiggss/clean.sh index 34929c7f6c..e27da238d9 100644 --- a/bin/tests/system/tsiggss/clean.sh +++ b/bin/tests/system/tsiggss/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2011, 2014, 2015, 2018 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 diff --git a/bin/tests/system/tsiggss/ns1/named.conf.in b/bin/tests/system/tsiggss/ns1/named.conf.in index ebe1fd7c84..c3e99cb7ae 100644 --- a/bin/tests/system/tsiggss/ns1/named.conf.in +++ b/bin/tests/system/tsiggss/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2011, 2013, 2018 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 diff --git a/bin/tests/system/tsiggss/prereq.sh b/bin/tests/system/tsiggss/prereq.sh index d45508d513..1b829d0320 100644 --- a/bin/tests/system/tsiggss/prereq.sh +++ b/bin/tests/system/tsiggss/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010-2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2012, 2014, 2016, 2018 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 diff --git a/bin/tests/system/tsiggss/setup.sh b/bin/tests/system/tsiggss/setup.sh index 54d34cc503..6ed1867df1 100644 --- a/bin/tests/system/tsiggss/setup.sh +++ b/bin/tests/system/tsiggss/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010-2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2012, 2014, 2018 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 diff --git a/bin/tests/system/tsiggss/tests.sh b/bin/tests/system/tsiggss/tests.sh index 5209d6dd22..79c518308d 100644 --- a/bin/tests/system/tsiggss/tests.sh +++ b/bin/tests/system/tsiggss/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2011, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2011, 2014, 2016-2018 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 diff --git a/bin/tests/system/unknown/clean.sh b/bin/tests/system/unknown/clean.sh index 4455ab18c6..2819482def 100644 --- a/bin/tests/system/unknown/clean.sh +++ b/bin/tests/system/unknown/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2013, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2013, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/unknown/ns1/named.conf.in b/bin/tests/system/unknown/ns1/named.conf.in index 2bc21637ec..f91764022c 100644 --- a/bin/tests/system/unknown/ns1/named.conf.in +++ b/bin/tests/system/unknown/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/unknown/ns2/named.conf.in b/bin/tests/system/unknown/ns2/named.conf.in index e6c4327339..09c7169b62 100644 --- a/bin/tests/system/unknown/ns2/named.conf.in +++ b/bin/tests/system/unknown/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/unknown/ns3/named.conf.in b/bin/tests/system/unknown/ns3/named.conf.in index 1ad856b524..6aa39636b7 100644 --- a/bin/tests/system/unknown/ns3/named.conf.in +++ b/bin/tests/system/unknown/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/unknown/setup.sh b/bin/tests/system/unknown/setup.sh index a3f2c2a687..4e59769f30 100644 --- a/bin/tests/system/unknown/setup.sh +++ b/bin/tests/system/unknown/setup.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2018 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 diff --git a/bin/tests/system/unknown/tests.sh b/bin/tests/system/unknown/tests.sh index 7ad8fe558d..cb44816ba2 100644 --- a/bin/tests/system/unknown/tests.sh +++ b/bin/tests/system/unknown/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011-2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/upforwd/ans4/ans.pl b/bin/tests/system/upforwd/ans4/ans.pl index 5d1a099ab0..2002887fad 100644 --- a/bin/tests/system/upforwd/ans4/ans.pl +++ b/bin/tests/system/upforwd/ans4/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2018 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 diff --git a/bin/tests/system/upforwd/clean.sh b/bin/tests/system/upforwd/clean.sh index 8d050de82d..f32701d31d 100644 --- a/bin/tests/system/upforwd/clean.sh +++ b/bin/tests/system/upforwd/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/upforwd/ns1/named.conf.in b/bin/tests/system/upforwd/ns1/named.conf.in index 5f4c380191..04d9c850a9 100644 --- a/bin/tests/system/upforwd/ns1/named.conf.in +++ b/bin/tests/system/upforwd/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2014, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/upforwd/ns2/named.conf.in b/bin/tests/system/upforwd/ns2/named.conf.in index 089eef045e..02284ee61e 100644 --- a/bin/tests/system/upforwd/ns2/named.conf.in +++ b/bin/tests/system/upforwd/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2014, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/upforwd/ns3/named.conf.in b/bin/tests/system/upforwd/ns3/named.conf.in index 313b68b468..7b31ce0757 100644 --- a/bin/tests/system/upforwd/ns3/named.conf.in +++ b/bin/tests/system/upforwd/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2011, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2014, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/upforwd/prereq.sh b/bin/tests/system/upforwd/prereq.sh index e44a03b1f7..d4119dea97 100644 --- a/bin/tests/system/upforwd/prereq.sh +++ b/bin/tests/system/upforwd/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2018 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 diff --git a/bin/tests/system/upforwd/setup.sh b/bin/tests/system/upforwd/setup.sh index 6939597ba9..b0de063834 100644 --- a/bin/tests/system/upforwd/setup.sh +++ b/bin/tests/system/upforwd/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/upforwd/tests.sh b/bin/tests/system/upforwd/tests.sh index df8db2211b..a892df1ae2 100644 --- a/bin/tests/system/upforwd/tests.sh +++ b/bin/tests/system/upforwd/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/verify/tests.sh b/bin/tests/system/verify/tests.sh index 69009fdec7..c4b1b8c261 100644 --- a/bin/tests/system/verify/tests.sh +++ b/bin/tests/system/verify/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2012, 2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2013, 2016-2018 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 diff --git a/bin/tests/system/verify/zones/genzones.sh b/bin/tests/system/verify/zones/genzones.sh index aa67358a2b..7635b06d46 100644 --- a/bin/tests/system/verify/zones/genzones.sh +++ b/bin/tests/system/verify/zones/genzones.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012-2014, 2018 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 diff --git a/bin/tests/system/views/clean.sh b/bin/tests/system/views/clean.sh index 7489f1a4d7..2207e5552b 100644 --- a/bin/tests/system/views/clean.sh +++ b/bin/tests/system/views/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2005, 2007, 2012-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2005, 2007, 2012-2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/views/ns1/named.conf.in b/bin/tests/system/views/ns1/named.conf.in index cae3cbb12e..70cb187c57 100644 --- a/bin/tests/system/views/ns1/named.conf.in +++ b/bin/tests/system/views/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/views/ns2/named1.conf.in b/bin/tests/system/views/ns2/named1.conf.in index 40b2f73fb7..23d1316750 100644 --- a/bin/tests/system/views/ns2/named1.conf.in +++ b/bin/tests/system/views/ns2/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2013, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/views/ns2/named2.conf.in b/bin/tests/system/views/ns2/named2.conf.in index 268bfe58b0..2b5388bb98 100644 --- a/bin/tests/system/views/ns2/named2.conf.in +++ b/bin/tests/system/views/ns2/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2013-2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2013-2015, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/views/ns3/named1.conf.in b/bin/tests/system/views/ns3/named1.conf.in index a3b9b193d2..69aa429dfd 100644 --- a/bin/tests/system/views/ns3/named1.conf.in +++ b/bin/tests/system/views/ns3/named1.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2013, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/views/ns3/named2.conf.in b/bin/tests/system/views/ns3/named2.conf.in index 93e73023ec..db8008b0bb 100644 --- a/bin/tests/system/views/ns3/named2.conf.in +++ b/bin/tests/system/views/ns3/named2.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2013, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/views/ns5/named.conf.in b/bin/tests/system/views/ns5/named.conf.in index 4cbce71594..2625fa7f18 100644 --- a/bin/tests/system/views/ns5/named.conf.in +++ b/bin/tests/system/views/ns5/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/views/setup.sh b/bin/tests/system/views/setup.sh index ea58c08308..2b48ea2201 100644 --- a/bin/tests/system/views/setup.sh +++ b/bin/tests/system/views/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2014, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/views/tests.sh b/bin/tests/system/views/tests.sh index ad901eed50..0f45000b56 100644 --- a/bin/tests/system/views/tests.sh +++ b/bin/tests/system/views/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/wildcard/clean.sh b/bin/tests/system/wildcard/clean.sh index adc7fa17a4..a5920b64d9 100644 --- a/bin/tests/system/wildcard/clean.sh +++ b/bin/tests/system/wildcard/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012-2014, 2018 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 diff --git a/bin/tests/system/wildcard/ns1/named.conf.in b/bin/tests/system/wildcard/ns1/named.conf.in index e8ca2d35fe..7697d4a7d6 100644 --- a/bin/tests/system/wildcard/ns1/named.conf.in +++ b/bin/tests/system/wildcard/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/wildcard/ns1/sign.sh b/bin/tests/system/wildcard/ns1/sign.sh index 67b4c884f3..39f26dc7b4 100755 --- a/bin/tests/system/wildcard/ns1/sign.sh +++ b/bin/tests/system/wildcard/ns1/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012-2014, 2016, 2018 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 diff --git a/bin/tests/system/wildcard/ns2/named.conf.in b/bin/tests/system/wildcard/ns2/named.conf.in index d26bf5d70a..bb6358d813 100644 --- a/bin/tests/system/wildcard/ns2/named.conf.in +++ b/bin/tests/system/wildcard/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/wildcard/ns3/named.conf.in b/bin/tests/system/wildcard/ns3/named.conf.in index dc551ef436..c4fe6ae1ab 100644 --- a/bin/tests/system/wildcard/ns3/named.conf.in +++ b/bin/tests/system/wildcard/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/wildcard/ns4/named.conf.in b/bin/tests/system/wildcard/ns4/named.conf.in index 7d9437a8f1..86e143a5cf 100644 --- a/bin/tests/system/wildcard/ns4/named.conf.in +++ b/bin/tests/system/wildcard/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2018 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 diff --git a/bin/tests/system/wildcard/ns5/named.conf.in b/bin/tests/system/wildcard/ns5/named.conf.in index f670313fd9..52589d5971 100644 --- a/bin/tests/system/wildcard/ns5/named.conf.in +++ b/bin/tests/system/wildcard/ns5/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/wildcard/setup.sh b/bin/tests/system/wildcard/setup.sh index 9d4783a70f..cd62f481af 100644 --- a/bin/tests/system/wildcard/setup.sh +++ b/bin/tests/system/wildcard/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2018 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 diff --git a/bin/tests/system/wildcard/tests.sh b/bin/tests/system/wildcard/tests.sh index 2a044d1406..8a46ae0acd 100644 --- a/bin/tests/system/wildcard/tests.sh +++ b/bin/tests/system/wildcard/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2013, 2016, 2018 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 diff --git a/bin/tests/system/xfer/clean.sh b/bin/tests/system/xfer/clean.sh index 0a1495726d..d119276cba 100644 --- a/bin/tests/system/xfer/clean.sh +++ b/bin/tests/system/xfer/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011-2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/xfer/ns1/named.conf.in b/bin/tests/system/xfer/ns1/named.conf.in index 5569e44d39..cc043683a1 100644 --- a/bin/tests/system/xfer/ns1/named.conf.in +++ b/bin/tests/system/xfer/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2011, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/xfer/ns2/named.conf.in b/bin/tests/system/xfer/ns2/named.conf.in index 017d427624..1df20083a0 100644 --- a/bin/tests/system/xfer/ns2/named.conf.in +++ b/bin/tests/system/xfer/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/xfer/ns3/named.conf.in b/bin/tests/system/xfer/ns3/named.conf.in index b65d2696c7..fdb3591886 100644 --- a/bin/tests/system/xfer/ns3/named.conf.in +++ b/bin/tests/system/xfer/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/xfer/ns4/named.conf.base b/bin/tests/system/xfer/ns4/named.conf.base index 7cf250616d..0c4382c489 100644 --- a/bin/tests/system/xfer/ns4/named.conf.base +++ b/bin/tests/system/xfer/ns4/named.conf.base @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013, 2018 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 diff --git a/bin/tests/system/xfer/ns6/named.conf.in b/bin/tests/system/xfer/ns6/named.conf.in index a6c4ff78aa..8c50e3e542 100644 --- a/bin/tests/system/xfer/ns6/named.conf.in +++ b/bin/tests/system/xfer/ns6/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2016, 2018 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 diff --git a/bin/tests/system/xfer/ns7/named.conf.in b/bin/tests/system/xfer/ns7/named.conf.in index ac9bd779cd..fd0f701101 100644 --- a/bin/tests/system/xfer/ns7/named.conf.in +++ b/bin/tests/system/xfer/ns7/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2018 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 diff --git a/bin/tests/system/xfer/prereq.sh b/bin/tests/system/xfer/prereq.sh index 73fba03412..8f12a70cb0 100644 --- a/bin/tests/system/xfer/prereq.sh +++ b/bin/tests/system/xfer/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2014, 2018 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 diff --git a/bin/tests/system/xfer/setup.sh b/bin/tests/system/xfer/setup.sh index 6395308c37..f0af420bbf 100644 --- a/bin/tests/system/xfer/setup.sh +++ b/bin/tests/system/xfer/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001, 2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/xfer/tests.sh b/bin/tests/system/xfer/tests.sh index a2ad2da85c..757e9e883e 100755 --- a/bin/tests/system/xfer/tests.sh +++ b/bin/tests/system/xfer/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2005, 2007, 2011-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2005, 2007, 2011-2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/xferquota/clean.sh b/bin/tests/system/xferquota/clean.sh index 51241b5906..ae2fab6341 100644 --- a/bin/tests/system/xferquota/clean.sh +++ b/bin/tests/system/xferquota/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2015, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/xferquota/ns1/named.conf.in b/bin/tests/system/xferquota/ns1/named.conf.in index 7c52ba2107..00d63c6cfb 100644 --- a/bin/tests/system/xferquota/ns1/named.conf.in +++ b/bin/tests/system/xferquota/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/xferquota/ns2/named.conf.in b/bin/tests/system/xferquota/ns2/named.conf.in index 5f75c44d63..3f4420fbec 100644 --- a/bin/tests/system/xferquota/ns2/named.conf.in +++ b/bin/tests/system/xferquota/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/xferquota/setup.sh b/bin/tests/system/xferquota/setup.sh index 1eff1c22c4..dfcde5334e 100644 --- a/bin/tests/system/xferquota/setup.sh +++ b/bin/tests/system/xferquota/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/xferquota/tests.sh b/bin/tests/system/xferquota/tests.sh index 5727cae158..7966864ca5 100755 --- a/bin/tests/system/xferquota/tests.sh +++ b/bin/tests/system/xferquota/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/zero/ans5/ans.pl b/bin/tests/system/zero/ans5/ans.pl index a146acc018..c796b20b6b 100644 --- a/bin/tests/system/zero/ans5/ans.pl +++ b/bin/tests/system/zero/ans5/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016, 2018 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 diff --git a/bin/tests/system/zero/clean.sh b/bin/tests/system/zero/clean.sh index a54d9fc069..a0cf29c022 100644 --- a/bin/tests/system/zero/clean.sh +++ b/bin/tests/system/zero/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2015, 2018 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 diff --git a/bin/tests/system/zero/ns1/named.conf.in b/bin/tests/system/zero/ns1/named.conf.in index 7b56a81110..b3399be321 100644 --- a/bin/tests/system/zero/ns1/named.conf.in +++ b/bin/tests/system/zero/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/zero/ns2/named.conf.in b/bin/tests/system/zero/ns2/named.conf.in index f36975f7cf..8d1fe210ef 100644 --- a/bin/tests/system/zero/ns2/named.conf.in +++ b/bin/tests/system/zero/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2016, 2018 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 diff --git a/bin/tests/system/zero/ns3/named.conf.in b/bin/tests/system/zero/ns3/named.conf.in index e73ee4273b..d75c606d3f 100644 --- a/bin/tests/system/zero/ns3/named.conf.in +++ b/bin/tests/system/zero/ns3/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2018 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 diff --git a/bin/tests/system/zero/ns4/named.conf.in b/bin/tests/system/zero/ns4/named.conf.in index 0dbb3bc8cd..344fc5c5bd 100644 --- a/bin/tests/system/zero/ns4/named.conf.in +++ b/bin/tests/system/zero/ns4/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2016, 2018 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 diff --git a/bin/tests/system/zero/setup.sh b/bin/tests/system/zero/setup.sh index eb1362b9f5..f37241a80f 100644 --- a/bin/tests/system/zero/setup.sh +++ b/bin/tests/system/zero/setup.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2014, 2018 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 diff --git a/bin/tests/system/zero/tests.sh b/bin/tests/system/zero/tests.sh index 4e45608618..6c504fe3db 100644 --- a/bin/tests/system/zero/tests.sh +++ b/bin/tests/system/zero/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2016-2018 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 diff --git a/bin/tests/system/zonechecks/clean.sh b/bin/tests/system/zonechecks/clean.sh index 868be19763..ab6068ed4e 100644 --- a/bin/tests/system/zonechecks/clean.sh +++ b/bin/tests/system/zonechecks/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2014-2016, 2018 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 diff --git a/bin/tests/system/zonechecks/ns1/named.conf.in b/bin/tests/system/zonechecks/ns1/named.conf.in index 94935497f3..40174cb3da 100644 --- a/bin/tests/system/zonechecks/ns1/named.conf.in +++ b/bin/tests/system/zonechecks/ns1/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012-2015, 2018 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 diff --git a/bin/tests/system/zonechecks/ns2/named.conf.in b/bin/tests/system/zonechecks/ns2/named.conf.in index bb0889a278..afc49d1d75 100644 --- a/bin/tests/system/zonechecks/ns2/named.conf.in +++ b/bin/tests/system/zonechecks/ns2/named.conf.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013, 2018 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 diff --git a/bin/tests/system/zonechecks/setup.sh b/bin/tests/system/zonechecks/setup.sh index 05e31ea306..eaf63e775f 100644 --- a/bin/tests/system/zonechecks/setup.sh +++ b/bin/tests/system/zonechecks/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012-2016, 2018 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 diff --git a/bin/tests/system/zonechecks/tests.sh b/bin/tests/system/zonechecks/tests.sh index 038b7bc7c7..13c5ce9f7b 100644 --- a/bin/tests/system/zonechecks/tests.sh +++ b/bin/tests/system/zonechecks/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2009, 2012-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2012-2016, 2018 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 diff --git a/configure b/configure index 1a6543b35e..d17a1ab82e 100755 --- a/configure +++ b/configure @@ -22282,8 +22282,8 @@ done break fi break - fi - done + done + fi elif test "$use_dlz_mysql" != "no" then d=$use_dlz_mysql diff --git a/contrib/dlz/config.dlz.in b/contrib/dlz/config.dlz.in index 2b1295a27a..920bfd2305 100644 --- a/contrib/dlz/config.dlz.in +++ b/contrib/dlz/config.dlz.in @@ -158,8 +158,8 @@ then break fi break - fi - done + done + fi elif test "$use_dlz_mysql" != "no" then d=$use_dlz_mysql diff --git a/lib/dns/message.c b/lib/dns/message.c index 4d985fce92..deed9c4e01 100644 --- a/lib/dns/message.c +++ b/lib/dns/message.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,8 +15,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id$ */ - /*! \file */ /*** diff --git a/lib/dns/tests/Makefile.in b/lib/dns/tests/Makefile.in index a355266d4e..1d4aacf3dc 100644 --- a/lib/dns/tests/Makefile.in +++ b/lib/dns/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2018 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 diff --git a/lib/irs/tests/Makefile.in b/lib/irs/tests/Makefile.in index 535b747b46..4a8ab77f90 100644 --- a/lib/irs/tests/Makefile.in +++ b/lib/irs/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016-2018 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 diff --git a/lib/isc/tests/Makefile.in b/lib/isc/tests/Makefile.in index 3e8d105344..427569383e 100644 --- a/lib/isc/tests/Makefile.in +++ b/lib/isc/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2018 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 diff --git a/util/copyrights b/util/copyrights index 6551230ec1..d5e1c118b9 100644 --- a/util/copyrights +++ b/util/copyrights @@ -8,7 +8,7 @@ ./HISTORY X 2010,2013,2017 ./HISTORY.md MKD 2017 ./Kyuafile X 2017 -./Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017 +./Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018 ./OPTIONS X 2017 ./OPTIONS.md MKD 2017 ./README X 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 @@ -741,52 +741,53 @@ ./bin/tests/startperf/setup.sh SH 2011,2012 ./bin/tests/startperf/smallzone.db ZONE 2011 ./bin/tests/sym_test.c C 1998,1999,2000,2001,2004,2005,2007,2015 -./bin/tests/system/.gitignore X 2012,2016 -./bin/tests/system/Makefile.in MAKE 2000,2001,2004,2007,2008,2010,2011,2012,2013,2014,2015,2016 -./bin/tests/system/README TXT.BRIEF 2000,2001,2004,2010,2011,2013,2015 -./bin/tests/system/acl/clean.sh SH 2008,2012,2014,2015,2017 -./bin/tests/system/acl/ns2/named1.conf CONF-C 2008 -./bin/tests/system/acl/ns2/named2.conf CONF-C 2008 -./bin/tests/system/acl/ns2/named3.conf CONF-C 2008 -./bin/tests/system/acl/ns2/named4.conf CONF-C 2008 -./bin/tests/system/acl/ns2/named5.conf CONF-C 2013 +./bin/tests/system/.gitignore X 2012,2016,2018 +./bin/tests/system/Makefile.in MAKE 2000,2001,2004,2007,2008,2010,2011,2012,2013,2014,2015,2016,2018 +./bin/tests/system/README TXT.BRIEF 2000,2001,2004,2010,2011,2013,2015,2018 +./bin/tests/system/acl/clean.sh SH 2008,2012,2014,2015,2017,2018 +./bin/tests/system/acl/ns2/named1.conf.in CONF-C 2008,2018 +./bin/tests/system/acl/ns2/named2.conf.in CONF-C 2008,2018 +./bin/tests/system/acl/ns2/named3.conf.in CONF-C 2008,2018 +./bin/tests/system/acl/ns2/named4.conf.in CONF-C 2008,2018 +./bin/tests/system/acl/ns2/named5.conf.in CONF-C 2013,2018 ./bin/tests/system/acl/ns3/example.db ZONE 2017 -./bin/tests/system/acl/ns3/named.conf CONF-C 2017 +./bin/tests/system/acl/ns3/named.conf.in CONF-C 2017,2018 ./bin/tests/system/acl/ns4/example.db ZONE 2017 ./bin/tests/system/acl/ns4/existing.db ZONE 2017 -./bin/tests/system/acl/ns4/named.conf CONF-C 2017 -./bin/tests/system/acl/setup.sh SH 2008,2012,2014 -./bin/tests/system/acl/tests.sh SH 2008,2012,2013,2014,2016,2017 -./bin/tests/system/additional/clean.sh SH 2013,2017 +./bin/tests/system/acl/ns4/named.conf.in CONF-C 2017,2018 +./bin/tests/system/acl/setup.sh SH 2008,2012,2014,2018 +./bin/tests/system/acl/tests.sh SH 2008,2012,2013,2014,2016,2017,2018 +./bin/tests/system/additional/clean.sh SH 2013,2017,2018 ./bin/tests/system/additional/ns1/named.args X 2013 -./bin/tests/system/additional/ns1/named1.conf CONF-C 2013 -./bin/tests/system/additional/ns1/named2.conf CONF-C 2013 +./bin/tests/system/additional/ns1/named1.conf.in CONF-C 2013,2018 +./bin/tests/system/additional/ns1/named2.conf.in CONF-C 2013,2018 ./bin/tests/system/additional/ns1/naptr.db ZONE 2013 ./bin/tests/system/additional/ns1/naptr2.db ZONE 2013 ./bin/tests/system/additional/ns1/nid.db ZONE 2013 ./bin/tests/system/additional/ns1/rt.db ZONE 2013 ./bin/tests/system/additional/ns1/rt2.db ZONE 2013 -./bin/tests/system/additional/ns3/named.conf CONF-C 2017 +./bin/tests/system/additional/ns3/named.conf.in CONF-C 2017,2018 ./bin/tests/system/additional/ns3/root.hint ZONE 2017 -./bin/tests/system/additional/setup.sh SH 2013 -./bin/tests/system/additional/tests.sh SH 2013,2016,2017 -./bin/tests/system/addzone/clean.sh SH 2010,2012,2013,2015,2017 +./bin/tests/system/additional/setup.sh SH 2013,2018 +./bin/tests/system/additional/tests.sh SH 2013,2016,2017,2018 +./bin/tests/system/addzone/clean.sh SH 2010,2012,2013,2015,2017,2018 ./bin/tests/system/addzone/ns1/inlineslave.db ZONE 2013 -./bin/tests/system/addzone/ns1/named.conf CONF-C 2013 +./bin/tests/system/addzone/ns1/named.conf.in CONF-C 2013,2018 ./bin/tests/system/addzone/ns2/added.db ZONE 2010,2013 ./bin/tests/system/addzone/ns2/default.nzf.in X 2010 ./bin/tests/system/addzone/ns2/hints.db ZONE 2016 ./bin/tests/system/addzone/ns2/inline.db ZONE 2013 -./bin/tests/system/addzone/ns2/named1.conf CONF-C 2010 -./bin/tests/system/addzone/ns2/named2.conf CONF-C 2010,2011,2016 +./bin/tests/system/addzone/ns2/named1.conf.in CONF-C 2010,2018 +./bin/tests/system/addzone/ns2/named2.conf.in CONF-C 2010,2011,2016,2018 ./bin/tests/system/addzone/ns2/normal.db ZONE 2010 ./bin/tests/system/addzone/ns2/previous.db ZONE 2010 ./bin/tests/system/addzone/ns2/redirect.db ZONE 2016 -./bin/tests/system/addzone/ns3/named1.conf CONF-C 2017 -./bin/tests/system/addzone/ns3/named2.conf CONF-C 2017 -./bin/tests/system/addzone/setup.sh SH 2010,2012,2013,2014,2017 -./bin/tests/system/addzone/tests.sh SH 2010,2011,2012,2013,2015,2016,2017 -./bin/tests/system/allow_query/clean.sh SH 2010,2012,2015 +./bin/tests/system/addzone/ns3/named1.conf.in CONF-C 2017,2018 +./bin/tests/system/addzone/ns3/named2.conf.in CONF-C 2017,2018 +./bin/tests/system/addzone/setup.sh SH 2010,2012,2013,2014,2017,2018 +./bin/tests/system/addzone/tests.sh SH 2010,2011,2012,2013,2015,2016,2017,2018 +./bin/tests/system/allow_query/.gitignore X 2018 +./bin/tests/system/allow_query/clean.sh SH 2010,2012,2015,2018 ./bin/tests/system/allow_query/ns2/aclallow.db ZONE 2010 ./bin/tests/system/allow_query/ns2/acldisallow.db ZONE 2010 ./bin/tests/system/allow_query/ns2/aclnotallow.db ZONE 2010 @@ -797,47 +798,47 @@ ./bin/tests/system/allow_query/ns2/any.db ZONE 2010 ./bin/tests/system/allow_query/ns2/keyallow.db ZONE 2010 ./bin/tests/system/allow_query/ns2/keydisallow.db ZONE 2010 -./bin/tests/system/allow_query/ns2/named01.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named02.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named03.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named04.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named05.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named06.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named07.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named08.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named09.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named10.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named11.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named12.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named21.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named22.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named23.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named24.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named25.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named26.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named27.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named28.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named29.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named30.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named31.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named32.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named33.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named34.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named40.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named53.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named54.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named55.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named56.conf CONF-C 2010 -./bin/tests/system/allow_query/ns2/named57.conf CONF-C 2013 +./bin/tests/system/allow_query/ns2/named01.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named02.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named03.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named04.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named05.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named06.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named07.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named08.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named09.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named10.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named11.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named12.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named21.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named22.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named23.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named24.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named25.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named26.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named27.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named28.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named29.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named30.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named31.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named32.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named33.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named34.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named40.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named53.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named54.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named55.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named56.conf.in CONF-C 2010,2018 +./bin/tests/system/allow_query/ns2/named57.conf.in CONF-C 2013,2018 ./bin/tests/system/allow_query/ns2/none.db ZONE 2010 ./bin/tests/system/allow_query/ns2/normal.db ZONE 2010 ./bin/tests/system/allow_query/ns2/previous.db ZONE 2010 -./bin/tests/system/allow_query/setup.sh SH 2010,2012 -./bin/tests/system/allow_query/tests.sh SH 2010,2012,2013,2016 -./bin/tests/system/ans.pl PERL 2011,2012,2014,2017 -./bin/tests/system/autosign/clean.sh SH 2009,2010,2011,2012,2013,2014,2015,2017 +./bin/tests/system/allow_query/setup.sh SH 2010,2012,2018 +./bin/tests/system/allow_query/tests.sh SH 2010,2012,2013,2016,2018 +./bin/tests/system/ans.pl PERL 2011,2012,2014,2017,2018 +./bin/tests/system/autosign/clean.sh SH 2009,2010,2011,2012,2013,2014,2015,2017,2018 ./bin/tests/system/autosign/ns1/keygen.sh SH 2009,2010,2011,2012,2014,2016 -./bin/tests/system/autosign/ns1/named.conf CONF-C 2009,2013 +./bin/tests/system/autosign/ns1/named.conf.in CONF-C 2009,2013,2018 ./bin/tests/system/autosign/ns1/root.db.in ZONE 2009,2010 ./bin/tests/system/autosign/ns2/Xbar.+005+30676.key X 2010 ./bin/tests/system/autosign/ns2/Xbar.+005+30676.private X 2010 @@ -850,7 +851,7 @@ ./bin/tests/system/autosign/ns2/example.db.in ZONE 2009,2010 ./bin/tests/system/autosign/ns2/insecure.secure.example.db ZONE 2009 ./bin/tests/system/autosign/ns2/keygen.sh SH 2009,2010,2011,2012,2014,2016 -./bin/tests/system/autosign/ns2/named.conf CONF-C 2009,2010,2011,2013 +./bin/tests/system/autosign/ns2/named.conf.in CONF-C 2009,2010,2011,2013,2018 ./bin/tests/system/autosign/ns2/private.secure.example.db.in ZONE 2009 ./bin/tests/system/autosign/ns3/.gitignore X 2012 ./bin/tests/system/autosign/ns3/autonsec3.example.db.in ZONE 2011 @@ -862,7 +863,7 @@ ./bin/tests/system/autosign/ns3/inaczsk3.example.db.in ZONE 2017 ./bin/tests/system/autosign/ns3/insecure.example.db ZONE 2009 ./bin/tests/system/autosign/ns3/keygen.sh SH 2009,2010,2011,2012,2014,2016,2017 -./bin/tests/system/autosign/ns3/named.conf CONF-C 2009,2010,2011,2012,2013,2017 +./bin/tests/system/autosign/ns3/named.conf.in CONF-C 2009,2010,2011,2012,2013,2017,2018 ./bin/tests/system/autosign/ns3/nozsk.example.db.in ZONE 2011 ./bin/tests/system/autosign/ns3/nsec.example.db.in ZONE 2010 ./bin/tests/system/autosign/ns3/nsec3-to-nsec.example.db.in ZONE 2010 @@ -884,50 +885,47 @@ ./bin/tests/system/autosign/ns3/ttl2.example.db.in ZONE 2011 ./bin/tests/system/autosign/ns3/ttl3.example.db.in ZONE 2011 ./bin/tests/system/autosign/ns3/ttl4.example.db.in ZONE 2011 -./bin/tests/system/autosign/ns4/named.conf CONF-C 2009 -./bin/tests/system/autosign/ns5/named.conf CONF-C 2009 +./bin/tests/system/autosign/ns4/named.conf.in CONF-C 2009,2018 +./bin/tests/system/autosign/ns5/named.conf.in CONF-C 2009,2018 ./bin/tests/system/autosign/prereq.sh SH 2009,2010,2012,2014 -./bin/tests/system/autosign/setup.sh SH 2009,2010,2012,2014 -./bin/tests/system/autosign/tests.sh SH 2009,2010,2011,2012,2013,2014,2016,2017 -./bin/tests/system/builtin/clean.sh SH 2014 -./bin/tests/system/builtin/ns1/named.conf CONF-C 2011 -./bin/tests/system/builtin/ns2/named.conf CONF-C 2014 -./bin/tests/system/builtin/ns3/named.conf CONF-C 2014 -./bin/tests/system/builtin/tests.sh SH 2011,2012,2014,2015,2016 -./bin/tests/system/cacheclean/clean.sh SH 2001,2004,2007,2011,2012,2014,2015 +./bin/tests/system/autosign/setup.sh SH 2009,2010,2012,2014,2018 +./bin/tests/system/autosign/tests.sh SH 2009,2010,2011,2012,2013,2014,2016,2017,2018 +./bin/tests/system/builtin/clean.sh SH 2014,2018 +./bin/tests/system/builtin/ns1/named.conf.in CONF-C 2011,2018 +./bin/tests/system/builtin/ns2/named.conf.in CONF-C 2014,2018 +./bin/tests/system/builtin/ns3/named.conf.in CONF-C 2014,2018 +./bin/tests/system/builtin/setup.sh SH 2018 +./bin/tests/system/builtin/tests.sh SH 2011,2012,2014,2015,2016,2018 +./bin/tests/system/cacheclean/clean.sh SH 2001,2004,2007,2011,2012,2014,2015,2018 ./bin/tests/system/cacheclean/dig.batch X 2001 ./bin/tests/system/cacheclean/knowngood.dig.out X 2001 ./bin/tests/system/cacheclean/ns1/example.db ZONE 2001,2004,2007,2012 ./bin/tests/system/cacheclean/ns1/expire-test.db ZONE 2014 ./bin/tests/system/cacheclean/ns1/flushtest.db ZONE 2011 -./bin/tests/system/cacheclean/ns1/named.conf CONF-C 2001,2004,2005,2007,2011,2014 -./bin/tests/system/cacheclean/ns2/named.conf CONF-C 2001,2004,2005,2007,2011,2013,2014 -./bin/tests/system/cacheclean/tests.sh SH 2001,2004,2007,2011,2012,2013,2014,2016 -./bin/tests/system/case/clean.sh SH 2013,2014,2015 -./bin/tests/system/case/ns1/example.db ZONE 2013 -./bin/tests/system/case/ns1/named.conf CONF-C 2013 -./bin/tests/system/case/ns2/named.conf CONF-C 2014 -./bin/tests/system/case/tests.sh SH 2013,2014,2016 +./bin/tests/system/cacheclean/ns1/named.conf.in CONF-C 2001,2004,2005,2007,2011,2014,2018 +./bin/tests/system/cacheclean/ns2/named.conf.in CONF-C 2001,2004,2005,2007,2011,2013,2014,2018 +./bin/tests/system/cacheclean/setup.sh SH 2018 +./bin/tests/system/cacheclean/tests.sh SH 2001,2004,2007,2011,2012,2013,2014,2016,2018 ./bin/tests/system/chain/README TXT.BRIEF 2017 -./bin/tests/system/chain/ans3/ans.pl PERL 2017 +./bin/tests/system/chain/ans3/ans.pl PERL 2017,2018 ./bin/tests/system/chain/ans4/.gitignore X 2017 -./bin/tests/system/chain/ans4/README.anspy TXT.BRIEF 2017 -./bin/tests/system/chain/ans4/ans.py PYTHON 2017 -./bin/tests/system/chain/clean.sh SH 2011,2012,2014,2015,2016,2017 -./bin/tests/system/chain/ns1/named.conf CONF-C 2011,2016,2017 +./bin/tests/system/chain/ans4/README.anspy TXT.BRIEF 2017,2018 +./bin/tests/system/chain/ans4/ans.py PYTHON 2017,2018 +./bin/tests/system/chain/clean.sh SH 2011,2012,2014,2015,2016,2017,2018 +./bin/tests/system/chain/ns1/named.conf.in CONF-C 2011,2016,2017,2018 ./bin/tests/system/chain/ns1/root.db ZONE 2011,2016,2017 ./bin/tests/system/chain/ns2/example.db ZONE 2011,2016,2017 ./bin/tests/system/chain/ns2/generic.db ZONE 2017 -./bin/tests/system/chain/ns2/named.conf CONF-C 2011,2016,2017 +./bin/tests/system/chain/ns2/named.conf.in CONF-C 2011,2016,2017,2018 ./bin/tests/system/chain/ns2/sign.sh SH 2017 ./bin/tests/system/chain/ns2/sub.db ZONE 2017 -./bin/tests/system/chain/ns5/named.conf CONF-C 2017 +./bin/tests/system/chain/ns5/named.conf.in CONF-C 2017,2018 ./bin/tests/system/chain/ns5/sub.db ZONE 2017 -./bin/tests/system/chain/ns7/named.conf CONF-C 2017 +./bin/tests/system/chain/ns7/named.conf.in CONF-C 2017,2018 ./bin/tests/system/chain/ns7/root.hint ZONE 2017 -./bin/tests/system/chain/prereq.sh SH 2017 -./bin/tests/system/chain/setup.sh SH 2017 -./bin/tests/system/chain/tests.sh SH 2011,2012,2016,2017 +./bin/tests/system/chain/prereq.sh SH 2017,2018 +./bin/tests/system/chain/setup.sh SH 2017,2018 +./bin/tests/system/chain/tests.sh SH 2011,2012,2016,2017,2018 ./bin/tests/system/checkconf/altdb.conf CONF-C 2014 ./bin/tests/system/checkconf/altdlz.conf CONF-C 2014 ./bin/tests/system/checkconf/bad-also-notify.conf CONF-C 2012,2013 @@ -1041,31 +1039,31 @@ ./bin/tests/system/checkds/ok.example.dnskey.db X 2012 ./bin/tests/system/checkds/ok.example.ds.db X 2012 ./bin/tests/system/checkds/setup.sh SH 2012,2013,2014 -./bin/tests/system/checkds/tests.sh SH 2012,2013,2014,2016 +./bin/tests/system/checkds/tests.sh SH 2012,2013,2014,2016,2018 ./bin/tests/system/checkds/wrong.example.dlv.example.dlv.db X 2012 ./bin/tests/system/checkds/wrong.example.dnskey.db X 2012 ./bin/tests/system/checkds/wrong.example.ds.db X 2012 -./bin/tests/system/checknames/clean.sh SH 2004,2007,2012,2014,2015 +./bin/tests/system/checknames/clean.sh SH 2004,2007,2012,2014,2015,2018 ./bin/tests/system/checknames/ns1/fail.example.db.in ZONE 2004,2007 ./bin/tests/system/checknames/ns1/fail.update.db.in ZONE 2004,2007 ./bin/tests/system/checknames/ns1/ignore.example.db.in ZONE 2004,2007 ./bin/tests/system/checknames/ns1/ignore.update.db.in ZONE 2004,2007 -./bin/tests/system/checknames/ns1/named.conf CONF-C 2004,2005,2007 +./bin/tests/system/checknames/ns1/named.conf.in CONF-C 2004,2005,2007,2018 ./bin/tests/system/checknames/ns1/root.db ZONE 2004,2007 ./bin/tests/system/checknames/ns1/warn.example.db.in ZONE 2004,2007 ./bin/tests/system/checknames/ns1/warn.update.db.in ZONE 2004,2007 -./bin/tests/system/checknames/ns2/named.conf CONF-C 2004,2007 +./bin/tests/system/checknames/ns2/named.conf.in CONF-C 2004,2007,2018 ./bin/tests/system/checknames/ns2/root.hints ZONE 2004,2007 -./bin/tests/system/checknames/ns3/named.conf CONF-C 2004,2007 +./bin/tests/system/checknames/ns3/named.conf.in CONF-C 2004,2007,2018 ./bin/tests/system/checknames/ns3/root.hints ZONE 2004,2007 ./bin/tests/system/checknames/ns4/master-ignore.update.db.in ZONE 2014 -./bin/tests/system/checknames/ns4/named.conf CONF-C 2014 +./bin/tests/system/checknames/ns4/named.conf.in CONF-C 2014,2018 ./bin/tests/system/checknames/ns4/root.hints ZONE 2014 -./bin/tests/system/checknames/setup.sh SH 2004,2007,2012,2014 -./bin/tests/system/checknames/tests.sh SH 2004,2007,2012,2013,2014,2016 +./bin/tests/system/checknames/setup.sh SH 2004,2007,2012,2014,2018 +./bin/tests/system/checknames/tests.sh SH 2004,2007,2012,2013,2014,2016,2018 ./bin/tests/system/checkzone/clean.sh SH 2011,2012,2013,2014 ./bin/tests/system/checkzone/setup.sh SH 2014 -./bin/tests/system/checkzone/tests.sh SH 2011,2012,2013,2014,2015,2016,2017 +./bin/tests/system/checkzone/tests.sh SH 2011,2012,2013,2014,2015,2016,2017,2018 ./bin/tests/system/checkzone/zones/.gitattributes X 2015 ./bin/tests/system/checkzone/zones/bad-badclass.raw X 2015 ./bin/tests/system/checkzone/zones/bad-caa-rr.db ZONE 2015 @@ -1100,26 +1098,27 @@ ./bin/tests/system/checkzone/zones/test2.db ZONE 2013 ./bin/tests/system/checkzone/zones/warn.inherit.origin.db ZONE 2014 ./bin/tests/system/checkzone/zones/warn.inherited.owner.db ZONE 2014 -./bin/tests/system/clean.sh SH 2015 -./bin/tests/system/cleanall.sh SH 2000,2001,2004,2007,2012,2014,2015 +./bin/tests/system/clean.sh SH 2015,2018 +./bin/tests/system/cleanall.sh SH 2000,2001,2004,2007,2012,2014,2015,2018 ./bin/tests/system/cleanpkcs11.sh SH 2010,2012,2014 -./bin/tests/system/common/controls.conf CONF-C 2000,2001,2004,2007,2013 +./bin/tests/system/common/controls.conf.in CONF-C 2000,2001,2004,2007,2013,2018 ./bin/tests/system/common/rndc.conf CONF-C 2000,2001,2004,2007,2013 ./bin/tests/system/common/rndc.key CONF-C 2011,2013 ./bin/tests/system/common/root.hint ZONE 2000,2001,2004,2007 -./bin/tests/system/conf.sh.in SH 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 -./bin/tests/system/conf.sh.win32 SH 2016,2017 +./bin/tests/system/conf.sh.in SH 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 +./bin/tests/system/conf.sh.win32 SH 2016,2017,2018 ./bin/tests/system/cookie/.gitignore X 2017 ./bin/tests/system/cookie/bad-cookie-badhex.conf CONF-C 2017 ./bin/tests/system/cookie/bad-cookie-toolong.conf CONF-C 2017 -./bin/tests/system/cookie/clean.sh SH 2017 +./bin/tests/system/cookie/clean.sh SH 2017,2018 ./bin/tests/system/cookie/ns1/example.db ZONE 2017 -./bin/tests/system/cookie/ns1/named.conf CONF-C 2017 +./bin/tests/system/cookie/ns1/named.conf.in CONF-C 2017,2018 ./bin/tests/system/cookie/ns1/root.hint ZONE 2017 -./bin/tests/system/cookie/ns2/named.conf CONF-C 2017 +./bin/tests/system/cookie/ns2/named.conf.in CONF-C 2017,2018 ./bin/tests/system/cookie/ns2/root.db ZONE 2017 ./bin/tests/system/cookie/prereq.sh.in SH 2017 -./bin/tests/system/cookie/tests.sh SH 2017 +./bin/tests/system/cookie/setup.sh SH 2018 +./bin/tests/system/cookie/tests.sh SH 2017,2018 ./bin/tests/system/coverage/01-ksk-inactive/README X 2013 ./bin/tests/system/coverage/01-ksk-inactive/expect X 2013 ./bin/tests/system/coverage/02-zsk-inactive/README X 2013 @@ -1143,14 +1142,14 @@ ./bin/tests/system/coverage/11-cutoff/README X 2014 ./bin/tests/system/coverage/11-cutoff/expect X 2014 ./bin/tests/system/coverage/clean.sh SH 2013,2014,2016 -./bin/tests/system/coverage/prereq.sh SH 2014 +./bin/tests/system/coverage/prereq.sh SH 2014,2018 ./bin/tests/system/coverage/setup.sh SH 2013,2014 -./bin/tests/system/coverage/tests.sh SH 2013,2014,2016 -./bin/tests/system/database/clean.sh SH 2011,2012 -./bin/tests/system/database/ns1/named.conf1 CONF-C 2011,2013 -./bin/tests/system/database/ns1/named.conf2 CONF-C 2011,2013 -./bin/tests/system/database/setup.sh SH 2011,2012 -./bin/tests/system/database/tests.sh SH 2011,2012,2016 +./bin/tests/system/coverage/tests.sh SH 2013,2014,2016,2018 +./bin/tests/system/database/clean.sh SH 2011,2012,2018 +./bin/tests/system/database/ns1/named1.conf.in CONF-C 2011,2013,2018 +./bin/tests/system/database/ns1/named2.conf.in CONF-C 2011,2013,2018 +./bin/tests/system/database/setup.sh SH 2011,2012,2018 +./bin/tests/system/database/tests.sh SH 2011,2012,2016,2018 ./bin/tests/system/dialup/ns1/example.db ZONE 2000,2001,2004,2007 ./bin/tests/system/dialup/ns1/named.conf CONF-C 2000,2001,2004,2007 ./bin/tests/system/dialup/ns1/root.db ZONE 2000,2001,2004,2007 @@ -1162,44 +1161,45 @@ ./bin/tests/system/dialup/tests.sh SH 2000,2001,2004,2007,2012,2016 ./bin/tests/system/digcomp.pl PERL 2000,2001,2004,2007,2012,2013,2016 ./bin/tests/system/digdelv/ans4/startme X 2017 -./bin/tests/system/digdelv/clean.sh SH 2015,2016 -./bin/tests/system/digdelv/ns1/named.conf CONF-C 2015 +./bin/tests/system/digdelv/clean.sh SH 2015,2016,2018 +./bin/tests/system/digdelv/ns1/named.conf.in CONF-C 2015,2018 ./bin/tests/system/digdelv/ns1/root.db ZONE 2015 ./bin/tests/system/digdelv/ns2/example.db ZONE 2015,2016 -./bin/tests/system/digdelv/ns2/named.conf CONF-C 2015 -./bin/tests/system/digdelv/ns3/named.conf CONF-C 2015,2017 -./bin/tests/system/digdelv/tests.sh SH 2015,2016,2017 +./bin/tests/system/digdelv/ns2/named.conf.in CONF-C 2015,2018 +./bin/tests/system/digdelv/ns3/named.conf.in CONF-C 2015,2017,2018 +./bin/tests/system/digdelv/setup.sh SH 2018 +./bin/tests/system/digdelv/tests.sh SH 2015,2016,2017,2018 ./bin/tests/system/ditch.pl PERL 2015 -./bin/tests/system/dlv/clean.sh SH 2004,2007,2010,2011,2012,2014 -./bin/tests/system/dlv/ns1/named.conf CONF-C 2004,2007,2011 -./bin/tests/system/dlv/ns1/root.db.in ZONE 2011 -./bin/tests/system/dlv/ns1/rootservers.utld.db ZONE 2004,2007 -./bin/tests/system/dlv/ns1/sign.sh SH 2011,2012,2014 -./bin/tests/system/dlv/ns2/druz.db.in ZONE 2011 -./bin/tests/system/dlv/ns2/hints ZONE 2004,2007 -./bin/tests/system/dlv/ns2/named.conf CONF-C 2004,2007,2011 -./bin/tests/system/dlv/ns2/sign.sh SH 2011,2012,2014 -./bin/tests/system/dlv/ns2/utld.db ZONE 2004,2007 -./bin/tests/system/dlv/ns3/child.db.in ZONE 2004,2007,2010 -./bin/tests/system/dlv/ns3/dlv.db.in ZONE 2004,2007 -./bin/tests/system/dlv/ns3/hints ZONE 2004,2007 -./bin/tests/system/dlv/ns3/named.conf CONF-C 2004,2007,2011 -./bin/tests/system/dlv/ns3/sign.sh SH 2004,2007,2009,2010,2011,2012,2014,2016 -./bin/tests/system/dlv/ns4/child.db ZONE 2004,2007 -./bin/tests/system/dlv/ns4/hints ZONE 2004,2007 -./bin/tests/system/dlv/ns4/named.conf CONF-C 2004,2007 -./bin/tests/system/dlv/ns5/hints ZONE 2004,2007 -./bin/tests/system/dlv/ns5/named.conf CONF-C 2004,2006,2007,2011,2013 -./bin/tests/system/dlv/ns5/rndc.conf CONF-C 2004,2007,2013 -./bin/tests/system/dlv/ns6/child.db.in ZONE 2010 -./bin/tests/system/dlv/ns6/hints ZONE 2010 -./bin/tests/system/dlv/ns6/named.conf CONF-C 2010,2011 -./bin/tests/system/dlv/ns6/sign.sh SH 2010,2011,2012,2014 -./bin/tests/system/dlv/prereq.sh SH 2014 -./bin/tests/system/dlv/setup.sh SH 2004,2007,2009,2011,2012,2014 -./bin/tests/system/dlv/tests.sh SH 2004,2007,2010,2011,2012,2016 +./bin/tests/system/dlv/clean.sh SH 2004,2007,2010,2011,2012,2014,2018 +./bin/tests/system/dlv/ns1/named.conf.in CONF-C 2004,2007,2011,2018 +./bin/tests/system/dlv/ns1/root.db.in ZONE 2011,2018 +./bin/tests/system/dlv/ns1/rootservers.utld.db ZONE 2004,2007,2018 +./bin/tests/system/dlv/ns1/sign.sh SH 2011,2012,2014,2018 +./bin/tests/system/dlv/ns2/druz.db.in ZONE 2011,2018 +./bin/tests/system/dlv/ns2/hints ZONE 2004,2007,2018 +./bin/tests/system/dlv/ns2/named.conf.in CONF-C 2004,2007,2011,2018 +./bin/tests/system/dlv/ns2/sign.sh SH 2011,2012,2014,2018 +./bin/tests/system/dlv/ns2/utld.db ZONE 2004,2007,2018 +./bin/tests/system/dlv/ns3/child.db.in ZONE 2004,2007,2010,2018 +./bin/tests/system/dlv/ns3/dlv.db.in ZONE 2004,2007,2018 +./bin/tests/system/dlv/ns3/hints ZONE 2004,2007,2018 +./bin/tests/system/dlv/ns3/named.conf.in CONF-C 2004,2007,2011,2018 +./bin/tests/system/dlv/ns3/sign.sh SH 2004,2007,2009,2010,2011,2012,2014,2016,2018 +./bin/tests/system/dlv/ns4/child.db ZONE 2004,2007,2018 +./bin/tests/system/dlv/ns4/hints ZONE 2004,2007,2018 +./bin/tests/system/dlv/ns4/named.conf.in CONF-C 2004,2007,2018 +./bin/tests/system/dlv/ns5/hints ZONE 2004,2007,2018 +./bin/tests/system/dlv/ns5/named.conf.in CONF-C 2004,2006,2007,2011,2013,2018 +./bin/tests/system/dlv/ns5/rndc.conf CONF-C 2004,2007,2013,2018 +./bin/tests/system/dlv/ns6/child.db.in ZONE 2010,2018 +./bin/tests/system/dlv/ns6/hints ZONE 2010,2018 +./bin/tests/system/dlv/ns6/named.conf.in CONF-C 2010,2011,2018 +./bin/tests/system/dlv/ns6/sign.sh SH 2010,2011,2012,2014,2018 +./bin/tests/system/dlv/prereq.sh SH 2014,2018 +./bin/tests/system/dlv/setup.sh SH 2004,2007,2009,2011,2012,2014,2018 +./bin/tests/system/dlv/tests.sh SH 2004,2007,2010,2011,2012,2016,2018 ./bin/tests/system/dlz/.gitignore X 2012 -./bin/tests/system/dlz/clean.sh SH 2010,2012 +./bin/tests/system/dlz/clean.sh SH 2010,2012,2018 ./bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/DNAME=10=example.net.= TXT.BRIEF 2015 ./bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/NS=10=example.com.= TXT.BRIEF 2015 ./bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/SOA=10=ns.example.com.=root.example.com.=None=None=None=None=None= TXT.BRIEF 2015 @@ -1207,28 +1207,28 @@ ./bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/NS=10=example.com.= TXT.BRIEF 2010 ./bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/SOA=10=ns.example.com.=root.example.com.=2010062900=0=0=0=10= TXT.BRIEF 2010 ./bin/tests/system/dlz/ns1/dns-root/com/example/xfr.d/10.53.0.1 TXT.BRIEF 2010 -./bin/tests/system/dlz/ns1/named.conf CONF-C 2010,2012 -./bin/tests/system/dlz/prereq.sh.in SH 2011,2012 -./bin/tests/system/dlz/tests.sh SH 2010,2011,2012,2013,2015,2016 +./bin/tests/system/dlz/ns1/named.conf.in CONF-C 2010,2012,2018 +./bin/tests/system/dlz/prereq.sh.in SH 2011,2012,2018 +./bin/tests/system/dlz/setup.sh SH 2018 +./bin/tests/system/dlz/tests.sh SH 2010,2011,2012,2013,2015,2016,2018 ./bin/tests/system/dlzexternal/Makefile.in MAKE 2011,2012,2014,2015,2016,2017 -./bin/tests/system/dlzexternal/clean.sh SH 2010,2012,2014,2015 +./bin/tests/system/dlzexternal/clean.sh SH 2010,2012,2014,2015,2018 ./bin/tests/system/dlzexternal/driver.c C 2011,2012,2013,2014,2015,2017 ./bin/tests/system/dlzexternal/driver.h C 2011 -./bin/tests/system/dlzexternal/ns1/.gitignore X 2012 -./bin/tests/system/dlzexternal/ns1/named.conf.in CONF-C 2011,2012,2013 -./bin/tests/system/dlzexternal/prereq.sh SH 2010,2011,2012,2014,2016 -./bin/tests/system/dlzexternal/setup.sh SH 2010,2012,2014 -./bin/tests/system/dlzexternal/tests.sh SH 2010,2011,2012,2013,2014,2016 +./bin/tests/system/dlzexternal/ns1/.gitignore X 2012,2018 +./bin/tests/system/dlzexternal/ns1/dlzs.conf.in CONF-C 2018 +./bin/tests/system/dlzexternal/ns1/named.conf.in CONF-C 2011,2012,2013,2018 +./bin/tests/system/dlzexternal/prereq.sh SH 2010,2011,2012,2014,2016,2018 +./bin/tests/system/dlzexternal/setup.sh SH 2010,2012,2014,2018 +./bin/tests/system/dlzexternal/tests.sh SH 2010,2011,2012,2013,2014,2016,2018 ./bin/tests/system/dlzredir/.gitignore X 2012 ./bin/tests/system/dlzredir/clean.sh SH 2012 ./bin/tests/system/dlzredir/ns1/dns-root/dns.d/-/A=10=100.100.100.2= X 2012 ./bin/tests/system/dlzredir/ns1/dns-root/dns.d/@/NS=10=root.= X 2012 ./bin/tests/system/dlzredir/ns1/dns-root/dns.d/@/SOA=10=ns.root.=root.root.=2012051500=0=0=0=10= X 2012 -./bin/tests/system/dlzredir/ns1/named.conf CONF-C 2012 -./bin/tests/system/dlzredir/ns1/root.db ZONE 2012 ./bin/tests/system/dlzredir/prereq.sh.in SH 2012 ./bin/tests/system/dlzredir/tests.sh SH 2012 -./bin/tests/system/dns64/clean.sh SH 2010,2012,2014,2015 +./bin/tests/system/dns64/clean.sh SH 2010,2012,2014,2015,2018 ./bin/tests/system/dns64/conf/bad1.conf CONF-C 2010 ./bin/tests/system/dns64/conf/bad2.conf CONF-C 2010 ./bin/tests/system/dns64/conf/bad3.conf CONF-C 2010 @@ -1244,18 +1244,18 @@ ./bin/tests/system/dns64/conf/good4.conf CONF-C 2010 ./bin/tests/system/dns64/conf/good5.conf CONF-C 2010 ./bin/tests/system/dns64/ns1/example.db ZONE 2010,2011,2013,2016 -./bin/tests/system/dns64/ns1/named.conf CONF-C 2010 +./bin/tests/system/dns64/ns1/named.conf.in CONF-C 2010,2018 ./bin/tests/system/dns64/ns1/root.db ZONE 2010 ./bin/tests/system/dns64/ns1/sign.sh SH 2010,2012,2014 -./bin/tests/system/dns64/ns2/named.conf CONF-C 2010,2011,2013,2016 +./bin/tests/system/dns64/ns2/named.conf.in CONF-C 2010,2011,2013,2016,2018 ./bin/tests/system/dns64/ns2/rpz.db ZONE 2013 ./bin/tests/system/dns64/prereq.sh SH 2014 -./bin/tests/system/dns64/setup.sh SH 2010,2012,2014 -./bin/tests/system/dns64/tests.sh SH 2010,2011,2012,2013,2014,2016 +./bin/tests/system/dns64/setup.sh SH 2010,2012,2014,2018 +./bin/tests/system/dns64/tests.sh SH 2010,2011,2012,2013,2014,2016,2018 ./bin/tests/system/dnssec/README TXT.BRIEF 2000,2001,2002,2004,2011 -./bin/tests/system/dnssec/clean.sh SH 2000,2001,2002,2004,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 -./bin/tests/system/dnssec/dnssec_update_test.pl PERL 2002,2004,2007,2010,2012 -./bin/tests/system/dnssec/ns1/named.conf CONF-C 2000,2001,2004,2006,2007,2016 +./bin/tests/system/dnssec/clean.sh SH 2000,2001,2002,2004,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 +./bin/tests/system/dnssec/dnssec_update_test.pl PERL 2002,2004,2007,2010,2012,2018 +./bin/tests/system/dnssec/ns1/named.conf.in CONF-C 2000,2001,2004,2006,2007,2016,2018 ./bin/tests/system/dnssec/ns1/root.db.in ZONE 2000,2001,2004,2007,2010,2013,2014 ./bin/tests/system/dnssec/ns1/sign.sh SH 2000,2001,2002,2003,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2016 ./bin/tests/system/dnssec/ns2/algroll.db.in ZONE 2010 @@ -1273,7 +1273,7 @@ ./bin/tests/system/dnssec/ns2/example.db.in ZONE 2000,2001,2002,2004,2007,2008,2009,2010,2011,2012,2013,2014,2016 ./bin/tests/system/dnssec/ns2/in-addr.arpa.db.in ZONE 2014 ./bin/tests/system/dnssec/ns2/insecure.secure.example.db ZONE 2000,2001,2004,2007,2013 -./bin/tests/system/dnssec/ns2/named.conf CONF-C 2000,2001,2002,2004,2006,2007,2008,2010,2011,2014,2015 +./bin/tests/system/dnssec/ns2/named.conf.in CONF-C 2000,2001,2002,2004,2006,2007,2008,2010,2011,2014,2015,2018 ./bin/tests/system/dnssec/ns2/private.secure.example.db.in ZONE 2000,2001,2004,2007 ./bin/tests/system/dnssec/ns2/rfc2335.example.db X 2004 ./bin/tests/system/dnssec/ns2/sign.sh SH 2000,2001,2002,2003,2004,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016 @@ -1297,7 +1297,7 @@ ./bin/tests/system/dnssec/ns3/lower.example.db.in ZONE 2012 ./bin/tests/system/dnssec/ns3/managed-future.example.db.in ZONE 2016 ./bin/tests/system/dnssec/ns3/multiple.example.db.in ZONE 2006,2008 -./bin/tests/system/dnssec/ns3/named.conf CONF-C 2000,2001,2002,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2016 +./bin/tests/system/dnssec/ns3/named.conf.in CONF-C 2000,2001,2002,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2016,2018 ./bin/tests/system/dnssec/ns3/nosign.example.db.in ZONE 2011 ./bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in ZONE 2006,2008 ./bin/tests/system/dnssec/ns3/nsec3.example.db.in ZONE 2006,2008 @@ -1323,64 +1323,65 @@ ./bin/tests/system/dnssec/ns3/ttlpatch.example.db.in ZONE 2011 ./bin/tests/system/dnssec/ns3/update-nsec3.example.db.in ZONE 2011 ./bin/tests/system/dnssec/ns3/upper.example.db.in ZONE 2012 -./bin/tests/system/dnssec/ns4/named1.conf CONF-C 2011,2013 -./bin/tests/system/dnssec/ns4/named2.conf CONF-C 2011,2013 -./bin/tests/system/dnssec/ns4/named3.conf CONF-C 2012,2013 -./bin/tests/system/dnssec/ns4/named4.conf CONF-C 2013,2017 -./bin/tests/system/dnssec/ns4/named5.conf CONF-C 2017 +./bin/tests/system/dnssec/ns4/named1.conf.in CONF-C 2011,2013,2018 +./bin/tests/system/dnssec/ns4/named2.conf.in CONF-C 2011,2013,2018 +./bin/tests/system/dnssec/ns4/named3.conf.in CONF-C 2012,2013,2018 +./bin/tests/system/dnssec/ns4/named4.conf.in CONF-C 2013,2017,2018 +./bin/tests/system/dnssec/ns4/named5.conf.in CONF-C 2017,2018 ./bin/tests/system/dnssec/ns5/.gitignore X 2015 -./bin/tests/system/dnssec/ns5/named1.conf CONF-C 2000,2001,2004,2006,2007,2015 -./bin/tests/system/dnssec/ns5/named2.conf CONF-C 2000,2001,2004,2006,2007,2015 +./bin/tests/system/dnssec/ns5/named1.conf.in CONF-C 2000,2001,2004,2006,2007,2015,2018 +./bin/tests/system/dnssec/ns5/named2.conf.in CONF-C 2000,2001,2004,2006,2007,2015,2018 ./bin/tests/system/dnssec/ns5/sign.sh SH 2015 ./bin/tests/system/dnssec/ns5/trusted.conf.bad CONF-C 2000,2001,2004,2007 ./bin/tests/system/dnssec/ns6/named.args X 2013,2016 -./bin/tests/system/dnssec/ns6/named.conf CONF-C 2004,2006,2007,2013 +./bin/tests/system/dnssec/ns6/named.conf.in CONF-C 2004,2006,2007,2013,2018 ./bin/tests/system/dnssec/ns6/optout-tld.db.in ZONE 2013 ./bin/tests/system/dnssec/ns6/sign.sh SH 2013,2014 -./bin/tests/system/dnssec/ns7/named.conf CONF-C 2006,2008,2010,2014 +./bin/tests/system/dnssec/ns7/named.conf.in CONF-C 2006,2008,2010,2014,2018 ./bin/tests/system/dnssec/ns7/named.nosoa TXT.BRIEF 2010 ./bin/tests/system/dnssec/ns7/nosoa.secure.example.db ZONE 2010 ./bin/tests/system/dnssec/ns7/sign.sh SH 2014 ./bin/tests/system/dnssec/ns7/split-rrsig.db.in ZONE 2014 -./bin/tests/system/dnssec/prereq.sh SH 2000,2001,2002,2004,2006,2007,2009,2012,2014,2015 -./bin/tests/system/dnssec/setup.sh SH 2000,2001,2004,2007,2009,2011,2012,2013,2014,2015 +./bin/tests/system/dnssec/prereq.sh SH 2000,2001,2002,2004,2006,2007,2009,2012,2014,2015,2018 +./bin/tests/system/dnssec/setup.sh SH 2000,2001,2004,2007,2009,2011,2012,2013,2014,2015,2018 ./bin/tests/system/dnssec/signer/example.db.in ZONE 2010 ./bin/tests/system/dnssec/signer/remove.db.in ZONE 2016 ./bin/tests/system/dnssec/signer/remove2.db.in ZONE 2016 -./bin/tests/system/dnssec/tests.sh SH 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 -./bin/tests/system/dscp/clean.sh SH 2013,2015 +./bin/tests/system/dnssec/tests.sh SH 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 +./bin/tests/system/dscp/clean.sh SH 2013,2015,2018 ./bin/tests/system/dscp/ns1/named.args X 2013 -./bin/tests/system/dscp/ns1/named.conf CONF-C 2013 +./bin/tests/system/dscp/ns1/named.conf.in CONF-C 2013,2018 ./bin/tests/system/dscp/ns1/root.db ZONE 2013 ./bin/tests/system/dscp/ns2/named.args X 2013 -./bin/tests/system/dscp/ns2/named.conf CONF-C 2013 +./bin/tests/system/dscp/ns2/named.conf.in CONF-C 2013,2018 ./bin/tests/system/dscp/ns3/hint.db ZONE 2013 ./bin/tests/system/dscp/ns3/named.args X 2013 -./bin/tests/system/dscp/ns3/named.conf CONF-C 2013 +./bin/tests/system/dscp/ns3/named.conf.in CONF-C 2013,2018 ./bin/tests/system/dscp/ns4/named.args X 2013 -./bin/tests/system/dscp/ns4/named.conf CONF-C 2013 +./bin/tests/system/dscp/ns4/named.conf.in CONF-C 2013,2018 ./bin/tests/system/dscp/ns4/root.db ZONE 2013 ./bin/tests/system/dscp/ns5/named.args X 2013 -./bin/tests/system/dscp/ns5/named.conf CONF-C 2013 +./bin/tests/system/dscp/ns5/named.conf.in CONF-C 2013,2018 ./bin/tests/system/dscp/ns6/hint.db ZONE 2013 ./bin/tests/system/dscp/ns6/named.args X 2013 -./bin/tests/system/dscp/ns6/named.conf CONF-C 2013 +./bin/tests/system/dscp/ns6/named.conf.in CONF-C 2013,2018 ./bin/tests/system/dscp/ns7/named.args X 2013 -./bin/tests/system/dscp/ns7/named.conf CONF-C 2013 -./bin/tests/system/dscp/tests.sh SH 2013,2016 -./bin/tests/system/dsdigest/clean.sh SH 2012,2014 -./bin/tests/system/dsdigest/ns1/named.conf CONF-C 2012 +./bin/tests/system/dscp/ns7/named.conf.in CONF-C 2013,2018 +./bin/tests/system/dscp/setup.sh SH 2018 +./bin/tests/system/dscp/tests.sh SH 2013,2016,2018 +./bin/tests/system/dsdigest/clean.sh SH 2012,2014,2018 +./bin/tests/system/dsdigest/ns1/named.conf.in CONF-C 2012,2018 ./bin/tests/system/dsdigest/ns1/root.db.in ZONE 2012 ./bin/tests/system/dsdigest/ns1/sign.sh SH 2012,2014,2016 ./bin/tests/system/dsdigest/ns2/bad.db.in ZONE 2012 ./bin/tests/system/dsdigest/ns2/good.db.in ZONE 2012 -./bin/tests/system/dsdigest/ns2/named.conf CONF-C 2012 +./bin/tests/system/dsdigest/ns2/named.conf.in CONF-C 2012,2018 ./bin/tests/system/dsdigest/ns2/sign.sh SH 2012,2014,2016 -./bin/tests/system/dsdigest/ns3/named.conf CONF-C 2012 -./bin/tests/system/dsdigest/ns4/named.conf CONF-C 2012 -./bin/tests/system/dsdigest/prereq.sh SH 2012,2014 -./bin/tests/system/dsdigest/setup.sh SH 2012,2014 -./bin/tests/system/dsdigest/tests.sh SH 2012,2016 +./bin/tests/system/dsdigest/ns3/named.conf.in CONF-C 2012,2018 +./bin/tests/system/dsdigest/ns4/named.conf.in CONF-C 2012,2018 +./bin/tests/system/dsdigest/prereq.sh SH 2012,2014,2018 +./bin/tests/system/dsdigest/setup.sh SH 2012,2014,2018 +./bin/tests/system/dsdigest/tests.sh SH 2012,2016,2018 ./bin/tests/system/ecdsa/clean.sh SH 2012,2014 ./bin/tests/system/ecdsa/ns1/named.conf CONF-C 2012 ./bin/tests/system/ecdsa/ns1/root.db.in ZONE 2012 @@ -1403,33 +1404,35 @@ ./bin/tests/system/eddsa/prereq.sh SH 2017 ./bin/tests/system/eddsa/setup.sh SH 2017 ./bin/tests/system/eddsa/tests.sh SH 2017 -./bin/tests/system/ednscompliance/clean.sh SH 2015 -./bin/tests/system/ednscompliance/tests.sh SH 2015,2016 +./bin/tests/system/ednscompliance/clean.sh SH 2015,2018 +./bin/tests/system/ednscompliance/ns1/named.conf.in CONF-C 2018 +./bin/tests/system/ednscompliance/setup.sh SH 2018 +./bin/tests/system/ednscompliance/tests.sh SH 2015,2016,2018 ./bin/tests/system/emptyzones/clean.sh SH 2014,2015 ./bin/tests/system/emptyzones/ns1/empty.db ZONE 2014 -./bin/tests/system/emptyzones/ns1/named1.conf CONF-C 2014 -./bin/tests/system/emptyzones/ns1/named2.conf CONF-C 2014,2015 +./bin/tests/system/emptyzones/ns1/named1.conf.in CONF-C 2014,2018 +./bin/tests/system/emptyzones/ns1/named2.conf.in CONF-C 2014,2015,2018 ./bin/tests/system/emptyzones/ns1/rfc1918.zones CONF-C 2014 ./bin/tests/system/emptyzones/ns1/root.hint ZONE 2014 -./bin/tests/system/emptyzones/setup.sh SH 2014 -./bin/tests/system/emptyzones/tests.sh SH 2014,2015,2016 +./bin/tests/system/emptyzones/setup.sh SH 2014,2018 +./bin/tests/system/emptyzones/tests.sh SH 2014,2015,2016,2018 ./bin/tests/system/feature-test.c C 2016 -./bin/tests/system/fetchlimit/ans4/ans.pl PERL 2015 -./bin/tests/system/fetchlimit/clean.sh SH 2015 -./bin/tests/system/fetchlimit/ns1/named.conf CONF-C 2015 +./bin/tests/system/fetchlimit/ans4/ans.pl PERL 2015,2018 +./bin/tests/system/fetchlimit/clean.sh SH 2015,2018 +./bin/tests/system/fetchlimit/ns1/named.conf.in CONF-C 2015,2018 ./bin/tests/system/fetchlimit/ns1/root.db ZONE 2015 ./bin/tests/system/fetchlimit/ns2/example.db ZONE 2015 -./bin/tests/system/fetchlimit/ns2/named.conf CONF-C 2015 +./bin/tests/system/fetchlimit/ns2/named.conf.in CONF-C 2015,2018 ./bin/tests/system/fetchlimit/ns3/named.args X 2015 -./bin/tests/system/fetchlimit/ns3/named1.conf CONF-C 2015 -./bin/tests/system/fetchlimit/ns3/named2.conf CONF-C 2015 -./bin/tests/system/fetchlimit/ns3/named3.conf CONF-C 2015 +./bin/tests/system/fetchlimit/ns3/named1.conf.in CONF-C 2015,2018 +./bin/tests/system/fetchlimit/ns3/named2.conf.in CONF-C 2015,2018 +./bin/tests/system/fetchlimit/ns3/named3.conf.in CONF-C 2015,2018 ./bin/tests/system/fetchlimit/ns3/root.hint ZONE 2015 ./bin/tests/system/fetchlimit/prereq.sh SH 2015,2016 -./bin/tests/system/fetchlimit/setup.sh SH 2015 -./bin/tests/system/fetchlimit/tests.sh SH 2015,2016 +./bin/tests/system/fetchlimit/setup.sh SH 2015,2018 +./bin/tests/system/fetchlimit/tests.sh SH 2015,2016,2018 ./bin/tests/system/filter-aaaa/.gitignore X 2012,2014,2016 -./bin/tests/system/filter-aaaa/clean.sh SH 2010,2012,2014 +./bin/tests/system/filter-aaaa/clean.sh SH 2010,2012,2014,2018 ./bin/tests/system/filter-aaaa/conf/bad1.conf CONF-C 2010 ./bin/tests/system/filter-aaaa/conf/bad2.conf CONF-C 2010 ./bin/tests/system/filter-aaaa/conf/bad3.conf CONF-C 2010 @@ -1444,53 +1447,55 @@ ./bin/tests/system/filter-aaaa/conf/good6.conf CONF-C 2010 ./bin/tests/system/filter-aaaa/conf/good7.conf CONF-C 2010 ./bin/tests/system/filter-aaaa/conf/good8.conf CONF-C 2010 -./bin/tests/system/filter-aaaa/ns1/named1.conf CONF-C 2012,2013 -./bin/tests/system/filter-aaaa/ns1/named2.conf CONF-C 2012,2013 +./bin/tests/system/filter-aaaa/ns1/named1.conf.in CONF-C 2012,2013,2018 +./bin/tests/system/filter-aaaa/ns1/named2.conf.in CONF-C 2012,2013,2018 ./bin/tests/system/filter-aaaa/ns1/root.db ZONE 2010,2012,2017 -./bin/tests/system/filter-aaaa/ns1/sign.sh SH 2010,2012,2014 +./bin/tests/system/filter-aaaa/ns1/sign.sh SH 2010,2012,2014,2018 ./bin/tests/system/filter-aaaa/ns1/signed.db.in ZONE 2010,2012,2017 ./bin/tests/system/filter-aaaa/ns1/signed.db.presigned X 2014,2017 ./bin/tests/system/filter-aaaa/ns1/unsigned.db ZONE 2010,2012,2017 ./bin/tests/system/filter-aaaa/ns2/hints ZONE 2010 -./bin/tests/system/filter-aaaa/ns2/named1.conf CONF-C 2012,2013 -./bin/tests/system/filter-aaaa/ns2/named2.conf CONF-C 2012,2013 +./bin/tests/system/filter-aaaa/ns2/named1.conf.in CONF-C 2012,2013,2018 +./bin/tests/system/filter-aaaa/ns2/named2.conf.in CONF-C 2012,2013,2018 ./bin/tests/system/filter-aaaa/ns3/hints ZONE 2010 -./bin/tests/system/filter-aaaa/ns3/named1.conf CONF-C 2012,2013 -./bin/tests/system/filter-aaaa/ns3/named2.conf CONF-C 2012,2013 -./bin/tests/system/filter-aaaa/ns4/named1.conf CONF-C 2012,2013 -./bin/tests/system/filter-aaaa/ns4/named2.conf CONF-C 2012,2013 +./bin/tests/system/filter-aaaa/ns3/named1.conf.in CONF-C 2012,2013,2018 +./bin/tests/system/filter-aaaa/ns3/named2.conf.in CONF-C 2012,2013,2018 +./bin/tests/system/filter-aaaa/ns4/named1.conf.in CONF-C 2012,2013,2018 +./bin/tests/system/filter-aaaa/ns4/named2.conf.in CONF-C 2012,2013,2018 ./bin/tests/system/filter-aaaa/ns4/root.db ZONE 2010,2012,2017 -./bin/tests/system/filter-aaaa/ns4/sign.sh SH 2010,2012,2014 +./bin/tests/system/filter-aaaa/ns4/sign.sh SH 2010,2012,2014,2018 ./bin/tests/system/filter-aaaa/ns4/signed.db.in ZONE 2010,2012,2017 ./bin/tests/system/filter-aaaa/ns4/signed.db.presigned X 2014 ./bin/tests/system/filter-aaaa/ns4/unsigned.db ZONE 2010,2012,2017 ./bin/tests/system/filter-aaaa/prereq.sh SH 2010,2012,2014,2016 -./bin/tests/system/filter-aaaa/setup.sh SH 2010,2012,2014 -./bin/tests/system/filter-aaaa/tests.sh SH 2010,2012,2015,2016,2017 -./bin/tests/system/formerr/clean.sh SH 2013,2015 +./bin/tests/system/filter-aaaa/setup.sh SH 2010,2012,2014,2018 +./bin/tests/system/filter-aaaa/tests.sh SH 2010,2012,2015,2016,2017,2018 +./bin/tests/system/formerr/clean.sh SH 2013,2015,2018 ./bin/tests/system/formerr/formerr.pl PERL 2013,2014 ./bin/tests/system/formerr/nametoolong X 2013 ./bin/tests/system/formerr/noquestions X 2013 -./bin/tests/system/formerr/ns1/named.conf CONF-C 2013 +./bin/tests/system/formerr/ns1/named.conf.in CONF-C 2013,2018 ./bin/tests/system/formerr/ns1/root.db ZONE 2013 -./bin/tests/system/formerr/tests.sh SH 2013,2016 +./bin/tests/system/formerr/setup.sh SH 2018 +./bin/tests/system/formerr/tests.sh SH 2013,2016,2018 ./bin/tests/system/formerr/twoquestions X 2013 -./bin/tests/system/forward/clean.sh SH 2000,2001,2004,2007,2012,2015 +./bin/tests/system/forward/clean.sh SH 2000,2001,2004,2007,2012,2015,2018 ./bin/tests/system/forward/ns1/example.db X 2000,2001 -./bin/tests/system/forward/ns1/named.conf CONF-C 2000,2001,2004,2007,2014 +./bin/tests/system/forward/ns1/named.conf.in CONF-C 2000,2001,2004,2007,2014,2018 ./bin/tests/system/forward/ns1/root.db ZONE 2000,2001,2004,2007 ./bin/tests/system/forward/ns2/example.db X 2000,2001 -./bin/tests/system/forward/ns2/named.conf CONF-C 2000,2001,2004,2007,2013,2014 +./bin/tests/system/forward/ns2/named.conf.in CONF-C 2000,2001,2004,2007,2013,2014,2018 ./bin/tests/system/forward/ns2/root.db ZONE 2000,2001,2004,2007 -./bin/tests/system/forward/ns3/named.conf CONF-C 2000,2001,2004,2007 +./bin/tests/system/forward/ns3/named.conf.in CONF-C 2000,2001,2004,2007,2018 ./bin/tests/system/forward/ns3/root.db ZONE 2000,2001,2004,2007 -./bin/tests/system/forward/ns4/named.conf CONF-C 2000,2001,2004,2007,2013,2014 +./bin/tests/system/forward/ns4/named.conf.in CONF-C 2000,2001,2004,2007,2013,2014,2018 ./bin/tests/system/forward/ns4/root.db ZONE 2000,2001,2004,2007 -./bin/tests/system/forward/ns5/named.conf CONF-C 2011 +./bin/tests/system/forward/ns5/named.conf.in CONF-C 2011,2018 ./bin/tests/system/forward/ns5/root.db ZONE 2011 ./bin/tests/system/forward/rfc1918-inherited.conf CONF-C 2016 ./bin/tests/system/forward/rfc1918-notinherited.conf CONF-C 2016 -./bin/tests/system/forward/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2014,2016 +./bin/tests/system/forward/setup.sh SH 2018 +./bin/tests/system/forward/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2014,2016,2018 ./bin/tests/system/forward/ula-inherited.conf CONF-C 2016 ./bin/tests/system/forward/ula-notinherited.conf CONF-C 2016 ./bin/tests/system/genzone.sh SH 2001,2002,2003,2004,2007,2009,2011,2012,2013,2014,2015,2016,2017 @@ -1519,36 +1524,36 @@ ./bin/tests/system/geoip/data/GeoIPv6.dat X 2013 ./bin/tests/system/geoip/data/README TXT.BRIEF 2013,2014 ./bin/tests/system/geoip/ns2/example.db.in ZONE 2013 -./bin/tests/system/geoip/ns2/named1.conf CONF-C 2013 -./bin/tests/system/geoip/ns2/named10.conf CONF-C 2014 -./bin/tests/system/geoip/ns2/named11.conf CONF-C 2013,2014 -./bin/tests/system/geoip/ns2/named12.conf CONF-C 2013,2014 -./bin/tests/system/geoip/ns2/named13.conf CONF-C 2014 -./bin/tests/system/geoip/ns2/named14.conf CONF-C 2014 -./bin/tests/system/geoip/ns2/named15.conf CONF-C 2014 -./bin/tests/system/geoip/ns2/named2.conf CONF-C 2013 -./bin/tests/system/geoip/ns2/named3.conf CONF-C 2013 -./bin/tests/system/geoip/ns2/named4.conf CONF-C 2013 -./bin/tests/system/geoip/ns2/named5.conf CONF-C 2013 -./bin/tests/system/geoip/ns2/named6.conf CONF-C 2013,2014 -./bin/tests/system/geoip/ns2/named7.conf CONF-C 2013 -./bin/tests/system/geoip/ns2/named8.conf CONF-C 2013 -./bin/tests/system/geoip/ns2/named9.conf CONF-C 2013 +./bin/tests/system/geoip/ns2/named1.conf.in CONF-C 2013,2018 +./bin/tests/system/geoip/ns2/named10.conf.in CONF-C 2014,2018 +./bin/tests/system/geoip/ns2/named11.conf.in CONF-C 2013,2014,2018 +./bin/tests/system/geoip/ns2/named12.conf.in CONF-C 2013,2014,2018 +./bin/tests/system/geoip/ns2/named13.conf.in CONF-C 2014,2018 +./bin/tests/system/geoip/ns2/named14.conf.in CONF-C 2014,2018 +./bin/tests/system/geoip/ns2/named15.conf.in CONF-C 2014,2018 +./bin/tests/system/geoip/ns2/named2.conf.in CONF-C 2013,2018 +./bin/tests/system/geoip/ns2/named3.conf.in CONF-C 2013,2018 +./bin/tests/system/geoip/ns2/named4.conf.in CONF-C 2013,2018 +./bin/tests/system/geoip/ns2/named5.conf.in CONF-C 2013,2018 +./bin/tests/system/geoip/ns2/named6.conf.in CONF-C 2013,2014,2018 +./bin/tests/system/geoip/ns2/named7.conf.in CONF-C 2013,2018 +./bin/tests/system/geoip/ns2/named8.conf.in CONF-C 2013,2018 +./bin/tests/system/geoip/ns2/named9.conf.in CONF-C 2013,2018 ./bin/tests/system/geoip/options.conf CONF-C 2015 -./bin/tests/system/geoip/prereq.sh SH 2013,2014,2016 -./bin/tests/system/geoip/setup.sh SH 2013,2014 -./bin/tests/system/geoip/tests.sh SH 2013,2014,2015,2016 -./bin/tests/system/glue/clean.sh SH 2000,2001,2004,2007,2012,2015 +./bin/tests/system/geoip/prereq.sh SH 2013,2014,2016,2018 +./bin/tests/system/geoip/setup.sh SH 2013,2014,2018 +./bin/tests/system/geoip/tests.sh SH 2013,2014,2015,2016,2018 +./bin/tests/system/glue/clean.sh SH 2000,2001,2004,2007,2012,2015,2018 ./bin/tests/system/glue/fi.good X 2000,2001 ./bin/tests/system/glue/noglue.good X 2000,2001 ./bin/tests/system/glue/ns1/cache.in ZONE 2000,2001,2004,2007 ./bin/tests/system/glue/ns1/mil.db ZONE 2000,2001,2004,2007 -./bin/tests/system/glue/ns1/named.conf CONF-C 2000,2001,2004,2005,2007,2009 +./bin/tests/system/glue/ns1/named.conf.in CONF-C 2000,2001,2004,2005,2007,2009,2018 ./bin/tests/system/glue/ns1/net.db ZONE 2000,2001,2004,2007 ./bin/tests/system/glue/ns1/root-servers.nil.db ZONE 2000,2001,2004,2007 ./bin/tests/system/glue/ns1/root.db ZONE 2000,2001,2004,2007 -./bin/tests/system/glue/setup.sh SH 2001,2004,2007,2012 -./bin/tests/system/glue/tests.sh SH 2000,2001,2003,2004,2007,2012,2013,2016 +./bin/tests/system/glue/setup.sh SH 2001,2004,2007,2012,2018 +./bin/tests/system/glue/tests.sh SH 2000,2001,2003,2004,2007,2012,2013,2016,2018 ./bin/tests/system/glue/xx.good X 2000,2001 ./bin/tests/system/glue/yy.good X 2000,2001,2003 ./bin/tests/system/gost/clean.sh SH 2010,2012,2014 @@ -1564,101 +1569,104 @@ ./bin/tests/system/inline/.gitignore X 2014 ./bin/tests/system/inline/checkdsa.sh.in SH 2013,2014 ./bin/tests/system/inline/clean.sh SH 2011,2012,2013,2014,2015,2017,2018 -./bin/tests/system/inline/ns1/named.conf CONF-C 2011 +./bin/tests/system/inline/ns1/named.conf.in CONF-C 2011,2018 ./bin/tests/system/inline/ns1/root.db.in ZONE 2011,2012,2013,2017 ./bin/tests/system/inline/ns1/sign.sh SH 2011,2012,2014 ./bin/tests/system/inline/ns2/bits.db.in ZONE 2011 -./bin/tests/system/inline/ns2/named.conf CONF-C 2011,2012,2013,2014,2017 +./bin/tests/system/inline/ns2/named.conf.in CONF-C 2011,2012,2013,2014,2017,2018 ./bin/tests/system/inline/ns2/nsec3-loop.db ZONE 2017 ./bin/tests/system/inline/ns3/master.db.in ZONE 2011,2012 ./bin/tests/system/inline/ns3/master2.db.in ZONE 2011,2012 ./bin/tests/system/inline/ns3/master3.db.in ZONE 2012 ./bin/tests/system/inline/ns3/master4.db.in ZONE 2012 -./bin/tests/system/inline/ns3/named.conf CONF-C 2011,2012,2013,2015,2017 +./bin/tests/system/inline/ns3/named.conf.in CONF-C 2011,2012,2013,2015,2017,2018 ./bin/tests/system/inline/ns3/sign.sh SH 2011,2012,2013,2014,2017 -./bin/tests/system/inline/ns4/named.conf CONF-C 2011 +./bin/tests/system/inline/ns4/named.conf.in CONF-C 2011,2018 ./bin/tests/system/inline/ns4/noixfr.db.in ZONE 2011 -./bin/tests/system/inline/ns5/named.conf.post CONF-C 2011 -./bin/tests/system/inline/ns5/named.conf.pre CONF-C 2011 -./bin/tests/system/inline/ns6/named.conf CONF-C 2011 -./bin/tests/system/inline/ns7/named.conf CONF-C 2017 +./bin/tests/system/inline/ns5/named.conf.post CONF-C 2011,2018 +./bin/tests/system/inline/ns5/named.conf.pre CONF-C 2011,2018 +./bin/tests/system/inline/ns6/named.conf.in CONF-C 2011,2018 +./bin/tests/system/inline/ns7/named.conf.in CONF-C 2017,2018 ./bin/tests/system/inline/ns7/sign.sh SH 2017 ./bin/tests/system/inline/prereq.sh SH 2014 -./bin/tests/system/inline/setup.sh SH 2011,2012,2013,2014,2017 +./bin/tests/system/inline/setup.sh SH 2011,2012,2013,2014,2017,2018 ./bin/tests/system/inline/tests.sh SH 2011,2012,2013,2014,2016,2017,2018 -./bin/tests/system/integrity/clean.sh SH 2017 +./bin/tests/system/integrity/clean.sh SH 2017,2018 ./bin/tests/system/integrity/ns1/mx-cname.db ZONE 2017 -./bin/tests/system/integrity/ns1/named.conf CONF-C 2017 +./bin/tests/system/integrity/ns1/named.conf.in CONF-C 2017,2018 ./bin/tests/system/integrity/ns1/srv-cname.db ZONE 2017 -./bin/tests/system/integrity/tests.sh SH 2017 +./bin/tests/system/integrity/setup.sh SH 2018 +./bin/tests/system/integrity/tests.sh SH 2017,2018 ./bin/tests/system/ixfr/ans2/startme X 2011 -./bin/tests/system/ixfr/clean.sh SH 2001,2004,2007,2011,2012,2014,2015 +./bin/tests/system/ixfr/clean.sh SH 2001,2004,2007,2011,2012,2014,2015,2018 ./bin/tests/system/ixfr/ns1/.gitignore X 2012 ./bin/tests/system/ixfr/ns1/startme X 2012,2013 ./bin/tests/system/ixfr/ns3/mytest0.db ZONE 2011 ./bin/tests/system/ixfr/ns3/mytest1.db ZONE 2011 ./bin/tests/system/ixfr/ns3/mytest2.db ZONE 2011 -./bin/tests/system/ixfr/ns3/named.conf CONF-C 2011,2013,2014 +./bin/tests/system/ixfr/ns3/named.conf.in CONF-C 2011,2013,2014,2018 ./bin/tests/system/ixfr/ns3/subtest0.db ZONE 2011 ./bin/tests/system/ixfr/ns3/subtest1.db ZONE 2011 -./bin/tests/system/ixfr/ns4/named.conf CONF-C 2011,2013 -./bin/tests/system/ixfr/prereq.sh SH 2001,2004,2007,2012,2014 -./bin/tests/system/ixfr/setup.sh SH 2001,2004,2007,2011,2012,2013,2014 -./bin/tests/system/ixfr/tests.sh SH 2001,2004,2007,2011,2012,2014,2016 +./bin/tests/system/ixfr/ns4/named.conf.in CONF-C 2011,2013,2018 +./bin/tests/system/ixfr/prereq.sh SH 2001,2004,2007,2012,2014,2018 +./bin/tests/system/ixfr/setup.sh SH 2001,2004,2007,2011,2012,2013,2014,2018 +./bin/tests/system/ixfr/tests.sh SH 2001,2004,2007,2011,2012,2014,2016,2018 ./bin/tests/system/legacy/build.sh SH 2014 -./bin/tests/system/legacy/clean.sh SH 2014 -./bin/tests/system/legacy/ns1/named1.conf CONF-C 2014 -./bin/tests/system/legacy/ns1/named2.conf CONF-C 2014 +./bin/tests/system/legacy/clean.sh SH 2014,2018 +./bin/tests/system/legacy/ns1/named1.conf.in CONF-C 2014,2018 +./bin/tests/system/legacy/ns1/named2.conf.in CONF-C 2014,2018 ./bin/tests/system/legacy/ns1/root.db ZONE 2014 ./bin/tests/system/legacy/ns1/trusted.conf X 2014 ./bin/tests/system/legacy/ns2/dropedns.db ZONE 2014 -./bin/tests/system/legacy/ns2/named.conf CONF-C 2014 +./bin/tests/system/legacy/ns2/named.conf.in CONF-C 2014,2018 ./bin/tests/system/legacy/ns2/named.dropedns X 2014 ./bin/tests/system/legacy/ns3/dropedns-notcp.db ZONE 2014 -./bin/tests/system/legacy/ns3/named.conf CONF-C 2014 +./bin/tests/system/legacy/ns3/named.conf.in CONF-C 2014,2018 ./bin/tests/system/legacy/ns3/named.dropedns X 2014 ./bin/tests/system/legacy/ns3/named.notcp X 2014 ./bin/tests/system/legacy/ns4/named.args X 2014 -./bin/tests/system/legacy/ns4/named.conf CONF-C 2014 +./bin/tests/system/legacy/ns4/named.conf.in CONF-C 2014,2018 ./bin/tests/system/legacy/ns4/plain.db ZONE 2014 ./bin/tests/system/legacy/ns5/named.args X 2014 -./bin/tests/system/legacy/ns5/named.conf CONF-C 2014 +./bin/tests/system/legacy/ns5/named.conf.in CONF-C 2014,2018 ./bin/tests/system/legacy/ns5/named.notcp X 2014 ./bin/tests/system/legacy/ns5/plain-notcp.db ZONE 2014 ./bin/tests/system/legacy/ns6/edns512.db.in ZONE 2014 ./bin/tests/system/legacy/ns6/edns512.db.signed X 2014 ./bin/tests/system/legacy/ns6/named.args X 2014 -./bin/tests/system/legacy/ns6/named.conf CONF-C 2014 -./bin/tests/system/legacy/ns6/sign.sh SH 2014 +./bin/tests/system/legacy/ns6/named.conf.in CONF-C 2014,2018 +./bin/tests/system/legacy/ns6/sign.sh SH 2014,2018 ./bin/tests/system/legacy/ns7/edns512-notcp.db.in ZONE 2014 ./bin/tests/system/legacy/ns7/edns512-notcp.db.signed X 2014 ./bin/tests/system/legacy/ns7/named.args X 2014 -./bin/tests/system/legacy/ns7/named.conf CONF-C 2014 +./bin/tests/system/legacy/ns7/named.conf.in CONF-C 2014,2018 ./bin/tests/system/legacy/ns7/named.notcp X 2014 -./bin/tests/system/legacy/ns7/sign.sh SH 2014 -./bin/tests/system/legacy/setup.sh SH 2014 -./bin/tests/system/legacy/tests.sh SH 2014,2015,2016 -./bin/tests/system/limits/clean.sh SH 2000,2001,2004,2007,2012,2015 +./bin/tests/system/legacy/ns7/sign.sh SH 2014,2018 +./bin/tests/system/legacy/setup.sh SH 2014,2018 +./bin/tests/system/legacy/tests.sh SH 2014,2015,2016,2018 +./bin/tests/system/limits/clean.sh SH 2000,2001,2004,2007,2012,2015,2018 ./bin/tests/system/limits/knowngood.dig.out.1000 X 2000,2001 ./bin/tests/system/limits/knowngood.dig.out.2000 X 2000,2001 ./bin/tests/system/limits/knowngood.dig.out.3000 X 2000,2001 ./bin/tests/system/limits/knowngood.dig.out.4000 X 2000,2001 ./bin/tests/system/limits/knowngood.dig.out.a-maximum-rrset X 2000,2001 ./bin/tests/system/limits/ns1/example.db ZONE 2000,2001,2004,2007 -./bin/tests/system/limits/ns1/named.conf CONF-C 2000,2001,2004,2007 +./bin/tests/system/limits/ns1/named.conf.in CONF-C 2000,2001,2004,2007,2018 ./bin/tests/system/limits/ns1/root.db ZONE 2000,2001,2004,2007 -./bin/tests/system/limits/tests.sh SH 2000,2001,2004,2007,2011,2012,2016 -./bin/tests/system/logfileconfig/clean.sh SH 2011,2012,2016 -./bin/tests/system/logfileconfig/ns1/named.dirconf CONF-C 2011,2013 -./bin/tests/system/logfileconfig/ns1/named.pipeconf CONF-C 2011,2013 -./bin/tests/system/logfileconfig/ns1/named.plain CONF-C 2011,2013 -./bin/tests/system/logfileconfig/ns1/named.symconf CONF-C 2011,2013 -./bin/tests/system/logfileconfig/ns1/named.unlimited CONF-C 2016 -./bin/tests/system/logfileconfig/ns1/named.versconf CONF-C 2016 -./bin/tests/system/logfileconfig/ns1/rndc.conf CONF-C 2011,2013,2017 +./bin/tests/system/limits/setup.sh SH 2018 +./bin/tests/system/limits/tests.sh SH 2000,2001,2004,2007,2011,2012,2016,2018 +./bin/tests/system/logfileconfig/clean.sh SH 2011,2012,2016,2018 +./bin/tests/system/logfileconfig/ns1/controls.conf.in CONF-C 2018 +./bin/tests/system/logfileconfig/ns1/named.dirconf CONF-C 2011,2013,2018 +./bin/tests/system/logfileconfig/ns1/named.pipeconf CONF-C 2011,2013,2018 +./bin/tests/system/logfileconfig/ns1/named.plain CONF-C 2011,2013,2018 +./bin/tests/system/logfileconfig/ns1/named.symconf CONF-C 2011,2013,2018 +./bin/tests/system/logfileconfig/ns1/named.unlimited CONF-C 2016,2018 +./bin/tests/system/logfileconfig/ns1/named.versconf CONF-C 2016,2018 +./bin/tests/system/logfileconfig/ns1/rndc.conf.in CONF-C 2011,2013,2017,2018 ./bin/tests/system/logfileconfig/ns1/root.db ZONE 2011 -./bin/tests/system/logfileconfig/setup.sh SH 2011,2012,2014 -./bin/tests/system/logfileconfig/tests.sh SH 2011,2012,2013,2016,2017 +./bin/tests/system/logfileconfig/setup.sh SH 2011,2012,2014,2018 +./bin/tests/system/logfileconfig/tests.sh SH 2011,2012,2013,2016,2017,2018 ./bin/tests/system/lwresd/Makefile.in MAKE 2000,2001,2002,2004,2007,2009,2012,2014,2015 ./bin/tests/system/lwresd/clean.sh SH 2008,2012,2013,2015,2016 ./bin/tests/system/lwresd/lwresd1/lwresd.conf CONF-C 2000,2001,2004,2007 @@ -1675,103 +1683,104 @@ ./bin/tests/system/lwresd/ns1/root.db ZONE 2000,2001,2004,2007 ./bin/tests/system/lwresd/resolv.conf CONF-SH 2000,2001,2004,2007,2012 ./bin/tests/system/lwresd/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2016 -./bin/tests/system/masterfile/clean.sh SH 2001,2004,2007,2010,2012,2015 +./bin/tests/system/masterfile/clean.sh SH 2001,2004,2007,2010,2012,2015,2018 ./bin/tests/system/masterfile/knowngood.dig.out X 2001,2004,2012 ./bin/tests/system/masterfile/ns1/include.db ZONE 2001,2004,2007,2012 -./bin/tests/system/masterfile/ns1/named.conf CONF-C 2001,2004,2007 +./bin/tests/system/masterfile/ns1/named.conf.in CONF-C 2001,2004,2007,2018 ./bin/tests/system/masterfile/ns1/sub.db ZONE 2001,2004,2007 ./bin/tests/system/masterfile/ns1/ttl1.db ZONE 2001,2004,2007 ./bin/tests/system/masterfile/ns1/ttl2.db ZONE 2001,2004,2007 ./bin/tests/system/masterfile/ns2/example.db ZONE 2010 -./bin/tests/system/masterfile/ns2/named.conf CONF-C 2010 -./bin/tests/system/masterfile/tests.sh SH 2001,2004,2007,2010,2012,2015,2016 +./bin/tests/system/masterfile/ns2/named.conf.in CONF-C 2010,2018 +./bin/tests/system/masterfile/setup.sh SH 2018 +./bin/tests/system/masterfile/tests.sh SH 2001,2004,2007,2010,2012,2015,2016,2018 ./bin/tests/system/masterfile/zone/inheritownerafterinclude.db ZONE 2015 ./bin/tests/system/masterfile/zone/inheritownerafterinclude.good X 2015 ./bin/tests/system/masterfile/zone/nameservers.db ZONE 2015 -./bin/tests/system/masterformat/clean.sh SH 2005,2007,2011,2012,2013,2014,2015 +./bin/tests/system/masterformat/clean.sh SH 2005,2007,2011,2012,2013,2014,2015,2018 ./bin/tests/system/masterformat/ns1/compile.sh SH 2005,2006,2007,2011,2012,2013,2014 ./bin/tests/system/masterformat/ns1/example.db ZONE 2005,2007,2014 ./bin/tests/system/masterformat/ns1/large.db.in ZONE 2012 -./bin/tests/system/masterformat/ns1/named.conf CONF-C 2005,2007,2011,2012,2013 +./bin/tests/system/masterformat/ns1/named.conf.in CONF-C 2005,2007,2011,2012,2013,2018 ./bin/tests/system/masterformat/ns1/signed.db ZONE 2013 ./bin/tests/system/masterformat/ns2/formerly-text.db.in ZONE 2011 -./bin/tests/system/masterformat/ns2/named.conf CONF-C 2005,2007,2011,2012 -./bin/tests/system/masterformat/ns3/named.conf CONF-C 2012,2013 +./bin/tests/system/masterformat/ns2/named.conf.in CONF-C 2005,2007,2011,2012,2018 +./bin/tests/system/masterformat/ns3/named.conf.in CONF-C 2012,2013,2018 ./bin/tests/system/masterformat/prereq.sh SH 2014 -./bin/tests/system/masterformat/setup.sh SH 2005,2006,2007,2011,2012,2013,2014 -./bin/tests/system/masterformat/tests.sh SH 2005,2007,2011,2012,2013,2014,2016,2017 +./bin/tests/system/masterformat/setup.sh SH 2005,2006,2007,2011,2012,2013,2014,2018 +./bin/tests/system/masterformat/tests.sh SH 2005,2007,2011,2012,2013,2014,2016,2017,2018 ./bin/tests/system/metadata/child.db ZONE 2009 ./bin/tests/system/metadata/clean.sh SH 2009,2011,2012,2014,2017 ./bin/tests/system/metadata/parent.db ZONE 2009 ./bin/tests/system/metadata/prereq.sh SH 2009,2012,2014 -./bin/tests/system/metadata/setup.sh SH 2009,2011,2012,2014 -./bin/tests/system/metadata/tests.sh SH 2009,2011,2012,2013,2014,2016,2017 -./bin/tests/system/notify/clean.sh SH 2000,2001,2004,2007,2011,2012,2014,2015 -./bin/tests/system/notify/ns1/named.conf CONF-C 2000,2001,2004,2007 +./bin/tests/system/metadata/setup.sh SH 2009,2011,2012,2014,2018 +./bin/tests/system/metadata/tests.sh SH 2009,2011,2012,2013,2014,2016,2017,2018 +./bin/tests/system/notify/clean.sh SH 2000,2001,2004,2007,2011,2012,2014,2015,2018 +./bin/tests/system/notify/ns1/named.conf.in CONF-C 2000,2001,2004,2007,2018 ./bin/tests/system/notify/ns1/root.db ZONE 2000,2001,2004,2007 ./bin/tests/system/notify/ns2/example1.db ZONE 2000,2001,2002,2004,2007,2009 ./bin/tests/system/notify/ns2/example2.db ZONE 2000,2001,2002,2004,2007,2009 ./bin/tests/system/notify/ns2/example3.db ZONE 2000,2001,2002,2004,2007,2009 ./bin/tests/system/notify/ns2/example4.db ZONE 2000,2001,2002,2004,2007,2009 ./bin/tests/system/notify/ns2/generic.db ZONE 2014 -./bin/tests/system/notify/ns2/named.conf CONF-C 2000,2001,2004,2007,2011,2014,2016 -./bin/tests/system/notify/ns3/named.conf CONF-C 2000,2001,2004,2007 -./bin/tests/system/notify/ns4/named.conf CONF-C 2014 -./bin/tests/system/notify/ns4/named.port X 2014 -./bin/tests/system/notify/ns5/named.conf CONF-C 2015,2017 +./bin/tests/system/notify/ns2/named.conf.in CONF-C 2000,2001,2004,2007,2011,2014,2016,2018 +./bin/tests/system/notify/ns3/named.conf.in CONF-C 2000,2001,2004,2007,2018 +./bin/tests/system/notify/ns4/named.conf.in CONF-C 2014,2018 +./bin/tests/system/notify/ns4/named.port.in X 2014,2018 +./bin/tests/system/notify/ns5/named.conf.in CONF-C 2015,2017,2018 ./bin/tests/system/notify/ns5/x21.db ZONE 2015 -./bin/tests/system/notify/setup.sh SH 2000,2001,2004,2007,2012,2014 -./bin/tests/system/notify/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2014,2015,2016 -./bin/tests/system/nslookup/clean.sh SH 2014,2015 -./bin/tests/system/nslookup/ns1/named.conf CONF-C 2014 -./bin/tests/system/nslookup/setup.sh SH 2014 -./bin/tests/system/nslookup/tests.sh SH 2014,2016 -./bin/tests/system/nsupdate/ans4/ans.pl PERL 2017 -./bin/tests/system/nsupdate/clean.sh SH 2000,2001,2004,2007,2009,2010,2011,2012,2014,2015,2016,2017 +./bin/tests/system/notify/setup.sh SH 2000,2001,2004,2007,2012,2014,2018 +./bin/tests/system/notify/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2014,2015,2016,2018 +./bin/tests/system/nslookup/clean.sh SH 2014,2015,2018 +./bin/tests/system/nslookup/ns1/named.conf.in CONF-C 2014,2018 +./bin/tests/system/nslookup/setup.sh SH 2014,2018 +./bin/tests/system/nslookup/tests.sh SH 2014,2016,2018 +./bin/tests/system/nsupdate/ans4/ans.pl PERL 2017,2018 +./bin/tests/system/nsupdate/clean.sh SH 2000,2001,2004,2007,2009,2010,2011,2012,2014,2015,2016,2017,2018 ./bin/tests/system/nsupdate/commandlist X 2012 ./bin/tests/system/nsupdate/knowngood.ns1.after X 2000,2001,2003,2004,2009 ./bin/tests/system/nsupdate/knowngood.ns1.afterstop X 2001,2004 ./bin/tests/system/nsupdate/knowngood.ns1.before X 2000,2001,2003,2004,2009 ./bin/tests/system/nsupdate/ns1/example1.db ZONE 2000,2001,2002,2004,2007,2009 ./bin/tests/system/nsupdate/ns1/max-ttl.db ZONE 2014 -./bin/tests/system/nsupdate/ns1/named.conf CONF-C 2000,2001,2004,2005,2007,2009,2011,2012,2013,2014,2016 +./bin/tests/system/nsupdate/ns1/named.conf.in CONF-C 2000,2001,2004,2005,2007,2009,2011,2012,2013,2014,2016,2018 ./bin/tests/system/nsupdate/ns1/sample.db.in ZONE 2016 -./bin/tests/system/nsupdate/ns2/named.conf CONF-C 2000,2001,2004,2007,2011,2013,2016,2017 +./bin/tests/system/nsupdate/ns2/named.conf.in CONF-C 2000,2001,2004,2007,2011,2013,2016,2017,2018 ./bin/tests/system/nsupdate/ns2/sample.db.in ZONE 2016 ./bin/tests/system/nsupdate/ns3/delegation.test.db.in ZONE 2016 ./bin/tests/system/nsupdate/ns3/dnskey.test.db.in ZONE 2011 ./bin/tests/system/nsupdate/ns3/example.db.in ZONE 2010 -./bin/tests/system/nsupdate/ns3/named.conf CONF-C 2010,2011,2013,2016 +./bin/tests/system/nsupdate/ns3/named.conf.in CONF-C 2010,2011,2013,2016,2018 ./bin/tests/system/nsupdate/ns3/nsec3param.test.db.in ZONE 2010 ./bin/tests/system/nsupdate/ns3/sign.sh SH 2010,2011,2012,2014,2016 ./bin/tests/system/nsupdate/ns3/too-big.test.db.in ZONE 2016 ./bin/tests/system/nsupdate/ns5/local.db.in ZONE 2017 ./bin/tests/system/nsupdate/ns5/named.args X 2017 -./bin/tests/system/nsupdate/ns5/named.conf CONF-C 2017 -./bin/tests/system/nsupdate/prereq.sh SH 2014,2015 -./bin/tests/system/nsupdate/setup.sh SH 2000,2001,2004,2007,2009,2010,2011,2012,2014,2016,2017 +./bin/tests/system/nsupdate/ns5/named.conf.in CONF-C 2017,2018 +./bin/tests/system/nsupdate/prereq.sh SH 2014,2015,2018 +./bin/tests/system/nsupdate/setup.sh SH 2000,2001,2004,2007,2009,2010,2011,2012,2014,2016,2017,2018 ./bin/tests/system/nsupdate/tests.sh SH 2000,2001,2004,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 -./bin/tests/system/nsupdate/update_test.pl PERL 2000,2001,2004,2007,2012 -./bin/tests/system/nsupdate/verylarge X 2013 +./bin/tests/system/nsupdate/update_test.pl PERL 2000,2001,2004,2007,2012,2018 +./bin/tests/system/nsupdate/verylarge.in X 2013,2018 ./bin/tests/system/org.isc.bind.system SH 2010,2012,2013 ./bin/tests/system/org.isc.bind.system.plist X 2010 ./bin/tests/system/packet.pl PERL 2011,2012 -./bin/tests/system/pending/clean.sh SH 2009,2012,2014 -./bin/tests/system/pending/ns1/named.conf CONF-C 2009 +./bin/tests/system/pending/clean.sh SH 2009,2012,2014,2018 +./bin/tests/system/pending/ns1/named.conf.in CONF-C 2009,2018 ./bin/tests/system/pending/ns1/root.db.in ZONE 2009,2010 ./bin/tests/system/pending/ns1/sign.sh SH 2009,2010,2012,2014,2016 ./bin/tests/system/pending/ns2/example.com.db.in ZONE 2009,2010 ./bin/tests/system/pending/ns2/example.db.in ZONE 2009,2010 ./bin/tests/system/pending/ns2/forgery.db ZONE 2010 -./bin/tests/system/pending/ns2/named.conf CONF-C 2009,2010,2016 +./bin/tests/system/pending/ns2/named.conf.in CONF-C 2009,2010,2016,2018 ./bin/tests/system/pending/ns2/sign.sh SH 2009,2010,2012,2014 ./bin/tests/system/pending/ns3/hostile.db ZONE 2009 ./bin/tests/system/pending/ns3/mail.example.db ZONE 2009 -./bin/tests/system/pending/ns3/named.conf CONF-C 2009 -./bin/tests/system/pending/ns4/named.conf CONF-C 2009 +./bin/tests/system/pending/ns3/named.conf.in CONF-C 2009,2018 +./bin/tests/system/pending/ns4/named.conf.in CONF-C 2009,2018 ./bin/tests/system/pending/prereq.sh SH 2009,2012,2014 -./bin/tests/system/pending/setup.sh SH 2009,2012,2014 -./bin/tests/system/pending/tests.sh SH 2009,2010,2012,2016 +./bin/tests/system/pending/setup.sh SH 2009,2012,2014,2018 +./bin/tests/system/pending/tests.sh SH 2009,2010,2012,2016,2018 ./bin/tests/system/pkcs11/clean.sh SH 2010,2012,2014,2017 ./bin/tests/system/pkcs11/ns1/example.db.in ZONE 2010 ./bin/tests/system/pkcs11/ns1/named.conf CONF-C 2010,2013,2014,2017 @@ -1787,21 +1796,21 @@ ./bin/tests/system/pkcs11ssl/tests.sh SH 2014,2016 ./bin/tests/system/pkcs11ssl/usepkcs11 X 2014 ./bin/tests/system/reclimit/README TXT.BRIEF 2014,2017 -./bin/tests/system/reclimit/ans2/ans.pl PERL 2014,2015,2016,2017 -./bin/tests/system/reclimit/ans7/ans.pl PERL 2014 -./bin/tests/system/reclimit/clean.sh SH 2014 -./bin/tests/system/reclimit/ns1/named.conf CONF-C 2014 +./bin/tests/system/reclimit/ans2/ans.pl PERL 2014,2015,2016,2017,2018 +./bin/tests/system/reclimit/ans7/ans.pl PERL 2014,2018 +./bin/tests/system/reclimit/clean.sh SH 2014,2018 +./bin/tests/system/reclimit/ns1/named.conf.in CONF-C 2014,2018 ./bin/tests/system/reclimit/ns1/root.db ZONE 2014,2017 ./bin/tests/system/reclimit/ns3/.gitignore X 2014 ./bin/tests/system/reclimit/ns3/hints.db ZONE 2014 -./bin/tests/system/reclimit/ns3/named1.conf CONF-C 2014 -./bin/tests/system/reclimit/ns3/named2.conf CONF-C 2014 -./bin/tests/system/reclimit/ns3/named3.conf CONF-C 2014 -./bin/tests/system/reclimit/ns3/named4.conf CONF-C 2014 -./bin/tests/system/reclimit/prereq.sh SH 2015,2017 -./bin/tests/system/reclimit/setup.sh SH 2014 -./bin/tests/system/reclimit/tests.sh SH 2014,2015,2016,2017 -./bin/tests/system/redirect/clean.sh SH 2011,2012,2013,2014,2015 +./bin/tests/system/reclimit/ns3/named1.conf.in CONF-C 2014,2018 +./bin/tests/system/reclimit/ns3/named2.conf.in CONF-C 2014,2018 +./bin/tests/system/reclimit/ns3/named3.conf.in CONF-C 2014,2018 +./bin/tests/system/reclimit/ns3/named4.conf.in CONF-C 2014,2018 +./bin/tests/system/reclimit/prereq.sh SH 2015,2017,2018 +./bin/tests/system/reclimit/setup.sh SH 2014,2018 +./bin/tests/system/reclimit/tests.sh SH 2014,2015,2016,2017,2018 +./bin/tests/system/redirect/clean.sh SH 2011,2012,2013,2014,2015,2018 ./bin/tests/system/redirect/conf/bad1.conf CONF-C 2011,2016 ./bin/tests/system/redirect/conf/bad2.conf CONF-C 2011,2016 ./bin/tests/system/redirect/conf/bad3.conf CONF-C 2011,2016 @@ -1810,33 +1819,33 @@ ./bin/tests/system/redirect/conf/good3.conf CONF-C 2011 ./bin/tests/system/redirect/conf/good4.conf CONF-C 2011 ./bin/tests/system/redirect/ns1/example.db ZONE 2011 -./bin/tests/system/redirect/ns1/named.conf CONF-C 2011 +./bin/tests/system/redirect/ns1/named.conf.in CONF-C 2011,2018 ./bin/tests/system/redirect/ns1/redirect.db ZONE 2011 ./bin/tests/system/redirect/ns1/root.db ZONE 2011 ./bin/tests/system/redirect/ns1/sign.sh SH 2011,2012,2014 ./bin/tests/system/redirect/ns2/example.db.in ZONE 2013 -./bin/tests/system/redirect/ns2/named.conf CONF-C 2011,2013 +./bin/tests/system/redirect/ns2/named.conf.in CONF-C 2011,2013,2018 ./bin/tests/system/redirect/ns2/redirect.db.in ZONE 2011.2013,2013 ./bin/tests/system/redirect/prereq.sh SH 2014 -./bin/tests/system/redirect/setup.sh SH 2011,2012,2013,2014 -./bin/tests/system/redirect/tests.sh SH 2011,2012,2013,2014,2016 -./bin/tests/system/resolver/ans2/ans.pl PERL 2000,2001,2004,2007,2009,2010,2012 -./bin/tests/system/resolver/ans3/ans.pl PERL 2000,2001,2004,2007,2009,2012 -./bin/tests/system/resolver/ans8/ans.pl PERL 2017 -./bin/tests/system/resolver/clean.sh SH 2008,2009,2010,2011,2012,2013,2014,2015,2016 -./bin/tests/system/resolver/ns1/named.conf CONF-C 2000,2001,2004,2007,2009,2013,2014,2015 +./bin/tests/system/redirect/setup.sh SH 2011,2012,2013,2014,2018 +./bin/tests/system/redirect/tests.sh SH 2011,2012,2013,2014,2016,2018 +./bin/tests/system/resolver/ans2/ans.pl PERL 2000,2001,2004,2007,2009,2010,2012,2018 +./bin/tests/system/resolver/ans3/ans.pl PERL 2000,2001,2004,2007,2009,2012,2018 +./bin/tests/system/resolver/ans8/ans.pl PERL 2017,2018 +./bin/tests/system/resolver/clean.sh SH 2008,2009,2010,2011,2012,2013,2014,2015,2016,2018 +./bin/tests/system/resolver/ns1/named.conf.in CONF-C 2000,2001,2004,2007,2009,2013,2014,2015,2018 ./bin/tests/system/resolver/ns1/root.hint ZONE 2000,2001,2004,2007 ./bin/tests/system/resolver/ns4/broken.db ZONE 2012 ./bin/tests/system/resolver/ns4/child.server.db ZONE 2011 ./bin/tests/system/resolver/ns4/moves.db ZONE 2011 -./bin/tests/system/resolver/ns4/named.conf CONF-C 2010,2011,2012,2013,2015 +./bin/tests/system/resolver/ns4/named.conf.in CONF-C 2010,2011,2012,2013,2015,2018 ./bin/tests/system/resolver/ns4/named.noaa TXT.BRIEF 2010 ./bin/tests/system/resolver/ns4/root.db ZONE 2010,2014,2015,2016,2017 ./bin/tests/system/resolver/ns4/tld1.db ZONE 2012,2014 ./bin/tests/system/resolver/ns4/tld2.db ZONE 2012,2014 ./bin/tests/system/resolver/ns5/child.server.db ZONE 2011 ./bin/tests/system/resolver/ns5/moves.db ZONE 2011 -./bin/tests/system/resolver/ns5/named.conf CONF-C 2010,2011,2013,2014,2015,2016 +./bin/tests/system/resolver/ns5/named.conf.in CONF-C 2010,2011,2013,2014,2015,2016,2018 ./bin/tests/system/resolver/ns5/root.hint ZONE 2010 ./bin/tests/system/resolver/ns6/broken.db ZONE 2012 ./bin/tests/system/resolver/ns6/delegation-only.db ZONE 2015 @@ -1844,74 +1853,73 @@ ./bin/tests/system/resolver/ns6/example.net.db.in ZONE 2010,2014,2016 ./bin/tests/system/resolver/ns6/keygen.sh SH 2010,2012,2014,2016,2017 ./bin/tests/system/resolver/ns6/moves.db ZONE 2011 -./bin/tests/system/resolver/ns6/named.conf CONF-C 2010,2012,2013,2014,2015,2016 +./bin/tests/system/resolver/ns6/named.conf.in CONF-C 2010,2012,2013,2014,2015,2016,2018 ./bin/tests/system/resolver/ns6/root.db ZONE 2010,2011 ./bin/tests/system/resolver/ns6/to-be-removed.tld.db.in ZONE 2012 ./bin/tests/system/resolver/ns7/all-cnames.db ZONE 2014 ./bin/tests/system/resolver/ns7/named.args X 2011,2012 -./bin/tests/system/resolver/ns7/named1.conf CONF-C 2010,2011,2013,2014,2016 -./bin/tests/system/resolver/ns7/named2.conf CONF-C 2013,2014,2016 +./bin/tests/system/resolver/ns7/named1.conf.in CONF-C 2010,2011,2013,2014,2016,2018 +./bin/tests/system/resolver/ns7/named2.conf.in CONF-C 2013,2014,2016,2018 ./bin/tests/system/resolver/ns7/root.hint ZONE 2010 ./bin/tests/system/resolver/ns7/server.db.in ZONE 2011 -./bin/tests/system/resolver/prereq.sh SH 2000,2001,2004,2007,2012,2014 -./bin/tests/system/resolver/setup.sh SH 2010,2011,2012,2013,2014 -./bin/tests/system/resolver/tests.sh SH 2000,2001,2004,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017 +./bin/tests/system/resolver/prereq.sh SH 2000,2001,2004,2007,2012,2014,2018 +./bin/tests/system/resolver/setup.sh SH 2010,2011,2012,2013,2014,2018 +./bin/tests/system/resolver/tests.sh SH 2000,2001,2004,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 ./bin/tests/system/rndc/.gitignore X 2015 -./bin/tests/system/rndc/clean.sh SH 2011,2012,2013,2014,2015,2017 +./bin/tests/system/rndc/clean.sh SH 2011,2012,2013,2014,2015,2017,2018 ./bin/tests/system/rndc/ns2/incl.db ZONE 2013 -./bin/tests/system/rndc/ns2/named.conf CONF-C 2011,2012,2013 +./bin/tests/system/rndc/ns2/named.conf.in CONF-C 2011,2012,2013,2018 ./bin/tests/system/rndc/ns2/secondkey.conf CONF-C 2012,2013 -./bin/tests/system/rndc/ns3/named.conf CONF-C 2012,2013 +./bin/tests/system/rndc/ns3/named.conf.in CONF-C 2012,2013,2018 ./bin/tests/system/rndc/ns4/.gitignore X 2016 -./bin/tests/system/rndc/ns4/named.conf.in CONF-C 2013,2015 -./bin/tests/system/rndc/setup.sh SH 2011,2012,2013,2014 +./bin/tests/system/rndc/ns4/named.conf.in CONF-C 2013,2015,2018 +./bin/tests/system/rndc/setup.sh SH 2011,2012,2013,2014,2018 ./bin/tests/system/rndc/tests.sh SH 2011,2012,2013,2014,2015,2016,2017,2018 -./bin/tests/system/rpz/clean.sh SH 2011,2012,2013,2014 -./bin/tests/system/rpz/ns1/named.conf CONF-C 2011,2013 -./bin/tests/system/rpz/ns1/root.db ZONE 2011,2012,2013 -./bin/tests/system/rpz/ns2/base-tld2s.db ZONE 2012,2013 -./bin/tests/system/rpz/ns2/bl.tld2.db.in ZONE 2013 -./bin/tests/system/rpz/ns2/blv2.tld2.db.in ZONE 2013 -./bin/tests/system/rpz/ns2/blv3.tld2.db.in ZONE 2013 -./bin/tests/system/rpz/ns2/hints ZONE 2011,2013 -./bin/tests/system/rpz/ns2/named.conf CONF-C 2011,2012,2013 -./bin/tests/system/rpz/ns2/tld2.db ZONE 2011,2012,2013 -./bin/tests/system/rpz/ns3/base.db ZONE 2011,2012,2013,2016 +./bin/tests/system/rpz/clean.sh SH 2011,2012,2013,2014,2018 +./bin/tests/system/rpz/ns1/named.conf.in CONF-C 2011,2013,2018 +./bin/tests/system/rpz/ns1/root.db ZONE 2011,2012,2013,2018 +./bin/tests/system/rpz/ns2/base-tld2s.db ZONE 2012,2013,2018 +./bin/tests/system/rpz/ns2/bl.tld2.db.in ZONE 2013,2018 +./bin/tests/system/rpz/ns2/blv2.tld2.db.in ZONE 2013,2018 +./bin/tests/system/rpz/ns2/blv3.tld2.db.in ZONE 2013,2018 +./bin/tests/system/rpz/ns2/hints ZONE 2011,2013,2018 +./bin/tests/system/rpz/ns2/named.conf.in CONF-C 2011,2012,2013,2018 +./bin/tests/system/rpz/ns2/tld2.db ZONE 2011,2012,2013,2018 +./bin/tests/system/rpz/ns3/base.db ZONE 2011,2012,2013,2016,2018 ./bin/tests/system/rpz/ns3/crash1 X 2011,2013 ./bin/tests/system/rpz/ns3/crash2 X 2011,2012,2013 -./bin/tests/system/rpz/ns3/hints ZONE 2011,2013 -./bin/tests/system/rpz/ns3/named.conf CONF-C 2011,2012,2013 -./bin/tests/system/rpz/ns4/hints ZONE 2011,2013 -./bin/tests/system/rpz/ns4/named.conf CONF-C 2011,2012,2013 -./bin/tests/system/rpz/ns4/tld4.db ZONE 2011,2012,2013 -./bin/tests/system/rpz/ns5/empty.db.in ZONE 2014 -./bin/tests/system/rpz/ns5/hints ZONE 2011,2012,2013 +./bin/tests/system/rpz/ns3/hints ZONE 2011,2013,2018 +./bin/tests/system/rpz/ns3/named.conf.in CONF-C 2011,2012,2013,2018 +./bin/tests/system/rpz/ns4/hints ZONE 2011,2013,2018 +./bin/tests/system/rpz/ns4/named.conf.in CONF-C 2011,2012,2013,2018 +./bin/tests/system/rpz/ns4/tld4.db ZONE 2011,2012,2013,2018 +./bin/tests/system/rpz/ns5/empty.db.in ZONE 2014,2018 +./bin/tests/system/rpz/ns5/hints ZONE 2011,2012,2013,2018 ./bin/tests/system/rpz/ns5/named.args X 2013 -./bin/tests/system/rpz/ns5/named.conf CONF-C 2012,2013,2014 -./bin/tests/system/rpz/ns5/tld5.db ZONE 2013 -./bin/tests/system/rpz/ns6/hints ZONE 2014 -./bin/tests/system/rpz/ns6/named.conf CONF-C 2014 -./bin/tests/system/rpz/ns7/hints ZONE 2014 -./bin/tests/system/rpz/ns7/named.conf CONF-C 2014 -./bin/tests/system/rpz/prereq.sh SH 2014 -./bin/tests/system/rpz/qperf.sh SH 2012,2013 -./bin/tests/system/rpz/setup.sh SH 2011,2012,2013,2014,2016 -./bin/tests/system/rpz/test1 ZONE 2011,2012,2013 -./bin/tests/system/rpz/test2 ZONE 2011,2012,2013 -./bin/tests/system/rpz/test3 ZONE 2011,2013 -./bin/tests/system/rpz/test4 ZONE 2011,2013 -./bin/tests/system/rpz/test4a ZONE 2013 -./bin/tests/system/rpz/test5 ZONE 2011,2012,2013 -./bin/tests/system/rpz/test6 ZONE 2013 -./bin/tests/system/rpz/tests.sh SH 2011,2012,2013,2014,2015,2016,2017 -./bin/tests/system/rpzrecurse/.gitignore X 2015 +./bin/tests/system/rpz/ns5/named.conf.in CONF-C 2012,2013,2014,2018 +./bin/tests/system/rpz/ns5/tld5.db ZONE 2013,2018 +./bin/tests/system/rpz/ns6/hints ZONE 2014,2018 +./bin/tests/system/rpz/ns6/named.conf.in CONF-C 2014,2018 +./bin/tests/system/rpz/ns7/hints ZONE 2014,2018 +./bin/tests/system/rpz/ns7/named.conf.in CONF-C 2014,2018 +./bin/tests/system/rpz/prereq.sh SH 2014,2018 +./bin/tests/system/rpz/qperf.sh SH 2012,2013,2018 +./bin/tests/system/rpz/setup.sh SH 2011,2012,2013,2014,2016,2018 +./bin/tests/system/rpz/test1 ZONE 2011,2012,2013,2018 +./bin/tests/system/rpz/test2 ZONE 2011,2012,2013,2018 +./bin/tests/system/rpz/test3 ZONE 2011,2013,2018 +./bin/tests/system/rpz/test4 ZONE 2011,2013,2018 +./bin/tests/system/rpz/test4a ZONE 2013,2018 +./bin/tests/system/rpz/test5 ZONE 2011,2012,2013,2018 +./bin/tests/system/rpz/test6 ZONE 2013,2018 +./bin/tests/system/rpz/tests.sh SH 2011,2012,2013,2014,2015,2016,2017,2018 +./bin/tests/system/rpzrecurse/.gitignore X 2015,2018 ./bin/tests/system/rpzrecurse/README TXT.BRIEF 2015 -./bin/tests/system/rpzrecurse/clean.sh SH 2015 +./bin/tests/system/rpzrecurse/clean.sh SH 2015,2018 ./bin/tests/system/rpzrecurse/ns1/db.l0 ZONE 2015 ./bin/tests/system/rpzrecurse/ns1/db.l1.l0 ZONE 2015 ./bin/tests/system/rpzrecurse/ns1/example.db ZONE 2015 -./bin/tests/system/rpzrecurse/ns1/named.conf CONF-C 2015 -./bin/tests/system/rpzrecurse/ns1/root.db ZONE 2015 +./bin/tests/system/rpzrecurse/ns1/named.conf.in CONF-C 2018 ./bin/tests/system/rpzrecurse/ns1/test1.example.net.db ZONE 2015 ./bin/tests/system/rpzrecurse/ns1/test2.example.net.db ZONE 2015 ./bin/tests/system/rpzrecurse/ns2/.gitignore X 2015 @@ -1924,34 +1932,34 @@ ./bin/tests/system/rpzrecurse/ns2/db.wildcard3 ZONE 2015 ./bin/tests/system/rpzrecurse/ns2/named.clientip.conf CONF-C 2015 ./bin/tests/system/rpzrecurse/ns2/named.clientip2.conf CONF-C 2016 -./bin/tests/system/rpzrecurse/ns2/named.conf.header CONF-C 2015 +./bin/tests/system/rpzrecurse/ns2/named.conf.header.in CONF-C 2015,2018 ./bin/tests/system/rpzrecurse/ns2/named.default.conf CONF-C 2015 ./bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf CONF-C 2015 ./bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf CONF-C 2015 ./bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf CONF-C 2015 ./bin/tests/system/rpzrecurse/ns2/root.hint ZONE 2015 ./bin/tests/system/rpzrecurse/prereq.sh SH 2015,2016 -./bin/tests/system/rpzrecurse/setup.sh SH 2015 +./bin/tests/system/rpzrecurse/setup.sh SH 2015,2018 ./bin/tests/system/rpzrecurse/testgen.pl PERL 2015 ./bin/tests/system/rpzrecurse/tests.sh SH 2015,2016,2018 ./bin/tests/system/rrchecker/classlist.good X 2013 ./bin/tests/system/rrchecker/clean.sh SH 2013,2017 ./bin/tests/system/rrchecker/privatelist.good X 2013 -./bin/tests/system/rrchecker/tests.sh SH 2013,2014,2015,2016,2017 +./bin/tests/system/rrchecker/tests.sh SH 2013,2014,2015,2016,2017,2018 ./bin/tests/system/rrchecker/typelist.good X 2013,2014,2015,2016,2017 ./bin/tests/system/rrl/.gitignore X 2013,2014 -./bin/tests/system/rrl/clean.sh SH 2012,2013,2016 -./bin/tests/system/rrl/ns1/named.conf CONF-C 2012,2013 +./bin/tests/system/rrl/clean.sh SH 2012,2013,2016,2018 +./bin/tests/system/rrl/ns1/named.conf.in CONF-C 2012,2013,2018 ./bin/tests/system/rrl/ns1/root.db ZONE 2012,2013 ./bin/tests/system/rrl/ns2/hints ZONE 2012,2013 -./bin/tests/system/rrl/ns2/named.conf CONF-C 2012,2013 +./bin/tests/system/rrl/ns2/named.conf.in CONF-C 2012,2013,2018 ./bin/tests/system/rrl/ns2/tld2.db ZONE 2012,2013 ./bin/tests/system/rrl/ns3/hints ZONE 2012,2013 -./bin/tests/system/rrl/ns3/named.conf CONF-C 2012,2013 +./bin/tests/system/rrl/ns3/named.conf.in CONF-C 2012,2013,2018 ./bin/tests/system/rrl/ns3/tld3.db ZONE 2012,2013 -./bin/tests/system/rrl/setup.sh SH 2012,2013 -./bin/tests/system/rrl/tests.sh SH 2012,2013,2015,2016 -./bin/tests/system/rrsetorder/clean.sh SH 2006,2007,2008,2011,2012 +./bin/tests/system/rrl/setup.sh SH 2012,2013,2018 +./bin/tests/system/rrl/tests.sh SH 2012,2013,2015,2016,2018 +./bin/tests/system/rrsetorder/clean.sh SH 2006,2007,2008,2011,2012,2018 ./bin/tests/system/rrsetorder/dig.out.fixed.good X 2006 ./bin/tests/system/rrsetorder/dig.out.random.good1 X 2006 ./bin/tests/system/rrsetorder/dig.out.random.good10 X 2006 @@ -1977,23 +1985,24 @@ ./bin/tests/system/rrsetorder/dig.out.random.good7 X 2006 ./bin/tests/system/rrsetorder/dig.out.random.good8 X 2006 ./bin/tests/system/rrsetorder/dig.out.random.good9 X 2006 -./bin/tests/system/rrsetorder/ns1/named.conf CONF-C 2006,2007,2013 +./bin/tests/system/rrsetorder/ns1/named.conf.in CONF-C 2006,2007,2013,2018 ./bin/tests/system/rrsetorder/ns1/root.db ZONE 2006,2007,2012 -./bin/tests/system/rrsetorder/ns2/named.conf CONF-C 2006,2007 -./bin/tests/system/rrsetorder/ns3/named.conf CONF-C 2006,2007 -./bin/tests/system/rrsetorder/ns4/named.conf CONF-C 2015 -./bin/tests/system/rrsetorder/tests.sh SH 2006,2007,2008,2011,2012,2014,2015,2016 +./bin/tests/system/rrsetorder/ns2/named.conf.in CONF-C 2006,2007,2018 +./bin/tests/system/rrsetorder/ns3/named.conf.in CONF-C 2006,2007,2018 +./bin/tests/system/rrsetorder/ns4/named.conf.in CONF-C 2015,2018 +./bin/tests/system/rrsetorder/setup.sh SH 2018 +./bin/tests/system/rrsetorder/tests.sh SH 2006,2007,2008,2011,2012,2014,2015,2016,2018 ./bin/tests/system/rsabigexponent/.gitignore X 2013 ./bin/tests/system/rsabigexponent/Makefile.in MAKE 2012,2014,2015 ./bin/tests/system/rsabigexponent/bigkey.c C 2012,2014,2015 -./bin/tests/system/rsabigexponent/clean.sh SH 2012,2014,2016 +./bin/tests/system/rsabigexponent/clean.sh SH 2012,2014,2016,2018 ./bin/tests/system/rsabigexponent/conf/bad01.conf CONF-C 2012 ./bin/tests/system/rsabigexponent/conf/bad02.conf CONF-C 2012 ./bin/tests/system/rsabigexponent/conf/bad03.conf CONF-C 2012 ./bin/tests/system/rsabigexponent/conf/good01.conf CONF-C 2012 ./bin/tests/system/rsabigexponent/conf/good02.conf CONF-C 2012 ./bin/tests/system/rsabigexponent/conf/good03.conf CONF-C 2012 -./bin/tests/system/rsabigexponent/ns1/named.conf CONF-C 2012 +./bin/tests/system/rsabigexponent/ns1/named.conf.in CONF-C 2012,2018 ./bin/tests/system/rsabigexponent/ns1/root.db.in ZONE 2012 ./bin/tests/system/rsabigexponent/ns1/sign.sh SH 2012,2014,2016 ./bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.key X 2012 @@ -2003,24 +2012,25 @@ ./bin/tests/system/rsabigexponent/ns2/dsset-example.in X 2012 ./bin/tests/system/rsabigexponent/ns2/example.db.bad ZONE 2012 ./bin/tests/system/rsabigexponent/ns2/example.db.in ZONE 2012 -./bin/tests/system/rsabigexponent/ns2/named.conf CONF-C 2012 +./bin/tests/system/rsabigexponent/ns2/named.conf.in CONF-C 2012,2018 ./bin/tests/system/rsabigexponent/ns2/sign.sh SH 2012,2014 -./bin/tests/system/rsabigexponent/ns3/named.conf CONF-C 2012 -./bin/tests/system/rsabigexponent/prereq.sh SH 2012,2014,2016 -./bin/tests/system/rsabigexponent/setup.sh SH 2012,2014 -./bin/tests/system/rsabigexponent/tests.sh SH 2012,2016 -./bin/tests/system/run.sh SH 2000,2001,2004,2007,2010,2012,2014,2015,2016,2017 -./bin/tests/system/runall.sh SH 2000,2001,2004,2007,2010,2011,2012,2014,2015 -./bin/tests/system/runtime/clean.sh SH 2017 -./bin/tests/system/runtime/ns2/named-alt1.conf CONF-C 2017 -./bin/tests/system/runtime/ns2/named-alt2.conf CONF-C 2017 -./bin/tests/system/runtime/ns2/named-alt3.conf CONF-C 2017 -./bin/tests/system/runtime/ns2/named-alt4.conf CONF-C 2017 -./bin/tests/system/runtime/ns2/named-alt5.conf CONF-C 2017 -./bin/tests/system/runtime/ns2/named-alt6.conf CONF-C 2017 -./bin/tests/system/runtime/ns2/named1.conf CONF-C 2017 -./bin/tests/system/runtime/setup.sh SH 2017 -./bin/tests/system/runtime/tests.sh SH 2017 +./bin/tests/system/rsabigexponent/ns3/named.conf.in CONF-C 2012,2018 +./bin/tests/system/rsabigexponent/prereq.sh SH 2012,2014,2016,2018 +./bin/tests/system/rsabigexponent/setup.sh SH 2012,2014,2018 +./bin/tests/system/rsabigexponent/tests.sh SH 2012,2016,2018 +./bin/tests/system/run.sh SH 2000,2001,2004,2007,2010,2012,2014,2015,2016,2017,2018 +./bin/tests/system/runall.sh SH 2000,2001,2004,2007,2010,2011,2012,2014,2015,2018 +./bin/tests/system/runsequential.sh SH 2018 +./bin/tests/system/runtime/clean.sh SH 2017,2018 +./bin/tests/system/runtime/ns2/named-alt1.conf.in CONF-C 2017,2018 +./bin/tests/system/runtime/ns2/named-alt2.conf.in CONF-C 2017,2018 +./bin/tests/system/runtime/ns2/named-alt3.conf.in CONF-C 2017,2018 +./bin/tests/system/runtime/ns2/named-alt4.conf.in CONF-C 2017,2018 +./bin/tests/system/runtime/ns2/named-alt5.conf.in CONF-C 2017,2018 +./bin/tests/system/runtime/ns2/named-alt6.conf.in CONF-C 2017,2018 +./bin/tests/system/runtime/ns2/named1.conf.in CONF-C 2017,2018 +./bin/tests/system/runtime/setup.sh SH 2017,2018 +./bin/tests/system/runtime/tests.sh SH 2017,2018 ./bin/tests/system/send.pl PERL 2001,2004,2007,2011,2012 ./bin/tests/system/setup.sh SH 2000,2001,2004,2007,2012,2014 ./bin/tests/system/smartsign/child.db ZONE 2010 @@ -2028,19 +2038,21 @@ ./bin/tests/system/smartsign/parent.db ZONE 2010 ./bin/tests/system/smartsign/prereq.sh SH 2010,2012,2014 ./bin/tests/system/smartsign/setup.sh SH 2010,2012,2014 -./bin/tests/system/smartsign/tests.sh SH 2010,2011,2012,2014,2016,2017 -./bin/tests/system/sortlist/clean.sh SH 2000,2001,2004,2007,2009,2012,2015 +./bin/tests/system/smartsign/tests.sh SH 2010,2011,2012,2014,2016,2017,2018 +./bin/tests/system/sortlist/clean.sh SH 2000,2001,2004,2007,2009,2012,2015,2018 ./bin/tests/system/sortlist/ns1/example.db ZONE 2000,2001,2004,2007 -./bin/tests/system/sortlist/ns1/named.conf CONF-C 2000,2001,2004,2007 +./bin/tests/system/sortlist/ns1/named.conf.in CONF-C 2000,2001,2004,2007,2018 ./bin/tests/system/sortlist/ns1/root.db ZONE 2000,2001,2004,2007 -./bin/tests/system/sortlist/tests.sh SH 2000,2001,2004,2007,2012,2016 -./bin/tests/system/spf/clean.sh SH 2013 -./bin/tests/system/spf/ns1/named.conf CONF-C 2013 +./bin/tests/system/sortlist/setup.sh SH 2018 +./bin/tests/system/sortlist/tests.sh SH 2000,2001,2004,2007,2012,2016,2018 +./bin/tests/system/spf/clean.sh SH 2013,2018 +./bin/tests/system/spf/ns1/named.conf.in CONF-C 2013,2018 ./bin/tests/system/spf/ns1/spf.db ZONE 2013 -./bin/tests/system/spf/tests.sh SH 2013,2014,2016 -./bin/tests/system/start.pl SH 2001,2004,2005,2006,2007,2008,2010,2011,2012,2013,2014,2015,2016,2017 +./bin/tests/system/spf/setup.sh SH 2018 +./bin/tests/system/spf/tests.sh SH 2013,2014,2016,2018 +./bin/tests/system/start.pl SH 2001,2004,2005,2006,2007,2008,2010,2011,2012,2013,2014,2015,2016,2017,2018 ./bin/tests/system/start.sh SH 2000,2001,2004,2007,2012 -./bin/tests/system/staticstub/clean.sh SH 2010,2012,2014,2015 +./bin/tests/system/staticstub/clean.sh SH 2010,2012,2014,2015,2018 ./bin/tests/system/staticstub/conf/bad01.conf CONF-C 2010 ./bin/tests/system/staticstub/conf/bad02.conf CONF-C 2010 ./bin/tests/system/staticstub/conf/bad03.conf CONF-C 2010 @@ -2058,45 +2070,47 @@ ./bin/tests/system/staticstub/conf/good04.conf CONF-C 2010 ./bin/tests/system/staticstub/conf/good05.conf CONF-C 2010 ./bin/tests/system/staticstub/knowngood.dig.out.rec X 2010,2013 -./bin/tests/system/staticstub/ns1/named.conf CONF-C 2010 +./bin/tests/system/staticstub/ns1/named.conf.in CONF-C 2010,2018 ./bin/tests/system/staticstub/ns1/root.db ZONE 2010 -./bin/tests/system/staticstub/ns2/named.conf.in CONF-C 2010,2015 +./bin/tests/system/staticstub/ns2/named.conf.in CONF-C 2010,2015,2018 ./bin/tests/system/staticstub/ns3/example.db.in ZONE 2010 ./bin/tests/system/staticstub/ns3/example.org.db ZONE 2010 -./bin/tests/system/staticstub/ns3/named.conf.in CONF-C 2010,2013,2015 +./bin/tests/system/staticstub/ns3/named.conf.in CONF-C 2010,2013,2015,2018 ./bin/tests/system/staticstub/ns3/sign.sh SH 2010,2012,2014,2015,2016 ./bin/tests/system/staticstub/ns3/undelegated.db.in ZONE 2015 ./bin/tests/system/staticstub/ns4/example.com.db ZONE 2010 ./bin/tests/system/staticstub/ns4/example.info.db ZONE 2010 ./bin/tests/system/staticstub/ns4/example.org.db ZONE 2010 -./bin/tests/system/staticstub/ns4/named.conf CONF-C 2010 +./bin/tests/system/staticstub/ns4/named.conf.in CONF-C 2010,2018 ./bin/tests/system/staticstub/ns4/sign.sh SH 2010,2012,2014 ./bin/tests/system/staticstub/ns4/sub.example.db.in ZONE 2010 ./bin/tests/system/staticstub/prereq.sh SH 2014 -./bin/tests/system/staticstub/setup.sh SH 2010,2012,2014 -./bin/tests/system/staticstub/tests.sh SH 2010,2011,2012,2013,2015,2016 -./bin/tests/system/statistics/ans4/ans.pl PERL 2012 -./bin/tests/system/statistics/clean.sh SH 2012,2015 -./bin/tests/system/statistics/ns1/named.conf CONF-C 2012,2015 +./bin/tests/system/staticstub/setup.sh SH 2010,2012,2014,2018 +./bin/tests/system/staticstub/tests.sh SH 2010,2011,2012,2013,2015,2016,2018 +./bin/tests/system/statistics/ans4/ans.pl PERL 2012,2018 +./bin/tests/system/statistics/clean.sh SH 2012,2015,2018 +./bin/tests/system/statistics/ns1/named.conf.in CONF-C 2012,2015,2018 ./bin/tests/system/statistics/ns1/root.db ZONE 2012 ./bin/tests/system/statistics/ns1/zone.db ZONE 2015 ./bin/tests/system/statistics/ns2/example.db ZONE 2012 ./bin/tests/system/statistics/ns2/internal.db ZONE 2012 -./bin/tests/system/statistics/ns2/named.conf CONF-C 2012 +./bin/tests/system/statistics/ns2/named.conf.in CONF-C 2012,2018 ./bin/tests/system/statistics/ns3/internal.db ZONE 2012 -./bin/tests/system/statistics/ns3/named.conf CONF-C 2012,2013 +./bin/tests/system/statistics/ns3/named.conf.in CONF-C 2012,2013,2018 ./bin/tests/system/statistics/ns3/root.hint ZONE 2012 -./bin/tests/system/statistics/prereq.sh SH 2012,2014 -./bin/tests/system/statistics/tests.sh SH 2012,2015,2016 -./bin/tests/system/statschannel/clean.sh SH 2015 +./bin/tests/system/statistics/prereq.sh SH 2012,2014,2018 +./bin/tests/system/statistics/setup.sh SH 2018 +./bin/tests/system/statistics/tests.sh SH 2012,2015,2016,2018 +./bin/tests/system/statschannel/clean.sh SH 2015,2018 ./bin/tests/system/statschannel/fetch.pl PERL 2015 ./bin/tests/system/statschannel/ns2/example.db ZONE 2015 -./bin/tests/system/statschannel/ns2/named.conf CONF-C 2015,2016 -./bin/tests/system/statschannel/prereq.sh SH 2015 +./bin/tests/system/statschannel/ns2/named.conf.in CONF-C 2015,2016,2018 +./bin/tests/system/statschannel/prereq.sh SH 2015,2018 ./bin/tests/system/statschannel/server-json.pl PERL 2015,2017 ./bin/tests/system/statschannel/server-xml.pl PERL 2015,2017 -./bin/tests/system/statschannel/tests.sh SH 2015,2016 -./bin/tests/system/stop.pl SH 2001,2004,2005,2006,2007,2012,2016 +./bin/tests/system/statschannel/setup.sh SH 2018 +./bin/tests/system/statschannel/tests.sh SH 2015,2016,2018 +./bin/tests/system/stop.pl SH 2001,2004,2005,2006,2007,2012,2016,2018 ./bin/tests/system/stop.sh SH 2000,2001,2004,2007,2012 ./bin/tests/system/stress/clean.sh SH 2000,2001,2004,2007,2012 ./bin/tests/system/stress/ns1/named.conf CONF-C 2000,2001,2004,2007 @@ -2108,27 +2122,30 @@ ./bin/tests/system/stress/setup.sh SH 2000,2001,2004,2007,2012 ./bin/tests/system/stress/tests.sh SH 2000,2001,2004,2007,2012,2014,2015,2016 ./bin/tests/system/stress/update.pl PERL 2000,2001,2004,2007,2012 -./bin/tests/system/stub/clean.sh SH 2000,2001,2004,2007,2012,2015 +./bin/tests/system/stub/clean.sh SH 2000,2001,2004,2007,2012,2015,2018 ./bin/tests/system/stub/knowngood.dig.out.norec X 2000,2001 ./bin/tests/system/stub/knowngood.dig.out.rec X 2000,2001,2013 -./bin/tests/system/stub/ns1/named.conf CONF-C 2000,2001,2004,2007 +./bin/tests/system/stub/ns1/named.conf.in CONF-C 2000,2001,2004,2007,2018 ./bin/tests/system/stub/ns1/root.db ZONE 2000,2001,2004,2007 ./bin/tests/system/stub/ns2/child.example.db ZONE 2000,2001,2004,2007 -./bin/tests/system/stub/ns2/named.conf CONF-C 2000,2001,2004,2007 +./bin/tests/system/stub/ns2/named.conf.in CONF-C 2000,2001,2004,2007,2018 ./bin/tests/system/stub/ns3/example.db ZONE 2000,2001,2004,2007 -./bin/tests/system/stub/ns3/named.conf CONF-C 2000,2001,2004,2007 -./bin/tests/system/stub/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2016 -./bin/tests/system/tcp/clean.sh SH 2016 -./bin/tests/system/tcp/ns1/named.conf CONF-C 2016 +./bin/tests/system/stub/ns3/named.conf.in CONF-C 2000,2001,2004,2007,2018 +./bin/tests/system/stub/setup.sh SH 2018 +./bin/tests/system/stub/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2016,2018 +./bin/tests/system/tcp/clean.sh SH 2016,2018 +./bin/tests/system/tcp/ns1/named.conf.in CONF-C 2016,2018 ./bin/tests/system/tcp/ns1/root.db ZONE 2016 ./bin/tests/system/tcp/ns2/example.db ZONE 2016 -./bin/tests/system/tcp/ns2/named.conf CONF-C 2016 -./bin/tests/system/tcp/ns3/named.conf CONF-C 2016 -./bin/tests/system/tcp/ns4/named.conf CONF-C 2016 -./bin/tests/system/tcp/tests.sh SH 2016 +./bin/tests/system/tcp/ns2/named.conf.in CONF-C 2016,2018 +./bin/tests/system/tcp/ns3/named.conf.in CONF-C 2016,2018 +./bin/tests/system/tcp/ns4/named.conf.in CONF-C 2016,2018 +./bin/tests/system/tcp/setup.sh SH 2018 +./bin/tests/system/tcp/tests.sh SH 2016,2018 ./bin/tests/system/testcrypto.sh SH 2014,2017 ./bin/tests/system/testsock.pl PERL 2000,2001,2004,2007,2010,2011,2012,2013 ./bin/tests/system/testsock6.pl PERL 2010,2012,2014 +./bin/tests/system/testsummary.sh SH 2018 ./bin/tests/system/tkey/Makefile.in MAKE 2001,2002,2004,2007,2009,2012,2014,2015,2016 ./bin/tests/system/tkey/clean.sh SH 2001,2004,2007,2011,2012,2013,2014,2015 ./bin/tests/system/tkey/keycreate.c C 2001,2004,2005,2007,2009,2011,2012,2014,2015,2016 @@ -2139,22 +2156,22 @@ ./bin/tests/system/tkey/prereq.sh SH 2001,2004,2006,2007,2009,2012,2014 ./bin/tests/system/tkey/setup.sh SH 2001,2004,2007,2009,2012,2013,2014 ./bin/tests/system/tkey/tests.sh SH 2001,2004,2007,2009,2011,2012,2013,2014,2016 -./bin/tests/system/tsig/clean.sh SH 2005,2006,2007,2012,2016 +./bin/tests/system/tsig/clean.sh SH 2005,2006,2007,2012,2016,2018 ./bin/tests/system/tsig/ns1/example.db ZONE 2005,2006,2007,2009,2012 -./bin/tests/system/tsig/ns1/named.conf CONF-C 2005,2006,2007 -./bin/tests/system/tsig/setup.sh SH 2016 -./bin/tests/system/tsig/tests.sh SH 2005,2006,2007,2011,2012,2016 -./bin/tests/system/tsiggss/authsock.pl PERL 2011,2012 -./bin/tests/system/tsiggss/clean.sh SH 2010,2011,2014,2015 +./bin/tests/system/tsig/ns1/named.conf.in CONF-C 2005,2006,2007,2018 +./bin/tests/system/tsig/setup.sh SH 2016,2018 +./bin/tests/system/tsig/tests.sh SH 2005,2006,2007,2011,2012,2016,2018 +./bin/tests/system/tsiggss/authsock.pl PERL 2011,2012,2018 +./bin/tests/system/tsiggss/clean.sh SH 2010,2011,2014,2015,2018 ./bin/tests/system/tsiggss/ns1/administrator.ccache X 2010 ./bin/tests/system/tsiggss/ns1/dns.keytab X 2010 ./bin/tests/system/tsiggss/ns1/example.nil.db.in X 2011 -./bin/tests/system/tsiggss/ns1/named.conf CONF-C 2010,2011,2013 +./bin/tests/system/tsiggss/ns1/named.conf.in CONF-C 2010,2011,2013,2018 ./bin/tests/system/tsiggss/ns1/testdenied.ccache X 2010 -./bin/tests/system/tsiggss/prereq.sh SH 2010,2011,2012,2014,2016 -./bin/tests/system/tsiggss/setup.sh SH 2010,2011,2012,2014 -./bin/tests/system/tsiggss/tests.sh SH 2010,2011,2014,2016,2017 -./bin/tests/system/unknown/clean.sh SH 2000,2001,2004,2007,2012,2013,2015 +./bin/tests/system/tsiggss/prereq.sh SH 2010,2011,2012,2014,2016,2018 +./bin/tests/system/tsiggss/setup.sh SH 2010,2011,2012,2014,2018 +./bin/tests/system/tsiggss/tests.sh SH 2010,2011,2014,2016,2017,2018 +./bin/tests/system/unknown/clean.sh SH 2000,2001,2004,2007,2012,2013,2015,2018 ./bin/tests/system/unknown/large.out X 2012 ./bin/tests/system/unknown/ns1/broken1.db ZONE 2000,2001,2004,2007 ./bin/tests/system/unknown/ns1/broken2.db ZONE 2000,2001,2004,2007 @@ -2165,46 +2182,37 @@ ./bin/tests/system/unknown/ns1/example-class10.db ZONE 2000,2001,2004,2007 ./bin/tests/system/unknown/ns1/example-in.db ZONE 2000,2001,2004,2007,2011,2012 ./bin/tests/system/unknown/ns1/large.db ZONE 2012 -./bin/tests/system/unknown/ns1/named.conf CONF-C 2000,2001,2004,2007 -./bin/tests/system/unknown/ns2/named.conf CONF-C 2012 -./bin/tests/system/unknown/ns3/named.conf CONF-C 2012 +./bin/tests/system/unknown/ns1/named.conf.in CONF-C 2000,2001,2004,2007,2018 +./bin/tests/system/unknown/ns2/named.conf.in CONF-C 2012,2018 +./bin/tests/system/unknown/ns3/named.conf.in CONF-C 2012,2018 ./bin/tests/system/unknown/ns3/sign.sh SH 2012,2014 ./bin/tests/system/unknown/prereq.sh SH 2014 -./bin/tests/system/unknown/setup.sh SH 2012,2014 -./bin/tests/system/unknown/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2016 +./bin/tests/system/unknown/setup.sh SH 2012,2014,2018 +./bin/tests/system/unknown/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2016,2018 ./bin/tests/system/unknown/zones/nan.bad ZONE 2013 -./bin/tests/system/upforwd/ans4/ans.pl PERL 2011,2012 -./bin/tests/system/upforwd/clean.sh SH 2000,2001,2004,2007,2011,2012,2014,2015 +./bin/tests/system/upforwd/ans4/ans.pl PERL 2011,2012,2018 +./bin/tests/system/upforwd/clean.sh SH 2000,2001,2004,2007,2011,2012,2014,2015,2018 ./bin/tests/system/upforwd/knowngood.after1 X 2000,2001 ./bin/tests/system/upforwd/knowngood.after2 X 2000,2001 ./bin/tests/system/upforwd/knowngood.before X 2000,2001 ./bin/tests/system/upforwd/knowngood.ns2.before X 2000,2001 ./bin/tests/system/upforwd/ns1/example1.db ZONE 2000,2001,2004,2007 -./bin/tests/system/upforwd/ns1/named.conf CONF-C 2000,2001,2004,2007,2014 -./bin/tests/system/upforwd/ns2/named.conf CONF-C 2000,2001,2004,2007,2014 -./bin/tests/system/upforwd/ns3/named.conf CONF-C 2000,2001,2004,2007,2011,2014 +./bin/tests/system/upforwd/ns1/named.conf.in CONF-C 2000,2001,2004,2007,2014,2018 +./bin/tests/system/upforwd/ns2/named.conf.in CONF-C 2000,2001,2004,2007,2014,2018 +./bin/tests/system/upforwd/ns3/named.conf.in CONF-C 2000,2001,2004,2007,2011,2014,2018 ./bin/tests/system/upforwd/ns3/nomaster.db ZONE 2011 -./bin/tests/system/upforwd/prereq.sh SH 2012,2014 -./bin/tests/system/upforwd/setup.sh SH 2000,2001,2004,2007,2011,2012,2014,2016 -./bin/tests/system/upforwd/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2014,2016 -./bin/tests/system/v6synth/clean.sh SH 2001,2004,2007,2012 -./bin/tests/system/v6synth/ns1/named.conf CONF-C 2001,2004,2007 -./bin/tests/system/v6synth/ns1/root.db ZONE 2001,2004,2007 -./bin/tests/system/v6synth/ns2/example.db ZONE 2001,2004,2007 -./bin/tests/system/v6synth/ns2/ip6.arpa.db ZONE 2001,2002,2004,2007 -./bin/tests/system/v6synth/ns2/ip6.int.db ZONE 2001,2004,2007 -./bin/tests/system/v6synth/ns2/named.conf CONF-C 2001,2004,2007 -./bin/tests/system/v6synth/ns3/named.conf CONF-C 2001,2004,2007 -./bin/tests/system/v6synth/tests.sh SH 2001,2004,2007,2012,2016 +./bin/tests/system/upforwd/prereq.sh SH 2012,2014,2018 +./bin/tests/system/upforwd/setup.sh SH 2000,2001,2004,2007,2011,2012,2014,2016,2018 +./bin/tests/system/upforwd/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2014,2016,2018 ./bin/tests/system/verify/.gitignore X 2012,2016 ./bin/tests/system/verify/clean.sh SH 2012,2014 ./bin/tests/system/verify/prereq.sh SH 2014 ./bin/tests/system/verify/setup.sh SH 2012,2014 -./bin/tests/system/verify/tests.sh SH 2012,2013,2016,2017 -./bin/tests/system/verify/zones/genzones.sh SH 2012,2013,2014 +./bin/tests/system/verify/tests.sh SH 2012,2013,2016,2017,2018 +./bin/tests/system/verify/zones/genzones.sh SH 2012,2013,2014,2018 ./bin/tests/system/verify/zones/unsigned.db ZONE 2012,2016 -./bin/tests/system/views/clean.sh SH 2000,2001,2004,2005,2007,2012,2013,2014,2015 -./bin/tests/system/views/ns1/named.conf CONF-C 2000,2001,2004,2007 +./bin/tests/system/views/clean.sh SH 2000,2001,2004,2005,2007,2012,2013,2014,2015,2018 +./bin/tests/system/views/ns1/named.conf.in CONF-C 2000,2001,2004,2007,2018 ./bin/tests/system/views/ns1/root.db ZONE 2000,2001,2004,2007 ./bin/tests/system/views/ns2/.gitignore X 2012 ./bin/tests/system/views/ns2/1.10.in-addr.arpa.db ZONE 2015 @@ -2214,36 +2222,36 @@ ./bin/tests/system/views/ns2/external/inline.db ZONE 2014 ./bin/tests/system/views/ns2/internal.db ZONE 2000,2001,2004,2007 ./bin/tests/system/views/ns2/internal/inline.db ZONE 2014 -./bin/tests/system/views/ns2/named1.conf CONF-C 2000,2001,2004,2007,2013 -./bin/tests/system/views/ns2/named2.conf CONF-C 2000,2001,2004,2007,2013,2014,2015 +./bin/tests/system/views/ns2/named1.conf.in CONF-C 2000,2001,2004,2007,2013,2018 +./bin/tests/system/views/ns2/named2.conf.in CONF-C 2000,2001,2004,2007,2013,2014,2015,2018 ./bin/tests/system/views/ns3/.gitignore X 2012 ./bin/tests/system/views/ns3/child.clone.db ZONE 2013 ./bin/tests/system/views/ns3/internal.db ZONE 2000,2001,2004,2007 -./bin/tests/system/views/ns3/named1.conf CONF-C 2000,2001,2004,2007,2013 -./bin/tests/system/views/ns3/named2.conf CONF-C 2000,2001,2004,2007,2013 +./bin/tests/system/views/ns3/named1.conf.in CONF-C 2000,2001,2004,2007,2013,2018 +./bin/tests/system/views/ns3/named2.conf.in CONF-C 2000,2001,2004,2007,2013,2018 ./bin/tests/system/views/ns5/child.clone.db ZONE 2013 -./bin/tests/system/views/ns5/named.conf CONF-C 2013 -./bin/tests/system/views/setup.sh SH 2000,2001,2004,2007,2012,2014 -./bin/tests/system/views/tests.sh SH 2000,2001,2004,2007,2012,2013,2014,2016 -./bin/tests/system/wildcard/clean.sh SH 2012,2013,2014 +./bin/tests/system/views/ns5/named.conf.in CONF-C 2013,2018 +./bin/tests/system/views/setup.sh SH 2000,2001,2004,2007,2012,2014,2018 +./bin/tests/system/views/tests.sh SH 2000,2001,2004,2007,2012,2013,2014,2016,2018 +./bin/tests/system/wildcard/clean.sh SH 2012,2013,2014,2018 ./bin/tests/system/wildcard/ns1/dlv.db.in ZONE 2013 -./bin/tests/system/wildcard/ns1/named.conf CONF-C 2012,2013 +./bin/tests/system/wildcard/ns1/named.conf.in CONF-C 2012,2013,2018 ./bin/tests/system/wildcard/ns1/nsec.db.in ZONE 2012,2013 ./bin/tests/system/wildcard/ns1/nsec3.db.in ZONE 2012,2013 ./bin/tests/system/wildcard/ns1/private.nsec.db.in ZONE 2012,2013 ./bin/tests/system/wildcard/ns1/private.nsec3.db.in ZONE 2012,2013 ./bin/tests/system/wildcard/ns1/root.db.in ZONE 2012,2013 -./bin/tests/system/wildcard/ns1/sign.sh SH 2012,2013,2014,2016 +./bin/tests/system/wildcard/ns1/sign.sh SH 2012,2013,2014,2016,2018 ./bin/tests/system/wildcard/ns2/hints ZONE 2012 -./bin/tests/system/wildcard/ns2/named.conf CONF-C 2012 +./bin/tests/system/wildcard/ns2/named.conf.in CONF-C 2012,2018 ./bin/tests/system/wildcard/ns3/hints ZONE 2012 -./bin/tests/system/wildcard/ns3/named.conf CONF-C 2012 -./bin/tests/system/wildcard/ns4/named.conf CONF-C 2012 +./bin/tests/system/wildcard/ns3/named.conf.in CONF-C 2012,2018 +./bin/tests/system/wildcard/ns4/named.conf.in CONF-C 2012,2018 ./bin/tests/system/wildcard/ns5/hints ZONE 2013 -./bin/tests/system/wildcard/ns5/named.conf CONF-C 2013 +./bin/tests/system/wildcard/ns5/named.conf.in CONF-C 2013,2018 ./bin/tests/system/wildcard/prereq.sh SH 2014 -./bin/tests/system/wildcard/setup.sh SH 2012,2014 -./bin/tests/system/wildcard/tests.sh SH 2012,2013,2016 +./bin/tests/system/wildcard/setup.sh SH 2012,2014,2018 +./bin/tests/system/wildcard/tests.sh SH 2012,2013,2016,2018 ./bin/tests/system/win32/bigkey.dsp.in X 2016 ./bin/tests/system/win32/bigkey.dsw X 2016 ./bin/tests/system/win32/bigkey.mak.in X 2016 @@ -2280,60 +2288,60 @@ ./bin/tests/system/xfer/ans5/unknownkey X 2011 ./bin/tests/system/xfer/ans5/unsigned X 2011 ./bin/tests/system/xfer/ans5/wrongkey X 2011 -./bin/tests/system/xfer/clean.sh SH 2000,2001,2004,2007,2011,2012,2013,2016 +./bin/tests/system/xfer/clean.sh SH 2000,2001,2004,2007,2011,2012,2013,2016,2018 ./bin/tests/system/xfer/dig1.good X 2000,2001,2003,2004,2009,2011,2012,2013,2014,2015,2016,2017 ./bin/tests/system/xfer/dig2.good X 2000,2001,2003,2004,2009,2011,2012,2013,2014,2015,2016,2017 ./bin/tests/system/xfer/knowngood.mapped X 2016 ./bin/tests/system/xfer/ns1/axfr-too-big.db ZONE 2016 ./bin/tests/system/xfer/ns1/ixfr-too-big.db.in ZONE 2016 -./bin/tests/system/xfer/ns1/named.conf CONF-C 2000,2001,2004,2007,2011,2016 +./bin/tests/system/xfer/ns1/named.conf.in CONF-C 2000,2001,2004,2007,2011,2016,2018 ./bin/tests/system/xfer/ns1/root.db ZONE 2000,2001,2004,2007 ./bin/tests/system/xfer/ns2/mapped.db.in ZONE 2016 -./bin/tests/system/xfer/ns2/named.conf CONF-C 2000,2001,2004,2005,2007,2013,2016 +./bin/tests/system/xfer/ns2/named.conf.in CONF-C 2000,2001,2004,2005,2007,2013,2016,2018 ./bin/tests/system/xfer/ns2/slave.db.in ZONE 2013 -./bin/tests/system/xfer/ns3/named.conf CONF-C 2000,2001,2004,2007,2011,2013,2016 -./bin/tests/system/xfer/ns4/named.conf.base CONF-C 2011,2013 +./bin/tests/system/xfer/ns3/named.conf.in CONF-C 2000,2001,2004,2007,2011,2013,2016,2018 +./bin/tests/system/xfer/ns4/named.conf.base CONF-C 2011,2013,2018 ./bin/tests/system/xfer/ns4/root.db.in ZONE 2011 -./bin/tests/system/xfer/ns6/named.conf CONF-C 2011,2016 -./bin/tests/system/xfer/ns7/named.conf CONF-C 2011 -./bin/tests/system/xfer/prereq.sh SH 2011,2012,2014 -./bin/tests/system/xfer/setup.sh SH 2001,2002,2004,2007,2011,2012,2013,2014,2016 -./bin/tests/system/xfer/tests.sh SH 2000,2001,2004,2005,2007,2011,2012,2013,2014,2015,2016 -./bin/tests/system/xferquota/clean.sh SH 2000,2001,2004,2007,2012,2015 +./bin/tests/system/xfer/ns6/named.conf.in CONF-C 2011,2016,2018 +./bin/tests/system/xfer/ns7/named.conf.in CONF-C 2011,2018 +./bin/tests/system/xfer/prereq.sh SH 2011,2012,2014,2018 +./bin/tests/system/xfer/setup.sh SH 2001,2002,2004,2007,2011,2012,2013,2014,2016,2018 +./bin/tests/system/xfer/tests.sh SH 2000,2001,2004,2005,2007,2011,2012,2013,2014,2015,2016,2018 +./bin/tests/system/xferquota/clean.sh SH 2000,2001,2004,2007,2012,2015,2018 ./bin/tests/system/xferquota/ns1/changing1.db ZONE 2000,2001,2004,2007 ./bin/tests/system/xferquota/ns1/changing2.db ZONE 2000,2001,2004,2007 -./bin/tests/system/xferquota/ns1/named.conf CONF-C 2000,2001,2004,2007,2016 +./bin/tests/system/xferquota/ns1/named.conf.in CONF-C 2000,2001,2004,2007,2016,2018 ./bin/tests/system/xferquota/ns1/root.db ZONE 2000,2001,2004,2007 ./bin/tests/system/xferquota/ns2/example.db ZONE 2000,2001,2002,2003,2004,2007,2009 -./bin/tests/system/xferquota/ns2/named.conf CONF-C 2000,2001,2004,2007 +./bin/tests/system/xferquota/ns2/named.conf.in CONF-C 2000,2001,2004,2007,2018 ./bin/tests/system/xferquota/setup.pl PERL 2000,2001,2004,2007,2011,2012 -./bin/tests/system/xferquota/setup.sh SH 2000,2001,2004,2007,2012 -./bin/tests/system/xferquota/tests.sh SH 2000,2001,2004,2007,2012,2016 -./bin/tests/system/zero/ans5/ans.pl PERL 2016 -./bin/tests/system/zero/clean.sh SH 2013,2015 -./bin/tests/system/zero/ns1/named.conf CONF-C 2013 +./bin/tests/system/xferquota/setup.sh SH 2000,2001,2004,2007,2012,2018 +./bin/tests/system/xferquota/tests.sh SH 2000,2001,2004,2007,2012,2016,2018 +./bin/tests/system/zero/ans5/ans.pl PERL 2016,2018 +./bin/tests/system/zero/clean.sh SH 2013,2015,2018 +./bin/tests/system/zero/ns1/named.conf.in CONF-C 2013,2018 ./bin/tests/system/zero/ns1/root.db ZONE 2013,2016 -./bin/tests/system/zero/ns2/named.conf CONF-C 2013,2016 +./bin/tests/system/zero/ns2/named.conf.in CONF-C 2013,2016,2018 ./bin/tests/system/zero/ns2/tld.db ZONE 2016 -./bin/tests/system/zero/ns3/named.conf CONF-C 2013 +./bin/tests/system/zero/ns3/named.conf.in CONF-C 2013,2018 ./bin/tests/system/zero/ns3/root.hint ZONE 2013 -./bin/tests/system/zero/ns4/named.conf CONF-C 2013,2016 +./bin/tests/system/zero/ns4/named.conf.in CONF-C 2013,2016,2018 ./bin/tests/system/zero/ns4/one.tld.db ZONE 2016 -./bin/tests/system/zero/setup.sh SH 2013,2014 -./bin/tests/system/zero/tests.sh SH 2013,2016,2017 +./bin/tests/system/zero/setup.sh SH 2013,2014,2018 +./bin/tests/system/zero/tests.sh SH 2013,2016,2017,2018 ./bin/tests/system/zonechecks/a.db ZONE 2004,2007 ./bin/tests/system/zonechecks/aaaa.db ZONE 2004,2007 ./bin/tests/system/zonechecks/bigserial.db ZONE 2015 -./bin/tests/system/zonechecks/clean.sh SH 2004,2007,2012,2014,2015,2016 +./bin/tests/system/zonechecks/clean.sh SH 2004,2007,2012,2014,2015,2016,2018 ./bin/tests/system/zonechecks/cname.db ZONE 2004,2007 ./bin/tests/system/zonechecks/dname.db ZONE 2004,2007 ./bin/tests/system/zonechecks/noaddress.db ZONE 2004,2007 -./bin/tests/system/zonechecks/ns1/named.conf CONF-C 2012,2013,2014,2015 -./bin/tests/system/zonechecks/ns2/named.conf CONF-C 2012,2013 +./bin/tests/system/zonechecks/ns1/named.conf.in CONF-C 2012,2013,2014,2015,2018 +./bin/tests/system/zonechecks/ns2/named.conf.in CONF-C 2012,2013,2018 ./bin/tests/system/zonechecks/nxdomain.db ZONE 2004,2007 ./bin/tests/system/zonechecks/prereq.sh SH 2014 -./bin/tests/system/zonechecks/setup.sh SH 2012,2013,2014,2015,2016 -./bin/tests/system/zonechecks/tests.sh SH 2004,2007,2009,2012,2013,2014,2015,2016 +./bin/tests/system/zonechecks/setup.sh SH 2012,2013,2014,2015,2016,2018 +./bin/tests/system/zonechecks/tests.sh SH 2004,2007,2009,2012,2013,2014,2015,2016,2018 ./bin/tests/t_api.pl PERL 1999,2000,2001,2004,2007,2012 ./bin/tests/task_test.c C 1998,1999,2000,2001,2004,2007,2013,2014,2015,2018 ./bin/tests/tasks/Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2007,2009,2012,2014 @@ -2551,7 +2559,7 @@ ./contrib/dlz/bin/.gitignore X 2014 ./contrib/dlz/bin/dlzbdb/Makefile.in X 2005,2007,2009,2011,2012,2015 ./contrib/dlz/bin/dlzbdb/dlzbdb.c X 2005 -./contrib/dlz/config.dlz.in X 2005,2006,2008,2010,2011,2014,2016,2017 +./contrib/dlz/config.dlz.in X 2005,2006,2008,2010,2011,2014,2016,2017,2018 ./contrib/dlz/drivers/.gitignore X 2012 ./contrib/dlz/drivers/dlz_bdb_driver.c X 2005,2008,2010,2011,2012 ./contrib/dlz/drivers/dlz_bdbhpt_driver.c X 2005,2010,2011,2012 @@ -3236,7 +3244,7 @@ ./lib/dns/mapapi X 2013,2015 ./lib/dns/master.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018 ./lib/dns/masterdump.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017 -./lib/dns/message.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 +./lib/dns/message.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 ./lib/dns/name.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 ./lib/dns/ncache.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2010,2011,2012,2013,2014,2015,2016 ./lib/dns/nsec.c C 1999,2000,2001,2003,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015 @@ -3452,7 +3460,7 @@ ./lib/dns/tests/Kdh.+002+18602.key X 2014 ./lib/dns/tests/Krsa.+005+29235.key X 2016 ./lib/dns/tests/Kyuafile X 2017 -./lib/dns/tests/Makefile.in MAKE 2011,2012,2013,2014,2015,2016,2017 +./lib/dns/tests/Makefile.in MAKE 2011,2012,2013,2014,2015,2016,2017,2018 ./lib/dns/tests/acl_test.c C 2016 ./lib/dns/tests/db_test.c C 2013,2015 ./lib/dns/tests/dbdiff_test.c C 2011,2012,2017 @@ -3560,7 +3568,7 @@ ./lib/irs/resconf.c C 2009,2011,2012,2014,2015,2016 ./lib/irs/tests/Atffile X 2016,2017 ./lib/irs/tests/Kyuafile X 2017 -./lib/irs/tests/Makefile.in MAKE 2016,2017 +./lib/irs/tests/Makefile.in MAKE 2016,2017,2018 ./lib/irs/tests/resconf_test.c C 2016 ./lib/irs/tests/testdata/domain.conf CONF-SH 2016 ./lib/irs/tests/testdata/nameserver-v4.conf CONF-SH 2016 @@ -3808,7 +3816,7 @@ ./lib/isc/taskpool.c C 1999,2000,2001,2004,2005,2007,2011,2012,2013 ./lib/isc/tests/Atffile X 2011,2017 ./lib/isc/tests/Kyuafile X 2017 -./lib/isc/tests/Makefile.in MAKE 2011,2012,2013,2014,2015,2016,2017 +./lib/isc/tests/Makefile.in MAKE 2011,2012,2013,2014,2015,2016,2017,2018 ./lib/isc/tests/aes_test.c C 2014 ./lib/isc/tests/counter_test.c C 2014 ./lib/isc/tests/errno_test.c C 2016