From 398af337e02a2e4b3e133ecb6c4d89f58baefeec Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 17 Jan 2007 00:32:32 +0000 Subject: [PATCH] update copyright notice --- bin/dnssec/dnssec-keygen.c | 4 ++-- bin/tests/system/start.sh | 4 ++-- bin/tests/system/stop.sh | 4 ++-- contrib/sdb/tcl/tcldb.c | 4 ++-- lib/bind/configure.in | 4 ++-- lib/bind/make/rules.in | 4 ++-- lib/isc/win32/include/isc/ipv6.h | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bin/dnssec/dnssec-keygen.c b/bin/dnssec/dnssec-keygen.c index 103cc124cc..cb280db305 100644 --- a/bin/dnssec/dnssec-keygen.c +++ b/bin/dnssec/dnssec-keygen.c @@ -1,6 +1,6 @@ /* * Portions Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") - * Portions Copyright (C) 2000, 2001 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -16,7 +16,7 @@ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssec-keygen.c,v 1.48.2.2 2004/03/09 06:09:14 marka Exp $ */ +/* $Id: dnssec-keygen.c,v 1.48.2.3 2007/01/17 00:32:32 marka Exp $ */ #include diff --git a/bin/tests/system/start.sh b/bin/tests/system/start.sh index f12ce47691..fb687b79a5 100644 --- a/bin/tests/system/start.sh +++ b/bin/tests/system/start.sh @@ -1,7 +1,7 @@ #!/bin/sh # # Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") -# Copyright (C) 2001 Internet Software Consortium. +# Copyright (C) 2000, 2001 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 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: start.sh,v 1.38.2.1 2004/03/09 06:09:42 marka Exp $ +# $Id: start.sh,v 1.38.2.2 2007/01/17 00:32:32 marka Exp $ . ./conf.sh $PERL start.pl "$@" diff --git a/bin/tests/system/stop.sh b/bin/tests/system/stop.sh index c6318f7b25..f8e2fd34e6 100644 --- a/bin/tests/system/stop.sh +++ b/bin/tests/system/stop.sh @@ -1,7 +1,7 @@ #!/bin/sh # # Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") -# Copyright (C) 2001 Internet Software Consortium. +# Copyright (C) 2000, 2001 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 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: stop.sh,v 1.21.2.1 2004/03/09 06:09:43 marka Exp $ +# $Id: stop.sh,v 1.21.2.2 2007/01/17 00:32:32 marka Exp $ . ./conf.sh $PERL ./stop.pl "$@" diff --git a/contrib/sdb/tcl/tcldb.c b/contrib/sdb/tcl/tcldb.c index 1ead62403e..e2581be61d 100644 --- a/contrib/sdb/tcl/tcldb.c +++ b/contrib/sdb/tcl/tcldb.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") - * Copyright (C) 2002 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 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tcldb.c,v 1.7.4.3 2004/03/09 06:10:36 marka Exp $ */ +/* $Id: tcldb.c,v 1.7.4.4 2007/01/17 00:32:32 marka Exp $ */ /* * A simple database driver that calls a Tcl procedure to define diff --git a/lib/bind/configure.in b/lib/bind/configure.in index 778f020db7..07bc4dcedc 100644 --- a/lib/bind/configure.in +++ b/lib/bind/configure.in @@ -1,5 +1,5 @@ # Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") -# Copyright (C) 2001 Internet Software Consortium. +# Copyright (C) 2001-2003 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 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -AC_REVISION($Revision: 1.83.2.36 $) +AC_REVISION($Revision: 1.83.2.37 $) AC_INIT(resolv/herror.c) AC_PREREQ(2.13) diff --git a/lib/bind/make/rules.in b/lib/bind/make/rules.in index 73b5abd211..a315d9d508 100644 --- a/lib/bind/make/rules.in +++ b/lib/bind/make/rules.in @@ -1,5 +1,5 @@ # Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") -# Copyright (C) 2001 Internet Software Consortium. +# Copyright (C) 2001-2003 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 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: rules.in,v 1.3.2.7 2004/10/20 00:14:53 marka Exp $ +# $Id: rules.in,v 1.3.2.8 2007/01/17 00:32:32 marka Exp $ ### ### Common Makefile rules for BIND 9. diff --git a/lib/isc/win32/include/isc/ipv6.h b/lib/isc/win32/include/isc/ipv6.h index 692b613a5a..114b2cf33c 100644 --- a/lib/isc/win32/include/isc/ipv6.h +++ b/lib/isc/win32/include/isc/ipv6.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") - * Copyright (C) 2000, 2001, 2003 Internet Software Consortium. + * Copyright (C) 1999-2001, 2003 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 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ipv6.h,v 1.9.2.5 2005/02/09 05:11:52 marka Exp $ */ +/* $Id: ipv6.h,v 1.9.2.6 2007/01/17 00:32:32 marka Exp $ */ #ifndef ISC_IPV6_H #define ISC_IPV6_H 1