From abeb45c7753db766ebe07c855632819271f6df9b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 12 Jan 2005 01:56:12 +0000 Subject: [PATCH] update copyrights --- bin/named/Makefile.in | 4 ++-- bin/named/controlconf.c | 4 ++-- bin/named/include/named/control.h | 4 ++-- bin/named/include/named/zoneconf.h | 4 ++-- bin/named/named.conf.docbook | 4 ++-- bin/named/server.c | 4 ++-- lib/isccfg/Makefile.in | 4 ++-- lib/isccfg/aclconf.c | 4 ++-- lib/isccfg/include/isccfg/Makefile.in | 4 ++-- lib/isccfg/include/isccfg/aclconf.h | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index 3244c50c70..52e9cf8d65 100644 --- a/bin/named/Makefile.in +++ b/bin/named/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2002 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.85 2005/01/11 03:46:07 marka Exp $ +# $Id: Makefile.in,v 1.86 2005/01/12 01:56:06 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/named/controlconf.c b/bin/named/controlconf.c index a120a5aac9..571c660081 100644 --- a/bin/named/controlconf.c +++ b/bin/named/controlconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: controlconf.c,v 1.41 2005/01/11 03:46:08 marka Exp $ */ +/* $Id: controlconf.c,v 1.42 2005/01/12 01:56:06 marka Exp $ */ #include diff --git a/bin/named/include/named/control.h b/bin/named/include/named/control.h index 7d86365d7e..27dfde4d13 100644 --- a/bin/named/include/named/control.h +++ b/bin/named/include/named/control.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: control.h,v 1.17 2005/01/11 03:46:09 marka Exp $ */ +/* $Id: control.h,v 1.18 2005/01/12 01:56:11 marka Exp $ */ #ifndef NAMED_CONTROL_H #define NAMED_CONTROL_H 1 diff --git a/bin/named/include/named/zoneconf.h b/bin/named/include/named/zoneconf.h index 186f1d1532..61c72d6b2c 100644 --- a/bin/named/include/named/zoneconf.h +++ b/bin/named/include/named/zoneconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zoneconf.h,v 1.20 2005/01/11 03:46:09 marka Exp $ */ +/* $Id: zoneconf.h,v 1.21 2005/01/12 01:56:11 marka Exp $ */ #ifndef NS_ZONECONF_H #define NS_ZONECONF_H 1 diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook index 7f5726bf82..58dd5889a1 100644 --- a/bin/named/named.conf.docbook +++ b/bin/named/named.conf.docbook @@ -1,6 +1,6 @@ - + diff --git a/bin/named/server.c b/bin/named/server.c index f4c06d61e4..0dc6cdf049 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: server.c,v 1.435 2005/01/11 03:46:08 marka Exp $ */ +/* $Id: server.c,v 1.436 2005/01/12 01:56:07 marka Exp $ */ #include diff --git a/lib/isccfg/Makefile.in b/lib/isccfg/Makefile.in index 3759d07c30..feddcde69f 100644 --- a/lib/isccfg/Makefile.in +++ b/lib/isccfg/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001-2003 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.14 2005/01/11 03:46:10 marka Exp $ +# $Id: Makefile.in,v 1.15 2005/01/12 01:56:12 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isccfg/aclconf.c b/lib/isccfg/aclconf.c index ed2d583548..3937ca1bc4 100644 --- a/lib/isccfg/aclconf.c +++ b/lib/isccfg/aclconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: aclconf.c,v 1.2 2005/01/11 03:46:11 marka Exp $ */ +/* $Id: aclconf.c,v 1.3 2005/01/12 01:56:12 marka Exp $ */ #include diff --git a/lib/isccfg/include/isccfg/Makefile.in b/lib/isccfg/include/isccfg/Makefile.in index 7f1a588d55..74de3a6f5f 100644 --- a/lib/isccfg/include/isccfg/Makefile.in +++ b/lib/isccfg/include/isccfg/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001, 2002 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.9 2005/01/11 03:46:11 marka Exp $ +# $Id: Makefile.in,v 1.10 2005/01/12 01:56:12 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isccfg/include/isccfg/aclconf.h b/lib/isccfg/include/isccfg/aclconf.h index 4452503b9c..39ede975c6 100644 --- a/lib/isccfg/include/isccfg/aclconf.h +++ b/lib/isccfg/include/isccfg/aclconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: aclconf.h,v 1.2 2005/01/11 03:46:11 marka Exp $ */ +/* $Id: aclconf.h,v 1.3 2005/01/12 01:56:12 marka Exp $ */ #ifndef ISCCFG_ACLCONF_H #define ISCCFG_ACLCONF_H 1