summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraarne <unknown>2004-06-24 14:13:55 +0000
committeraarne <unknown>2004-06-24 14:13:55 +0000
commit0a6ded780f00ca715c0ea4d82744b2d3368ac942 (patch)
tree07eeeed38ac540e3376104b0dc460a1188fae08f /src
parent3b39607bbac8e6ab99198ab608f14e1f84c2f60e (diff)
welcome msg
Diffstat (limited to 'src')
-rw-r--r--src/GF.hs9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/GF.hs b/src/GF.hs
index 78aedadcc..64c54eb1a 100644
--- a/src/GF.hs
+++ b/src/GF.hs
@@ -73,12 +73,11 @@ welcomeMsg =
"Welcome to " ++ authorMsg ++++ welcomeArch ++ "\n\nType 'h' for help."
authorMsg = unlines [
- "Grammatical Framework, Version 2-beta (incomplete functionality)",
- "April 1, 2004",
---- "Compiled March 26, 2003",
+ "Grammatical Framework, Version 2.0",
"Compiled " ++ today,
- "Copyright (c) Markus Forsberg, Thomas Hallgren, Harald Hammarström,",
+ "Copyright (c)",
+ "Björn Bringert, Markus Forsberg, Thomas Hallgren, Harald Hammarström,",
"Kristofer Johannisson, Janna Khegai, Peter Ljunglöf, Petri Mäenpää,",
- "and Aarne Ranta, 1998-2003, under GNU General Public License (GPL)",
+ "and Aarne Ranta, 1998-2004, under GNU General Public License (GPL)",
"Bug reports to aarne@cs.chalmers.se"
]