From: Automatic Updater Date: Fri, 9 Jan 2009 23:47:46 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.3.6-P2~4^2~165 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=9e0d0a279b956cc2eae41c00a6846b0ca8c617c6;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/named/include/named/server.h b/bin/named/include/named/server.h index d1838c95b3d..2c5f03379b4 100644 --- a/bin/named/include/named/server.h +++ b/bin/named/include/named/server.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-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: server.h,v 1.94 2009/01/09 22:24:36 jinmei Exp $ */ +/* $Id: server.h,v 1.95 2009/01/09 23:47:45 tbox Exp $ */ #ifndef NAMED_SERVER_H #define NAMED_SERVER_H 1 diff --git a/bin/named/include/named/types.h b/bin/named/include/named/types.h index 8c335900fcb..7a7886e2b63 100644 --- a/bin/named/include/named/types.h +++ b/bin/named/include/named/types.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 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.30 2009/01/09 22:24:36 jinmei Exp $ */ +/* $Id: types.h,v 1.31 2009/01/09 23:47:45 tbox Exp $ */ #ifndef NAMED_TYPES_H #define NAMED_TYPES_H 1 diff --git a/bin/named/server.c b/bin/named/server.c index 098e21ec75e..4998118e5ef 100644 --- a/bin/named/server.c +++ b/bin/named/server.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: server.c,v 1.523 2009/01/09 22:24:36 jinmei Exp $ */ +/* $Id: server.c,v 1.524 2009/01/09 23:47:45 tbox Exp $ */ /*! \file */ @@ -1250,7 +1250,7 @@ configure_view(dns_view_t *view, const cfg_obj_t *config, /* * Obtain configuration parameters that affect the decision of whether - * we can reuse/share an existing cache. + * we can reuse/share an existing cache. */ obj = NULL; result = ns_config_get(maps, "cleaning-interval", &obj); diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c index 73cf3b7b7cb..f2fb0c7105c 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2008, 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: statschannel.c,v 1.16 2009/01/09 22:24:36 jinmei Exp $ */ +/* $Id: statschannel.c,v 1.17 2009/01/09 23:47:45 tbox Exp $ */ /*! \file */ diff --git a/lib/dns/cache.c b/lib/dns/cache.c index f4907d1addc..aafef6ffb9b 100644 --- a/lib/dns/cache.c +++ b/lib/dns/cache.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: cache.c,v 1.81 2009/01/09 22:24:36 jinmei Exp $ */ +/* $Id: cache.c,v 1.82 2009/01/09 23:47:45 tbox Exp $ */ /*! \file */ diff --git a/lib/dns/include/dns/cache.h b/lib/dns/include/dns/cache.h index 34ec6f33728..1a59ea9ef2a 100644 --- a/lib/dns/include/dns/cache.h +++ b/lib/dns/include/dns/cache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-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: cache.h,v 1.27 2009/01/09 22:24:37 jinmei Exp $ */ +/* $Id: cache.h,v 1.28 2009/01/09 23:47:46 tbox Exp $ */ #ifndef DNS_CACHE_H #define DNS_CACHE_H 1 diff --git a/lib/dns/view.c b/lib/dns/view.c index 2b9e851cae5..d97e4b70416 100644 --- a/lib/dns/view.c +++ b/lib/dns/view.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: view.c,v 1.151 2009/01/09 22:24:36 jinmei Exp $ */ +/* $Id: view.c,v 1.152 2009/01/09 23:47:45 tbox Exp $ */ /*! \file */ diff --git a/lib/isccfg/namedconf.c b/lib/isccfg/namedconf.c index 3c954c977c1..91c804d6566 100644 --- a/lib/isccfg/namedconf.c +++ b/lib/isccfg/namedconf.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) 2002, 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: namedconf.c,v 1.93 2009/01/09 22:24:37 jinmei Exp $ */ +/* $Id: namedconf.c,v 1.94 2009/01/09 23:47:46 tbox Exp $ */ /*! \file */