mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
update copyright notice
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
- Copyright (C) 2006-2008 Internet Systems Consortium, Inc. ("ISC")
|
||||
- Copyright (C) 2006-2009 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
|
||||
@@ -15,7 +15,7 @@
|
||||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- $Id: bind9.xsl,v 1.20 2009/01/27 22:29:58 jinmei Exp $ -->
|
||||
<!-- $Id: bind9.xsl,v 1.21 2009/01/27 23:47:54 tbox Exp $ -->
|
||||
|
||||
<xsl:stylesheet version="1.0"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
|
@@ -14,7 +14,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: statschannel.c,v 1.19 2009/01/27 22:29:58 jinmei Exp $ */
|
||||
/* $Id: statschannel.c,v 1.20 2009/01/27 23:47:54 tbox Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -141,7 +141,7 @@ init_desc(void) {
|
||||
do { \
|
||||
set_desc(dns_nsstatscounter_ ## counterid, \
|
||||
dns_nsstatscounter_max, \
|
||||
desc, nsstats_desc, xmldesc, nsstats_xmldesc); \
|
||||
desc, nsstats_desc, xmldesc, nsstats_xmldesc); \
|
||||
nsstats_index[i++] = dns_nsstatscounter_ ## counterid; \
|
||||
} while (0)
|
||||
|
||||
@@ -209,7 +209,7 @@ init_desc(void) {
|
||||
do { \
|
||||
set_desc(dns_resstatscounter_ ## counterid, \
|
||||
dns_resstatscounter_max, \
|
||||
desc, resstats_desc, xmldesc, resstats_xmldesc); \
|
||||
desc, resstats_desc, xmldesc, resstats_xmldesc); \
|
||||
resstats_index[i++] = dns_resstatscounter_ ## counterid; \
|
||||
} while (0)
|
||||
|
||||
@@ -266,7 +266,7 @@ init_desc(void) {
|
||||
DNS_RESOLVER_QRYRTTCLASS4STR "ms",
|
||||
"QryRTT" DNS_RESOLVER_QRYRTTCLASS4STR "+");
|
||||
INSIST(i == dns_resstatscounter_max);
|
||||
|
||||
|
||||
/* Initialize zone statistics */
|
||||
memset(zonestats_desc, 0,
|
||||
dns_zonestatscounter_max * sizeof(zonestats_desc[0]));
|
||||
@@ -279,7 +279,7 @@ init_desc(void) {
|
||||
do { \
|
||||
set_desc(dns_zonestatscounter_ ## counterid, \
|
||||
dns_zonestatscounter_max, \
|
||||
desc, zonestats_desc, xmldesc, zonestats_xmldesc); \
|
||||
desc, zonestats_desc, xmldesc, zonestats_xmldesc); \
|
||||
zonestats_index[i++] = dns_zonestatscounter_ ## counterid; \
|
||||
} while (0)
|
||||
|
||||
@@ -311,20 +311,20 @@ init_desc(void) {
|
||||
do { \
|
||||
set_desc(isc_sockstatscounter_ ## counterid, \
|
||||
isc_sockstatscounter_max, \
|
||||
desc, sockstats_desc, xmldesc, sockstats_xmldesc); \
|
||||
desc, sockstats_desc, xmldesc, sockstats_xmldesc); \
|
||||
sockstats_index[i++] = isc_sockstatscounter_ ## counterid; \
|
||||
} while (0)
|
||||
|
||||
i = 0;
|
||||
SET_SOCKSTATDESC(udp4open, "UDP/IPv4 sockets opened", "UDP4Open");
|
||||
SET_SOCKSTATDESC(udp6open, "UDP/IPv6 sockets opened", "UDP6Open");
|
||||
SET_SOCKSTATDESC(udp4open, "UDP/IPv4 sockets opened", "UDP4Open");
|
||||
SET_SOCKSTATDESC(udp6open, "UDP/IPv6 sockets opened", "UDP6Open");
|
||||
SET_SOCKSTATDESC(tcp4open, "TCP/IPv4 sockets opened", "TCP4Open");
|
||||
SET_SOCKSTATDESC(tcp6open, "TCP/IPv6 sockets opened", "TCP6Open");
|
||||
SET_SOCKSTATDESC(unixopen, "Unix domain sockets opened", "UnixOpen");
|
||||
SET_SOCKSTATDESC(udp4openfail, "UDP/IPv4 socket open failures",
|
||||
"UDP4OpenFail");
|
||||
"UDP4OpenFail");
|
||||
SET_SOCKSTATDESC(udp6openfail, "UDP/IPv6 socket open failures",
|
||||
"UDP6OpenFail");
|
||||
"UDP6OpenFail");
|
||||
SET_SOCKSTATDESC(tcp4openfail, "TCP/IPv4 socket open failures",
|
||||
"TCP4OpenFail");
|
||||
SET_SOCKSTATDESC(tcp6openfail, "TCP/IPv6 socket open failures",
|
||||
@@ -1278,7 +1278,7 @@ ns_stats_dump(ns_server_t *server, FILE *fp) {
|
||||
dump_counters(server->nsstats, statsformat_file, fp, NULL,
|
||||
nsstats_desc, dns_nsstatscounter_max, nsstats_index,
|
||||
nsstat_values, 0);
|
||||
|
||||
|
||||
fprintf(fp, "++ Zone Maintenance Statistics ++\n");
|
||||
dump_counters(server->zonestats, statsformat_file, fp, NULL,
|
||||
zonestats_desc, dns_zonestatscounter_max,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 1999-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: zoneconf.c,v 1.148 2009/01/27 22:29:58 jinmei Exp $ */
|
||||
/* $Id: zoneconf.c,v 1.149 2009/01/27 23:47:54 tbox Exp $ */
|
||||
|
||||
/*% */
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 1999-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: adb.c,v 1.244 2009/01/27 22:29:58 jinmei Exp $ */
|
||||
/* $Id: adb.c,v 1.245 2009/01/27 23:47:54 tbox Exp $ */
|
||||
|
||||
/*! \file
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 1999-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: dispatch.h,v 1.61 2009/01/27 22:29:59 jinmei Exp $ */
|
||||
/* $Id: dispatch.h,v 1.62 2009/01/27 23:47:54 tbox Exp $ */
|
||||
|
||||
#ifndef DNS_DISPATCH_H
|
||||
#define DNS_DISPATCH_H 1
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2000, 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: stats.h,v 1.19 2009/01/27 22:29:59 jinmei Exp $ */
|
||||
/* $Id: stats.h,v 1.20 2009/01/27 23:47:54 tbox Exp $ */
|
||||
|
||||
#ifndef DNS_STATS_H
|
||||
#define DNS_STATS_H 1
|
||||
|
@@ -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) 2000, 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: stats.c,v 1.17 2009/01/27 22:29:59 jinmei Exp $ */
|
||||
/* $Id: stats.c,v 1.18 2009/01/27 23:47:54 tbox Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 1998-2003 Internet Software Consortium.
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
@@ -13,7 +13,7 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.98 2009/01/27 22:29:59 jinmei Exp $
|
||||
# $Id: Makefile.in,v 1.99 2009/01/27 23:47:54 tbox Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2009 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: stats.h,v 1.2 2009/01/27 22:30:00 jinmei Exp $ */
|
||||
/* $Id: stats.h,v 1.3 2009/01/27 23:47:54 tbox Exp $ */
|
||||
|
||||
#ifndef ISC_STATS_H
|
||||
#define ISC_STATS_H 1
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 1999-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: types.h,v 1.47 2009/01/27 22:30:00 jinmei Exp $ */
|
||||
/* $Id: types.h,v 1.48 2009/01/27 23:47:54 tbox Exp $ */
|
||||
|
||||
#ifndef ISC_TYPES_H
|
||||
#define ISC_TYPES_H 1
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2009 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: stats.c,v 1.2 2009/01/27 22:29:59 jinmei Exp $ */
|
||||
/* $Id: stats.c,v 1.3 2009/01/27 23:47:54 tbox Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
Reference in New Issue
Block a user