From 3e9a46d616d06be04f95969ad0452dbec80587e5 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Wed, 16 Jan 2002 04:12:10 +0100
Subject: [PATCH] Updated copyright

Rev: COPYRIGHT:1.2
Rev: src/alloca.c:1.4
Rev: src/array.c:1.123
Rev: src/array.h:1.39
Rev: src/backend.cmod:1.22
Rev: src/backend.h:1.13
Rev: src/builtin_functions.c:1.419
Rev: src/builtin_functions.h:1.19
Rev: src/callback.c:1.24
Rev: src/callback.h:1.15
Rev: src/constants.c:1.34
Rev: src/constants.h:1.20
Rev: src/cpp.c:1.98
Rev: src/dlopen.c:1.28
Rev: src/docode.c:1.139
Rev: src/docode.h:1.14
Rev: src/dynamic_buffer.c:1.14
Rev: src/dynamic_buffer.h:1.12
Rev: src/efun.h:1.4
Rev: src/encode.c:1.136
Rev: src/encode.h:1.4
Rev: src/error.c:1.82
Rev: src/fd_control.c:1.38
Rev: src/fd_control.h:1.7
Rev: src/fsort.c:1.16
Rev: src/fsort.h:1.3
Rev: src/gc.c:1.180
Rev: src/global.h:1.66
Rev: src/hashtable.c:1.9
Rev: src/hashtable.h:1.6
Rev: src/interpret.c:1.256
Rev: src/interpret.h:1.107
Rev: src/iterators.cmod:1.18
Rev: src/language.yacc:1.271
Rev: src/las.c:1.280
Rev: src/las.h:1.55
Rev: src/lex.c:1.102
Rev: src/lex.h:1.20
Rev: src/main.c:1.145
Rev: src/main.h:1.17
Rev: src/mapping.c:1.146
Rev: src/mapping.h:1.41
Rev: src/module.c:1.15
Rev: src/module.h:1.5
Rev: src/module_support.h:1.9
Rev: src/modules/Gdbm/gdbmmod.c:1.16
Rev: src/modules/Gmp/mpf.cmod:1.3
Rev: src/modules/Gmp/mpq.cmod:1.4
Rev: src/modules/Gmp/mpz_glue.c:1.99
Rev: src/modules/Gz/zlibmod.c:1.43
Rev: src/modules/Regexp/glue.c:1.25
Rev: src/modules/Regexp/pike_regexp.h:1.5
Rev: src/modules/Ssleay/ssleay.c:1.15
Rev: src/modules/_math/math.c:1.42
Rev: src/modules/files/datagram.c:1.4
Rev: src/modules/files/efuns.c:1.109
Rev: src/modules/files/file.c:1.231
Rev: src/modules/files/file.h:1.20
Rev: src/modules/files/socket.c:1.58
Rev: src/modules/sprintf/sprintf.c:1.88
Rev: src/multiset.c:1.46
Rev: src/multiset.h:1.23
Rev: src/object.c:1.195
Rev: src/object.h:1.69
Rev: src/opcodes.c:1.119
Rev: src/opcodes.h:1.25
Rev: src/operators.c:1.145
Rev: src/operators.h:1.10
Rev: src/pike_error.h:1.17
Rev: src/pike_macros.h:1.29
Rev: src/pike_memory.c:1.118
Rev: src/pike_memory.h:1.31
Rev: src/pike_types.c:1.184
Rev: src/pike_types.h:1.75
Rev: src/port.c:1.50
Rev: src/port.h:1.42
Rev: src/program.c:1.400
Rev: src/program.h:1.151
Rev: src/rusage.c:1.17
Rev: src/rusage.h:1.4
Rev: src/signal_handler.c:1.213
Rev: src/signal_handler.h:1.12
Rev: src/stralloc.c:1.140
Rev: src/stralloc.h:1.64
Rev: src/stuff.c:1.16
Rev: src/stuff.h:1.13
Rev: src/svalue.c:1.133
Rev: src/svalue.h:1.101
Rev: src/time_stuff.h:1.9
Rev: src/version.c:1.134
Rev: src/version.h:1.280
---
 COPYRIGHT                        | 35 ++++++++++++++++++++++++++------
 src/alloca.c                     |  4 ++--
 src/array.c                      |  4 ++--
 src/array.h                      |  4 ++--
 src/backend.cmod                 |  4 ++--
 src/backend.h                    |  4 ++--
 src/builtin_functions.c          |  4 ++--
 src/builtin_functions.h          |  4 ++--
 src/callback.c                   |  4 ++--
 src/callback.h                   |  4 ++--
 src/constants.c                  |  4 ++--
 src/constants.h                  |  4 ++--
 src/cpp.c                        |  4 ++--
 src/dlopen.c                     |  4 ++--
 src/docode.c                     |  4 ++--
 src/docode.h                     |  4 ++--
 src/dynamic_buffer.c             |  4 ++--
 src/dynamic_buffer.h             |  4 ++--
 src/efun.h                       |  4 ++--
 src/encode.c                     |  4 ++--
 src/encode.h                     |  4 ++--
 src/error.c                      |  4 ++--
 src/fd_control.c                 |  4 ++--
 src/fd_control.h                 |  4 ++--
 src/fsort.c                      |  4 ++--
 src/fsort.h                      |  4 ++--
 src/gc.c                         |  4 ++--
 src/global.h                     |  4 ++--
 src/hashtable.c                  |  4 ++--
 src/hashtable.h                  |  4 ++--
 src/interpret.c                  |  4 ++--
 src/interpret.h                  |  4 ++--
 src/iterators.cmod               |  4 ++--
 src/language.yacc                |  4 ++--
 src/las.c                        |  4 ++--
 src/las.h                        |  4 ++--
 src/lex.c                        |  4 ++--
 src/lex.h                        |  4 ++--
 src/main.c                       |  4 ++--
 src/main.h                       |  4 ++--
 src/mapping.c                    |  4 ++--
 src/mapping.h                    |  4 ++--
 src/module.c                     |  4 ++--
 src/module.h                     |  4 ++--
 src/module_support.h             |  4 ++--
 src/modules/Gdbm/gdbmmod.c       |  4 ++--
 src/modules/Gmp/mpf.cmod         |  4 ++--
 src/modules/Gmp/mpq.cmod         |  4 ++--
 src/modules/Gmp/mpz_glue.c       |  4 ++--
 src/modules/Gz/zlibmod.c         |  4 ++--
 src/modules/Regexp/glue.c        |  4 ++--
 src/modules/Regexp/pike_regexp.h |  4 ++--
 src/modules/Ssleay/ssleay.c      |  4 ++--
 src/modules/_math/math.c         |  4 ++--
 src/modules/files/datagram.c     |  4 ++--
 src/modules/files/efuns.c        |  4 ++--
 src/modules/files/file.c         |  4 ++--
 src/modules/files/file.h         |  4 ++--
 src/modules/files/socket.c       |  4 ++--
 src/modules/sprintf/sprintf.c    |  4 ++--
 src/multiset.c                   |  6 +++---
 src/multiset.h                   |  6 +++---
 src/object.c                     |  4 ++--
 src/object.h                     |  4 ++--
 src/opcodes.c                    |  4 ++--
 src/opcodes.h                    |  4 ++--
 src/operators.c                  |  4 ++--
 src/operators.h                  |  4 ++--
 src/pike_error.h                 |  4 ++--
 src/pike_macros.h                |  4 ++--
 src/pike_memory.c                |  4 ++--
 src/pike_memory.h                |  4 ++--
 src/pike_types.c                 |  4 ++--
 src/pike_types.h                 |  4 ++--
 src/port.c                       |  4 ++--
 src/port.h                       |  4 ++--
 src/program.c                    |  4 ++--
 src/program.h                    |  4 ++--
 src/rusage.c                     |  4 ++--
 src/rusage.h                     |  4 ++--
 src/signal_handler.c             |  4 ++--
 src/signal_handler.h             |  4 ++--
 src/stralloc.c                   |  4 ++--
 src/stralloc.h                   |  4 ++--
 src/stuff.c                      |  4 ++--
 src/stuff.h                      |  4 ++--
 src/svalue.c                     |  4 ++--
 src/svalue.h                     |  4 ++--
 src/time_stuff.h                 |  4 ++--
 src/version.c                    |  4 ++--
 src/version.h                    |  4 ++--
 91 files changed, 211 insertions(+), 188 deletions(-)

