From cb9fd585652dd4bfc4af34cae4018f34303744b8 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 8 Apr 2026 23:07:03 +0700 Subject: [PATCH] fix: correct license to Apache-2.0 in package.json and README --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80552d1..a38e97e 100644 --- a/README.md +++ b/README.md @@ -141,4 +141,4 @@ curl -X POST http://localhost:8787/webhook/status/your-test-secret \ ## License -[ISC](LICENSE) +[Apache-2.0](LICENSE) diff --git a/package.json b/package.json index e03f4f1..ef65ebd 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/tiennm99/claude-status-webhook/issues" },