From 96c9129328df2971abdf69cc350679d2e6eb38cf Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 28 Jun 2026 15:54:54 +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 da493db..c1abbcb 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ 2.9.0 - agpl + AGPL-3.0-or-later Joas Schilling EventUpdateNotification diff --git a/composer.json b/composer.json index 300df91..ab7a5d7 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "name": "nextcloud/event_update_notification", "description": "event update notification", - "license": "AGPL", + "license": "AGPL-3.0-or-later", "config": { "classmap-authoritative": true, "optimize-autoloader": true,