]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 6 Jan 2009 23:47:57 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 6 Jan 2009 23:47:57 +0000 (23:47 +0000)
bin/dnssec/dnssec-signzone.c
lib/dns/nsec.c
lib/isc/include/isc/log.h
lib/isc/log.c
util/update_copyrights

index b2ec6e5933becd821e45be3771ae7bd2bc5a8c1a..7f974ac93eb6a3a3b1a46e9004ec029186f6661d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -29,7 +29,7 @@
  * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-signzone.c,v 1.210 2009/01/06 09:14:03 fdupont Exp $ */
+/* $Id: dnssec-signzone.c,v 1.211 2009/01/06 23:47:56 tbox Exp $ */
 
 /*! \file */
 
index 4860cc82f8026d9834ddda03dd1c2272331c85b0..7e95396605b7a57faeac2d9081f8798d52cc25c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  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
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsec.c,v 1.12 2009/01/06 09:06:02 fdupont Exp $ */
+/* $Id: nsec.c,v 1.13 2009/01/06 23:47:57 tbox Exp $ */
 
 /*! \file */
 
index d250eac1ad209ad4e06a15569a921087b4a5756d..93b7b339a64df6c1d68686fc72506e2eceba0b0f 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.h,v 1.56 2009/01/05 23:47:54 tbox Exp $ */
+/* $Id: log.h,v 1.57 2009/01/06 23:47:57 tbox Exp $ */
 
 #ifndef ISC_LOG_H
 #define ISC_LOG_H 1
@@ -86,7 +86,7 @@
 /*@}*/
 
 /*!
- * \brief Used to name the categories used by a library.  
+ * \brief Used to name the categories used by a library.
  *
  * An array of isc_logcategory
  * structures names each category, and the id value is initialized by calling
@@ -107,13 +107,13 @@ struct isc_logmodule {
 
 /*%
  * The isc_logfile structure is initialized as part of an isc_logdestination
- * before calling isc_log_createchannel().  
+ * before calling isc_log_createchannel().
  *
  * When defining an #ISC_LOG_TOFILE
  * channel the name, versions and maximum_size should be set before calling
  * isc_log_createchannel().  To define an #ISC_LOG_TOFILEDESC channel set only
  * the stream before the call.
- * 
+ *
  * Setting maximum_size to zero implies no maximum.
  */
 typedef struct isc_logfile {
@@ -527,7 +527,7 @@ isc_log_usechannel(isc_logconfig_t *lcfg, const char *name,
  */
 
 /* Attention: next four comments PRECEED code */
-/*! 
+/*!
  *   \brief
  * Write a message to the log channels.
  *
@@ -634,7 +634,7 @@ ISC_FORMAT_PRINTF(5, 0);
 
 /*%
  * These are four internationalized versions of the isc_log_[v]write[1]
- * functions.  
+ * functions.
  *
  * The only difference is that they take arguments for a message
  * catalog, message set, and message number, all immediately preceding the
index a67b5f75ae05e728502be198ee4969187798a498..1c7ddace28a93067469c32a0e48fe8ed83721d68 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.c,v 1.96 2009/01/05 23:47:53 tbox Exp $ */
+/* $Id: log.c,v 1.97 2009/01/06 23:47:57 tbox Exp $ */
 
 /*! \file
  * \author  Principal Authors: DCL */
@@ -1448,7 +1448,7 @@ isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
        LOCK(&lctx->lock);
 
        lctx->buffer[0] = '\0';
-       
+
        lcfg = lctx->logconfig;
 
        category_channels = ISC_LIST_HEAD(lcfg->channellists[category->id]);
@@ -1507,7 +1507,7 @@ isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
                if ((channel->flags & ISC_LOG_PRINTTIME) != 0 &&
                    time_string[0] == '\0') {
                        isc_time_t isctime;
-                       
+
                        TIME_NOW(&isctime);
                        isc_time_formattimestamp(&isctime, time_string,
                                                 sizeof(time_string));
@@ -1518,9 +1518,9 @@ isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
                        if (level < ISC_LOG_CRITICAL)
                                snprintf(level_string, sizeof(level_string),
                                         isc_msgcat_get(isc_msgcat,
-                                                       ISC_MSGSET_LOG,
-                                                       ISC_MSG_LEVEL,
-                                                       "level %d: "),
+                                                       ISC_MSGSET_LOG,
+                                                       ISC_MSG_LEVEL,
+                                                       "level %d: "),
                                         level);
                        else if (level > ISC_LOG_DYNAMIC)
                                snprintf(level_string, sizeof(level_string),
@@ -1700,8 +1700,8 @@ isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
                                printcategory ? category->name  : "",
                                printcategory ? ": "            : "",
                                printmodule   ? (module != NULL ? module->name
-                                                               : "no_module")
-                                                               : "",
+                                                               : "no_module")
+                                                               : "",
                                printmodule   ? ": "            : "",
                                printlevel    ? level_string    : "",
                                lctx->buffer);
@@ -1743,8 +1743,8 @@ isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
                               printcategory ? category->name   : "",
                               printcategory ? ": "             : "",
                               printmodule   ? (module != NULL  ? module->name
-                                                               : "no_module")
-                                                               : "",
+                                                               : "no_module")
+                                                               : "",
                               printmodule   ? ": "             : "",
                               printlevel    ? level_string     : "",
                               lctx->buffer);
index e0b4185ad9c2f876d86d25baeb89600de22b1169..567192672fffb342da071b05868e538666b3de85 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl -w
 #
-# Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-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: update_copyrights,v 1.52 2009/01/06 03:58:29 marka Exp $
+# $Id: update_copyrights,v 1.53 2009/01/06 23:47:57 tbox Exp $
 
 require 5.002;