]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 9 Jul 2010 23:45:33 +0000 (23:45 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 9 Jul 2010 23:45:33 +0000 (23:45 +0000)
bin/nsupdate/nsupdate.c
bin/nsupdate/nsupdate.docbook
lib/dns/include/dns/name.h
lib/dns/include/dns/tsig.h
lib/dns/tkey.c

index 75e6d833fc0a1302fa8b44fcc88ce74403ae226e..436c6bbc8aeff8e9fa961ab7fe76f4fc2e90f5b7 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsupdate.c,v 1.154.56.12 2010/07/09 06:48:13 each Exp $ */
+/* $Id: nsupdate.c,v 1.154.56.13 2010/07/09 23:45:33 tbox Exp $ */
 
 /*! \file */
 
@@ -1383,7 +1383,7 @@ evaluate_realm(char *cmdline) {
                fatal("out of memory");
        return (STATUS_MORE);
 #else
-        UNUSED(cmdline);
+       UNUSED(cmdline);
        return (STATUS_SYNTAX);
 #endif
 }
index 3eca3dafa4d7df6550d35b94b3cef274279fd4ad..e1ff71fb07aead86a021319478116e4c8ab554e0 100644 (file)
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
               [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and/or distribute this software for any
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: nsupdate.docbook,v 1.29.56.5 2010/07/09 05:16:01 each Exp $ -->
+<!-- $Id: nsupdate.docbook,v 1.29.56.6 2010/07/09 23:45:33 tbox Exp $ -->
 <refentry>
   <refentryinfo>
     <date>Jun 30, 2000</date>
@@ -41,6 +41,7 @@
       <year>2007</year>
       <year>2008</year>
       <year>2009</year>
+      <year>2010</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
     <copyright>
index a123f983e6198b10dbd99aa41197176ab099927c..7c07d69215c8c09be48643d7056b9137af67261c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-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: name.h,v 1.126.128.4 2010/07/09 05:16:06 each Exp $ */
+/* $Id: name.h,v 1.126.128.5 2010/07/09 23:45:33 tbox Exp $ */
 
 #ifndef DNS_NAME_H
 #define DNS_NAME_H 1
index 6569e3982ac74fc4068c89f5522cd2a7ed1cd460..1d821ab0c4e906b9ce89422ff6696fbacfdefd9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2010  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: tsig.h,v 1.51.128.1 2010/07/09 05:16:10 each Exp $ */
+/* $Id: tsig.h,v 1.51.128.2 2010/07/09 23:45:33 tbox Exp $ */
 
 #ifndef DNS_TSIG_H
 #define DNS_TSIG_H 1
@@ -89,8 +89,8 @@ struct dns_tsigkey {
 
 #define dns_tsigkey_identity(tsigkey) \
        ((tsigkey) == NULL ? NULL : \
-         (tsigkey)->generated ? ((tsigkey)->creator) : \
-         (&((tsigkey)->name)))
+        (tsigkey)->generated ? ((tsigkey)->creator) : \
+        (&((tsigkey)->name)))
 
 ISC_LANG_BEGINDECLS
 
index 2d700a43f551383bcc4fa352e5e0d90a7021dc7e..4913d24c48bf6d117f2464fee7587a7ae8214372 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008, 2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: tkey.c,v 1.87.2.4 2010/07/09 05:16:03 each Exp $
+ * $Id: tkey.c,v 1.87.2.5 2010/07/09 23:45:33 tbox Exp $
  */
 /*! \file */
 #include <config.h>