# HG changeset patch # User Anirudha Bose # Date 1374763768 -19800 # Node ID cbaab92e11746d9c362108d0e7cc6a22c87ab3cc # Parent 40ae138b38a693f1299af215d52ad3eb98dc5059 makeinst-script.sh: Removed 'I Agree' in GPL license page diff -r 40ae138b38a6 -r cbaab92e1174 makeinst-script.sh --- a/makeinst-script.sh Thu Jul 25 04:23:34 2013 +0530 +++ b/makeinst-script.sh Thu Jul 25 20:19:28 2013 +0530 @@ -66,6 +66,8 @@ !insertmacro MUI_PAGE_WELCOME !ifdef LICENSE_TXT +!define MUI_LICENSEPAGE_TEXT_BOTTOM "The source code for Octave is freely redistributable under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation." +!define MUI_LICENSEPAGE_BUTTON "Next >" !insertmacro MUI_PAGE_LICENSE "\${LICENSE_TXT}" !endif