From b2f3e5c3086f3a4446ebee89759cba1ee071a79e Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 26 Mar 2002 00:55:15 +0000 Subject: [PATCH] update_copyrights --- bin/tests/system/ifconfig.sh | 4 ++-- lib/dns/dispatch.c | 4 ++-- lib/dns/gen.c | 4 ++-- lib/dns/include/dns/result.h | 4 ++-- lib/dns/include/dns/tsig.h | 4 ++-- lib/dns/name.c | 4 ++-- lib/dns/resolver.c | 4 ++-- lib/dns/result.c | 4 ++-- lib/dns/tsig.c | 4 ++-- lib/isc/include/isc/result.h | 4 ++-- lib/isc/inet_pton.c | 4 ++-- lib/isc/lex.c | 4 ++-- lib/isc/result.c | 4 ++-- lib/isc/win32/file.c | 4 ++-- lib/isc/win32/include/isc/strerror.h | 4 ++-- lib/isccc/cc.c | 6 +++--- make/rules.in | 4 ++-- 17 files changed, 35 insertions(+), 35 deletions(-) diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index aaabbbf3d1..7bbabeb31b 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000, 2001 Internet Software Consortium. +# Copyright (C) 2000-2002 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: ifconfig.sh,v 1.35.2.2 2002/03/20 19:59:50 marka Exp $ +# $Id: ifconfig.sh,v 1.35.2.3 2002/03/26 00:54:50 marka Exp $ # # Set up interface aliases for bind9 system tests. diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c index 200778be86..3796487c6d 100644 --- a/lib/dns/dispatch.c +++ b/lib/dns/dispatch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2001 Internet Software Consortium. + * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch.c,v 1.101.2.1 2002/03/20 20:39:51 marka Exp $ */ +/* $Id: dispatch.c,v 1.101.2.2 2002/03/26 00:54:52 marka Exp $ */ #include diff --git a/lib/dns/gen.c b/lib/dns/gen.c index 11f0c9eaaa..3373ac3c46 100644 --- a/lib/dns/gen.c +++ b/lib/dns/gen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2001 Internet Software Consortium. + * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gen.c,v 1.65.2.1 2002/03/20 22:41:57 marka Exp $ */ +/* $Id: gen.c,v 1.65.2.2 2002/03/26 00:54:54 marka Exp $ */ #include diff --git a/lib/dns/include/dns/result.h b/lib/dns/include/dns/result.h index b981d5f39c..768033cb51 100644 --- a/lib/dns/include/dns/result.h +++ b/lib/dns/include/dns/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2001 Internet Software Consortium. + * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.81.2.2 2002/03/20 19:24:36 marka Exp $ */ +/* $Id: result.h,v 1.81.2.3 2002/03/26 00:55:02 marka Exp $ */ #ifndef DNS_RESULT_H #define DNS_RESULT_H 1 diff --git a/lib/dns/include/dns/tsig.h b/lib/dns/include/dns/tsig.h index 592761558d..1debf9c9d2 100644 --- a/lib/dns/include/dns/tsig.h +++ b/lib/dns/include/dns/tsig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2001 Internet Software Consortium. + * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsig.h,v 1.40.2.1 2002/03/20 19:24:37 marka Exp $ */ +/* $Id: tsig.h,v 1.40.2.2 2002/03/26 00:55:04 marka Exp $ */ #ifndef DNS_TSIG_H #define DNS_TSIG_H 1 diff --git a/lib/dns/name.c b/lib/dns/name.c index b5383d1917..ed6581ffd9 100644 --- a/lib/dns/name.c +++ b/lib/dns/name.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2001 Internet Software Consortium. + * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: name.c,v 1.127.2.1 2002/03/20 19:38:49 marka Exp $ */ +/* $Id: name.c,v 1.127.2.2 2002/03/26 00:54:55 marka Exp $ */ #include diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 50c0c0daac..f52bdb1669 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2001 Internet Software Consortium. + * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.c,v 1.218.2.8 2002/02/26 23:24:18 halley Exp $ */ +/* $Id: resolver.c,v 1.218.2.9 2002/03/26 00:54:58 marka Exp $ */ #include diff --git a/lib/dns/result.c b/lib/dns/result.c index e89398fbea..2bc2d0983a 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2001 Internet Software Consortium. + * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.c,v 1.90.2.4 2002/03/20 20:27:21 marka Exp $ */ +/* $Id: result.c,v 1.90.2.5 2002/03/26 00:55:00 marka Exp $ */ #include diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c index 47ac4978d0..574d64c36e 100644 --- a/lib/dns/tsig.c +++ b/lib/dns/tsig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2001 Internet Software Consortium. + * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: tsig.c,v 1.112.2.2 2002/03/20 19:24:34 marka Exp $ + * $Id: tsig.c,v 1.112.2.3 2002/03/26 00:55:01 marka Exp $ */ #include diff --git a/lib/isc/include/isc/result.h b/lib/isc/include/isc/result.h index 7c0f8a792e..b990debe83 100644 --- a/lib/isc/include/isc/result.h +++ b/lib/isc/include/isc/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2001 Internet Software Consortium. + * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.57.2.1 2002/03/20 21:29:47 marka Exp $ */ +/* $Id: result.h,v 1.57.2.2 2002/03/26 00:55:09 marka Exp $ */ #ifndef ISC_RESULT_H #define ISC_RESULT_H 1 diff --git a/lib/isc/inet_pton.c b/lib/isc/inet_pton.c index 57c5b6dc7e..f05d1331a7 100644 --- a/lib/isc/inet_pton.c +++ b/lib/isc/inet_pton.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2001 Internet Software Consortium. + * Copyright (C) 1996-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char rcsid[] = - "$Id: inet_pton.c,v 1.10.2.1 2002/03/20 19:20:29 marka Exp $"; + "$Id: inet_pton.c,v 1.10.2.2 2002/03/26 00:55:06 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/isc/lex.c b/lib/isc/lex.c index b20aa85607..a440467fa2 100644 --- a/lib/isc/lex.c +++ b/lib/isc/lex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2001 Internet Software Consortium. + * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lex.c,v 1.66.2.4 2002/03/20 20:44:18 marka Exp $ */ +/* $Id: lex.c,v 1.66.2.5 2002/03/26 00:55:07 marka Exp $ */ #include diff --git a/lib/isc/result.c b/lib/isc/result.c index 1fba04d260..b2e9d1c3fe 100644 --- a/lib/isc/result.c +++ b/lib/isc/result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2001 Internet Software Consortium. + * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.c,v 1.56.2.1 2002/03/20 22:20:59 marka Exp $ */ +/* $Id: result.c,v 1.56.2.2 2002/03/26 00:55:08 marka Exp $ */ #include diff --git a/lib/isc/win32/file.c b/lib/isc/win32/file.c index abd97520e9..32dada2a60 100644 --- a/lib/isc/win32/file.c +++ b/lib/isc/win32/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Internet Software Consortium. + * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: file.c,v 1.20.2.3 2002/03/20 19:50:54 marka Exp $ */ +/* $Id: file.c,v 1.20.2.4 2002/03/26 00:55:11 marka Exp $ */ #include diff --git a/lib/isc/win32/include/isc/strerror.h b/lib/isc/win32/include/isc/strerror.h index 662e82c210..4678404f52 100644 --- a/lib/isc/win32/include/isc/strerror.h +++ b/lib/isc/win32/include/isc/strerror.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001 Internet Software Consortium. + * Copyright (C) 2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: strerror.h,v 1.2.2.1 2002/02/27 07:20:25 marka Exp $ */ +/* $Id: strerror.h,v 1.2.2.2 2002/03/26 00:55:12 marka Exp $ */ #ifndef ISC_STRERROR_H #define ISC_STRERROR_H diff --git a/lib/isccc/cc.c b/lib/isccc/cc.c index 19be976a5c..9ac82ad7b6 100644 --- a/lib/isccc/cc.c +++ b/lib/isccc/cc.c @@ -1,6 +1,6 @@ /* - * Portions Copyright (C) 2001 Internet Software Consortium. - * Portions Copyright (C) 2001 Nominum, Inc. + * Portions Copyright (C) 2001, 2002 Internet Software Consortium. + * Portions Copyright (C) 2001, 2002 Nominum, Inc. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cc.c,v 1.4.2.1 2002/03/20 20:53:06 marka Exp $ */ +/* $Id: cc.c,v 1.4.2.2 2002/03/26 00:55:13 marka Exp $ */ #include diff --git a/make/rules.in b/make/rules.in index e7a3fd2514..86e42869b8 100644 --- a/make/rules.in +++ b/make/rules.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2001 Internet Software Consortium. +# Copyright (C) 1998-2002 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: rules.in,v 1.40.2.1 2002/03/20 20:48:16 marka Exp $ +# $Id: rules.in,v 1.40.2.2 2002/03/26 00:55:15 marka Exp $ ### ### Common Makefile rules for BIND 9.