summaryrefslogtreecommitdiff
path: root/src/GF.hs
diff options
context:
space:
mode:
authoraarne <unknown>2005-05-12 09:03:33 +0000
committeraarne <unknown>2005-05-12 09:03:33 +0000
commitae60299c7def8a4c2af18320be773158936c6ac9 (patch)
tree2dc587f26df0c952d9d6d60dc6f7c682afcd6c66 /src/GF.hs
parentd50c932a418e7368ac08cacf77d9c9ac1c98cb9b (diff)
pre-release adjustments
Diffstat (limited to 'src/GF.hs')
-rw-r--r--src/GF.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF.hs b/src/GF.hs
index a1c9a24e9..df394709d 100644
--- a/src/GF.hs
+++ b/src/GF.hs
@@ -5,9 +5,9 @@
-- Stability : (stability)
-- Portability : (portability)
--
--- > CVS $Date: 2005/04/28 16:42:48 $
+-- > CVS $Date: 2005/05/12 10:03:33 $
-- > CVS $Author: aarne $
--- > CVS $Revision: 1.23 $
+-- > CVS $Revision: 1.24 $
--
-- The Main module of GF program.
-----------------------------------------------------------------------------
@@ -92,8 +92,8 @@ authorMsg = unlines [
"Grammatical Framework, Version " ++ version,
"Compiled " ++ today,
"Copyright (c)",
- "Björn Bringert, Markus Forsberg, Thomas Hallgren, Harald Hammarström,",
+ "Björn Bringert, Håkan Burden, Markus Forsberg, Thomas Hallgren, Harald Hammarström,",
"Kristofer Johannisson, Janna Khegai, Peter Ljunglöf, Petri Mäenpää,",
- "and Aarne Ranta, 1998-2004, under GNU General Public License (GPL)",
+ "and Aarne Ranta, 1998-2005, under GNU General Public License (GPL)",
"Bug reports to aarne@cs.chalmers.se"
]