Re: [Tuxpaint-devel] Not requiring end-users to _accept_ the GPL
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: TOYAMA Shin-i. <sh...@wm...> - 2021-10-17 13:09:29
|
Bill, I took a quick look at the Inno Setup Documentation. It says as follows License Agreement Shown if LicenseFile is set. Users may proceed to the next page only if the option "I accept the agreement" is selected. in https://jrsoftware.org/ishelp/topic_wizardpages.htm So I think the only thing we can do is to remove the setting for "LicenseFile" parameter so that it does not bring up the page showing the license. By the way, incidentally, due to my mistake in a recent change to the tuxpaint.iss, we now have the above situation in the current git repo. License agreement page will come again by adding "LicenseFile={#BdistDir}\{#AppLicense}" to the [Setup] section. So, what shall we do ? Thanks. Bill Kendrick wrote in <202...@sh...> >A big complaint from people in-the-know out there (e.g., Foone over on >Twitter) is that a lot of open source software seems to require the >end user to accept the terms of the GNU General Public License, when >their _use_ of the software is not really affected by it. > >It's the _redistribution_ of any modified version of the software >that would be covered by the GPL. > >So there's a recommendation to remove the "You must accept the terms..." >wording, and not force the user to choose "I accept the agreement" to >proceed with the installation. Simply have "Next" and "Cancel" buttons. > >Shin-ichi (or anyone else familiar with Inno Setup), is there a way >we can configure our ISS file to make the Tux Paint installer program >do this? > >Thanks! -- TOYAMA Shin-ichi mailto:sh...@wm... |