From 4f85560d93fd3485aa8a7da6940439e82feec7de Mon Sep 17 00:00:00 2001 From: Ryan Leung Date: Thu, 15 Aug 2024 14:16:14 -0700 Subject: [PATCH] Add license for mac install --- .../macOS/Packaging_Instructions_macOS.md | 2 +- build_assets/macOS/license.html | 41 +++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 build_assets/macOS/license.html diff --git a/build_assets/macOS/Packaging_Instructions_macOS.md b/build_assets/macOS/Packaging_Instructions_macOS.md index a1e1795..ba10f5d 100644 --- a/build_assets/macOS/Packaging_Instructions_macOS.md +++ b/build_assets/macOS/Packaging_Instructions_macOS.md @@ -49,5 +49,5 @@ a) Create a New Project ... set the template as "Distribution".\ b) Under the Packages, either edit the existing package or create a new one. Set "Identifier" to com.morpheus.pkg.MORAgents, set the Payload to have MORAgents.app under /Applications, then under Scripts, add the preinstall.sh and postinstall.sh from the downloaded files.\ c) Create a new Package, then under Payload, add the Docker Desktop Mac Install under /Applications\ d) Create a new Package, then under preinstall scripts, add the preinstall_ollama.sh script from the downloaded files.\ -e) Navigate to Project, then set Presentation to have the welcome.html file and other settings to present the installer. +e) Navigate to Project, then set Presentation to have the welcome.html and license.html files and other settings to present the installer. diff --git a/build_assets/macOS/license.html b/build_assets/macOS/license.html new file mode 100644 index 0000000..dbeabea --- /dev/null +++ b/build_assets/macOS/license.html @@ -0,0 +1,41 @@ + + + + + + + +

License Agreement

+

Please read the following License Agreement carefully. By continuing, you acknowledge that you have read and agreed to the License.

+ +
+MIT License + +Copyright (c) 2024 Liquid Tensor LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +
+ +

By clicking Continue, installing, and/or using the MORagents software you accept the terms of the License agreement.

+ +