From 2cc8e3724a05e9b2e5ef203bcd8dd6eb060bc5f6 Mon Sep 17 00:00:00 2001 From: Amit Paz Date: Sat, 20 Jun 2026 08:29:49 +0300 Subject: [PATCH] chore: reconcile license ISC -> MIT + copyright holder package.json (+ lockfile mirror) license ISC -> MIT and README badge/footer to MIT, matching the MIT LICENSE file; reconcile the footer copyright holder to "AgentKit AI" (per the LICENSE). No code changed. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98fcffa..e3d045d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

npm version - License: ISC + License: MIT CI

@@ -229,4 +229,4 @@ Contributions are welcome! Fork the repo, make your changes, and open a pull req ## License -[ISC](LICENSE) © [Amit Paz](https://github.com/amitpaz) +[MIT](LICENSE) © AgentKit AI diff --git a/package-lock.json b/package-lock.json index e9a00c9..00ddb4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "agentkit-mesh", "version": "1.3.0", - "license": "ISC", + "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "better-sqlite3": "^12.6.2", diff --git a/package.json b/package.json index 24f62f9..902f436 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "MIT", "type": "module", "dependencies": { "@hono/node-server": "^1.19.9",