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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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/claude-code",
"repository": "https://github.com/Signetry/claude-code",
"license": "MIT"
"license": "Proprietary — All Rights Reserved"
}
Loading