From f66b857872286cd0120ad6098307a70f2993b474 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Fri, 8 Feb 2008 10:13:15 +0100 Subject: [PATCH] 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." --- share/WinGit/install.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT