]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Tue, 13 Dec 2016 23:46:28 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 13 Dec 2016 23:46:28 +0000 (23:46 +0000)
bin/tests/system/nsupdate/ns1/sample.db.in
bin/tests/system/nsupdate/ns2/sample.db.in
lib/samples/sample-update.c

index 6881eb01622137ff68bee559b6f64feda34ec595..9e8504475993b885e134d709730c039c6464cb33 100644 (file)
@@ -1,3 +1,9 @@
+; Copyright (C) 2016  Internet Systems Consortium, Inc. ("ISC")
+;
+; This Source Code Form is subject to the terms of the Mozilla Public
+; License, v. 2.0. If a copy of the MPL was not distributed with this
+; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
 @ 0 SOA ns1 . 0 0 0 0 0
 @ 0 NS ns1
 ns1 0 A 10.53.0.1
index fde9dae8d6e3381b65445cea21b1223b6a2ad085..cd2e4f42120909ef15fb3ad4d2c6a20def34c69e 100644 (file)
@@ -1,3 +1,9 @@
+; Copyright (C) 2016  Internet Systems Consortium, Inc. ("ISC")
+;
+; This Source Code Form is subject to the terms of the Mozilla Public
+; License, v. 2.0. If a copy of the MPL was not distributed with this
+; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
 @ 0 SOA ns2 . 0 0 0 0 0
 @ 0 NS ns2
 ns2 0 A 10.53.0.2
index 06d52dd4232f35a03f05b9d125b6b25d80f767cf..809fa87fe6451df89ee31a7829e80d56e601fd94 100644 (file)
@@ -158,7 +158,7 @@ main(int argc, char *argv[]) {
                        port = isc_commandline_argument;
                        break;
                case 'r':
-                       if (nsa_recursive < 
+                       if (nsa_recursive <
                                sizeof(sa_recursive)/sizeof(*sa_recursive) &&
                            addserver(isc_commandline_argument, &rec_servers,
                                      &sa_recursive[nsa_recursive]))