From 48fda0d225781880969c01997439b6528e3c5744 Mon Sep 17 00:00:00 2001 From: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:37:39 +0000 Subject: [PATCH 1/3] Update LICENSE --- LICENSE | 21 +++++++++++++++++++++ LICENSE.md | 42 ------------------------------------------ 2 files changed, 21 insertions(+), 42 deletions(-) create mode 100644 LICENSE delete mode 100644 LICENSE.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..110071e0d --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Start9 Labs, Inc. + +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. diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index bacd53575..000000000 --- a/LICENSE.md +++ /dev/null @@ -1,42 +0,0 @@ -# START9 NON-COMMERCIAL LICENSE v1 -Version 1, 22 September 2022 - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -### 1.Definitions - -"License" means version 1 of the Start9 Non-Commercial License. - -"Licensor" means the Start9 Labs, Inc, or its successor(s) in interest, or a future assignee of the copyright. - -"You" (or "Your") means an individual or organization exercising permissions granted by this License. - -"Source Code" for a work means the preferred form of the work for making modifications to it. - -"Object Code" means any non-source form of a work, including the machine-language output by a compiler or assembler. - -"Work" means any work of authorship, whether in Source or Object form, made available under this License. - -"Derivative Work" means any work, whether in Source or Object form, that is based on (or derived from) the Work. - -"Distribute" means to convey or to publish and generally has the same meaning here as under U.S. Copyright law. - -"Sell" means practicing any or all of the rights granted to you under the License to provide to third parties, for a fee or other consideration (including, without limitation, fees for hosting, consulting, or support services), a product or service whose value derives, entirely or substantially, from the functionality of the Work or Derivative Work. - -### 2. Grant of Rights - -Subject to the terms of this license, the Licensor grants you, the licensee, a non-exclusive, worldwide, royalty-free copyright license to access, audit, copy, modify, compile, run, test, distribute, or otherwise use the Software. - -### 3. Limitations - -1. The grant of rights under the License does NOT include, and the License does NOT grant You the right to Sell the Work or Derivative Work. -2. If you Distribute the Work or Derivative Work, you expressly undertake not to remove or modify, in any manner, the copyright notices attached to the Work or displayed in any output of the Work when run, and to reproduce these notices, in an identical manner, in any distributed copies of the Work or Derivative Work together with a copy of this License. -3. If you Distribute a Derivative Work, it must carry prominent notices stating that it has been modified from the Work, providing a relevant date. - -### 4. Contributions - -You hereby grant to Licensor a perpetual, irrevocable, worldwide, non-exclusive, royalty-free license to use and exploit any Derivative Work of which you are the author. - -### 5. Disclaimer - -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. LICENSOR HAS NO OBLIGATION TO SUPPORT RECIPIENTS OF THE SOFTWARE. From 965dfae30568ea4fe97ec9d47f3c1c766890b9ac Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Wed, 4 Oct 2023 16:11:18 -0600 Subject: [PATCH 2/3] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc5f39fe..d6ec21591 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Welcome to the era of Sovereign Computing

- StartOS is a Debian-based Linux distro optimized for running a personal server. It facilitates the discovery, installation, network configuration, service configuration, data backup, dependency management, and health monitoring of self-hosted software services. + StartOS is an open source Linux distribution optimized for running a personal server. It facilitates the discovery, installation, network configuration, service configuration, data backup, dependency management, and health monitoring of self-hosted software services.


From 7479a1258496f79e107cea6b0593e16a2223ead4 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Wed, 4 Oct 2023 16:19:05 -0600 Subject: [PATCH 3/3] update release notes --- .../projects/ui/src/app/modals/os-welcome/os-welcome.page.html | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html b/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html index d539886a1..cc1243011 100644 --- a/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html +++ b/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html @@ -36,6 +36,7 @@
Highlights
  • Require HTTPS on LAN, and improve setup flow for trusting Root CA
  • Better default privacy settings for Firefox kiosk mode
  • Other small bug fixes
  • +
  • Update license to MIT