mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 14:17:27 -04:00
update copyright notice
This commit is contained in:
parent
885f475768
commit
0cfbb9285a
5 changed files with 22 additions and 22 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue