Add AutoIt license

This commit is contained in:
Homes32
2023-12-31 20:28:01 -06:00
parent ecb333ed25
commit 68f6138988
2 changed files with 55 additions and 6 deletions

View File

@@ -260,20 +260,20 @@ Message,"Pre-shell processing is responsible for startup configuration, generati
// Related........: // Related........:
// =============================================================================================================================== // ===============================================================================================================================
[Interface] [Interface]
btn_EditProjectConfig="Edit PhoenixPE.au3",1,8,5,5,130,25,EditProjectConfig,ReadMe_16.png,False,"__Edit the project's PhoenixPE.au3 configuration.#$x#$xWARNING: This option is absolutely unsupported and, unless you are a developer,#$xit's guaranteed that you will break things. Use at your own risk." btn_EditProjectConfig="Edit PhoenixPE.au3",0,8,5,5,130,25,EditProjectConfig,ReadMe_16.png,False,"__Edit the project's PhoenixPE.au3 configuration.#$x#$xWARNING: This option is absolutely unsupported and, unless you are a developer,#$xit's guaranteed that you will break things. Use at your own risk."
btn_SetDefaultOptions=,1,8,543,5,25,25,SetDefaultOptions,SetDefaults_16.png,True,"__Restore Defaults" btn_SetDefaultOptions=,1,8,543,5,25,25,SetDefaultOptions,SetDefaults_16.png,True,"__Restore Defaults"
btn_AdvancedOptions=,1,8,574,5,25,25,ToggleAdvancedOptions,Advanced_Exit_16.png,True,"__Hide Advanced Options" btn_AdvancedOptions=,1,8,574,5,25,25,ToggleAdvancedOptions,Advanced_16.png,True,"__Show Advanced Options"
btn_ScriptInfo=,1,8,605,5,25,25,ShowScriptInfo,Help_16.png,True,"__Script Info" btn_ScriptInfo=,1,8,605,5,25,25,ShowScriptInfo,Help_16.png,True,"__Script Info"
cb_RegisterAU3="Associate .au3 scripts with AutoIt3",1,3,10,50,200,18,True,"__Execute AutoIt3 scripts (.au3, .a3x) with AutoIt3.#$x#$xYou may use the Components > Additional Files script to include your custom scripts in your build." cb_RegisterAU3="Associate .au3 scripts with AutoIt3",1,3,10,50,200,18,True,"__Execute AutoIt3 scripts (.au3, .a3x) with AutoIt3.#$x#$xYou may use the Components > Additional Files script to include your custom scripts in your build."
cb_RegisterWCS="Associate .wcs scripts with PECMD",1,3,10,70,200,18,True,"__Execute PECMD scripts (.wcs, .wcz) with PECMD.#$x#$xYou may use the Components > Additional Files script to include your custom scripts in your build." cb_RegisterWCS="Associate .wcs scripts with PECMD",1,3,10,70,200,18,True,"__Execute PECMD scripts (.wcs, .wcz) with PECMD.#$x#$xYou may use the Components > Additional Files script to include your custom scripts in your build."
bvl_Options="Additional Configuration",1,12,5,110,625,168,8,Bold bvl_Options="Additional Configuration",1,12,5,110,625,168,8,Bold
cb_UserConfigFile="Include additional configuration file",1,3,15,225,200,18,False cb_UserConfigFile="Include additional configuration file",1,3,15,225,200,18,False
fb_UserConfigFile=P:\PhoenixPE\Workbench\Additional\PhoenixPE-UserConfig.au3,1,13,15,245,517,20,file,"Title=Select your config file","Filter=AutoIt3 Scripts|*.au3;*.a3x|PECMD Scripts|*.ini;*.wcs;*.wcz|All Files|*.*" fb_UserConfigFile=,1,13,15,245,517,20,file,"Title=Select your config file","Filter=AutoIt3 Scripts|*.au3;*.a3x|PECMD Scripts|*.ini;*.wcs;*.wcz|All Files|*.*"
lbl_AdditionalConfig="You may choose to include an additional AutoIt3 or PECMD configuration script in your project.#$x#$xThis script will be executed after the initial project configuration has been completed, but before the shell (explorer, etc.) is started.#$x#$xThe script will be placed on the root of the boot media as [PhoenixPE-UserConfig]. This allows the configuration to be manually edited on-the-fly (if the media is Read/Write) without rebuilding the project.",1,1,17,130,602,92,8,Normal lbl_AdditionalConfig="You may choose to include an additional AutoIt3 or PECMD configuration script in your project.#$x#$xThis script will be executed after the initial project configuration has been completed, but before the shell (explorer, etc.) is started.#$x#$xThe script will be placed on the root of the boot media as [PhoenixPE-UserConfig]. This allows the configuration to be manually edited on-the-fly (if the media is Read/Write) without rebuilding the project.",1,1,17,130,602,92,8,Normal
btn_GenerateSampleConfig="Sample Config",1,8,539,245,80,20,GenerateSampleConfig,0,True,"__Generate a sample configuration file." btn_GenerateSampleConfig="Sample Config",1,8,539,245,80,20,GenerateSampleConfig,0,True,"__Generate a sample configuration file."
bvl_AdvancedOptions="Advanced Options",1,12,5,290,625,71,8,Bold bvl_AdvancedOptions="Advanced Options",0,12,5,290,625,71,8,Bold
cb_CustomConfigFile="Override the project config and use a custom PhoenixPE.au3 file",1,3,15,308,508,18,False,"__If enabled this PhoenixPE.au3 file will be used instead of the project's configuration.#$x#$xWARNING: This option is absolutely unsupported and, unless you are a developer,#$xit's guaranteed that you will break things. Use at your own risk." cb_CustomConfigFile="Override the project config and use a custom PhoenixPE.au3 file",0,3,15,308,508,18,False,"__If enabled this PhoenixPE.au3 file will be used instead of the project's configuration.#$x#$xWARNING: This option is absolutely unsupported and, unless you are a developer,#$xit's guaranteed that you will break things. Use at your own risk."
fb_CustomConfigFile=,1,13,15,328,602,20,file,"Title=Select your custom PhoenixPE.au3 file","Filter=AutoIt3 Scripts|*.au3|All Files|*.*" fb_CustomConfigFile=,0,13,15,328,602,20,file,"Title=Select your custom PhoenixPE.au3 file","Filter=AutoIt3 Scripts|*.au3|All Files|*.*"
[InterfaceEncoded] [InterfaceEncoded]
Advanced_16.png=1722,2396 Advanced_16.png=1722,2396

