From c588b280d7d9667d701653569d1d9fc975c90680 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 7 Jan 2022 00:13:00 +0100 Subject: [PATCH] Fix all license header & be less aggressive --- mod/fbrowser.php | 17 +++++++++++++++++ mods/license/license_php.template | 1 - src/Console/Test.php | 2 +- .../Entity/LocalRelationship.php | 2 +- src/Factory/Api/Twitter/DirectMessage.php | 2 +- src/Module/Admin/Blocklist/Server/Add.php | 2 +- src/Module/Admin/Blocklist/Server/Index.php | 2 +- .../Api/Friendica/DirectMessages/Search.php | 2 +- src/Module/Api/Friendica/Events/Index.php | 2 +- src/Module/Api/Friendica/Group/Update.php | 2 +- src/Module/Api/Friendica/Index.php | 2 +- src/Module/Api/Twitter/DirectMessages/All.php | 2 +- .../Twitter/DirectMessages/Conversation.php | 2 +- .../Api/Twitter/DirectMessages/Destroy.php | 2 +- .../Api/Twitter/DirectMessages/Inbox.php | 2 +- .../Api/Twitter/DirectMessages/NewDM.php | 2 +- src/Module/Api/Twitter/DirectMessages/Sent.php | 2 +- .../Api/Twitter/DirectMessagesEndpoint.php | 2 +- src/Module/Contact/Conversations.php | 2 +- src/Module/Contact/Profile.php | 2 +- src/Module/Contact/Revoke.php | 2 +- src/Module/Settings/UserExport.php | 2 +- .../Factory/FormattedNotification.php | 2 +- .../Capability/ICanSendHttpRequests.php | 2 +- src/Network/HTTPClient/Client/HttpClient.php | 2 +- src/Object/Api/Friendica/Notification.php | 2 +- src/Object/Api/Twitter/DirectMessage.php | 2 +- src/Security/ExAuth.php | 18 +++++++++++++++++- 28 files changed, 59 insertions(+), 27 deletions(-) diff --git a/mod/fbrowser.php b/mod/fbrowser.php index 9bd7793e4..d918021cf 100644 --- a/mod/fbrowser.php +++ b/mod/fbrowser.php @@ -1,5 +1,22 @@ . + * * @package Friendica\modules * @subpackage FileBrowser * @author Fabio Comuni diff --git a/mods/license/license_php.template b/mods/license/license_php.template index 1e1f8f309..f77cf62e7 100644 --- a/mods/license/license_php.template +++ b/mods/license/license_php.template @@ -17,4 +17,3 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * - */ diff --git a/src/Console/Test.php b/src/Console/Test.php index 86a317d8a..062e386f0 100644 --- a/src/Console/Test.php +++ b/src/Console/Test.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (C) 2010-2022, the Friendica project * - * @license GNU AGPL version 3 or any later version + * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/Contact/LocalRelationship/Entity/LocalRelationship.php b/src/Contact/LocalRelationship/Entity/LocalRelationship.php index 502630dfc..7c47412ce 100644 --- a/src/Contact/LocalRelationship/Entity/LocalRelationship.php +++ b/src/Contact/LocalRelationship/Entity/LocalRelationship.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (C) 2010-2022, the Friendica project * - * @license GNU AGPL version 3 or any later version + * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/Factory/Api/Twitter/DirectMessage.php b/src/Factory/Api/Twitter/DirectMessage.php index 07d3367b0..2599e557f 100644 --- a/src/Factory/Api/Twitter/DirectMessage.php +++ b/src/Factory/Api/Twitter/DirectMessage.php @@ -1,6 +1,6 @@ . + * * ejabberd extauth script for the integration with friendica * * Originally written for joomla by Dalibor Karlovic