diff --git a/COPYRIGHT b/COPYRIGHT
index c4f3bb1044..bd51adf396 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,12 +1,35 @@
 Pike is protected by international copyright laws.
-Copyright (c) 1994-1996 Fredrik H�binette
-Copyright (c) 1996-1997 Informationsv�varna AB
-Copyright (c) 1997-2000 Idonex AB
-Copyright (c) 2000-2002 Roxen Internet Software AB
+Copyright � 1994-1996 Fredrik H�binette
+Copyright � 1996-1997 Informationsv�varna AB
+Copyright � 1997-2000 Idonex AB
+Copyright � 2000-2002 Roxen Internet Software AB
 
 Pike refers to the source code, and any executables
-created from the same source code.
+created from the same source code. Parts of other
+copyrighted works are included in Pike, in accordance
+with their respective conditions for distribution.
 
-This source is distributed under GPL, see the file
+The Unicode Character Database is
+Copyright � 1991-2001 Unicode, Inc.
+
+The TrueVision Targa code is
+Copyright � 1997 Raphael FRANCOIS and Gordon Matzigkeit
+
+DES encryption and decryption code is 
+Copyright � 1992 Dana L. How
+
+Rijndael encryption and decryption code is
+Copyright � 2000 Joan Daemen
+
+Secure Hash Algorithm code is
+Copyright � 1995, A.M. Kuchling
+
+Regular expression matching code is
+Copyright � 1986 by University of Toronto.
+
+Zlib detection and verification code is
+Copyright � 1995-1998 Jean-loup Gailly and Mark Adler
+
+The Pike source is distributed under GPL, see the file
 COPYING for more details.
 
diff --git a/src/alloca.c b/src/alloca.c
index 6bf9b544d6..e4d333fd1b 100644
--- a/src/alloca.c
+++ b/src/alloca.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: alloca.c,v 1.3 1999/01/31 09:01:38 hubbe Exp $
+ * $Id: alloca.c,v 1.4 2002/01/16 02:54:07 nilsson Exp $
  */
 #include <stdio.h>
 /*
diff --git a/src/array.c b/src/array.c
index 66dd64adfc..b935f595a8 100644
--- a/src/array.c
+++ b/src/array.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -23,7 +23,7 @@
 #include "stuff.h"
 #include "bignum.h"
 
-RCSID("$Id: array.c,v 1.122 2001/12/16 20:28:08 mast Exp $");
+RCSID("$Id: array.c,v 1.123 2002/01/16 02:54:07 nilsson Exp $");
 
 PMOD_EXPORT struct array empty_array=
 {
diff --git a/src/array.h b/src/array.h
index 49c40523bc..d8cd29c5f2 100644
--- a/src/array.h
+++ b/src/array.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: array.h,v 1.38 2001/09/25 05:55:10 hubbe Exp $
+ * $Id: array.h,v 1.39 2002/01/16 02:54:07 nilsson Exp $
  */
 #ifndef ARRAY_H
 #define ARRAY_H
diff --git a/src/backend.cmod b/src/backend.cmod
index 8dde75fe6c..4166ae0e2a 100644
--- a/src/backend.cmod
+++ b/src/backend.cmod
@@ -1,11 +1,11 @@
 /*\ -*- c -*-
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: backend.cmod,v 1.21 2001/09/24 17:35:19 grubba Exp $");
+RCSID("$Id: backend.cmod,v 1.22 2002/01/16 02:54:08 nilsson Exp $");
 #include "fdlib.h"
 #include "backend.h"
 #include <errno.h>
diff --git a/src/backend.h b/src/backend.h
index 6e26351446..3f0cd9831f 100644
--- a/src/backend.h
+++ b/src/backend.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: backend.h,v 1.12 2001/12/14 04:09:39 nilsson Exp $
+ * $Id: backend.h,v 1.13 2002/01/16 02:54:08 nilsson Exp $
  */
 #ifndef BACKEND_H
 #define BACKEND_H
diff --git a/src/builtin_functions.c b/src/builtin_functions.c
index 95006c4bcc..3d4d6f6522 100644
--- a/src/builtin_functions.c
+++ b/src/builtin_functions.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: builtin_functions.c,v 1.418 2001/12/16 02:49:37 mast Exp $");
+RCSID("$Id: builtin_functions.c,v 1.419 2002/01/16 02:54:08 nilsson Exp $");
 #include "interpret.h"
 #include "svalue.h"
 #include "pike_macros.h"
diff --git a/src/builtin_functions.h b/src/builtin_functions.h
index 6dae7fcf8a..1542c7710f 100644
--- a/src/builtin_functions.h
+++ b/src/builtin_functions.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: builtin_functions.h,v 1.18 2001/12/14 04:09:39 nilsson Exp $
+ * $Id: builtin_functions.h,v 1.19 2002/01/16 02:54:09 nilsson Exp $
  */
 #ifndef BUILTIN_EFUNS_H
 #define BUILTIN_EFUNS_H
diff --git a/src/callback.c b/src/callback.c
index b4df650d06..f65b610694 100644
--- a/src/callback.c
+++ b/src/callback.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -10,7 +10,7 @@
 #include "pike_error.h"
 #include "block_alloc.h"
 
-RCSID("$Id: callback.c,v 1.23 2001/09/05 01:39:20 hubbe Exp $");
+RCSID("$Id: callback.c,v 1.24 2002/01/16 02:54:09 nilsson Exp $");
 
 struct callback_list fork_child_callback;
 
diff --git a/src/callback.h b/src/callback.h
index 5a70be7f15..c769b8dcaf 100644
--- a/src/callback.h
+++ b/src/callback.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: callback.h,v 1.14 2001/08/31 06:56:30 hubbe Exp $
+ * $Id: callback.h,v 1.15 2002/01/16 02:54:09 nilsson Exp $
  */
 #ifndef CALLBACK_H
 #define CALLBACK_H
diff --git a/src/constants.c b/src/constants.c
index b76bdc20b1..0e1e0b0699 100644
--- a/src/constants.c
+++ b/src/constants.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -17,7 +17,7 @@
 #include "security.h"
 #include "block_alloc.h"
 
-RCSID("$Id: constants.c,v 1.33 2001/08/30 23:32:29 mast Exp $");
+RCSID("$Id: constants.c,v 1.34 2002/01/16 02:54:09 nilsson Exp $");
 
 struct mapping *builtin_constants = 0;
 
diff --git a/src/constants.h b/src/constants.h
index 624cc28a7c..e246715044 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: constants.h,v 1.19 2001/08/02 22:24:54 hubbe Exp $
+ * $Id: constants.h,v 1.20 2002/01/16 02:54:09 nilsson Exp $
  */
 #ifndef ADD_EFUN_H
 #define ADD_EFUN_H
diff --git a/src/cpp.c b/src/cpp.c
index d991bc544f..012b2b21ce 100644
--- a/src/cpp.c
+++ b/src/cpp.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: cpp.c,v 1.97 2001/12/19 23:51:19 mast Exp $
+ * $Id: cpp.c,v 1.98 2002/01/16 02:54:09 nilsson Exp $
  */
 #include "global.h"
 #include "stralloc.h"
diff --git a/src/dlopen.c b/src/dlopen.c
index 062aa3e675..a5bb47157d 100644
--- a/src/dlopen.c
+++ b/src/dlopen.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -183,7 +183,7 @@ size_t STRNLEN(char *s, size_t maxlen)
 
 #else /* PIKE_CONCAT */
 
-RCSID("$Id: dlopen.c,v 1.27 2001/09/23 15:23:45 marcus Exp $");
+RCSID("$Id: dlopen.c,v 1.28 2002/01/16 02:54:09 nilsson Exp $");
 
 #endif
 
diff --git a/src/docode.c b/src/docode.c
index 4f1afcf761..4a74c815dc 100644
--- a/src/docode.c
+++ b/src/docode.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: docode.c,v 1.138 2001/12/16 22:48:07 mast Exp $");
+RCSID("$Id: docode.c,v 1.139 2002/01/16 02:54:09 nilsson Exp $");
 #include "las.h"
 #include "program.h"
 #include "pike_types.h"
diff --git a/src/docode.h b/src/docode.h
index 1230c99cae..c5ae0390b3 100644
--- a/src/docode.h
+++ b/src/docode.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: docode.h,v 1.13 2001/07/24 01:16:10 hubbe Exp $
+ * $Id: docode.h,v 1.14 2002/01/16 02:54:10 nilsson Exp $
  */
 #ifndef DOCODE_H
 #define DOCODE_H
diff --git a/src/dynamic_buffer.c b/src/dynamic_buffer.c
index b9e6247b2c..ed139c1538 100644
--- a/src/dynamic_buffer.c
+++ b/src/dynamic_buffer.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -10,7 +10,7 @@
 #include "pike_error.h"
 #include "pike_memory.h"
 
-RCSID("$Id: dynamic_buffer.c,v 1.13 2000/12/01 08:09:45 hubbe Exp $");
+RCSID("$Id: dynamic_buffer.c,v 1.14 2002/01/16 02:54:10 nilsson Exp $");
 
 static dynamic_buffer buff;
 
diff --git a/src/dynamic_buffer.h b/src/dynamic_buffer.h
index 59d284c58b..e99a750d80 100644
--- a/src/dynamic_buffer.h
+++ b/src/dynamic_buffer.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: dynamic_buffer.h,v 1.11 2000/12/16 04:58:18 marcus Exp $
+ * $Id: dynamic_buffer.h,v 1.12 2002/01/16 02:54:10 nilsson Exp $
  */
 #ifndef DYNAMIC_BUFFER_H
 #define DYNAMIC_BUFFER_H
diff --git a/src/efun.h b/src/efun.h
index 56342cf570..eca01e9910 100644
--- a/src/efun.h
+++ b/src/efun.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: efun.h,v 1.3 1998/03/28 15:32:00 grubba Exp $
+ * $Id: efun.h,v 1.4 2002/01/16 02:54:10 nilsson Exp $
  */
 #ifndef EFUN_H
 #define EFUN_H
diff --git a/src/encode.c b/src/encode.c
index f69b38dc72..7f3a96c6be 100644
--- a/src/encode.c
+++ b/src/encode.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -25,7 +25,7 @@
 #include "version.h"
 #include "bignum.h"
 
-RCSID("$Id: encode.c,v 1.135 2001/12/16 02:49:38 mast Exp $");
+RCSID("$Id: encode.c,v 1.136 2002/01/16 02:54:10 nilsson Exp $");
 
 /* #define ENCODE_DEBUG */
 
diff --git a/src/encode.h b/src/encode.h
index 4b3d489d9b..06c3187d14 100644
--- a/src/encode.h
+++ b/src/encode.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: encode.h,v 1.3 2000/03/26 01:55:11 mast Exp $
+ * $Id: encode.h,v 1.4 2002/01/16 02:54:11 nilsson Exp $
  */
 #ifndef ENCODE_H
 #define ENCODE_H
diff --git a/src/error.c b/src/error.c
index f2f581d707..2ae7476e3c 100644
--- a/src/error.c
+++ b/src/error.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -22,7 +22,7 @@
 #include "threads.h"
 #include "gc.h"
 
-RCSID("$Id: error.c,v 1.81 2001/12/19 22:01:01 mast Exp $");
+RCSID("$Id: error.c,v 1.82 2002/01/16 02:54:11 nilsson Exp $");
 
 #undef ATTRIBUTE
 #define ATTRIBUTE(X)
diff --git a/src/fd_control.c b/src/fd_control.c
index 537f5ea3e0..ccf83335c2 100644
--- a/src/fd_control.c
+++ b/src/fd_control.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -10,7 +10,7 @@
 #include "pike_error.h"
 #include "fdlib.h"
 
-RCSID("$Id: fd_control.c,v 1.37 2001/09/24 14:30:42 grubba Exp $");
+RCSID("$Id: fd_control.c,v 1.38 2002/01/16 02:54:12 nilsson Exp $");
 
 #else /* TESTING */
 
