From 2f99b54e8ec8e908ea894bc808d1c18a5f51a850 Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Thu, 17 Jan 2008 23:47:00 +0000 Subject: [PATCH] update copyright notice --- bin/named/Makefile.in | 4 ++-- bin/named/controlconf.c | 4 ++-- bin/named/include/named/server.h | 4 ++-- bin/named/include/named/types.h | 4 ++-- lib/dns/acl.c | 4 ++-- lib/dns/iptable.c | 4 ++-- lib/isc/httpd.c | 4 ++-- lib/isc/include/isc/httpd.h | 4 ++-- lib/isc/include/isc/radix.h | 4 ++-- lib/isc/include/isc/types.h | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index e6f79e0acd..827461215c 100644 --- a/bin/named/Makefile.in +++ b/bin/named/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or 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.97 2008/01/17 00:15:13 jinmei Exp $ +# $Id: Makefile.in,v 1.98 2008/01/17 23:46:59 tbox Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/named/controlconf.c b/bin/named/controlconf.c index 3b13504bc9..a666c6da20 100644 --- a/bin/named/controlconf.c +++ b/bin/named/controlconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 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: controlconf.c,v 1.56 2008/01/17 02:57:16 marka Exp $ */ +/* $Id: controlconf.c,v 1.57 2008/01/17 23:46:59 tbox Exp $ */ /*! \file */ diff --git a/bin/named/include/named/server.h b/bin/named/include/named/server.h index 503b59a5f0..ed6b53659d 100644 --- a/bin/named/include/named/server.h +++ b/bin/named/include/named/server.h @@ -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. * * 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.89 2008/01/17 00:15:13 jinmei Exp $ */ +/* $Id: server.h,v 1.90 2008/01/17 23:46:59 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 ba197ca88b..eb255201e7 100644 --- a/bin/named/include/named/types.h +++ b/bin/named/include/named/types.h @@ -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-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.28 2008/01/17 00:15:13 jinmei Exp $ */ +/* $Id: types.h,v 1.29 2008/01/17 23:46:59 tbox Exp $ */ #ifndef NAMED_TYPES_H #define NAMED_TYPES_H 1 diff --git a/lib/dns/acl.c b/lib/dns/acl.c index 3833409c77..7b0cbc19b1 100644 --- a/lib/dns/acl.c +++ b/lib/dns/acl.c @@ -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-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: acl.c,v 1.38 2008/01/17 08:08:08 each Exp $ */ +/* $Id: acl.c,v 1.39 2008/01/17 23:46:59 tbox Exp $ */ /*! \file */ diff --git a/lib/dns/iptable.c b/lib/dns/iptable.c index b4cb88a5ef..d14f6dda11 100644 --- a/lib/dns/iptable.c +++ b/lib/dns/iptable.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2007, 2008 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: iptable.c,v 1.6 2008/01/17 08:08:08 each Exp $ */ +/* $Id: iptable.c,v 1.7 2008/01/17 23:46:59 tbox Exp $ */ #include #include diff --git a/lib/isc/httpd.c b/lib/isc/httpd.c index c414251940..ad55f06562 100644 --- a/lib/isc/httpd.c +++ b/lib/isc/httpd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006-2008 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: httpd.c,v 1.13 2008/01/17 00:15:14 jinmei Exp $ */ +/* $Id: httpd.c,v 1.14 2008/01/17 23:47:00 tbox Exp $ */ /*! \file */ diff --git a/lib/isc/include/isc/httpd.h b/lib/isc/include/isc/httpd.h index 49a548ae10..95aa0d727e 100644 --- a/lib/isc/include/isc/httpd.h +++ b/lib/isc/include/isc/httpd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006-2008 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: httpd.h,v 1.7 2008/01/17 00:15:14 jinmei Exp $ */ +/* $Id: httpd.h,v 1.8 2008/01/17 23:47:00 tbox Exp $ */ #ifndef ISC_HTTPD_H #define ISC_HTTPD_H 1 diff --git a/lib/isc/include/isc/radix.h b/lib/isc/include/isc/radix.h index 37c7db00b1..fbd5fe004a 100644 --- a/lib/isc/include/isc/radix.h +++ b/lib/isc/include/isc/radix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2007, 2008 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: radix.h,v 1.6 2008/01/17 08:08:08 each Exp $ */ +/* $Id: radix.h,v 1.7 2008/01/17 23:47:00 tbox Exp $ */ /* * This source was adapted from MRT's RCS Ids: diff --git a/lib/isc/include/isc/types.h b/lib/isc/include/isc/types.h index 91f70da650..5f4ca82901 100644 --- a/lib/isc/include/isc/types.h +++ b/lib/isc/include/isc/types.h @@ -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. * * 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.44 2008/01/17 00:15:14 jinmei Exp $ */ +/* $Id: types.h,v 1.45 2008/01/17 23:47:00 tbox Exp $ */ #ifndef ISC_TYPES_H #define ISC_TYPES_H 1