View File

@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html>
<head>
<title>License</title>
<meta charset="utf-8">
<link href="css/default.css" rel="stylesheet">
</head>
<body>
<h1>Software License</h1>
<p><strong>AutoIt</strong></p>
<p><strong>Author</strong> : Jonathan Bennett and the AutoIt Team<br />
<strong>WWW</strong> : https://www.autoitscript.com/site/autoit/<br />
<strong>Email</strong> : support at autoitscript dot com<br />
________________________________________________________</p>
<p><strong>END-USER LICENSE AGREEMENT FOR THIS SOFTWARE</strong><br /></p>
<p>This End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity) and the mentioned author of this Software for the software product identified above, which includes computer software and may include
associated media, printed materials, and "online" or electronic documentation ("SOFTWARE PRODUCT"). By installing, copying, or otherwise using the SOFTWARE PRODUCT, you agree to be bound by the terms of this EULA. If you do not agree to the terms of
this EULA, do not install or use the SOFTWARE PRODUCT.</p>
<p>&nbsp;</p>
<p><strong>SOFTWARE PRODUCT LICENSE</strong></p>
<p>The SOFTWARE PRODUCT is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The SOFTWARE PRODUCT is licensed, not sold.</p>
<p>The definition of SOFTWARE PRODUCT does not includes any files generated by the SOFTWARE PRODUCT, such as compiled script files in the form of standalone executables.<br /></p>
<p><strong>1. GRANT OF LICENSE</strong></p>
<p>This EULA grants you the following rights:</p>
<p>Installation and Use. You may install and use an unlimited number of copies of the SOFTWARE PRODUCT.</p>
<p>Reproduction and Distribution. You may reproduce and distribute an unlimited number of copies of the SOFTWARE PRODUCT either in whole or in part; each copy should include all copyright and trademark notices, and shall be accompanied by a copy of
this EULA. Copies of the SOFTWARE PRODUCT may be distributed as a standalone product or included with your own product.</p>
<p>Commercial Use. You may use the SOFTWARE PRODUCT for commercial purposes. You may sell for profit and freely distribute scripts and/or compiled scripts that were created with the SOFTWARE PRODUCT.</p>
<p>Reverse engineering. You may not reverse engineer or disassemble the SOFTWARE PRODUCT.</p>
<p><strong>2. COPYRIGHT</strong></p>
<p>All title and copyrights in and to the SOFTWARE PRODUCT (including but not limited to any images, photographs, animations, video, audio, music, text, and "applets" incorporated into the SOFTWARE PRODUCT), the accompanying printed materials, and any
copies of the SOFTWARE PRODUCT are owned by the Author of this Software. The SOFTWARE PRODUCT is protected by copyright laws and international treaty provisions. Therefore, you must treat the SOFTWARE PRODUCT like any other copyrighted material.</p>
<p>&nbsp;</p>
<p><strong>MISCELLANEOUS</strong></p>
<p>If you acquired this product in the United Kingdom, this EULA is governed by the laws of the United Kingdom. If this product was acquired outside the United Kingdom, then local law may apply.</p>
<p>Should you have any questions concerning this EULA, or if you desire to contact the author of this Software for any reason, please contact him/her at the email address mentioned at the top of this EULA.</p>
<p>&nbsp;</p>
<p><strong>LIMITED WARRANTY</strong></p>
<p><strong>1. NO WARRANTIES</strong></p>
<p>The Author of this Software expressly disclaims any warranty for the SOFTWARE PRODUCT. The SOFTWARE PRODUCT and any related documentation is provided "as is" without warranty of any kind, either express or implied, including, without limitation, the
implied warranties or merchantability, fitness for a particular purpose, or non-infringement. The entire risk arising out of use or performance of the SOFTWARE PRODUCT remains with you.</p>
<p><strong>2. NO LIABILITY FOR DAMAGES</strong></p>
<p>In no event shall the author of this Software be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or any other pecuniary loss) arising out of
the use of or inability to use this product, even if the Author of this Software has been advised of the possibility of such damages. Because some states/jurisdictions do not allow the exclusion or limitation of liability for consequential or
incidental damages, the above limitation may not apply to you.</p>
<p>&nbsp;</p>
<p>[END OF LICENSE]</p>
</body>
</html>