From 57501d3879b9daac40bb9077ef8affc40eac8232 Mon Sep 17 00:00:00 2001 From: Tiago Rangel Date: Wed, 15 Jan 2025 17:05:14 +0000 Subject: [PATCH] change license fields to AGPL-3.0-only --- package.json | 2 +- server/package.json | 2 +- widget/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 44f2843..4e17985 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "js", "node" ], - "license": "AGPL-3.0", + "license": "AGPL-3.0-only", "scripts": { "build": "bun run build.js", "test": "echo \"Error: no test specified\" && exit 1", diff --git a/server/package.json b/server/package.json index 7bcf1d5..4705839 100644 --- a/server/package.json +++ b/server/package.json @@ -23,7 +23,7 @@ "node", "hcaptcha" ], - "license": "AGPL-3.0", + "license": "AGPL-3.0-only", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "npm:publish": "sudo npm publish --access public" diff --git a/widget/package.json b/widget/package.json index b8208a3..52fd7b5 100644 --- a/widget/package.json +++ b/widget/package.json @@ -21,7 +21,7 @@ "type": "git", "url": "git+https://github.com/tiagorangel1/cap.git" }, - "license": "AGPL-3.0", + "license": "AGPL-3.0-only", "author": "Tiago Rangel", "type": "commonjs", "main": "cap.min.js",