]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Wed, 18 Sep 2013 23:45:14 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 18 Sep 2013 23:45:14 +0000 (23:45 +0000)
CHANGES
bin/tests/system/cacheclean/tests.sh
bin/tests/system/digcomp.pl
bin/tests/system/glue/tests.sh
lib/dns/rdata/generic/opt_41.c
lib/dns/tests/Makefile.in
lib/dns/tests/rdata_test.c

diff --git a/CHANGES b/CHANGES
index c1528734aecd5fe6645c082370ff532c7935828c..90fc4320726f7e398ae522970c0761ec3c4550bd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,7 +12,7 @@
 
 3641.  [bug]           Handle changes to sig-validity-interval settings
                        better. [RT #34625]
-                       
+
 3640.  [bug]           ndots was not being checked when searching.  Only
                        continue searching on NXDOMAIN responses.  Add the
                        ability to specify ndots to nslookup. [RT #34711]
index 2884a426a636483e185ae751a1aaeba327414ffa..0791b581ff3e4a8babfa3c11b17b4d98990e6ab5 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index e2ff72e9bf622c31203b43719599d32d9b85638b..980ed440544d8efd4d372d0778c8d92e9d0f1c03 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index b6cbd7e40bdec9346bf6d893b170f9d72da33e61..e9d465fdb61286c877c117eb2cf59d87f2d4ae65 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index ce7e60780b2a90581229252bea4c584052ea819d..c471ec5adbff259942bbafb009de165db600f98a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index c2e999ccaa73ee6ebb9e2745a07d2483c185c622..50a53cfd1b06597e2132ef2820bd824c9f965fd6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-2013  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
index 7f226a0bb64948362b0a2f6a341bfd19c1981699..4a4db2a3e935864d0bd269a2102e052b96f442b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2013  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
@@ -127,7 +127,7 @@ ATF_TC_BODY(edns_client_subnet, tc) {
                {
                        /* source too long for IPv4 */
                        {
-                         0x00, 0x08, 0x00,    8, 
+                         0x00, 0x08, 0x00,    8,
                          0x00, 0x01,   33, 0x00,
                          0x00, 0x00, 0x00, 0x00
                        },
@@ -148,7 +148,7 @@ ATF_TC_BODY(edns_client_subnet, tc) {
                {
                        /* scope too long for IPv4 */
                        {
-                         0x00, 0x08, 0x00,    8, 
+                         0x00, 0x08, 0x00,    8,
                          0x00, 0x01, 0x00,   33,
                          0x00, 0x00, 0x00, 0x00
                        },
@@ -169,16 +169,16 @@ ATF_TC_BODY(edns_client_subnet, tc) {
                {
                        /* length too short for source generic */
                        {
-                         0x00, 0x08, 0x00,    5, 
+                         0x00, 0x08, 0x00,    5,
                          0x00, 0x00,   17, 0x00,
-                         0x00, 0x00, 
+                         0x00, 0x00,
                        },
                        19, ISC_FALSE
                },
                {
                        /* length too short for source ipv4 */
                        {
-                         0x00, 0x08, 0x00,    7, 
+                         0x00, 0x08, 0x00,    7,
                          0x00, 0x01,   32, 0x00,
                          0x00, 0x00, 0x00, 0x00
                        },
@@ -221,7 +221,7 @@ ATF_TC_BODY(edns_client_subnet, tc) {
                                            dns_rdatatype_opt, &source,
                                            &dctx, 0, &target);
                dns_decompress_invalidate(&dctx);
-               if (test_data[i].ok) 
+               if (test_data[i].ok)
                        ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
                else
                        ATF_REQUIRE(result != ISC_R_SUCCESS);