2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

update copyright notice

This commit is contained in:
Automatic Updater
2008-01-24 23:47:00 +00:00
parent 40696c4c38
commit cbf0854acc
8 changed files with 74 additions and 74 deletions

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2008 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.14 2008/01/24 02:00:44 jinmei Exp $ */ /* $Id: stats.h,v 1.15 2008/01/24 23:47:00 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-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2008 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
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: types.h,v 1.127 2008/01/24 02:00:44 jinmei Exp $ */ /* $Id: types.h,v 1.128 2008/01/24 23:47:00 tbox Exp $ */
#ifndef DNS_TYPES_H #ifndef DNS_TYPES_H
#define DNS_TYPES_H 1 #define DNS_TYPES_H 1

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2008 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: zone.h,v 1.154 2008/01/24 02:00:44 jinmei Exp $ */ /* $Id: zone.h,v 1.155 2008/01/24 23:47:00 tbox Exp $ */
#ifndef DNS_ZONE_H #ifndef DNS_ZONE_H
#define DNS_ZONE_H 1 #define DNS_ZONE_H 1
@@ -1194,7 +1194,7 @@ dns_zone_setnotifytype(dns_zone_t *zone, dns_notifytype_t notifytype);
isc_result_t isc_result_t
dns_zone_forwardupdate(dns_zone_t *zone, dns_message_t *msg, dns_zone_forwardupdate(dns_zone_t *zone, dns_message_t *msg,
dns_updatecallback_t callback, void *callback_arg); dns_updatecallback_t callback, void *callback_arg);
/*%< /*%<
* Forward 'msg' to each master in turn until we get an answer or we * Forward 'msg' to each master in turn until we get an answer or we
* have exausted the list of masters. 'callback' will be called with * have exausted the list of masters. 'callback' will be called with

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004, 2005, 2007, 2008 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.13 2008/01/24 02:00:44 jinmei Exp $ */ /* $Id: stats.c,v 1.14 2008/01/24 23:47:00 tbox Exp $ */
/*! \file */ /*! \file */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2008 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: zone.c,v 1.471 2008/01/24 02:00:44 jinmei Exp $ */ /* $Id: zone.c,v 1.472 2008/01/24 23:47:00 tbox Exp $ */
/*! \file */ /*! \file */
@@ -4240,7 +4240,7 @@ stub_callback(isc_task_t *task, isc_event_t *event) {
goto same_master; goto same_master;
} }
dns_zonemgr_unreachableadd(zone->zmgr, &zone->masteraddr, dns_zonemgr_unreachableadd(zone->zmgr, &zone->masteraddr,
&zone->sourceaddr, &now); &zone->sourceaddr, &now);
dns_zone_log(zone, ISC_LOG_INFO, dns_zone_log(zone, ISC_LOG_INFO,
"could not refresh stub from master %s" "could not refresh stub from master %s"
" (source %s): %s", master, source, " (source %s): %s", master, source,
@@ -4515,7 +4515,7 @@ refresh_callback(isc_task_t *task, isc_event_t *event) {
goto tcp_transfer; goto tcp_transfer;
} }
dns_zone_log(zone, ISC_LOG_DEBUG(1), dns_zone_log(zone, ISC_LOG_DEBUG(1),
"refresh: skipped tcp fallback" "refresh: skipped tcp fallback"
"as master %s (source %s) is " "as master %s (source %s) is "
"unreachable (cached)", "unreachable (cached)",
master, source); master, source);

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2008 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: platform.h.in,v 1.46 2008/01/24 02:00:44 jinmei Exp $ */ /* $Id: platform.h.in,v 1.47 2008/01/24 23:47:00 tbox Exp $ */
#ifndef ISC_PLATFORM_H #ifndef ISC_PLATFORM_H
#define ISC_PLATFORM_H 1 #define ISC_PLATFORM_H 1

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2005, 2007, 2008 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: atomic.h,v 1.9 2008/01/24 02:00:44 jinmei Exp $ */ /* $Id: atomic.h,v 1.10 2008/01/24 23:47:00 tbox Exp $ */
#ifndef ISC_ATOMIC_H #ifndef ISC_ATOMIC_H
#define ISC_ATOMIC_H 1 #define ISC_ATOMIC_H 1

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2005, 2007, 2008 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: atomic.h,v 1.5 2008/01/24 02:00:44 jinmei Exp $ */ /* $Id: atomic.h,v 1.6 2008/01/24 23:47:00 tbox Exp $ */
#ifndef ISC_ATOMIC_H #ifndef ISC_ATOMIC_H
#define ISC_ATOMIC_H 1 #define ISC_ATOMIC_H 1
@@ -58,20 +58,20 @@ isc_atomic_xadd(isc_int32_t *p, isc_int32_t val) {
#ifdef ISC_PLATFORM_HAVEXADDQ #ifdef ISC_PLATFORM_HAVEXADDQ
static isc_int64_t static isc_int64_t
isc_atomic_xaddq(isc_int64_t *p, isc_int64_t val) { isc_atomic_xaddq(isc_int64_t *p, isc_int64_t val) {
UNUSED(p); UNUSED(p);
UNUSED(val); UNUSED(val);
__asm ( __asm (
"movq %rdi, %rdx\n" "movq %rdi, %rdx\n"
"movq %rsi, %rax\n" "movq %rsi, %rax\n"
#ifdef ISC_PLATFORM_USETHREADS #ifdef ISC_PLATFORM_USETHREADS
"lock;" "lock;"
#endif #endif
"xaddq %rax, (%rdx)\n" "xaddq %rax, (%rdx)\n"
/* /*
* XXX: assume %rax will be used as the return value. * XXX: assume %rax will be used as the return value.
*/ */
); );
} }
#endif #endif