From 07dcadc6e24f4572f2b7d7cae7d47d0f5256d129 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 17 Jul 2001 20:29:36 +0000 Subject: [PATCH] update_copyrights --- bin/rndc/util.c | 4 ++-- bin/rndc/util.h | 4 ++-- bin/tests/system/tkey/prereq.sh | 4 ++-- configure.in | 4 ++-- doc/misc/dnssec | 3 +-- lib/dns/win32/DLLMain.c | 3 ++- lib/isc/win32/errno2result.c | 4 ++-- lib/isc/win32/errno2result.h | 4 ++-- lib/isc/win32/file.c | 4 ++-- lib/isc/win32/include/isc/ipv6.h | 2 ++ lib/isc/win32/include/isc/keyboard.h | 4 ++-- lib/isc/win32/interfaceiter.c | 4 ++-- lib/isc/win32/keyboard.c | 4 ++-- lib/isc/win32/os.c | 4 ++-- lib/isc/win32/socket.c | 4 ++-- lib/isc/win32/stdio.c | 4 ++-- lib/isccc/win32/version.c | 4 ++-- lib/isccfg/win32/DLLMain.c | 2 ++ 18 files changed, 35 insertions(+), 31 deletions(-) diff --git a/bin/rndc/util.c b/bin/rndc/util.c index 98d52e5e29..8529260a26 100644 --- a/bin/rndc/util.c +++ b/bin/rndc/util.c @@ -1,5 +1,5 @@ /* - * 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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: util.c,v 1.1 2001/06/22 17:22:26 tale Exp $ */ +/* $Id: util.c,v 1.2 2001/07/17 20:29:18 gson Exp $ */ #include diff --git a/bin/rndc/util.h b/bin/rndc/util.h index 40aa59a3dd..5ad58e15c5 100644 --- a/bin/rndc/util.h +++ b/bin/rndc/util.h @@ -1,5 +1,5 @@ /* - * 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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: util.h,v 1.3 2001/07/02 00:06:22 bwelling Exp $ */ +/* $Id: util.h,v 1.4 2001/07/17 20:29:19 gson Exp $ */ #ifndef RNDC_UTIL_H #define RNDC_UTIL_H 1 diff --git a/bin/tests/system/tkey/prereq.sh b/bin/tests/system/tkey/prereq.sh index 0811968e78..285e280594 100644 --- a/bin/tests/system/tkey/prereq.sh +++ b/bin/tests/system/tkey/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000, 2001 Internet Software Consortium. +# Copyright (C) 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 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: prereq.sh,v 1.3 2001/07/13 18:29:00 gson Exp $ +# $Id: prereq.sh,v 1.4 2001/07/17 20:29:20 gson Exp $ if $KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo > /dev/null 2>&1 then diff --git a/configure.in b/configure.in index 4741e4fc1a..4c85b351d3 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -e# Copyright (C) 1998-2001 Internet Software Consortium. +# Copyright (C) 1998-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 @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.279 $) +AC_REVISION($Revision: 1.280 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) diff --git a/doc/misc/dnssec b/doc/misc/dnssec index 145e298b3b..39721604de 100644 --- a/doc/misc/dnssec +++ b/doc/misc/dnssec @@ -1,4 +1,3 @@ - Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. @@ -81,4 +80,4 @@ an update occurs. Advanced access control is possible using the "update-policy" statement in the zone definition. -$Id: dnssec,v 1.13 2001/07/13 00:48:46 gson Exp $ +$Id: dnssec,v 1.14 2001/07/17 20:29:22 gson Exp $ diff --git a/lib/dns/win32/DLLMain.c b/lib/dns/win32/DLLMain.c index 206c850c65..9a68317ee9 100644 --- a/lib/dns/win32/DLLMain.c +++ b/lib/dns/win32/DLLMain.c @@ -14,7 +14,8 @@ * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: DLLMain.c,v 1.2 2001/07/17 19:16:50 gson Exp $ */ + +/* $Id: DLLMain.c,v 1.3 2001/07/17 20:29:23 gson Exp $ */ #include #include diff --git a/lib/isc/win32/errno2result.c b/lib/isc/win32/errno2result.c index 4189320e6c..5e1acdb388 100644 --- a/lib/isc/win32/errno2result.c +++ b/lib/isc/win32/errno2result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: errno2result.c,v 1.3 2001/07/09 21:06:04 gson Exp $ */ +/* $Id: errno2result.c,v 1.4 2001/07/17 20:29:24 gson Exp $ */ #include diff --git a/lib/isc/win32/errno2result.h b/lib/isc/win32/errno2result.h index 368167cf4a..51645b38ab 100644 --- a/lib/isc/win32/errno2result.h +++ b/lib/isc/win32/errno2result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: errno2result.h,v 1.3 2001/07/09 21:06:05 gson Exp $ */ +/* $Id: errno2result.h,v 1.4 2001/07/17 20:29:25 gson Exp $ */ #ifndef UNIX_ERRNO2RESULT_H #define UNIX_ERRNO2RESULT_H 1 diff --git a/lib/isc/win32/file.c b/lib/isc/win32/file.c index d6335e297f..790c3439f8 100644 --- a/lib/isc/win32/file.c +++ b/lib/isc/win32/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: file.c,v 1.19 2001/07/16 18:33:02 gson Exp $ */ +/* $Id: file.c,v 1.20 2001/07/17 20:29:26 gson Exp $ */ #include diff --git a/lib/isc/win32/include/isc/ipv6.h b/lib/isc/win32/include/isc/ipv6.h index 264ccde119..000e9ff64c 100644 --- a/lib/isc/win32/include/isc/ipv6.h +++ b/lib/isc/win32/include/isc/ipv6.h @@ -15,6 +15,8 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +/* $Id: ipv6.h,v 1.9 2001/07/17 20:29:33 gson Exp $ */ + #ifndef ISC_IPV6_H #define ISC_IPV6_H 1 diff --git a/lib/isc/win32/include/isc/keyboard.h b/lib/isc/win32/include/isc/keyboard.h index 5af77dfc93..6ff49b6cec 100644 --- a/lib/isc/win32/include/isc/keyboard.h +++ b/lib/isc/win32/include/isc/keyboard.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keyboard.h,v 1.2 2001/07/08 05:09:27 mayer Exp $ */ +/* $Id: keyboard.h,v 1.3 2001/07/17 20:29:34 gson Exp $ */ #ifndef ISC_KEYBOARD_H #define ISC_KEYBOARD_H 1 diff --git a/lib/isc/win32/interfaceiter.c b/lib/isc/win32/interfaceiter.c index 97ecd06ad3..77950f4270 100644 --- a/lib/isc/win32/interfaceiter.c +++ b/lib/isc/win32/interfaceiter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: interfaceiter.c,v 1.3 2001/07/09 21:06:09 gson Exp $ */ +/* $Id: interfaceiter.c,v 1.4 2001/07/17 20:29:27 gson Exp $ */ /* * Note that this code will need to be revisited to support IPv6 Interfaces. diff --git a/lib/isc/win32/keyboard.c b/lib/isc/win32/keyboard.c index 8b0d14a36f..fd70333e90 100644 --- a/lib/isc/win32/keyboard.c +++ b/lib/isc/win32/keyboard.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keyboard.c,v 1.3 2001/07/09 21:06:11 gson Exp $ */ +/* $Id: keyboard.c,v 1.4 2001/07/17 20:29:28 gson Exp $ */ #include diff --git a/lib/isc/win32/os.c b/lib/isc/win32/os.c index ddf5751c04..4119098729 100644 --- a/lib/isc/win32/os.c +++ b/lib/isc/win32/os.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: os.c,v 1.3 2001/07/09 21:06:17 gson Exp $ */ +/* $Id: os.c,v 1.4 2001/07/17 20:29:30 gson Exp $ */ #include diff --git a/lib/isc/win32/socket.c b/lib/isc/win32/socket.c index 601ec5037d..b1e0985907 100644 --- a/lib/isc/win32/socket.c +++ b/lib/isc/win32/socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket.c,v 1.4 2001/07/10 06:27:44 mayer Exp $ */ +/* $Id: socket.c,v 1.5 2001/07/17 20:29:31 gson Exp $ */ #define MAKE_EXTERNAL 1 diff --git a/lib/isc/win32/stdio.c b/lib/isc/win32/stdio.c index 27da10cbc9..c2fc6add7d 100644 --- a/lib/isc/win32/stdio.c +++ b/lib/isc/win32/stdio.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdio.c,v 1.2 2001/07/08 05:09:13 mayer Exp $ */ +/* $Id: stdio.c,v 1.3 2001/07/17 20:29:32 gson Exp $ */ #include diff --git a/lib/isccc/win32/version.c b/lib/isccc/win32/version.c index bf3081586b..ceff0fef28 100644 --- a/lib/isccc/win32/version.c +++ b/lib/isccc/win32/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2001 Internet Software Consortium. + * Copyright (C) 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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: version.c,v 1.1 2001/07/17 06:10:26 mayer Exp $ */ +/* $Id: version.c,v 1.2 2001/07/17 20:29:35 gson Exp $ */ #include diff --git a/lib/isccfg/win32/DLLMain.c b/lib/isccfg/win32/DLLMain.c index a7b5639bc5..a79bcf6b94 100644 --- a/lib/isccfg/win32/DLLMain.c +++ b/lib/isccfg/win32/DLLMain.c @@ -15,6 +15,8 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +/* $Id: DLLMain.c,v 1.3 2001/07/17 20:29:36 gson Exp $ */ + #include #include