From: Sebastian Schuberth Date: Fri, 8 Feb 2008 09:13:15 +0000 (+0100) Subject: WinGit: Do not require the user to accept the license, it's just informational X-Git-Tag: Git-preview20080219-with-git-svn~13 X-Git-Url: https://repo.or.cz/w/msysgit.git/commitdiff_plain/f66b8578722 WinGit: Do not require the user to accept the license, it's just informational As discussed on the msysGit mailing list http://groups.google.com/group/msysgit/browse_thread/thread/6e7d62a71c0878d1 and stated by Linus Torvalds "IOW, the license thing should be considered *informational* rather than a choice. Because to a user, that's exactly what the GPL is." --- diff --git a/share/WinGit/install.iss b/share/WinGit/install.iss index 857a09ec..49be1a93 100644 --- a/share/WinGit/install.iss +++ b/share/WinGit/install.iss @@ -20,7 +20,7 @@ ChangesEnvironment=yes DefaultDirName={pf}\{#emit APP_NAME} DefaultGroupName={#emit APP_NAME} DisableReadyPage=yes -LicenseFile=gpl-2.0.rtf +InfoBeforeFile=gpl-2.0.rtf PrivilegesRequired=none UninstallDisplayIcon=etc\git.ico