diff --git a/bin/check/check-tool.c b/bin/check/check-tool.c index e1351af004..081669cde1 100644 --- a/bin/check/check-tool.c +++ b/bin/check/check-tool.c @@ -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-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: check-tool.c,v 1.36 2009/01/07 01:46:40 jinmei Exp $ */ +/* $Id: check-tool.c,v 1.37 2009/01/07 23:47:46 tbox Exp $ */ /*! \file */ diff --git a/bin/named/include/named/log.h b/bin/named/include/named/log.h index b4dc82324a..032743acbf 100644 --- a/bin/named/include/named/log.h +++ b/bin/named/include/named/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.h,v 1.26 2009/01/07 01:46:40 jinmei Exp $ */ +/* $Id: log.h,v 1.27 2009/01/07 23:47:46 tbox Exp $ */ #ifndef NAMED_LOG_H #define NAMED_LOG_H 1 diff --git a/bin/named/query.c b/bin/named/query.c index 30a04a99c7..8c7c3024c0 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -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: query.c,v 1.316 2009/01/07 01:46:40 jinmei Exp $ */ +/* $Id: query.c,v 1.317 2009/01/07 23:47:46 tbox Exp $ */ /*! \file */ diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index ef294f2b14..66d4885499 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []> - + BIND 9 Administrator Reference Manual @@ -29,6 +29,7 @@ 2006 2007 2008 + 2009 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/dns/include/dns/resolver.h b/lib/dns/include/dns/resolver.h index 101e1b4fea..5608ec7701 100644 --- a/lib/dns/include/dns/resolver.h +++ b/lib/dns/include/dns/resolver.h @@ -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-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: resolver.h,v 1.61 2009/01/07 01:46:40 jinmei Exp $ */ +/* $Id: resolver.h,v 1.62 2009/01/07 23:47:47 tbox Exp $ */ #ifndef DNS_RESOLVER_H #define DNS_RESOLVER_H 1 diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 546697c10f..a9b02e21c0 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.c,v 1.387 2009/01/07 01:46:40 jinmei Exp $ */ +/* $Id: resolver.c,v 1.388 2009/01/07 23:47:46 tbox Exp $ */ /*! \file */ @@ -868,7 +868,7 @@ fctx_sendevents(fetchctx_t *fctx, isc_result_t result, int line) { FCTXTRACE("sendevents"); /* - * Keep some record of fetch result for logging later (if required). + * Keep some record of fetch result for logging later (if required). */ fctx->result = result; fctx->exitline = line;