From 952920f7ce7f089f4969f82071d68c255766135f Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Thu, 27 Mar 2003 04:34:19 +0100
Subject: [PATCH] Copyright 2003

Rev: COPYRIGHT:1.9
Rev: lib/master.pike.in:1.264
Rev: lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod:1.3
---
 COPYRIGHT                                        | 6 +++---
 lib/master.pike.in                               | 4 ++--
 lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod | 9 ++++++---
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/COPYRIGHT b/COPYRIGHT
index 441f927eb0..71c8cd9863 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 bdfd5466d0..236176b1c3 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 dc82e20a4b..e164bcbb05 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" }),
 
-- 
GitLab