summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command/Messages.hs
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-12-21 10:57:54 +0000
committerkrasimir <krasimir@chalmers.se>2010-12-21 10:57:54 +0000
commit0aab9833f75eaf73a22ae935493fdf879808a128 (patch)
tree545287759509cfc2abef04f2527b86326fe6ef14 /src/compiler/GF/Command/Messages.hs
parente1e0bf1a22583794a4e792d0a993124d773a22f3 (diff)
more clear LICENSE file for GF
Diffstat (limited to 'src/compiler/GF/Command/Messages.hs')
-rw-r--r--src/compiler/GF/Command/Messages.hs12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/compiler/GF/Command/Messages.hs b/src/compiler/GF/Command/Messages.hs
index 8dda92d49..abde8b1f7 100644
--- a/src/compiler/GF/Command/Messages.hs
+++ b/src/compiler/GF/Command/Messages.hs
@@ -3,10 +3,14 @@ module GF.Command.Messages where
licenseMsg = unlines [
"Copyright (c)",
"Krasimir Angelov, Bj\246rn Bringert, H\229kan Burden, Hans-Joachim Daniels,",
- "Markus Forsberg, Thomas Hallgren, Harald Hammarstr\246m, Kristofer Johannisson,",
- "Janna Khegai, Peter Ljungl\246f, Petri M\228enp\228\228, and",
- "Aarne Ranta, 1998-2008, under GNU General Public License (GPL)",
- "see LICENSE in GF distribution, or http://www.gnu.org/licenses/gpl.html."
+ "Ramona Enache, Markus Forsberg, Thomas Hallgren, Harald Hammarstr\246m,",
+ "Kristofer Johannisson, Janna Khegai, Peter Ljungl\246f, Petri M\228enp\228\228, and",
+ "Aarne Ranta, 1998-2010.",
+ "",
+ "The compiler is under GNU General Public License (GPL)",
+ "while all Haskell and most GF libraries that come with the distribution are",
+ "under dual GNU Lesser General Public License (LGPL) and BSD License,",
+ "see LICENSE in the GF source distribution for details."
]
codingMsg = unlines [