diff --git a/README.md b/README.md index 98fcffa..e3d045d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
@@ -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",