From 2173b0bff5a060bc49ec293cad15a5efc6135eb1 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Sat, 14 Jan 2006 19:23:46 +0100
Subject: [PATCH] Updated copyrights.

Rev: lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod:1.8
---
 lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod b/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod
index 2a024880b8..0677381a7c 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.7 2004/09/13 22:03:22 nilsson Exp $
+// $Id: Copyright.pmod,v 1.8 2006/01/14 18:23:46 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-2004 Department of Computer and Information Science,\n"
+    "Copyright � 2002-2006 Department of Computer and Information Science,\n"
     "                      Link�ping University",
   }),
 
   "Unicode Character Database":
-  ({ "Copyright � 1991-2004 Unicode, Inc." }),
+  ({ "Copyright � 1991-2005 Unicode, Inc." }),
 
   "TrueVision Targa code":
   ({ "Copyright � 1997 Raphael FRANCOIS and Gordon Matzigkeit" }),
-- 
GitLab