chore: relicense from GPL-3.0-only to MIT#51
Merged
Conversation
Switch the package license to MIT to remove copyleft friction for commercial Unity studios: replace LICENSE.md, update the package.json license field, README badge/notes, DOCUMENTATION.MD, RELEASE.md, the pre-push metadata gate assertion, and add a CHANGELOG entry. All prior contributors consented to the relicense. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The summary/remarks overclaimed: they described local Codex config modification as a direct effect and "writes progress to the Nexus diagnostics log category". The method only logs start/finish to the Unity Console and delegates the linking (and any config changes) to MCPCliInstaller.LinkToCodex. Reworded to delegate-and-log to satisfy the documentation quality gate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
What
Relicenses Nexus Unity from GPL-3.0-only to the MIT license.
LICENSE.md: full GPLv3 text → MITpackage.json:licensefield →MITDOCUMENTATION.MD,RELEASE.md: updated referencesscripts/prepush-validate.sh: metadata gate assertion now expectsMITCHANGELOG.md:[Unreleased]entry documenting the relicenseWhy
GPLv3 copyleft is a hard blocker for commercial Unity studios evaluating MCP tooling. MIT matches the prevailing license for the MCP-server ecosystem and removes that adoption barrier.
Contributor consent
The only external contributor to the relicensed code (
air17 <ou1705@gmail.com>) has consented to relicensing their contributions under MIT. AI-tool bot commits (jules, copilot) carry no separate copyright. All other contributions are owned by the maintainer.🤖 Generated with Claude Code