From 22fc51f238a1f04fc1dd68f4706cba9ac5125336 Mon Sep 17 00:00:00 2001 From: Binay Date: Tue, 18 Aug 2026 17:07:15 -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. Checked for other MIT claims: no LICENSE file exists here and GitHub detects no license, so this declaration was the only one. --- CHANGELOG.md | 10 ++++++++++ claude-code/signetry/.claude-plugin/plugin.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc51289..9782f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +### Fixed — the Claude Code plugin declared the wrong license + +- `claude-code/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`. +- There is no `LICENSE` file in this repo and GitHub detects no license, so this + declaration was the only MIT claim; nothing else needed changing. + ### Added — a 60-second quickstart in every integration README - A consistent `## Quickstart (60 seconds)` block at the top of `codex/`, `cursor/`, diff --git a/claude-code/signetry/.claude-plugin/plugin.json b/claude-code/signetry/.claude-plugin/plugin.json index 3f9004c..bde7778 100644 --- a/claude-code/signetry/.claude-plugin/plugin.json +++ b/claude-code/signetry/.claude-plugin/plugin.json @@ -8,5 +8,5 @@ }, "homepage": "https://github.com/Signetry/plugins", "repository": "https://github.com/Signetry/plugins", - "license": "MIT" + "license": "Proprietary — All Rights Reserved" }