diff --git a/src/fd_control.h b/src/fd_control.h
index 21cf395172..982dd09ff9 100644
--- a/src/fd_control.h
+++ b/src/fd_control.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: fd_control.h,v 1.6 2000/12/16 05:24:40 marcus Exp $
+ * $Id: fd_control.h,v 1.7 2002/01/16 02:54:12 nilsson Exp $
  */
 #ifndef FD_CONTROL_H
 #define FD_CONTROL_H
diff --git a/src/fsort.c b/src/fsort.c
index 1828fe90b4..c0ceea7236 100644
--- a/src/fsort.c
+++ b/src/fsort.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -11,7 +11,7 @@
 #include "fsort.h"
 #include "main.h"
 
-RCSID("$Id: fsort.c,v 1.15 2000/12/01 08:09:47 hubbe Exp $");
+RCSID("$Id: fsort.c,v 1.16 2002/01/16 02:54:12 nilsson Exp $");
 
 #define CMP(X,Y) ( (*cmpfun)((void *)(X),(void *)(Y)) )
 #define EXTRA_ARGS ,fsortfun cmpfun
diff --git a/src/fsort.h b/src/fsort.h
index 5034e88b98..8d4f03ac55 100644
--- a/src/fsort.h
+++ b/src/fsort.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: fsort.h,v 1.2 1998/03/28 15:16:30 grubba Exp $
+ * $Id: fsort.h,v 1.3 2002/01/16 02:54:12 nilsson Exp $
  */
 #ifndef FSORT_H
 #define FSORT_H
diff --git a/src/gc.c b/src/gc.c
index 8612d5a5c5..ec777db2aa 100644
--- a/src/gc.c
+++ b/src/gc.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -30,7 +30,7 @@ struct callback *gc_evaluator_callback=0;
 
 #include "block_alloc.h"
 
-RCSID("$Id: gc.c,v 1.179 2001/12/16 18:51:47 mast Exp $");
+RCSID("$Id: gc.c,v 1.180 2002/01/16 02:54:12 nilsson Exp $");
 
 /* Run garbage collect approximately every time
  * 20 percent of all arrays, objects and programs is
diff --git a/src/global.h b/src/global.h
index 90ac0d29ce..24ab7d4407 100644
--- a/src/global.h
+++ b/src/global.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: global.h,v 1.65 2001/10/05 01:30:12 hubbe Exp $
+ * $Id: global.h,v 1.66 2002/01/16 02:54:12 nilsson Exp $
  */
 #ifndef GLOBAL_H
 #define GLOBAL_H
diff --git a/src/hashtable.c b/src/hashtable.c
index 0ec39a73ec..2f88f6f75f 100644
--- a/src/hashtable.c
+++ b/src/hashtable.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -10,7 +10,7 @@
 #include "stuff.h"
 #include "pike_error.h"
 
