]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] copyrights/whitespace
authorEvan Hunt <each@isc.org>
Thu, 30 Nov 2017 22:51:50 +0000 (14:51 -0800)
committerEvan Hunt <each@isc.org>
Thu, 30 Nov 2017 22:51:50 +0000 (14:51 -0800)
12 files changed:
bin/tests/atomic/t_atomic.c
bin/tests/system/acl/clean.sh
bin/tests/system/acl/ns3/example.db
bin/tests/system/acl/ns3/named.conf
bin/tests/system/acl/ns4/example.db
bin/tests/system/acl/ns4/existing.db
bin/tests/system/acl/ns4/named.conf
bin/tests/system/acl/tests.sh
bin/tools/named-nzd2nzf.c
lib/isc/event.c
lib/isc/portset.c
util/copyrights

index 4f5337dd7f50da1b1ba95a6423498b78a8788164..299ff0b259b64e282ef348bdcb944ba5a6dd01a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, 2013, 2015, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011, 2013, 2015-2017  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
index 5e8f8742468d872f576cf9faef81a0236d957bfc..508b807061134cb5297b7fe9ed58e4ba88d86ce6 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2008, 2012, 2014-2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2008, 2012, 2014-2017  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
index 316f1011b9af39013127ba23219e89f16315a35c..6ce4cc6af324f8607f5422d92a870bd2e971c659 100644 (file)
@@ -1,3 +1,9 @@
+; Copyright (C) 2017  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/.
+
 $TTL 300       ; 5 minutes
 @                      IN SOA  ns root (
                                2000082401 ; serial
index 2e05b387c4f5dc059efb2a1987737588cc3d3da8..a1531386ec6430ad2874fed1c4c5deb2ebc62275 100644 (file)
@@ -1,22 +1,30 @@
+/*
+ * Copyright (C) 2017  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/.
+ */
+
 options {
-        query-source address 10.53.0.3;
-        notify-source 10.53.0.3;
-        transfer-source 10.53.0.3;
-        port 5300;
-        pid-file "named.pid";
-        listen-on { 10.53.0.3; };
-        listen-on-v6 { none; };
-        recursion no;
-        notify no;
-        allow-new-zones yes;
-        allow-transfer { none; };
+       query-source address 10.53.0.3;
+       notify-source 10.53.0.3;
+       transfer-source 10.53.0.3;
+       port 5300;
+       pid-file "named.pid";
+       listen-on { 10.53.0.3; };
+       listen-on-v6 { none; };
+       recursion no;
+       notify no;
+       allow-new-zones yes;
+       allow-transfer { none; };
 };
 
 controls {
-        inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
+       inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
 };
 
 key rndc_key {
-        secret "1234abcd8765";
-        algorithm hmac-sha256;
+       secret "1234abcd8765";
+       algorithm hmac-sha256;
 };
index f2dfbd89a0181e72a51af7d1df1f8257f6359c73..cb4d2f10476216c307e1f0e33e1636939a5326b6 100644 (file)
@@ -1,3 +1,9 @@
+; Copyright (C) 2017  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/.
+
 $TTL 300       ; 5 minutes
 @                      IN SOA  ns root (
                                2000082401 ; serial
index f2dfbd89a0181e72a51af7d1df1f8257f6359c73..cb4d2f10476216c307e1f0e33e1636939a5326b6 100644 (file)
@@ -1,3 +1,9 @@
+; Copyright (C) 2017  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/.
+
 $TTL 300       ; 5 minutes
 @                      IN SOA  ns root (
                                2000082401 ; serial
index eedc55b147f081ccb9baf3d18b2bdef93ec42455..9bc07ab06b320151849f68086abe1c14d269abe3 100644 (file)
@@ -1,27 +1,35 @@
+/*
+ * Copyright (C) 2017  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/.
+ */
+
 options {
-        query-source address 10.53.0.4;
-        notify-source 10.53.0.4;
-        transfer-source 10.53.0.4;
-        port 5300;
-        pid-file "named.pid";
-        listen-on { 10.53.0.4; };
-        listen-on-v6 { none; };
-        recursion no;
-        notify no;
-        allow-new-zones yes;
-        allow-transfer { none; };
+       query-source address 10.53.0.4;
+       notify-source 10.53.0.4;
+       transfer-source 10.53.0.4;
+       port 5300;
+       pid-file "named.pid";
+       listen-on { 10.53.0.4; };
+       listen-on-v6 { none; };
+       recursion no;
+       notify no;
+       allow-new-zones yes;
+       allow-transfer { none; };
 };
 
 controls {
-        inet 10.53.0.4 port 9953 allow { any; } keys { rndc_key; };
+       inet 10.53.0.4 port 9953 allow { any; } keys { rndc_key; };
 };
 
 key rndc_key {
-        secret "1234abcd8765";
-        algorithm hmac-sha256;
+       secret "1234abcd8765";
+       algorithm hmac-sha256;
 };
 
 zone "existing" {
-        type master;
-        file "existing.db";
+       type master;
+       file "existing.db";
 };
index 1fe17d564c590710b4dec746701864e54fa19522..18ee1ebe84c3b7af76cc6cd184addcd7165d2533 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2008, 2012-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2008, 2012-2014, 2016, 2017  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
index 0c24b49defb666ac7202ea43a2d07982e4a973d3..e502607f5b3a1b1795cd01b8764f04e102f30d26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2016, 2017  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
index a369d7f6cba2f1a0d427135a9e520bd5a487e10d..e1175256f1ae94dce7b49b4a560a57938e753d30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1998-2001, 2004, 2005, 2007, 2014, 2016, 2017  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
index a5843c1013bcebe7aeebd4c7fec4464f3588d87e..c7208548edf181c23cfdd2f7577b3adf5d6ae923 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2008, 2016, 2017  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
index 75f4ef07004b2e84f92f9bdd14da4bf1a9ff751a..e4da92b1cbe65896d1930c90d0f2dd58805d83ca 100644 (file)
 ./bin/tests/Makefile.in                                MAKE    1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
 ./bin/tests/adb_test.c                         C       1999,2000,2001,2004,2005,2007,2009,2011,2012,2013,2015,2016
 ./bin/tests/atomic/Makefile.in                 MAKE    2011,2012,2014,2016,2017
-./bin/tests/atomic/t_atomic.c                  C       2011,2013,2015,2016
+./bin/tests/atomic/t_atomic.c                  C       2011,2013,2015,2016,2017
 ./bin/tests/atomic/win32/t_atomic.vcxproj.filters.in   X       2013,2015
 ./bin/tests/atomic/win32/t_atomic.vcxproj.in   X       2013,2015,2016,2017
 ./bin/tests/atomic/win32/t_atomic.vcxproj.user X       2013
 ./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,2017
 ./bin/tests/system/README                      TXT.BRIEF       2000,2001,2004,2010,2011,2013,2015,2016,2017
-./bin/tests/system/acl/clean.sh                        SH      2008,2012,2014,2015,2016
+./bin/tests/system/acl/clean.sh                        SH      2008,2012,2014,2015,2016,2017
 ./bin/tests/system/acl/ns2/named1.conf         CONF-C  2008,2016
 ./bin/tests/system/acl/ns2/named2.conf         CONF-C  2008,2016
 ./bin/tests/system/acl/ns2/named3.conf         CONF-C  2008,2016
 ./bin/tests/system/acl/ns2/named5.conf         CONF-C  2013,2016
 ./bin/tests/system/acl/ns2/named6.conf         CONF-C  2014,2016
 ./bin/tests/system/acl/ns2/named7.conf         CONF-C  2014,2016
+./bin/tests/system/acl/ns3/example.db          ZONE    2017
+./bin/tests/system/acl/ns3/named.conf          CONF-C  2017
+./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,2016
-./bin/tests/system/acl/tests.sh                        SH      2008,2012,2013,2014,2016
+./bin/tests/system/acl/tests.sh                        SH      2008,2012,2013,2014,2016,2017
 ./bin/tests/system/additional/clean.sh         SH      2013,2014,2016,2017
 ./bin/tests/system/additional/ns1/mx.db                ZONE    2016
 ./bin/tests/system/additional/ns1/named.args   X       2013,2014
 ./bin/tools/named-journalprint.docbook         SGML    2009,2014,2015,2016,2017
 ./bin/tools/named-journalprint.html            HTML    DOCBOOK
 ./bin/tools/named-nzd2nzf.8                    MAN     DOCBOOK
-./bin/tools/named-nzd2nzf.c                    C       2016
+./bin/tools/named-nzd2nzf.c                    C       2016,2017
 ./bin/tools/named-nzd2nzf.docbook              SGML    2016
 ./bin/tools/named-nzd2nzf.html                 HTML    DOCBOOK
 ./bin/tools/named-rrchecker.1                  MAN     DOCBOOK
 ./lib/isc/crc64.c                              C       2013,2016
 ./lib/isc/entropy.c                            C       2000,2001,2002,2003,2004,2005,2006,2007,2009,2010,2014,2015,2016,2017
 ./lib/isc/error.c                              C       1998,1999,2000,2001,2004,2005,2007,2015,2016
-./lib/isc/event.c                              C       1998,1999,2000,2001,2004,2005,2007,2014,2016
+./lib/isc/event.c                              C       1998,1999,2000,2001,2004,2005,2007,2014,2016,2017
 ./lib/isc/fsaccess.c                           C       2000,2001,2004,2005,2007,2016,2017
 ./lib/isc/hash.c                               C       2003,2004,2005,2006,2007,2009,2013,2014,2015,2016,2017
 ./lib/isc/heap.c                               C       1997,1998,1999,2000,2001,2004,2005,2006,2007,2010,2011,2012,2013,2014,2015,2016,2017
 ./lib/isc/pk11.c                               C       2014,2015,2016,2017
 ./lib/isc/pk11_result.c                                C       2014,2015,2016
 ./lib/isc/pool.c                               C       2013,2015,2016
-./lib/isc/portset.c                            C       2008,2016
+./lib/isc/portset.c                            C       2008,2016,2017
 ./lib/isc/powerpc/Makefile.in                  MAKE    2007,2012,2016
 ./lib/isc/powerpc/include/Makefile.in          MAKE    2007,2012,2016
 ./lib/isc/powerpc/include/isc/Makefile.in      MAKE    2007,2012,2015,2016