Relicense repository to MIT and update docs/metadata#56
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR transitions the repository’s licensing and related documentation/metadata from a non-commercial stance to the MIT License, and updates user-facing references (docs + UI footer) to match.
Changes:
- Replaced the root
LICENSEtext with the standard MIT License. - Updated
README.mdlicense language and citation snippet to reflect MIT, and added an “Enterprise Consulting & Integration” section. - Updated
CITATION.cfflicense field and changed the Streamlit console footer link label to “MIT License”.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
apps/console_streamlit/app.py |
Updates the footer link label to “MIT License” to match the new repository license. |
README.md |
Rewrites license section to MIT, updates wording and citation snippet, and appends enterprise consulting blurb. |
LICENSE |
Replaces prior non-commercial license text with standard MIT License text. |
CITATION.cff |
Updates the citation metadata license field to MIT. |
💡 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 to2026 Don Michael Feeney Jr..README.mdLicense section to state the project is now 100% open-source under the MIT License and adjusted one wording instance from “proprietary” to “closed-source” phrasing.README.md.CITATION.cffto setlicense: MITand changed the Streamlit UI footer link inapps/console_streamlit/app.pyfrom “Non-Commercial License” to “MIT License”.Testing
rgto locate pre-change references, which succeeded and identified occurrences inLICENSE,README.md,CITATION.cff, andapps/console_streamlit/app.py.README.mdsections withsedto confirm target areas before editing, which succeeded.rgto verify non-commercial/dual-license references were removed andlicensefields updated, which succeeded and showed the updatedMITreferences only.LICENSE,README.md,CITATION.cff, andapps/console_streamlit/app.pyvia repository status checks.Codex Task