Transition repository to pure MIT licensing#22
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR transitions the repository from a non-commercial/commercial split to a single, standard MIT open-source license and updates top-level metadata/docs to reflect that change consistently.
Changes:
- Replaced the repository
LICENSEwith standard MIT License text. - Updated
README.mdlicense section to state MIT licensing and added an “Enterprise Consulting & Integration” blurb. - Updated
CITATION.cffto uselicense: MIT.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates license messaging and adds enterprise consulting/integration contact blurb. |
| LICENSE | Replaces the prior non-commercial license with the MIT License text. |
| CITATION.cff | Updates citation metadata to reflect MIT licensing. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+536
to
+537
| 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 | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
LICENSEfile with the standard MIT License text and set the copyright toCopyright (c) 2026 Don Michael Feeney Jr..README.mdto state the project is now 100% open-source under the MIT License and added the requested## Enterprise Consulting & IntegrationMarkdown blurb near the end of the file.CITATION.cffto setlicense: MIT.LICENSE,README.md, andCITATION.cff.Testing
hybrid license,commercial license,dual license,proprietary,non-commercial,non commercial, andnoncommercialand confirmed no remaining matches in the targeted files.LICENSEand the consulting blurb and updated license text appear inREADME.md.CITATION.cffnow containslicense: MITafter the update. All automated checks and inspections succeeded.Codex Task