2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 07:35:26 +00:00

update copyright notice

This commit is contained in:
Automatic Updater
2009-01-27 23:47:54 +00:00
parent 0ce87e5749
commit 39a8abdb83
11 changed files with 31 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?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 - Permission to use, copy, modify, and/or distribute this software for any
- purpose with or without fee is hereby granted, provided that the above - purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
- PERFORMANCE OF THIS SOFTWARE. - 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" <xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

View File

@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 */ /*! \file */
@@ -141,7 +141,7 @@ init_desc(void) {
do { \ do { \
set_desc(dns_nsstatscounter_ ## counterid, \ set_desc(dns_nsstatscounter_ ## counterid, \
dns_nsstatscounter_max, \ dns_nsstatscounter_max, \
desc, nsstats_desc, xmldesc, nsstats_xmldesc); \ desc, nsstats_desc, xmldesc, nsstats_xmldesc); \
nsstats_index[i++] = dns_nsstatscounter_ ## counterid; \ nsstats_index[i++] = dns_nsstatscounter_ ## counterid; \
} while (0) } while (0)
@@ -209,7 +209,7 @@ init_desc(void) {
do { \ do { \
set_desc(dns_resstatscounter_ ## counterid, \ set_desc(dns_resstatscounter_ ## counterid, \
dns_resstatscounter_max, \ dns_resstatscounter_max, \
desc, resstats_desc, xmldesc, resstats_xmldesc); \ desc, resstats_desc, xmldesc, resstats_xmldesc); \
resstats_index[i++] = dns_resstatscounter_ ## counterid; \ resstats_index[i++] = dns_resstatscounter_ ## counterid; \
} while (0) } while (0)
@@ -279,7 +279,7 @@ init_desc(void) {
do { \ do { \
set_desc(dns_zonestatscounter_ ## counterid, \ set_desc(dns_zonestatscounter_ ## counterid, \
dns_zonestatscounter_max, \ dns_zonestatscounter_max, \
desc, zonestats_desc, xmldesc, zonestats_xmldesc); \ desc, zonestats_desc, xmldesc, zonestats_xmldesc); \
zonestats_index[i++] = dns_zonestatscounter_ ## counterid; \ zonestats_index[i++] = dns_zonestatscounter_ ## counterid; \
} while (0) } while (0)
@@ -311,7 +311,7 @@ init_desc(void) {
do { \ do { \
set_desc(isc_sockstatscounter_ ## counterid, \ set_desc(isc_sockstatscounter_ ## counterid, \
isc_sockstatscounter_max, \ isc_sockstatscounter_max, \
desc, sockstats_desc, xmldesc, sockstats_xmldesc); \ desc, sockstats_desc, xmldesc, sockstats_xmldesc); \
sockstats_index[i++] = isc_sockstatscounter_ ## counterid; \ sockstats_index[i++] = isc_sockstatscounter_ ## counterid; \
} while (0) } while (0)

View 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. * Copyright (C) 1999-2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 $ */
/*% */ /*% */

View 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. * Copyright (C) 1999-2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 /*! \file
* *

View 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. * Copyright (C) 1999-2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 #ifndef DNS_DISPATCH_H
#define DNS_DISPATCH_H 1 #define DNS_DISPATCH_H 1

View 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) 2000, 2001 Internet Software Consortium. * Copyright (C) 2000, 2001 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 #ifndef DNS_STATS_H
#define DNS_STATS_H 1 #define DNS_STATS_H 1

View 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) 2000, 2001 Internet Software Consortium. * Copyright (C) 2000, 2001 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 */ /*! \file */

View 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. # Copyright (C) 1998-2003 Internet Software Consortium.
# #
# Permission to use, copy, modify, and/or distribute this software for any # 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 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # 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@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -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 * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 #ifndef ISC_STATS_H
#define ISC_STATS_H 1 #define ISC_STATS_H 1

View 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. * Copyright (C) 1999-2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 #ifndef ISC_TYPES_H
#define ISC_TYPES_H 1 #define ISC_TYPES_H 1

View File

@@ -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 * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 */ /*! \file */