Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`,
Expand Down
2 changes: 1 addition & 1 deletion claude-code/signetry/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
},
"homepage": "https://github.com/Signetry/plugins",
"repository": "https://github.com/Signetry/plugins",
"license": "MIT"
"license": "Proprietary — All Rights Reserved"
}
Loading