diff --git a/COPYRIGHT b/COPYRIGHT
index 3190a9ea32ec2f049105d259696cba6ed048767c..354aeea0b72ba2259efba574aa3df140df92ece2 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-2003 Department of Computer and Information Science,
+Copyright � 2002-2004 Department of Computer and Information Science,
                       Link�ping University
 
 Pike refers to the source code, and any executables
@@ -31,7 +31,7 @@ TrueVision Targa code
 Copyright � 1997 Raphael FRANCOIS and Gordon Matzigkeit
 
 Unicode Character Database
-Copyright � 1991-2003 Unicode, Inc.
+Copyright � 1991-2004 Unicode, Inc.
 
 Zlib detection and verification code
 Copyright � 1995-1998 Jean-loup Gailly and Mark Adler
diff --git a/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod b/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod
index f5ae05ca71b26a8e36ea70c0ed0a169fb365eb9b..2a024880b810a1da706b46a78f7bc99727740dbf 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.6 2004/02/04 14:21:57 nilsson Exp $
+// $Id: Copyright.pmod,v 1.7 2004/09/13 22:03:22 nilsson Exp $
 
 //! Contains functions and information to store and present
 //! copyright information about Pike and it's components.
@@ -13,12 +13,12 @@ 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-2003 Department of Computer and Information Science,\n"
+    "Copyright � 2002-2004 Department of Computer and Information Science,\n"
     "                      Link�ping University",
   }),
 
   "Unicode Character Database":
-  ({ "Copyright � 1991-2003 Unicode, Inc." }),
+  ({ "Copyright � 1991-2004 Unicode, Inc." }),
 
   "TrueVision Targa code":
   ({ "Copyright � 1997 Raphael FRANCOIS and Gordon Matzigkeit" }),