Skip to content

Commit b457a05

Browse files
victoryforceTurboGit
authored andcommitted
[innosetup] GPL is not EULA
1 parent f5b5a9f commit b457a05

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packaging/windows/darktable.iss.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,12 @@ ArchitecturesInstallIn64BitMode=x64compatible
5151
ChangesAssociations=yes
5252
DefaultGroupName={#MyAppName}{code:SuffixIfNotRelease}
5353
AllowNoIcons=yes
54-
LicenseFile=share\doc\darktable\LICENSE
54+
55+
; For potential future contributors:
56+
; Please do not set the LicenseFile directive, as it effectively sets a step
57+
; to accept the EULA. The darktable license is GPL, and GPL is not an EULA.
58+
; Users are not required to agree to anything to merely use GPLed software.
59+
; LicenseFile=share\doc\darktable\LICENSE
5560

5661
; Uncomment the following line to run in non administrative install mode
5762
; (install for current user only).

0 commit comments

Comments
 (0)