diff --git a/COPYRIGHT b/COPYRIGHT
index c00569e7a4288c39becfd958ea0e04c5c97186db..f214f09279a10b62c85c15ed01adc5463c7fe38e 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -4,7 +4,7 @@ Copyright 
 Copyright � 1996-1997 Informationsv�varna AB
 Copyright � 1997-2000 Idonex AB
 Copyright � 2000-2002 Roxen Internet Software AB
-Copyright � 2002-2006 Department of Computer and Information Science,
+Copyright � 2002-2007 Department of Computer and Information Science,
                       Link�ping University
 
 Pike refers to the source code, and any executables
@@ -12,6 +12,9 @@ created from the same source code. Parts of other
 copyrighted works are included in Pike, in accordance
 with their respective conditions for distribution.
 
+Doug Lea's Malloc
+Copyright � 1987-2005 Doug Lea
+
 Emacs font lock definitions
 Copyright � 2002 Martin Stjernholm
 
@@ -35,6 +38,3 @@ Copyright 
 
 Zlib detection and verification code
 Copyright � 1995-1998 Jean-loup Gailly and Mark Adler
-
-Doug Lea's Malloc
-Copyright � 1987-2005 Doug Lea
diff --git a/bin/install.pike b/bin/install.pike
index 55cee54c729f7b3f7958d48c9a3f012fc0547513..8e7c314697819e5def68cecd94f0cde1d1839897 100644
--- a/bin/install.pike
+++ b/bin/install.pike
@@ -2,7 +2,7 @@
 
 // Pike installer and exporter.
 //
-// $Id: install.pike,v 1.174 2006/12/27 19:25:56 peter Exp $
+// $Id: install.pike,v 1.175 2007/01/01 04:49:11 nilsson Exp $
 
 #define USE_GTK
 
@@ -1534,7 +1534,7 @@ do
     case \"$1\" in
               -v|\\
        --version) echo \""+version()+
-#" Copyright (C) 1994-2006 IDA, Link�ping University
+#" Copyright (C) 1994-2007 IDA, Link�ping University
 Pike comes with ABSOLUTELY NO WARRANTY; This is free software and you
 are welcome to redistribute it under certain conditions; Read the
 files COPYING and COPYRIGHT in the Pike distribution for more details.
diff --git a/bin/unbug b/bin/unbug
index cde2a5eb14c47d1a4ff8b0045d561079de8e2f39..decaf3c44b4d9a923232514f2e306cbb05f31a5b 100644
--- a/bin/unbug
+++ b/bin/unbug
@@ -3127,9 +3127,9 @@ string find_in_path(string cmd)
 
 int main(int argc, array(string) argv)
 {
-  write(#"UNBUG $Id: unbug,v 1.24 2006/01/14 18:21:04 nilsson Exp $
+  write(#"UNBUG $Id: unbug,v 1.25 2007/01/01 04:49:15 nilsson Exp $
 Copyright 2001-2002, Roxen Internet Software AB.
-Copyright 2002-2006, Department of Computer and Information Science,
+Copyright 2002-2007, Department of Computer and Information Science,
                      Link�ping University
 UNBUG is free software, covered by the GNU General Public License, and you are
 welcome to change it and/or distribute copies of it under certain conditions.
diff --git a/lib/master.pike.in b/lib/master.pike.in
index e1f2555c612d13a751785e4d934cf06aafff630a..6c9f2eaabf579c09c0760bd4f65872c68a5d82a3 100644
--- a/lib/master.pike.in
+++ b/lib/master.pike.in
@@ -6,7 +6,7 @@
 // Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 // for more information.
 //
-// $Id: master.pike.in,v 1.389 2006/12/07 09:41:14 grubba Exp $
+// $Id: master.pike.in,v 1.390 2007/01/01 04:50:15 nilsson Exp $
 
 #pike __REAL_VERSION__
 //#pragma strict_types
@@ -2582,7 +2582,7 @@ void _main(array(string) orig_argv, array(string) env)
 	exit(0);
 
       case "version":
-	werror(version() + " Copyright � 1994-2006 Link�ping University\n"
+	werror(version() + " Copyright � 1994-2007 Link�ping University\n"
 	       "Pike comes with ABSOLUTELY NO WARRANTY; This is free software and you are\n"
 	       "welcome to redistribute it under certain conditions; Read the files\n"
 	       "COPYING and COPYRIGHT in the Pike distribution for more details.\n");
diff --git a/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod b/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod
index f8d39916d90f85e7a9291aa9b20724fc8b45c5d6..cdbab974242309b1583205014f573c7c7c7b925d 100644
--- a/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod
+++ b/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod
@@ -1,6 +1,6 @@
 #pike __REAL_VERSION__
 
-// $Id: Copyright.pmod,v 1.9 2006/08/05 22:00:22 mast Exp $
+// $Id: Copyright.pmod,v 1.10 2007/01/01 04:49:32 nilsson Exp $
 
 //! Contains functions and information to store and present
 //! copyright information about Pike and it's components.
@@ -13,7 +13,7 @@ static mapping(string:array(string)) copyrights = ([
     "Copyright � 1996-1997 Informationsv�varna AB",
     "Copyright � 1997-2000 Idonex AB",
     "Copyright � 2000-2002 Roxen Internet Software AB",
-    "Copyright � 2002-2006 Department of Computer and Information Science,\n"
+    "Copyright � 2002-2007 Department of Computer and Information Science,\n"
     "                      Link�ping University",
   }),