From 0b92f7ed2ec62be20cab2bbafb9ace04d30bf086 Mon Sep 17 00:00:00 2001 From: Binay Date: Tue, 18 Aug 2026 17:07:58 -0400 Subject: [PATCH] chore: plugin declared MIT while the project is All Rights Reserved MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .claude-plugin/plugin.json declared "license": "MIT". The project is All Rights Reserved, so left as-is the plugin directory arguably shipped under MIT terms — granting rights the rest of the project reserves, and contradicting the CLA every contributor signs. Now "Proprietary — All Rights Reserved", matching signetry-core's pyproject.toml wording. No LICENSE file exists here and GitHub detects no license, so this declaration was the only MIT claim. Same fix applied in Signetry/plugins, which carries a copy of this plugin. --- CHANGELOG.md | 8 ++++++++ signetry/.claude-plugin/plugin.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb1db5..f935421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ Follows [Keep a Changelog](https://keepachangelog.com/) / [SemVer](https://semve ## [Unreleased] +### Fixed — the plugin declared the wrong license + +- `signetry/.claude-plugin/plugin.json` declared `"license": "MIT"` while the + project is **All Rights Reserved**. Left as-is, the plugin directory arguably + shipped under MIT terms — i.e. granted rights the rest of the project reserves. + Now `"Proprietary — All Rights Reserved"`, matching `signetry-core`'s + `pyproject.toml`. + ### Changed - Signetry naming throughout: the CLI is `signetry`; env vars use the diff --git a/signetry/.claude-plugin/plugin.json b/signetry/.claude-plugin/plugin.json index 45dffd5..cfa7d3c 100644 --- a/signetry/.claude-plugin/plugin.json +++ b/signetry/.claude-plugin/plugin.json @@ -8,5 +8,5 @@ }, "homepage": "https://github.com/Signetry/claude-code", "repository": "https://github.com/Signetry/claude-code", - "license": "MIT" + "license": "Proprietary — All Rights Reserved" }