Skip to content

Commit ebdeef1

Browse files
authored
Merge pull request #22 from dfeen87/codex/update-repository-to-pure-mit-license
Transition repository to pure MIT licensing
2 parents eeb9940 + 2718f63 commit ebdeef1

3 files changed

Lines changed: 28 additions & 48 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
- family-names: "Krüger"
1010
given-names: "Marcel"
1111
year: 2026
12-
license: non-commercial
12+
license: MIT
1313
repository-code: "https://github.com/dfeen87/HLV-RAPS"
1414
url: "https://github.com/dfeen87/HLV-RAPS"
1515
identifiers:

LICENSE

Lines changed: 21 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,21 @@
1-
Copyright (c) 2026 Don Michael Feeney Jr.
2-
All rights reserved.
3-
4-
NON-COMMERCIAL LICENSE
5-
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:
6-
7-
1. Non-commercial use includes:
8-
- Academic research
9-
- Personal projects
10-
- Educational use
11-
- Non-profit work
12-
- Internal evaluation that does not result in a commercial product or service
13-
14-
2. Attribution is required.
15-
You must retain this notice in all copies or substantial portions of the software.
16-
17-
3. No warranty is provided.
18-
This software is offered “as is,” without warranty of any kind.
19-
20-
COMMERCIAL USE PROHIBITED WITHOUT LICENSE
21-
Commercial use of this software is NOT permitted under this license.
22-
Commercial use includes, but is not limited to:
23-
24-
- Integrating this software into a commercial product or service
25-
- Using it within a for-profit business
26-
- Using it to generate revenue, directly or indirectly
27-
- Using it in any paid, enterprise, or client-facing environment
28-
29-
To obtain a commercial license, contact:
30-
dfeen87@gmail.com
31-
32-
COMMERCIAL LICENSE OPTIONS
33-
A separate paid commercial license is available for companies or individuals who wish to:
34-
35-
- Use this software in production
36-
- Integrate it into commercial systems
37-
- Offer it as part of a paid service
38-
- Use it in enterprise environments
39-
- Modify and redistribute it commercially
40-
41-
Until a commercial license is obtained, all commercial use is strictly prohibited.
42-
43-
TEMPORARY NOTICE
44-
Licensing terms are currently under review.
45-
All commercial rights are reserved until the final commercial license is published.
1+
MIT License
2+
3+
Copyright (c) 2026 Don Michael Feeney Jr.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,12 +525,16 @@ I would like to acknowledge **Microsoft Copilot**, **Anthropic Claude**, **Googl
525525

526526
## License
527527

528-
This project is available for **non‑commercial use only** under the terms of the included LICENSE file.
529-
Commercial use requires a separate paid license.
528+
This project is now **100% open-source under the MIT License**.
529+
530+
You may use, modify, and distribute this software under the terms of the included `LICENSE` file.
530531

531532

532533
---
533534

535+
## Enterprise Consulting & Integration
536+
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
537+
534538
<div align="center">
535539

536540
**[⬆ Back to Top](#raps-hlv-flight-middleware)**

0 commit comments

Comments
 (0)