]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 3 Feb 2011 12:17:23 +0000 (12:17 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 3 Feb 2011 12:17:23 +0000 (12:17 +0000)
bin/dnssec/dnssec-keyfromlabel.docbook
bin/named/update.c
bin/rndc/rndc.c
bin/tests/system/nsupdate/clean.sh
bin/tests/system/nsupdate/ns3/named.conf
bin/tests/system/nsupdate/ns3/sign.sh
bin/tests/system/nsupdate/tests.sh
lib/isc/win32/include/isc/ipv6.h

index 1ad378f1cea6affd83a25003f38129764adc7a26..a762aee212ae4d58b5557f53f9408a926710dbfb 100644 (file)
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
               [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2008-2010  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2008-2011  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
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-keyfromlabel.docbook,v 1.15.24.3 2011/02/03 12:03:09 marka Exp $ -->
+<!-- $Id: dnssec-keyfromlabel.docbook,v 1.15.24.4 2011/02/03 12:17:22 tbox Exp $ -->
 <refentry id="man.dnssec-keyfromlabel">
   <refentryinfo>
     <date>February 8, 2008</date>
@@ -39,6 +39,7 @@
       <year>2008</year>
       <year>2009</year>
       <year>2010</year>
+      <year>2011</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 1818ef31e62c018a087db2a2a48ef48efa8b9255..52e472c7886c516747fefc5b43d462e641fef34d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: update.c,v 1.176.4.10 2011/02/03 06:23:43 marka Exp $ */
+/* $Id: update.c,v 1.176.4.11 2011/02/03 12:17:22 tbox Exp $ */
 
 #include <config.h>
 
@@ -3430,7 +3430,7 @@ add_signing_records(dns_db_t *db, dns_rdatatype_t privatetype,
         */
        for (tuple = ISC_LIST_HEAD(diff->tuples);
             tuple != NULL; tuple = next) {
-       
+
                next = ISC_LIST_NEXT(tuple, link);
 
                if (tuple->rdata.type != dns_rdatatype_dnskey)
@@ -3494,7 +3494,7 @@ add_signing_records(dns_db_t *db, dns_rdatatype_t privatetype,
             tuple = ISC_LIST_HEAD(temp_diff.tuples)) {
 
                ISC_LIST_UNLINK(temp_diff.tuples, tuple, link);
-                ISC_LIST_APPEND(diff->tuples, tuple, link);
+               ISC_LIST_APPEND(diff->tuples, tuple, link);
 
                dns_rdata_tostruct(&tuple->rdata, &dnskey, NULL);
                if ((dnskey.flags &
index 95f5d7339d1db438870338acd5272378ffd40b8a..b482bd8f5a8cbd2613879638ab7aae8becb54236 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc.c,v 1.126.66.6 2011/02/03 11:49:00 marka Exp $ */
+/* $Id: rndc.c,v 1.126.66.7 2011/02/03 12:17:22 tbox Exp $ */
 
 /*! \file */
 
index a0414fd081cb02facbb6ba61646b081888164c66..b0d25dff8232619cf169aa0e2710e8e9d391fe7b 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009-2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: clean.sh,v 1.16.34.5 2011/02/03 06:23:43 marka Exp $
+# $Id: clean.sh,v 1.16.34.6 2011/02/03 12:17:22 tbox Exp $
 
 #
 # Clean up after zone transfer tests.
index 0b18a144f6a9cd4544f4472e90cda0e4a0e78f4a..6d6e2170a03cd8a8f30f38e70d1395e30a8838f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2010, 2011  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
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2.2.4 2011/02/03 06:23:43 marka Exp $ */
+/* $Id: named.conf,v 1.2.2.5 2011/02/03 12:17:23 tbox Exp $ */
 
 // NS1
 
index 30e82c49b70b0cee06542688828f6d18489fea49..6f61b093397704a09e3d60c67f06b7402f52dba9 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2011  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
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: sign.sh,v 1.2.2.3 2011/02/03 06:23:44 marka Exp $
+# $Id: sign.sh,v 1.2.2.4 2011/02/03 12:17:23 tbox Exp $
 
 SYSTEMTESTTOP=../..
 . $SYSTEMTESTTOP/conf.sh
index 5555555cf7b6b2e7a5d3ff96f1ea430422c53fe8..d54fba77f986b635f5c70aa5db664b93383d8559 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009-2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.28.102.5 2011/02/03 06:23:43 marka Exp $
+# $Id: tests.sh,v 1.28.102.6 2011/02/03 12:17:23 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index 28c76f81ef0d8c0bbf295d0066158336885bea91..29e2e7d163aa09f82c27283ce48a0a16d1d2648b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ipv6.h,v 1.19.558.1 2011/02/03 08:18:01 marka Exp $ */
+/* $Id: ipv6.h,v 1.19.558.2 2011/02/03 12:17:23 tbox Exp $ */
 
 #ifndef ISC_IPV6_H
 #define ISC_IPV6_H 1