]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Wed, 19 Nov 2014 23:45:22 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 19 Nov 2014 23:45:22 +0000 (23:45 +0000)
CHANGES
bin/tests/system/reclimit/README
bin/tests/system/reclimit/ans2/ans.pl
bin/tests/system/reclimit/ns3/named1.conf
bin/tests/system/reclimit/ns3/named2.conf
bin/tests/system/reclimit/ns3/named3.conf
bin/tests/system/reclimit/ns3/named4.conf

diff --git a/CHANGES b/CHANGES
index aaa032a00446c58f65f7083f9ae4c431b06a8b36..c1202820e7ab95e7ac152781145553868f99a1e1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,7 @@
 
                        The recursion depth limit is configured via the
                        "max-recursion-depth" option, and the query limit
-                        via the "max-recursion-queries" option.  [RT #37580]
+                       via the "max-recursion-queries" option.  [RT #37580]
 
 4005.  [func]          The buffer used for returning text from rndc
                        commands is now dynamically resizable, allowing
index b802a057ef48f8bba38623fc364adfecfd7c6c26..069f105a112af4c6d71609b76f773a86815db2e6 100644 (file)
@@ -1,3 +1,6 @@
+Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
+
 system test for recursion limits
 
 ns1  -- root server
index a6e39a6a949dff98a7764e280d21e00559ff4da8..b9663a074ca0e8d82d2b5591dd0cf5b132cec8e5 100644 (file)
@@ -1,4 +1,18 @@
 #!/usr/bin/env perl
+#
+# Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+#
+# 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.
 
 use strict;
 use warnings;
index 558c230a5cea11e04f766b3b8fc32e75b0d17280..ec5770232b1cf111e30e96c9852c092e85c8143c 100644 (file)
@@ -25,8 +25,8 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
-        servfail-ttl 0;
-        max-recursion-depth 12;
+       servfail-ttl 0;
+       max-recursion-depth 12;
 };
 
 key rndc_key {
index eb1fa09f632e552ca75684b2fd7d294ba7e3e39c..fb27f011c478f2c2b2a6d0f60f5fee15adc1902c 100644 (file)
@@ -25,8 +25,8 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
-        servfail-ttl 0;
-        max-recursion-depth 5;
+       servfail-ttl 0;
+       max-recursion-depth 5;
 };
 
 key rndc_key {
index 1c3679a89e8a513f216812690fa3cf4f2c36c357..953a6adc30c2cff05e65f613bf772d9d89f7279e 100644 (file)
@@ -25,8 +25,8 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
-        servfail-ttl 0;
-        max-recursion-depth 100;
+       servfail-ttl 0;
+       max-recursion-depth 100;
 };
 
 key rndc_key {
index 46da44803cb29efbf8cea0bfc22aab79c1d095ea..442dae1d9742c06ed2aa8c5ec6ccf7683b96681f 100644 (file)
@@ -25,9 +25,9 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
-        servfail-ttl 0;
-        max-recursion-depth 100;
-        max-recursion-queries 40;
+       servfail-ttl 0;
+       max-recursion-depth 100;
+       max-recursion-queries 40;
 };
 
 key rndc_key {