diff --git a/COPYRIGHT b/COPYRIGHT
index 441f927eb0a637c655ede81f3cac41eada6723a2..71c8cd9863dd7cb3728297a12d5721e05a885a34 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -4,8 +4,8 @@ Copyright 
 Copyright © 1996-1997 Informationsvävarna AB
 Copyright © 1997-2000 Idonex AB
 Copyright © 2000-2002 Roxen Internet Software AB
-Copyright © 2002 Department of Computer and Information Science,
-                 Linköping University
+Copyright © 2002-2003 Department of Computer and Information Science,
+                      Linköping University
 
 Pike refers to the source code, and any executables
 created from the same source code. Parts of other
@@ -15,7 +15,7 @@ with their respective conditions for distribution.
 DES encryption and decryption code
 Copyright © 1992 Dana L. How
 
-Emacs font lock definitions for Pike and other LPC files
+Emacs font lock definitions
 Copyright © 2002 Martin Stjernholm
 
 JPEG transform code
diff --git a/lib/master.pike.in b/lib/master.pike.in
index bdfd5466d0ba69ef280ef55233472965d061bc0e..236176b1c37d24163600e15eed4fc428196145aa 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.263 2003/03/27 02:32:04 mast Exp $
+// $Id: master.pike.in,v 1.264 2003/03/27 03:32:15 nilsson Exp $
 
 #pike __REAL_VERSION__
 
@@ -1926,7 +1926,7 @@ void _main(array(string) orig_argv, array(string) env)
       switch(opts[0])
       {
       case "version":
-	werror(version() + " Copyright © 1994-2002 Linköping University\n"
+	werror(version() + " Copyright © 1994-2003 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 dc82e20a4b85b78e10707b487c51d1701692e215..e164bcbb05536bf68288f716d81334c6aa472d1e 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.2 2002/10/10 02:09:40 nilsson Exp $
+// $Id: Copyright.pmod,v 1.3 2003/03/27 03:32:47 nilsson Exp $
 
 //! Contains functions and information to store and present
 //! copyright information about Pike and it's components.
@@ -13,8 +13,8 @@ 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 Department of Computer and Information Science,\n"
-    "                 Linköping University",
+    "Copyright © 2002-2003 Department of Computer and Information Science,\n"
+    "                      Linköping University",
   }),
 
   "Unicode Character Database":
@@ -26,6 +26,9 @@ static mapping(string:array(string)) copyrights = ([
   "DES encryption and decryption code":
   ({ "Copyright © 1992 Dana L. How" }),
 
+  "Emacs font lock definitions":
+  ({ "Copyright © 2002 Martin Stjernholm" }),
+
   "Rijndael encryption and decryption code":
   ({ "Copyright © 2000 Joan Daemen" }),