From ce73d2979270f087d3ff228b6072bb575b9e314c Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Wed, 27 Sep 2023 23:31:21 -0700 Subject: [PATCH] Change license `AGPL3` isn't a valid SPDX identifier, but `AGPL-3.0-or-later` is. See https://spdx.org/licenses/ --- docs/openapi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi/package.json b/docs/openapi/package.json index ce24fddb..99c31a33 100644 --- a/docs/openapi/package.json +++ b/docs/openapi/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "git+https://github.com/mCaptcha/mCaptcha.git" }, - "license": "AGPL3", + "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/mCaptcha/mCaptcha/issues" },