summaryrefslogtreecommitdiff
path: root/src/GF.hs
diff options
context:
space:
mode:
authoraarne <unknown>2005-06-30 10:36:49 +0000
committeraarne <unknown>2005-06-30 10:36:49 +0000
commit7bb9e88cb875372bd3e288b8831b1b60c3b9bc17 (patch)
tree901af9f9937bb2e36348f4b3c4d8cf1b39c3c02d /src/GF.hs
parentcbb34f65188e6adccb71b302c5d0eeac2b508c6a (diff)
Updated version numbers.
Diffstat (limited to 'src/GF.hs')
-rw-r--r--src/GF.hs11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/GF.hs b/src/GF.hs
index ed07ede8b..92e1dd204 100644
--- a/src/GF.hs
+++ b/src/GF.hs
@@ -5,9 +5,9 @@
-- Stability : (stability)
-- Portability : (portability)
--
--- > CVS $Date: 2005/06/10 21:04:01 $
+-- > CVS $Date: 2005/06/30 11:36:49 $
-- > CVS $Author: aarne $
--- > CVS $Revision: 1.28 $
+-- > CVS $Revision: 1.29 $
--
-- The Main module of GF program.
-----------------------------------------------------------------------------
@@ -114,8 +114,9 @@ authorMsg = unlines [
"Grammatical Framework, Version " ++ version,
"Compiled " ++ today,
"Copyright (c)",
- "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-2005, under GNU General Public License (GPL)",
+ "Björn Bringert, Håkan Burden, Hans-Joachim Daniels, Markus Forsberg",
+ "Thomas Hallgren, Harald Hammarström, Kristofer Johannisson,",
+ "Janna Khegai, Peter Ljunglöf, Petri Mäenpää, and",
+ "Aarne Ranta, 1998-2005, under GNU General Public License (GPL)",
"Bug reports to aarne@cs.chalmers.se"
]