-RCSID("$Id: hashtable.c,v 1.8 2000/12/01 08:09:47 hubbe Exp $");
+RCSID("$Id: hashtable.c,v 1.9 2002/01/16 02:54:12 nilsson Exp $");
 
 static size_t gobble(struct pike_string *s)
 {
diff --git a/src/hashtable.h b/src/hashtable.h
index 2506dbee17..f7029e0374 100644
--- a/src/hashtable.h
+++ b/src/hashtable.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: hashtable.h,v 1.5 1998/03/28 15:14:36 grubba Exp $
+ * $Id: hashtable.h,v 1.6 2002/01/16 02:54:13 nilsson Exp $
  */
 #ifndef HASHTABLE_H
 #define HASHTABLE_H
diff --git a/src/interpret.c b/src/interpret.c
index b724e53d88..2f0359eb61 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: interpret.c,v 1.255 2001/12/19 23:48:41 mast Exp $");
+RCSID("$Id: interpret.c,v 1.256 2002/01/16 02:54:13 nilsson Exp $");
 #include "interpret.h"
 #include "object.h"
 #include "program.h"
diff --git a/src/interpret.h b/src/interpret.h
index 6edd3d040e..1b67709313 100644
--- a/src/interpret.h
+++ b/src/interpret.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: interpret.h,v 1.106 2001/12/19 23:48:42 mast Exp $
+ * $Id: interpret.h,v 1.107 2002/01/16 02:54:13 nilsson Exp $
  */
 #ifndef INTERPRET_H
 #define INTERPRET_H
diff --git a/src/iterators.cmod b/src/iterators.cmod
index e27d7bf476..34eb86b7e1 100644
--- a/src/iterators.cmod
+++ b/src/iterators.cmod
@@ -1,11 +1,11 @@
 /*\ -*- c -*-
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: iterators.cmod,v 1.17 2001/12/16 02:49:40 mast Exp $");
+RCSID("$Id: iterators.cmod,v 1.18 2002/01/16 02:54:13 nilsson Exp $");
 #include "main.h"
 #include "object.h"
 #include "mapping.h"
diff --git a/src/language.yacc b/src/language.yacc
index b111a4b236..ff81da4b37 100644
--- a/src/language.yacc
+++ b/src/language.yacc
@@ -1,6 +1,6 @@
 /* -*- C -*- */
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -112,7 +112,7 @@
 /* This is the grammar definition of Pike. */
 
 #include "global.h"
-RCSID("$Id: language.yacc,v 1.270 2002/01/03 19:10:23 grubba Exp $");
+RCSID("$Id: language.yacc,v 1.271 2002/01/16 02:54:13 nilsson Exp $");
 #ifdef HAVE_MEMORY_H
 #include <memory.h>
 #endif
diff --git a/src/las.c b/src/las.c
index d212beee67..3c40576045 100644
--- a/src/las.c
+++ b/src/las.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: las.c,v 1.279 2001/12/19 10:50:30 mast Exp $");
+RCSID("$Id: las.c,v 1.280 2002/01/16 02:54:13 nilsson Exp $");
 
 #include "language.h"
 #include "interpret.h"
diff --git a/src/las.h b/src/las.h
index 30b7154551..76442080f4 100644
--- a/src/las.h
+++ b/src/las.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: las.h,v 1.54 2001/12/16 18:51:57 mast Exp $
+ * $Id: las.h,v 1.55 2002/01/16 02:54:14 nilsson Exp $
  */
 #ifndef LAS_H
 #define LAS_H
diff --git a/src/lex.c b/src/lex.c
index 115349300b..eece0026d8 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: lex.c,v 1.101 2001/07/27 21:12:28 grubba Exp $");
+RCSID("$Id: lex.c,v 1.102 2002/01/16 02:54:14 nilsson Exp $");
 #include "language.h"
 #include "array.h"
 #include "lex.h"
diff --git a/src/lex.h b/src/lex.h
index 013e5cc290..63a3fd9559 100644
--- a/src/lex.h
+++ b/src/lex.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: lex.h,v 1.19 2001/07/16 19:48:58 hubbe Exp $
+ * $Id: lex.h,v 1.20 2002/01/16 02:54:14 nilsson Exp $
  */
 #ifndef LEX_H
 #define LEX_H
diff --git a/src/main.c b/src/main.c
index dddad99274..53e880fcb7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: main.c,v 1.144 2002/01/08 17:59:11 grubba Exp $");
+RCSID("$Id: main.c,v 1.145 2002/01/16 02:54:14 nilsson Exp $");
 #include "fdlib.h"
 #include "backend.h"
 #include "module.h"
diff --git a/src/main.h b/src/main.h
index f574227a4b..2e5997c4f4 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: main.h,v 1.16 2001/06/30 07:05:55 hubbe Exp $
+ * $Id: main.h,v 1.17 2002/01/16 02:54:14 nilsson Exp $
  */
 #ifndef MAIN_H
 #define MAIN_H
diff --git a/src/mapping.c b/src/mapping.c
index 642edfa1d2..1826d8999b 100644
--- a/src/mapping.c
+++ b/src/mapping.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: mapping.c,v 1.145 2001/12/16 18:49:20 mast Exp $");
+RCSID("$Id: mapping.c,v 1.146 2002/01/16 02:54:14 nilsson Exp $");
 #include "main.h"
 #include "object.h"
 #include "mapping.h"
diff --git a/src/mapping.h b/src/mapping.h
index 03be4c6316..40077e2edd 100644
--- a/src/mapping.h
+++ b/src/mapping.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: mapping.h,v 1.40 2001/09/25 05:55:11 hubbe Exp $
+ * $Id: mapping.h,v 1.41 2002/01/16 02:54:15 nilsson Exp $
  */
 #ifndef MAPPING_H
 #define MAPPING_H
diff --git a/src/module.c b/src/module.c
index efce527612..7d60b34e44 100644
--- a/src/module.c
+++ b/src/module.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -22,7 +22,7 @@
 #include "post_modules/modlist_headers.h"
 #endif
 
-RCSID("$Id: module.c,v 1.14 2001/02/23 14:31:53 grubba Exp $");
+RCSID("$Id: module.c,v 1.15 2002/01/16 02:54:15 nilsson Exp $");
 
 typedef void (*modfun)(void);
 
diff --git a/src/module.h b/src/module.h
index 5bdc9c633d..1f5a352087 100644
--- a/src/module.h
+++ b/src/module.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: module.h,v 1.4 1998/03/28 15:10:31 grubba Exp $
+ * $Id: module.h,v 1.5 2002/01/16 02:54:15 nilsson Exp $
  */
 #ifndef MODULE_H
 #define MODULE_H
diff --git a/src/module_support.h b/src/module_support.h
index 459a4863ab..299e33dfff 100644
--- a/src/module_support.h
+++ b/src/module_support.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: module_support.h,v 1.8 2000/12/13 21:35:05 hubbe Exp $
+ * $Id: module_support.h,v 1.9 2002/01/16 02:54:15 nilsson Exp $
  */
 #ifndef MODULE_SUPPORT_H
 #include <stdarg.h>
diff --git a/src/modules/Gdbm/gdbmmod.c b/src/modules/Gdbm/gdbmmod.c
index 10712b8dee..370219855f 100644
--- a/src/modules/Gdbm/gdbmmod.c
+++ b/src/modules/Gdbm/gdbmmod.c
@@ -1,10 +1,10 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: gdbmmod.c,v 1.15 2001/10/26 21:36:04 nilsson Exp $");
+RCSID("$Id: gdbmmod.c,v 1.16 2002/01/16 02:59:19 nilsson Exp $");
 #include "gdbm_machine.h"
 #include "threads.h"
 
diff --git a/src/modules/Gmp/mpf.cmod b/src/modules/Gmp/mpf.cmod
index 773bd8e5b4..1ae08fe7de 100644
--- a/src/modules/Gmp/mpf.cmod
+++ b/src/modules/Gmp/mpf.cmod
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: mpf.cmod,v 1.2 2001/09/24 11:09:21 grubba Exp $");
+RCSID("$Id: mpf.cmod,v 1.3 2002/01/16 03:00:37 nilsson Exp $");
 #include "gmp_machine.h"
 
 #if defined(HAVE_GMP2_GMP_H) && defined(HAVE_LIBGMP2)
diff --git a/src/modules/Gmp/mpq.cmod b/src/modules/Gmp/mpq.cmod
index 8d36027f8f..6b0d510cf1 100644
--- a/src/modules/Gmp/mpq.cmod
+++ b/src/modules/Gmp/mpq.cmod
@@ -1,10 +1,10 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: mpq.cmod,v 1.3 2001/09/24 11:06:07 grubba Exp $");
+RCSID("$Id: mpq.cmod,v 1.4 2002/01/16 03:00:37 nilsson Exp $");
 #include "gmp_machine.h"
 
 #if defined(HAVE_GMP2_GMP_H) && defined(HAVE_LIBGMP2)
diff --git a/src/modules/Gmp/mpz_glue.c b/src/modules/Gmp/mpz_glue.c
index 53aee0e0c0..7dbcadc2cf 100644
--- a/src/modules/Gmp/mpz_glue.c
+++ b/src/modules/Gmp/mpz_glue.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: mpz_glue.c,v 1.98 2001/09/24 11:04:51 grubba Exp $");
+RCSID("$Id: mpz_glue.c,v 1.99 2002/01/16 03:00:37 nilsson Exp $");
 #include "gmp_machine.h"
 
 #if defined(HAVE_GMP2_GMP_H) && defined(HAVE_LIBGMP2)
diff --git a/src/modules/Gz/zlibmod.c b/src/modules/Gz/zlibmod.c
index 925f31578f..9fadca6bd5 100644
--- a/src/modules/Gz/zlibmod.c
+++ b/src/modules/Gz/zlibmod.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: zlibmod.c,v 1.42 2001/11/18 02:00:22 nilsson Exp $");
+RCSID("$Id: zlibmod.c,v 1.43 2002/01/16 03:02:33 nilsson Exp $");
 
 #include "zlib_machine.h"
 
diff --git a/src/modules/Regexp/glue.c b/src/modules/Regexp/glue.c
index 46ecc62a29..764594d6c9 100644
--- a/src/modules/Regexp/glue.c
+++ b/src/modules/Regexp/glue.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -21,7 +21,7 @@
 #include "module_support.h"
 #include "builtin_functions.h"
 
-RCSID("$Id: glue.c,v 1.24 2001/11/18 02:30:07 nilsson Exp $");
+RCSID("$Id: glue.c,v 1.25 2002/01/16 03:02:33 nilsson Exp $");
 
 #ifdef USE_SYSTEM_REGEXP
 #include <regexp.h>
diff --git a/src/modules/Regexp/pike_regexp.h b/src/modules/Regexp/pike_regexp.h
index 5aadaa6721..edd0b0f24a 100644
--- a/src/modules/Regexp/pike_regexp.h
+++ b/src/modules/Regexp/pike_regexp.h
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -7,7 +7,7 @@
 #ifndef REGEXP_H
 #define REGEXP_H
 /*
- * $Id: pike_regexp.h,v 1.4 2000/08/11 13:04:32 grubba Exp $
+ * $Id: pike_regexp.h,v 1.5 2002/01/16 03:02:34 nilsson Exp $
  *
  * Definitions etc. for regexp(3) routines.
  *
diff --git a/src/modules/Ssleay/ssleay.c b/src/modules/Ssleay/ssleay.c
index 947b05e025..c638505405 100644
--- a/src/modules/Ssleay/ssleay.c
+++ b/src/modules/Ssleay/ssleay.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -8,7 +8,7 @@
 
 #include "config.h"
 
-RCSID("$Id: ssleay.c,v 1.14 2000/12/18 09:58:21 mirar Exp $");
+RCSID("$Id: ssleay.c,v 1.15 2002/01/16 03:02:34 nilsson Exp $");
 #include "interpret.h"
 #include "svalue.h"
 #include "stralloc.h"
diff --git a/src/modules/_math/math.c b/src/modules/_math/math.c
index 2d3ac058b8..c931240b46 100644
--- a/src/modules/_math/math.c
+++ b/src/modules/_math/math.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -29,7 +29,7 @@
 #include <floatingpoint.h>
 #endif
 
-RCSID("$Id: math.c,v 1.41 2001/11/18 02:57:10 nilsson Exp $");
+RCSID("$Id: math.c,v 1.42 2002/01/16 02:56:10 nilsson Exp $");
 
 #ifndef M_PI
 #define M_PI 3.1415926535897932384626433832795080
diff --git a/src/modules/files/datagram.c b/src/modules/files/datagram.c
index 79471929ca..2c565e631c 100644
--- a/src/modules/files/datagram.c
+++ b/src/modules/files/datagram.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -7,7 +7,7 @@
 
 #include "global.h"
 
-RCSID("$Id: datagram.c,v 1.3 2001/04/27 13:46:07 grubba Exp $");
+RCSID("$Id: datagram.c,v 1.4 2002/01/16 02:57:28 nilsson Exp $");
 
 struct datagram
 {
diff --git a/src/modules/files/efuns.c b/src/modules/files/efuns.c
index 978582999a..3d92b1466f 100644
--- a/src/modules/files/efuns.c
+++ b/src/modules/files/efuns.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -25,7 +25,7 @@
 #include "file_machine.h"
 #include "file.h"
 
-RCSID("$Id: efuns.c,v 1.108 2001/12/22 00:26:22 nilsson Exp $");
+RCSID("$Id: efuns.c,v 1.109 2002/01/16 02:57:28 nilsson Exp $");
 
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
diff --git a/src/modules/files/file.c b/src/modules/files/file.c
index f4137494eb..879de1a9f8 100644
--- a/src/modules/files/file.c
+++ b/src/modules/files/file.c
@@ -1,12 +1,12 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #define NO_PIKE_SHORTHAND
 #include "global.h"
-RCSID("$Id: file.c,v 1.230 2001/12/16 02:49:48 mast Exp $");
+RCSID("$Id: file.c,v 1.231 2002/01/16 02:57:29 nilsson Exp $");
 #include "fdlib.h"
 #include "interpret.h"
 #include "svalue.h"
diff --git a/src/modules/files/file.h b/src/modules/files/file.h
index 1c97a3c73a..22ecd6a508 100644
--- a/src/modules/files/file.h
+++ b/src/modules/files/file.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: file.h,v 1.19 2000/08/27 18:29:27 mirar Exp $
+ * $Id: file.h,v 1.20 2002/01/16 02:57:29 nilsson Exp $
  */
 
 #ifndef FILE_H
diff --git a/src/modules/files/socket.c b/src/modules/files/socket.c
index 46e5ab9716..133e9ba613 100644
--- a/src/modules/files/socket.c
+++ b/src/modules/files/socket.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -22,7 +22,7 @@
 #include "file_machine.h"
 #include "file.h"
 
-RCSID("$Id: socket.c,v 1.57 2001/12/16 02:49:48 mast Exp $");
+RCSID("$Id: socket.c,v 1.58 2002/01/16 02:57:29 nilsson Exp $");
 
 #ifdef HAVE_SYS_TYPE_H
 #include <sys/types.h>
diff --git a/src/modules/sprintf/sprintf.c b/src/modules/sprintf/sprintf.c
index 304da05324..9bc91bd50d 100644
--- a/src/modules/sprintf/sprintf.c
+++ b/src/modules/sprintf/sprintf.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -281,7 +281,7 @@
  *!   @[lfun::_sprintf()]
  */
 #include "global.h"
-RCSID("$Id: sprintf.c,v 1.87 2002/01/02 02:19:13 nilsson Exp $");
+RCSID("$Id: sprintf.c,v 1.88 2002/01/16 03:02:35 nilsson Exp $");
 #include "pike_error.h"
 #include "array.h"
 #include "svalue.h"
diff --git a/src/multiset.c b/src/multiset.c
index 7b472ceb84..3f6cc10066 100644
--- a/src/multiset.c
+++ b/src/multiset.c
@@ -7,7 +7,7 @@
  * Created by Martin Stjernholm 2001-05-07
  */
 
-RCSID("$Id: multiset.c,v 1.45 2001/12/16 02:49:41 mast Exp $");
+RCSID("$Id: multiset.c,v 1.46 2002/01/16 02:54:15 nilsson Exp $");
 
 #include "builtin_functions.h"
 #include "gc.h"
@@ -5191,7 +5191,7 @@ void test_multiset (void)
 #else  /* PIKE_NEW_MULTISETS */
 
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -5210,7 +5210,7 @@ void test_multiset (void)
 #include "gc.h"
 #include "security.h"
 
-RCSID("$Id: multiset.c,v 1.45 2001/12/16 02:49:41 mast Exp $");
+RCSID("$Id: multiset.c,v 1.46 2002/01/16 02:54:15 nilsson Exp $");
 
 struct multiset *first_multiset;
 
diff --git a/src/multiset.h b/src/multiset.h
index a898ffd6a5..e26e990b25 100644
--- a/src/multiset.h
+++ b/src/multiset.h
@@ -7,7 +7,7 @@
  *
  * Created by Martin Stjernholm 2001-05-07
  *
- * $Id: multiset.h,v 1.22 2001/12/10 20:16:32 mast Exp $
+ * $Id: multiset.h,v 1.23 2002/01/16 02:54:15 nilsson Exp $
  */
 
 /* #define TEST_MULTISET */
@@ -433,13 +433,13 @@ void test_multiset (void);
 #else  /* PIKE_NEW_MULTISETS */
 
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: multiset.h,v 1.22 2001/12/10 20:16:32 mast Exp $
+ * $Id: multiset.h,v 1.23 2002/01/16 02:54:15 nilsson Exp $
  */
 
 #include "las.h"
diff --git a/src/object.c b/src/object.c
index 8c7287346e..aa290a5bab 100644
--- a/src/object.c
+++ b/src/object.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: object.c,v 1.194 2002/01/11 17:55:01 mast Exp $");
+RCSID("$Id: object.c,v 1.195 2002/01/16 02:54:15 nilsson Exp $");
 #include "object.h"
 #include "dynamic_buffer.h"
 #include "interpret.h"
diff --git a/src/object.h b/src/object.h
index e5440f63b4..597cfef4ec 100644
--- a/src/object.h
+++ b/src/object.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: object.h,v 1.68 2002/01/11 17:55:01 mast Exp $
+ * $Id: object.h,v 1.69 2002/01/16 02:54:16 nilsson Exp $
  */
 #ifndef OBJECT_H
 #define OBJECT_H
diff --git a/src/opcodes.c b/src/opcodes.c
index 118e9977b9..f302f4e736 100644
--- a/src/opcodes.c
+++ b/src/opcodes.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -27,7 +27,7 @@
 #include "bignum.h"
 #include "operators.h"
 
-RCSID("$Id: opcodes.c,v 1.118 2001/12/16 02:49:41 mast Exp $");
+RCSID("$Id: opcodes.c,v 1.119 2002/01/16 02:54:16 nilsson Exp $");
 
 void index_no_free(struct svalue *to,struct svalue *what,struct svalue *ind)
 {
diff --git a/src/opcodes.h b/src/opcodes.h
index 48f9ea4114..8b50da55e3 100644
--- a/src/opcodes.h
+++ b/src/opcodes.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: opcodes.h,v 1.24 2001/09/28 00:01:45 hubbe Exp $
+ * $Id: opcodes.h,v 1.25 2002/01/16 02:54:16 nilsson Exp $
  */
 #ifndef OPCODES_H
 #define OPCODES_H
diff --git a/src/operators.c b/src/operators.c
index 67e082b7f0..abfde42be1 100644
--- a/src/operators.c
+++ b/src/operators.c
@@ -1,12 +1,12 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
 #include <math.h>
-RCSID("$Id: operators.c,v 1.144 2001/12/16 02:49:42 mast Exp $");
+RCSID("$Id: operators.c,v 1.145 2002/01/16 02:54:16 nilsson Exp $");
 #include "interpret.h"
 #include "svalue.h"
 #include "multiset.h"
diff --git a/src/operators.h b/src/operators.h
index 7a0b853642..5da06af61d 100644
--- a/src/operators.h
+++ b/src/operators.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: operators.h,v 1.9 2000/12/16 05:34:05 marcus Exp $
+ * $Id: operators.h,v 1.10 2002/01/16 02:54:17 nilsson Exp $
  */
 #ifndef OPERATORS_H
 #define OPERATORS_H
diff --git a/src/pike_error.h b/src/pike_error.h
index 8407a54a45..0e1dde7437 100644
--- a/src/pike_error.h
+++ b/src/pike_error.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: pike_error.h,v 1.16 2001/11/10 19:43:51 mast Exp $
+ * $Id: pike_error.h,v 1.17 2002/01/16 02:54:17 nilsson Exp $
  */
 #ifndef PIKE_ERROR_H
 #define PIKE_ERROR_H
diff --git a/src/pike_macros.h b/src/pike_macros.h
index a0b3d71f69..b843c3032b 100644
--- a/src/pike_macros.h
+++ b/src/pike_macros.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: pike_macros.h,v 1.28 2001/11/10 19:44:48 mast Exp $
+ * $Id: pike_macros.h,v 1.29 2002/01/16 02:54:17 nilsson Exp $
  */
 #ifndef MACROS_H
 #define MACROS_H
diff --git a/src/pike_memory.c b/src/pike_memory.c
index ff0e641c90..7df11e10bd 100644
--- a/src/pike_memory.c
+++ b/src/pike_memory.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -10,7 +10,7 @@
 #include "pike_macros.h"
 #include "gc.h"
 
-RCSID("$Id: pike_memory.c,v 1.117 2001/12/12 23:03:09 mast Exp $");
+RCSID("$Id: pike_memory.c,v 1.118 2002/01/16 02:54:17 nilsson Exp $");
 
 /* strdup() is used by several modules, so let's provide it */
 #ifndef HAVE_STRDUP
diff --git a/src/pike_memory.h b/src/pike_memory.h
index 10d6e51267..0602c9bc2a 100644
--- a/src/pike_memory.h
+++ b/src/pike_memory.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: pike_memory.h,v 1.30 2001/10/03 18:18:51 mast Exp $
+ * $Id: pike_memory.h,v 1.31 2002/01/16 02:54:17 nilsson Exp $
  */
 #ifndef MEMORY_H
 #define MEMORY_H
diff --git a/src/pike_types.c b/src/pike_types.c
index 381bff8784..2f63dce523 100644
--- a/src/pike_types.c
+++ b/src/pike_types.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: pike_types.c,v 1.183 2001/12/10 02:08:16 mast Exp $");
+RCSID("$Id: pike_types.c,v 1.184 2002/01/16 02:54:18 nilsson Exp $");
 #include <ctype.h>
 #include "svalue.h"
 #include "pike_types.h"
diff --git a/src/pike_types.h b/src/pike_types.h
index 7bf9672f89..cba177434a 100644
--- a/src/pike_types.h
+++ b/src/pike_types.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: pike_types.h,v 1.74 2001/12/14 04:09:39 nilsson Exp $
+ * $Id: pike_types.h,v 1.75 2002/01/16 02:54:18 nilsson Exp $
  */
 #ifndef PIKE_TYPES_H
 #define PIKE_TYPES_H
diff --git a/src/port.c b/src/port.c
index 31cc5eb5f3..68eaf0f0a6 100644
--- a/src/port.c
+++ b/src/port.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -22,7 +22,7 @@
 #include <float.h>
 #include <string.h>
 
-RCSID("$Id: port.c,v 1.49 2001/12/18 17:57:42 mast Exp $");
+RCSID("$Id: port.c,v 1.50 2002/01/16 02:54:18 nilsson Exp $");
 
 #ifdef sun
 time_t time PROT((time_t *));
diff --git a/src/port.h b/src/port.h
index 779409cad1..c72c5d2c8c 100644
--- a/src/port.h
+++ b/src/port.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: port.h,v 1.41 2001/12/18 17:57:42 mast Exp $
+ * $Id: port.h,v 1.42 2002/01/16 02:54:18 nilsson Exp $
  */
 #ifndef PORT_H
 #define PORT_H
diff --git a/src/program.c b/src/program.c
index 49b75825fd..8c32238f6e 100644
--- a/src/program.c
+++ b/src/program.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: program.c,v 1.399 2001/12/20 15:06:58 nilsson Exp $");
+RCSID("$Id: program.c,v 1.400 2002/01/16 02:54:18 nilsson Exp $");
 #include "program.h"
 #include "object.h"
 #include "dynamic_buffer.h"
diff --git a/src/program.h b/src/program.h
index 77b56e098d..0908a96e4e 100644
--- a/src/program.h
+++ b/src/program.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: program.h,v 1.150 2001/12/16 18:51:58 mast Exp $
+ * $Id: program.h,v 1.151 2002/01/16 02:54:19 nilsson Exp $
  */
 #ifndef PROGRAM_H
 #define PROGRAM_H
diff --git a/src/rusage.c b/src/rusage.c
index 22694e7b8c..7588b4c3b8 100644
--- a/src/rusage.c
+++ b/src/rusage.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -17,7 +17,7 @@
 #include <errno.h>
 #include "rusage.h"
 
-RCSID("$Id: rusage.c,v 1.16 2001/12/04 13:06:41 tomas Exp $");
+RCSID("$Id: rusage.c,v 1.17 2002/01/16 02:54:19 nilsson Exp $");
 
 #ifdef HAVE_SYS_TIMES_H
 #include <sys/times.h>
diff --git a/src/rusage.h b/src/rusage.h
index ab4f311bf7..45d03180c3 100644
--- a/src/rusage.h
+++ b/src/rusage.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: rusage.h,v 1.3 1998/03/28 15:00:29 grubba Exp $
+ * $Id: rusage.h,v 1.4 2002/01/16 02:54:19 nilsson Exp $
  */
 #ifndef RUSAGE_H
 #define RUSAGE_H
diff --git a/src/signal_handler.c b/src/signal_handler.c
index 41e1ca7c21..ef4a7509a7 100644
--- a/src/signal_handler.c
+++ b/src/signal_handler.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -25,7 +25,7 @@
 #include "main.h"
 #include <signal.h>
 
-RCSID("$Id: signal_handler.c,v 1.212 2001/12/16 02:49:43 mast Exp $");
+RCSID("$Id: signal_handler.c,v 1.213 2002/01/16 02:54:19 nilsson Exp $");
 
 #ifdef HAVE_PASSWD_H
 # include <passwd.h>
diff --git a/src/signal_handler.h b/src/signal_handler.h
index 129031b844..8c226d2453 100644
--- a/src/signal_handler.h
+++ b/src/signal_handler.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: signal_handler.h,v 1.11 2000/12/16 05:24:41 marcus Exp $
+ * $Id: signal_handler.h,v 1.12 2002/01/16 02:54:19 nilsson Exp $
  */
 #ifndef SIGNAL_H
 #define SIGNAL_H
diff --git a/src/stralloc.c b/src/stralloc.c
index 6331155a03..e11591941f 100644
--- a/src/stralloc.c
+++ b/src/stralloc.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -27,7 +27,7 @@
 #define HUGE HUGE_VAL
 #endif /*!HUGE*/
 
-RCSID("$Id: stralloc.c,v 1.139 2001/12/19 23:44:00 mast Exp $");
+RCSID("$Id: stralloc.c,v 1.140 2002/01/16 02:54:19 nilsson Exp $");
 
 /* #define STRALLOC_USE_PRIMES */
 
diff --git a/src/stralloc.h b/src/stralloc.h
index 4fdb6eaded..45d8510ff2 100644
--- a/src/stralloc.h
+++ b/src/stralloc.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: stralloc.h,v 1.63 2001/12/19 23:44:00 mast Exp $
+ * $Id: stralloc.h,v 1.64 2002/01/16 02:54:19 nilsson Exp $
  */
 #ifndef STRALLOC_H
 #define STRALLOC_H
diff --git a/src/stuff.c b/src/stuff.c
index 2358d132c4..6838ce61e1 100644
--- a/src/stuff.c
+++ b/src/stuff.c
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: stuff.c,v 1.15 2001/09/01 09:39:18 hubbe Exp $
+ * $Id: stuff.c,v 1.16 2002/01/16 02:54:20 nilsson Exp $
  */
 #include "global.h"
 #include "stuff.h"
diff --git a/src/stuff.h b/src/stuff.h
index 19c000bbce..2c384f7051 100644
--- a/src/stuff.h
+++ b/src/stuff.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: stuff.h,v 1.12 2001/09/01 01:45:52 hubbe Exp $
+ * $Id: stuff.h,v 1.13 2002/01/16 02:54:20 nilsson Exp $
  */
 #ifndef STUFF_H
 #define STUFF_H
diff --git a/src/svalue.c b/src/svalue.c
index f304451e55..e1c75bf493 100644
--- a/src/svalue.c
+++ b/src/svalue.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -62,7 +62,7 @@ static int pike_isnan(double x)
 #endif /* HAVE__ISNAN */
 #endif /* HAVE_ISNAN */
 
-RCSID("$Id: svalue.c,v 1.132 2001/12/17 04:50:07 mast Exp $");
+RCSID("$Id: svalue.c,v 1.133 2002/01/16 02:54:20 nilsson Exp $");
 
 struct svalue dest_ob_zero = {
   T_INT, 0,
diff --git a/src/svalue.h b/src/svalue.h
index aba990ba1a..bfa5027475 100644
--- a/src/svalue.h
+++ b/src/svalue.h
@@ -1,11 +1,11 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
 /*
- * $Id: svalue.h,v 1.100 2001/12/16 02:44:23 mast Exp $
+ * $Id: svalue.h,v 1.101 2002/01/16 02:54:20 nilsson Exp $
  */
 #ifndef SVALUE_H
 #define SVALUE_H
diff --git a/src/time_stuff.h b/src/time_stuff.h
index a9742eef7e..279275be6f 100644
--- a/src/time_stuff.h
+++ b/src/time_stuff.h
@@ -1,10 +1,10 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 /*
- * $Id: time_stuff.h,v 1.8 1998/03/28 14:57:08 grubba Exp $
+ * $Id: time_stuff.h,v 1.9 2002/01/16 02:54:21 nilsson Exp $
  */
 #ifndef TIME_STUFF_H
 #define TIME_STUFF_H
diff --git a/src/version.c b/src/version.c
index c072359e66..50202673a6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -1,5 +1,5 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
@@ -11,7 +11,7 @@
 #include "stralloc.h"
 #include "version.h"
 
-RCSID("$Id: version.c,v 1.133 2001/02/08 23:54:19 grubba Exp $");
+RCSID("$Id: version.c,v 1.134 2002/01/16 02:54:21 nilsson Exp $");
 
 #define STR(X) #X
 /*! @decl string version()
diff --git a/src/version.h b/src/version.h
index a566af3f38..431dba4f1e 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,10 +1,10 @@
 /*\
-||| This file a part of Pike, and is copyright by Fredrik Hubinette
+||| This file is part of Pike. For copyright information see COPYRIGHT.
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 
-/* $Id: version.h,v 1.279 2001/12/18 19:12:32 mast Exp $ */
+/* $Id: version.h,v 1.280 2002/01/16 02:54:21 nilsson Exp $ */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 3
-- 
GitLab