]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 20 Oct 2011 23:46:51 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 20 Oct 2011 23:46:51 +0000 (23:46 +0000)
bin/dnssec/dnssec-revoke.c
bin/dnssec/dnssec-revoke.docbook
bin/dnssec/dnssectool.c
bin/dnssec/dnssectool.h
bin/tests/system/autosign/ns1/keygen.sh
lib/dns/validator.c

index 107e02dccb48cf14278949432f321f503cd908fd..ad03352420f5d46bda4c029089ff87ec4e2f163b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009-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: dnssec-revoke.c,v 1.23 2011/10/20 21:20:01 marka Exp $ */
+/* $Id: dnssec-revoke.c,v 1.24 2011/10/20 23:46:51 tbox Exp $ */
 
 /*! \file */
 
index 933cd491d9c4509105e59485b02e96967d1e3cf9..4062f5e0407de27a3c44f312c1d50e3e7e89b72a 100644 (file)
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
                [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2009, 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-revoke.docbook,v 1.8 2011/10/20 21:20:01 marka Exp $ -->
+<!-- $Id: dnssec-revoke.docbook,v 1.9 2011/10/20 23:46:51 tbox Exp $ -->
 <refentry id="man.dnssec-revoke">
   <refentryinfo>
     <date>June 1, 2009</date>
@@ -37,6 +37,7 @@
   <docinfo>
     <copyright>
       <year>2009</year>
+      <year>2011</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 31d44ce648a8af863bf92a7d148dd98d1df541ca..9e57f2792a59f45abf938965a45f263644082fd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009-2011  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
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssectool.c,v 1.61 2011/10/20 21:20:01 marka Exp $ */
+/* $Id: dnssectool.c,v 1.62 2011/10/20 23:46:51 tbox Exp $ */
 
 /*! \file */
 
@@ -419,7 +419,7 @@ key_collision(dst_key_t *dstkey, dns_name_t *name, const char *dir,
 
        if (exact != NULL)
                *exact = ISC_FALSE;
+
        id = dst_key_id(dstkey);
        rid = dst_key_rid(dstkey);
        alg = dst_key_alg(dstkey);
index 54913d9a5a4ef3f86138440899c1b87d744311ad..0e34163d2fc4cd0f275b1fdf6eb39978d8902aaf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007-2011  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
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssectool.h,v 1.32 2011/10/20 21:20:01 marka Exp $ */
+/* $Id: dnssectool.h,v 1.33 2011/10/20 23:46:51 tbox Exp $ */
 
 #ifndef DNSSECTOOL_H
 #define DNSSECTOOL_H 1
index 26f598210d102a27c123f22817ece8df23e1639b..6e2ec2e08d8d7bbf7a26af20bb3f2bd931d7fc1e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-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: keygen.sh,v 1.7 2011/10/20 21:20:01 marka Exp $
+# $Id: keygen.sh,v 1.8 2011/10/20 23:46:51 tbox Exp $
 
 SYSTEMTESTTOP=../..
 . $SYSTEMTESTTOP/conf.sh
index 0af80177e29d79ef4c877a44a63ca57d9437a58a..233461ec70d07943cfda49b0276da64df238f34b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.c,v 1.206 2011/10/20 21:42:11 marka Exp $ */
+/* $Id: validator.c,v 1.207 2011/10/20 23:46:51 tbox Exp $ */
 
 #include <config.h>
 
@@ -2945,7 +2945,7 @@ findnsec3proofs(dns_validator_t *val) {
                                 namebuf, sizeof(namebuf));
                validator_log(val, ISC_LOG_DEBUG(3), "closest encloser from "
                              "wildcard signature '%s'", namebuf);
-                dns_name_copy(dns_fixedname_name(&val->closest), closest, NULL);
+               dns_name_copy(dns_fixedname_name(&val->closest), closest, NULL);
                closestp = NULL;
                setclosestp = NULL;
        } else {