]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Thu, 8 Feb 2018 23:46:17 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 8 Feb 2018 23:46:17 +0000 (23:46 +0000)
bin/dig/dig.docbook
bin/named/control.c
bin/tests/system/conf.sh.win32
bin/tests/system/rpzrecurse/clean.sh
bin/tests/system/rpzrecurse/ns1/named.conf
bin/tests/system/rpzrecurse/setup.sh
lib/isc/win32/socket.c
lib/samples/sample-update.c

index 7a5f6e41814a6d81b141b3e7f85c50980143b306..bdd24b2fe2f6b7400386160ebf186e989dc04544 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE book [
 <!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2000-2011, 2013-2017  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2000-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
@@ -48,6 +48,7 @@
       <year>2015</year>
       <year>2016</year>
       <year>2017</year>
+      <year>2018</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 27e52957cd9d60009f2be7aa5c1e1c049f7b7d53..875fd74022eb44048f31cc64e3304757320df8f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001-2007, 2009-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2001-2007, 2009-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
index 9daf108c5d74fcd125c97b55e08f37372959fb03..bda29fceaacd260e4bb82ad8893217a2099da0b8 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 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
index 99d5500619f33b231553eb9ddfdfa286f67f3904..ea04f0b879885886f06af6786d851c2c00432983 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015-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
index f7f4887b92de4694c96fc7af8670e34ad1adaa61..d1b1319be33fd6e3eb9106219115c1b6675bdfef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015-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
@@ -20,12 +20,12 @@ options {
 };
 
 key rndc_key {
-        secret "1234abcd8765";
-        algorithm hmac-sha256;
+       secret "1234abcd8765";
+       algorithm hmac-sha256;
 };
 
 controls {
-        inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
+       inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
 };
 
 zone "." {
index f5332044cbce91e048115ed202826a4520773003..795d357acd9ca9c9c644ec826ab910db83b2fe79 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2015-2017  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015-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
index c63ad64f04bac095931ac31b550aa5b82cd06166..ffb7dadf8fcf03b7c384d13388c814f471b0e10b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2000-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
index d1a019d36b03554b78adf4d301ebfdd9e26d6292..7be557e2d313d21505cf76ec7347d457f789e530 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2010, 2012-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2010, 2012-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
@@ -86,22 +86,22 @@ usage(void) {
 #ifdef _WIN32
 static void
 InitSockets(void) {
-        WORD wVersionRequested;
-        WSADATA wsaData;
-        int err;
+       WORD wVersionRequested;
+       WSADATA wsaData;
+       int err;
 
-        wVersionRequested = MAKEWORD(2, 0);
+       wVersionRequested = MAKEWORD(2, 0);
 
-        err = WSAStartup(wVersionRequested, &wsaData);
-        if (err != 0) {
-                fprintf(stderr, "WSAStartup() failed: %d\n", err);
-                exit(1);
-        }
+       err = WSAStartup(wVersionRequested, &wsaData);
+       if (err != 0) {
+               fprintf(stderr, "WSAStartup() failed: %d\n", err);
+               exit(1);
+       }
 }
 
 static void
 DestroySockets(void) {
-        WSACleanup();
+       WSACleanup();
 }
 #else
 #define InitSockets() ((void)0)