From bfe6835cabe7a292cec3539f61a30c42742ad2e3 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 7 Mar 2022 08:03:05 -0800 Subject: [PATCH] Remove irrelevant statement from EULA When using the interactive installer, the user is presented with a dialog requested they agree to this. The previous statement about initiation of a download constituting agreement is relevant in the context of the text's source on the arduino.cc downloads page, but not at all in the context of the installer dialog. --- electron/build/resources/eula.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/electron/build/resources/eula.txt b/electron/build/resources/eula.txt index f95f97c1..31baaff2 100644 --- a/electron/build/resources/eula.txt +++ b/electron/build/resources/eula.txt @@ -1,5 +1,3 @@ Terms of Service -By downloading the software from this page, you agree to the specified terms. - The Arduino software is provided to you "as is" and we make no express or implied warranties whatsoever with respect to its functionality, operability, or use, including, without limitation, any implied warranties of merchantability, fitness for a particular purpose, or infringement. We expressly disclaim any liability whatsoever for any direct, indirect, consequential, incidental or special damages, including, without limitation, lost revenues, lost profits, losses resulting from business interruption or loss of data, regardless of the form of action or legal theory under which the liability may be asserted, even if advised of the possibility or likelihood of such damages.