[GRASS-SVN] r41362 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 8 13:57:49 EST 2010


Author: hellik
Date: 2010-03-08 13:57:48 -0500 (Mon, 08 Mar 2010)
New Revision: 41362

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
change text on licence page
see
https://trac.osgeo.org/grass/ticket/986#comment:18

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-03-08 18:57:11 UTC (rev 41361)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-03-08 18:57:48 UTC (rev 41362)
@@ -340,6 +340,10 @@
 !insertmacro MUI_PAGE_WELCOME
 
 ;This indented statement modify setting for MUI_PAGE_LICENSE
+    !define MUI_LICENSEPAGE_TEXT_BOTTOM "GRASS is software libre. You are encouraged and legally \
+	entitled to copy, reinstall, modify, and redistribute this program \
+	for yourself and your friends under the terms of the GPL. Happy \
+	mapping!"
     !define MUI_LICENSEPAGE_BUTTON "Next >"
 !insertmacro MUI_PAGE_LICENSE "${PACKAGE_FOLDER}\GPL.TXT"
 



More information about the grass-commit mailing list