welcome msg

This commit is contained in:
aarne
2004-06-24 14:13:55 +00:00
parent 3b39607bba
commit 0a6ded780f

View File

@@ -73,12 +73,11 @@ welcomeMsg =
"Welcome to " ++ authorMsg ++++ welcomeArch ++ "\n\nType 'h' for help." "Welcome to " ++ authorMsg ++++ welcomeArch ++ "\n\nType 'h' for help."
authorMsg = unlines [ authorMsg = unlines [
"Grammatical Framework, Version 2-beta (incomplete functionality)", "Grammatical Framework, Version 2.0",
"April 1, 2004",
--- "Compiled March 26, 2003",
"Compiled " ++ today, "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ää,", "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" "Bug reports to aarne@cs.chalmers.se"
] ]