diff --git a/appinfo/info.xml b/appinfo/info.xml index c5eb2dd..79c5ff3 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 @@ -33,7 +33,7 @@ The context menu to send a file can be accessed by right clicking on the file/fo https://liberapay.com/edward-ly/donate https://paypal.me/ledlight7 - + OCA\Zulip\Settings\Admin 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" },