diff --git a/CITATION.cff b/CITATION.cff index ff9b52b..3950038 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,7 +11,7 @@ abstract: > authors: - family-names: "Feeney Jr." given-names: "Don Michael" -license: non-commercial +license: MIT repository-code: "https://github.com/dfeen87/Goodwill-KPI" version: "1.1.1" date-released: "2026-03-04" 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 7eb10d3..4ffed46 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Goodwill-KPI/ │ └── test_goodwill.py # Unit tests for all metric functions ├── CITATION.cff # Citation metadata ├── conftest.py # Shared pytest fixtures -├── LICENSE # Hybrid non-commercial / commercial license +├── LICENSE # MIT License ├── render.yaml # Render.com deployment configuration ├── requirements-dev.txt # Development dependencies (pytest, httpx, …) └── requirements.txt # Runtime dependencies (fastapi, uvicorn, …) @@ -161,8 +161,10 @@ All weights default to equal weighting and can be overridden at process startup ## 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 100% open-source under the **MIT License**. You may use, modify, distribute, and sublicense it under the terms in 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 --- ## Acknowledgments