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" },