From 7edbcc543eda45e1666ff25df44dddc52773d2a7 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 28 Jun 2026 15:49:16 +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 253f09ce..2db3a385 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ Request your data from the admins 5.2.0-dev.0 - agpl + AGPL-3.0-or-later Arthur Schiwon DataRequest tools diff --git a/composer.json b/composer.json index 36d9f0f2..5c5c5635 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "nextcloud/data_request", - "license": "AGPL", + "license": "AGPL-3.0-or-later", "config": { "optimize-autoloader": true, "classmap-authoritative": true,