]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 4 Feb 2010 23:49:13 +0000 (23:49 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 4 Feb 2010 23:49:13 +0000 (23:49 +0000)
bin/dnssec/dnssec-settime.8
bin/dnssec/dnssec-settime.html
bin/named/statschannel.c
lib/isc/heap.c
lib/isc/httpd.c

index 726ff1992931eaacfc1cbc736b74001da6e338b5..ba4f20c805cb57538c7c1b05119429e68824e002 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2009, 2010  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
@@ -12,7 +12,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: dnssec-settime.8,v 1.10 2010/02/04 01:14:16 tbox Exp $
+.\" $Id: dnssec-settime.8,v 1.11 2010/02/04 23:49:13 tbox Exp $
 .\"
 .hy 0
 .ad l
index 6667327ccafe538b6152678415c370af16c42dda..65555b2be00ce7dcb0563f413b739fd7b760f743 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2009, 2010  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-settime.html,v 1.10 2010/02/04 01:14:16 tbox Exp $ -->
+<!-- $Id: dnssec-settime.html,v 1.11 2010/02/04 23:49:13 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
index 507504ab0094ae5442f8aa4f33e98411257c5397..197efbc8d8a74c0fe065c7615ad951400b590987 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2008-2010  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: statschannel.c,v 1.25 2010/02/04 00:57:25 marka Exp $ */
+/* $Id: statschannel.c,v 1.26 2010/02/04 23:49:13 tbox Exp $ */
 
 /*! \file */
 
@@ -505,9 +505,9 @@ dump_counters(isc_stats_t *stats, statsformat_t type, void *arg,
                                                               desc[index]));
                        }
                        TRY0(xmlTextWriterWriteFormatString(writer,
-                                                           "%"
-                                                           ISC_PRINT_QUADFORMAT
-                                                           "u", value));
+                                                           "%"
+                                                           ISC_PRINT_QUADFORMAT
+                                                           "u", value));
                        TRY0(xmlTextWriterEndElement(writer)); /* counter */
                        if (category != NULL)
                                TRY0(xmlTextWriterEndElement(writer)); /* category */
@@ -876,16 +876,16 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) {
        result = dump_counters(server->nsstats, statsformat_xml, writer,
                               "nsstat", nsstats_xmldesc,
                                dns_nsstatscounter_max,
-                               nsstats_index, nsstat_values,
+                               nsstats_index, nsstat_values,
                                ISC_STATSDUMP_VERBOSE);
-       if (result != ISC_R_SUCCESS)
+       if (result != ISC_R_SUCCESS)
                goto error;
 
        result = dump_counters(server->zonestats, statsformat_xml, writer,
                               "zonestat", zonestats_xmldesc,
                               dns_zonestatscounter_max, zonestats_index,
                               zonestat_values, ISC_STATSDUMP_VERBOSE);
-       if (result != ISC_R_SUCCESS)
+       if (result != ISC_R_SUCCESS)
                goto error;
 
        /*
@@ -896,14 +896,14 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) {
                               "resstat", resstats_xmldesc,
                               dns_resstatscounter_max, resstats_index,
                               resstat_values, 0);
-       if (result != ISC_R_SUCCESS)
+       if (result != ISC_R_SUCCESS)
                goto error;
 
        result = dump_counters(server->sockstats, statsformat_xml, writer,
                               "sockstat", sockstats_xmldesc,
                               isc_sockstatscounter_max, sockstats_index,
                               sockstat_values, ISC_STATSDUMP_VERBOSE);
-       if (result != ISC_R_SUCCESS)
+       if (result != ISC_R_SUCCESS)
                goto error;
 
        TRY0(xmlTextWriterEndElement(writer)); /* server */
index 7f50eac52430734293f492254a28be89c3a900de..7efbd1a5e71669d5f4d4eb4ab552e3bf54053766 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) 1997-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: heap.c,v 1.38 2010/02/04 23:22:05 jinmei Exp $ */
+/* $Id: heap.c,v 1.39 2010/02/04 23:49:13 tbox Exp $ */
 
 /*! \file
  * Heap implementation of priority queues adapted from the following:
index 16d08a2095c29fa5799ae33a8fe6562f4a44b6f8..b10ef3802eb0037a58c8f790e85d865c20fec513 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006-2008, 2010  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: httpd.c,v 1.17 2010/02/04 00:57:25 marka Exp $ */
+/* $Id: httpd.c,v 1.18 2010/02/04 23:49:13 tbox Exp $ */
 
 /*! \file */