diff --git a/COPYRIGHT b/COPYRIGHT
index 71c8cd9863dd7cb3728297a12d5721e05a885a34..7fc34589201f1d865d3864eaddabe9266fe77ee2 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -34,7 +34,7 @@ TrueVision Targa code
 Copyright � 1997 Raphael FRANCOIS and Gordon Matzigkeit
 
 Unicode Character Database
-Copyright � 1991-2002 Unicode, Inc.
+Copyright � 1991-2003 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 e164bcbb05536bf68288f716d81334c6aa472d1e..56ad92534a43e0e02b4e0a7da7b23813e2c4ef05 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.3 2003/03/27 03:32:47 nilsson Exp $
+// $Id: Copyright.pmod,v 1.4 2003/08/31 21:24:27 nilsson Exp $
 
 //! Contains functions and information to store and present
 //! copyright information about Pike and it's components.
@@ -18,7 +18,7 @@ static mapping(string:array(string)) copyrights = ([
   }),
 
   "Unicode Character Database":
-  ({ "Copyright � 1991-2002 Unicode, Inc." }),
+  ({ "Copyright � 1991-2003 Unicode, Inc." }),
 
   "TrueVision Targa code":
   ({ "Copyright � 1997 Raphael FRANCOIS and Gordon Matzigkeit" }),