Transition repository to pure MIT licensing - #15
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR transitions the repository’s licensing and associated metadata/documentation from a restrictive hybrid/non-commercial model to a consistent, permissive MIT license across the project.
Changes:
- Replaced the prior non-commercial/commercial license text with the standard MIT License in
LICENSE. - Updated
README.mdto reflect MIT licensing and removed prior non-commercial wording; added the requested “Enterprise Consulting & Integration” section. - Updated
CITATION.cffto setlicense: MIT.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updates repository structure note and License section to MIT; adds enterprise consulting blurb. |
| LICENSE | Replaces prior restrictive license text with standard MIT License text and copyright line. |
| CITATION.cff | Updates citation metadata to reflect MIT licensing. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 and set the copyright line to2026 Don Michael Feeney Jr..README.mdto remove non-commercial/hybrid license wording, change the repository structure note forLICENSEto "MIT License", and replace the License section with copy stating the project is 100% open-source under MIT.README.md(immediately above the bottom-most section).CITATION.cffto setlicense: MITand replaced other non-commercial references where present.Testing
rgfor occurrences of "hybrid license", "commercial license", "dual license", "proprietary", and variants of "non-commercial" to confirm previous restrictive references were removed or updated.README.md,CITATION.cff, andLICENSEcontents using file-read commands to verify theLICENSEtext, the README license section, and the citation license field reflect MIT.Codex Task