From: Automatic Updater Date: Thu, 4 Feb 2010 23:47:46 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.6.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eb1c53ca2bcf82b24c1475ec522e93fc521390d;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c index de003bb2f21..4773ec6dcad 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -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.14.64.10 2010/02/04 01:10:32 marka Exp $ */ +/* $Id: statschannel.c,v 1.14.64.11 2010/02/04 23:47:46 tbox Exp $ */ /*! \file */ @@ -504,9 +504,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 */ @@ -875,16 +875,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; /* @@ -895,14 +895,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 */ diff --git a/lib/isc/heap.c b/lib/isc/heap.c index 8020622728d..dc32100d2f1 100644 --- a/lib/isc/heap.c +++ b/lib/isc/heap.c @@ -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.37.240.2 2010/02/04 23:41:14 jinmei Exp $ */ +/* $Id: heap.c,v 1.37.240.3 2010/02/04 23:47:46 tbox Exp $ */ /*! \file * Heap implementation of priority queues adapted from the following: diff --git a/lib/isc/httpd.c b/lib/isc/httpd.c index 94d38d01055..066939d1f41 100644 --- a/lib/isc/httpd.c +++ b/lib/isc/httpd.c @@ -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.16.64.1 2010/02/04 01:10:32 marka Exp $ */ +/* $Id: httpd.c,v 1.16.64.2 2010/02/04 23:47:46 tbox Exp $ */ /*! \file */