]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Tue, 9 Aug 2016 00:25:45 +0000 (00:25 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 9 Aug 2016 00:25:45 +0000 (00:25 +0000)
14 files changed:
bin/tests/system/checkconf/bad-rate-limit-acl.conf
bin/tests/system/checkconf/bad-rate-limit-all-per-second.conf
bin/tests/system/checkconf/bad-rate-limit-errors-per-second.conf
bin/tests/system/checkconf/bad-rate-limit-ipv4-prefix-length.conf
bin/tests/system/checkconf/bad-rate-limit-ipv6-prefix-length.conf
bin/tests/system/checkconf/bad-rate-limit-max-table-size.conf
bin/tests/system/checkconf/bad-rate-limit-nodata-per-second.conf
bin/tests/system/checkconf/bad-rate-limit-nxdomains-per-second.conf
bin/tests/system/checkconf/bad-rate-limit-qps-scale.conf
bin/tests/system/checkconf/bad-rate-limit-referrals-per-second.conf
bin/tests/system/checkconf/bad-rate-limit-responses-per-second.conf
bin/tests/system/checkconf/bad-rate-limit-slip.conf
bin/tests/system/checkconf/bad-rate-limit-window.conf
bin/tests/system/lwresd/lwresd1/nosearch.conf

index c918020eef30265625fb11d83f195cf063a2797b..9e92577086bd3ca58afee1d9182934e44a15ba7e 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                responses-per-second 10;
index 27bf411ef9b7fce6b0f73b52624b2cf9711f392b..72b760d9b3b59fa7185b629fa11aa1961ad4bbd1 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                all-per-second 1001; // greater than DNS_RRL_MAX_RATE
index 1c76c87bda1c7c4fe1f468aea834a4c66208479f..485ea888f97759f78c28b8b1dea02d49a76924e6 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                errors-per-second 1001; // greater than DNS_RRL_MAX_RATE
index 9e431dedf1eeeb02a4ad8760ac927a42c6e2da31..8f0f9ea56d771f2cfed563ab01ae3bb245422396 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                ipv4-prefix-length 33;  // greater than bits in address
index 12ff979257c2c8087eda95ee79cb780ada0ddf00..2c1869250ac38a4a653d327782a86a17d5ca9f53 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                ipv6-prefix-length 65; // max 64
index c1f6e3686b28d02891c3664493914852ed69af92..3497ab38d9db406ec126f4f373f929af9732d867 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                max-table-size 30;      // less than min-table-size default of 500
index 1e72ab129d1356d81b029330d0ba315d5e4ded0b..40f98586677d010f8e453c7ddb574ba51c638e16 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                nodata-per-second 1001; // greater than DNS_RRL_MAX_RATE
index 529fb5065ec1c4785e986d6740bdd7b698b52510..6ccfc02ec5fc276e95ee8a5683575d2a80c74974 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                nxdomains-per-second 1001; // greater than DNS_RRL_MAX_RATE
index c0331d13a63a613df995b6fa3658dc6fb7f810b0..1d6fd4f0b081b41c9a5a8e352157dba188cf79ff 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                qps-scale 0; // must be greater than zero
index 1da569b9bf4e4bb5d2c9ee65315a18c651d4dfbf..6c59ff96db9e61736328d65c2b2c20f6c51862b1 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                referrals-per-second 1001; // greater than DNS_RRL_MAX_RATE
index 3f0700ab8e8a0c4110c935b2652044c41f08d326..42f34b588cfcfd79645aec461e12c0a58a529e37 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                responses-per-second 1001; // greater than DNS_RRL_MAX_RATE
index 53121a70221a5fcb05456e5e6f3a915e7699e612..e9fc9d1cf5d3c2c2ed41ee95c666c3d113bf1bc1 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                slip 11; // greater than default of 10
index 1d2ed1a230690b6aae2264a1e534c17a3985f7a5..bcfdc707959ee26bd852d2f0b9cf3f504411a6dc 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        rate-limit {
                window 3601; // greater than default of 3600
index d44cee2d23318981a1f5565395a9a8d7cce99449..ec8d9eb8fa2e3f6c7a68742219007366aeebbc89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * 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