From 91eb086e8de97d1b1422571b14289b7a485e64e7 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:52:47 +0100 Subject: [PATCH] =?UTF-8?q?chore(license):=20align=20package.json=20licens?= =?UTF-8?q?e=20field=20to=20LICENSE=20(MIT=20=E2=86=92=20MPL-2.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #15. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2039c43..b8d9c32 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dev": "rescript build -w" }, "author": "Jonathan D.A. Jewell", - "license": "MIT", + "license": "MPL-2.0", "repository": { "type": "git", "url": "https://github.com/hyperpolymath/poly-k8s-mcp.git"