From 219534645f1d1c44152cbe9ac783f7858037b28e Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Wed, 22 Jan 2025 13:47:35 -0800 Subject: [PATCH] fix: update license identifiers Signed-off-by: Edward Ly --- appinfo/info.xml | 2 +- lib/Search/ZulipSearchMessagesProvider.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index c5eb2dd..33b3c7c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -19,7 +19,7 @@ If those settings are not configured, a link to the "Connected accounts" user se The context menu to send a file can be accessed by right clicking on the file/folder to be shared or selecting them and clicking on the "Actions" button. ]]> 1.0.5 - agpl + AGPL-3.0-or-later Edward Ly Zulip diff --git a/lib/Search/ZulipSearchMessagesProvider.php b/lib/Search/ZulipSearchMessagesProvider.php index e0daeb3..0977d4a 100644 --- a/lib/Search/ZulipSearchMessagesProvider.php +++ b/lib/Search/ZulipSearchMessagesProvider.php @@ -7,7 +7,7 @@ * * @author Edward Ly * - * @license AGPL-3.0 + * @license AGPL-3.0-or-later * * This code is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, diff --git a/package-lock.json b/package-lock.json index f539722..c84d867 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,8 +6,8 @@ "packages": { "": { "name": "integration_zulip", - "version": "1.0.4", - "license": "AGPL-3.0", + "version": "1.0.0", + "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index 78d1bfa..1427e60 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "zulip" ], "author": "Edward Ly", - "license": "AGPL-3.0", + "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/nextcloud/integration_zulip/issues" },