Skip to content

Commit 574d747

Browse files
committed
docs: update license references from MIT to MPL-2.0
1 parent 5938467 commit 574d747

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SSH MCP server that lets AI assistants execute commands on remote servers.
44

55
[![PyPI version](https://img.shields.io/pypi/v/ssh-mcp)](https://pypi.org/project/ssh-mcp/)
66
[![Python versions](https://img.shields.io/pypi/pyversions/ssh-mcp)](https://pypi.org/project/ssh-mcp/)
7-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7+
[![License: MPL-2.0](https://img.shields.io/badge/License-MPL--2.0-brightgreen.svg)](LICENSE)
88

99
## What is this
1010

@@ -166,4 +166,4 @@ See [CHANGELOG.md](CHANGELOG.md).
166166

167167
## License
168168

169-
MIT. See [LICENSE](LICENSE).
169+
Mozilla Public License 2.0. See [LICENSE](LICENSE).

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name = "ssh-mcp"
33
dynamic = ["version"]
44
description = "SSH MCP server for managing infrastructure via Claude Code"
55
requires-python = ">=3.11"
6-
license = {text = "MIT"}
6+
license = {text = "MPL-2.0"}
77
authors = [
88
{name = "SSH MCP Contributors"},
99
]
1010
keywords = ["mcp", "ssh", "claude", "infrastructure"]
1111
classifiers = [
1212
"Development Status :: 4 - Beta",
1313
"Intended Audience :: Developers",
14-
"License :: OSI Approved :: MIT License",
14+
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
1515
"Programming Language :: Python :: 3",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)