From 2718f635b71008b9ebbe593c1ff2ca004a096f24 Mon Sep 17 00:00:00 2001 From: "Don Michael Feeney Jr." Date: Fri, 1 May 2026 18:47:06 -0400 Subject: [PATCH] Transition repository licensing to MIT --- CITATION.cff | 2 +- LICENSE | 66 +++++++++++++++++----------------------------------- README.md | 8 +++++-- 3 files changed, 28 insertions(+), 48 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9bea1a8..ce18155 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,7 +9,7 @@ authors: - family-names: "Krüger" given-names: "Marcel" year: 2026 -license: non-commercial +license: MIT repository-code: "https://github.com/dfeen87/HLV-RAPS" url: "https://github.com/dfeen87/HLV-RAPS" identifiers: diff --git a/LICENSE b/LICENSE index 2669644..b60e93e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,45 +1,21 @@ -Copyright (c) 2026 Don Michael Feeney Jr. -All rights reserved. - -NON-COMMERCIAL LICENSE -Permission is hereby granted to any individual, researcher, or organization to use, copy, modify, and distribute this software for NON-COMMERCIAL purposes only, subject to the following conditions: - -1. Non-commercial use includes: - - Academic research - - Personal projects - - Educational use - - Non-profit work - - Internal evaluation that does not result in a commercial product or service - -2. Attribution is required. - You must retain this notice in all copies or substantial portions of the software. - -3. No warranty is provided. - This software is offered “as is,” without warranty of any kind. - -COMMERCIAL USE PROHIBITED WITHOUT LICENSE -Commercial use of this software is NOT permitted under this license. -Commercial use includes, but is not limited to: - -- Integrating this software into a commercial product or service -- Using it within a for-profit business -- Using it to generate revenue, directly or indirectly -- Using it in any paid, enterprise, or client-facing environment - -To obtain a commercial license, contact: -dfeen87@gmail.com - -COMMERCIAL LICENSE OPTIONS -A separate paid commercial license is available for companies or individuals who wish to: - -- Use this software in production -- Integrate it into commercial systems -- Offer it as part of a paid service -- Use it in enterprise environments -- Modify and redistribute it commercially - -Until a commercial license is obtained, all commercial use is strictly prohibited. - -TEMPORARY NOTICE -Licensing terms are currently under review. -All commercial rights are reserved until the final commercial license is published. +MIT License + +Copyright (c) 2026 Don Michael Feeney Jr. + +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/README.md b/README.md index 663c08b..7f98858 100644 --- a/README.md +++ b/README.md @@ -525,12 +525,16 @@ I would like to acknowledge **Microsoft Copilot**, **Anthropic Claude**, **Googl ## License -This project is available for **non‑commercial use only** under the terms of the included LICENSE file. -Commercial use requires a separate paid license. +This project is now **100% open-source under the MIT License**. + +You may use, modify, and distribute this software under the terms of the included `LICENSE` file. --- +## Enterprise Consulting & Integration +This architecture is fully open-source under the MIT License. If your organization requires custom scaling, proprietary integration, or dedicated technical consulting to deploy these models at an enterprise level, please reach out at: dfeen87@gmail.com +
**[⬆ Back to Top](#raps-hlv-flight-middleware)**