From cc184ad7f8e64fefc5801f482bbc3fc1fdb67e94 Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Thu, 8 Dec 2022 22:46:21 -0800 Subject: [PATCH] Add license --- LICENSE.txt | 32 ++++++++++++++++++++++++++++++++ release_all.bat | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..0eb4143 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,32 @@ +End User License Agreement (EULA) + +The Software ("Astris", "astris.exe") is Copyright 2022 by Cameron Murphy Reikes, +("Licensor"), all rights are reserved. Anyone who has purchased a copy of +the Software, ("Licensee"), is granted a personal, non-assignable, +non-transferable, license to use the Software for personal or commercial +uses. + +By installing, copying, or otherwise using the Software, Licensee agrees to be +bound by the terms and conditions set forth in this EULA. If Licensee does not +agree to the terms and conditions set forth in this EULA, then Licensee may not +use the Software. + +The User may not redistribute, sub-license, or resell the Software. The User is +permitted to make an unlimited number of copies of the Software which are +subject to the aforementioned restrictions. + +Warranty Disclaimer. Licensor hereby expressly disclaim any warranty for the +Software. The Software is provided "as is" without warranty of any kind, either +express or implied, including: without limitation, the implied warranties of +merchantability, fitness for a particular purpose, or non-infringement. Licensee +accepts any and all risk arising out of use or performance of the Software. + +Limitation of Liability. Licensor shall not be liable to Licensee, or any other +person or entity claiming through Licensee any loss of profits, income, savings, +or any other consequential, incidental, special, punitive, direct or +indirect damage, whether arising in contract, tort, warranty, or +otherwise. These limitations shall apply regardless of the essential +purpose of any limited remedy. Under no circumstances shall Licensor's +aggregate liability to Licensee, or any other person or entity claiming +through Licensee, exceed the financial amount actually paid by Licensee +to Licensor for the Software. diff --git a/release_all.bat b/release_all.bat index e44f3a6..88cd26b 100644 --- a/release_all.bat +++ b/release_all.bat @@ -1,7 +1,7 @@ git push call build_release.bat call update_server.bat -tar.exe -a -c -f releases\flight-nonumber.zip flight_release.exe loaded +tar.exe -a -c -f releases\flight-nonumber.zip flight_release.exe loaded LICENSE.txt echo "Now test flight-nonumber and make sure it works. Once everything is confirmed to be working:" echo "1. Increment the GIT_RELEASE_TAG in buildsettings.h" echo "2. Add everything to git and commit"