]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Thu, 30 Nov 2017 23:46:50 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 30 Nov 2017 23:46:50 +0000 (23:46 +0000)
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

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