From bdb7caa5abc5f6cfc3d61345e782421615de7133 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 28 Jun 2026 16:04:21 +0200 Subject: [PATCH] docs: Use SPDX license identifier Signed-off-by: Andy Scherzinger --- appinfo/info.xml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 48993434a..b99a931ce 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ The First run wizard can be customized to meet specific design goals, or to chan 8.0.0-dev.0 - agpl + AGPL-3.0-or-later Frank Karlitschek Jan-Christoph Borchardt diff --git a/composer.json b/composer.json index f79175dcb..7c4dde6e8 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "nextcloud/firstrunwizard", "description": "The Nextcloud firstrunwizard", - "license": "AGPL", + "license": "AGPL-3.0-or-later", "config": { "optimize-autoloader": true, "classmap-authoritative": true,