diff --git a/components/Bridge/Entity/ForeignLink.php b/components/Bridge/Entity/ForeignLink.php index c73d8c4c4c..7a0e0685e9 100644 --- a/components/Bridge/Entity/ForeignLink.php +++ b/components/Bridge/Entity/ForeignLink.php @@ -31,8 +31,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class ForeignLink diff --git a/components/Bridge/Entity/ForeignService.php b/components/Bridge/Entity/ForeignService.php index 649cd4d35d..ac34077404 100644 --- a/components/Bridge/Entity/ForeignService.php +++ b/components/Bridge/Entity/ForeignService.php @@ -31,8 +31,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class ForeignService diff --git a/components/Bridge/Entity/ForeignSubscription.php b/components/Bridge/Entity/ForeignSubscription.php index 8685b992c5..d89bd76b75 100644 --- a/components/Bridge/Entity/ForeignSubscription.php +++ b/components/Bridge/Entity/ForeignSubscription.php @@ -31,8 +31,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class ForeignSubscription diff --git a/components/Bridge/Entity/ForeignUser.php b/components/Bridge/Entity/ForeignUser.php index ff91d99cec..8bf91bc436 100644 --- a/components/Bridge/Entity/ForeignUser.php +++ b/components/Bridge/Entity/ForeignUser.php @@ -31,8 +31,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class ForeignUser diff --git a/composer.lock b/composer.lock index 929a91f3cb..c8ba561587 100644 --- a/composer.lock +++ b/composer.lock @@ -3141,7 +3141,7 @@ "authors": [ { "name": "Hugo Sales", - "email": "hugo@fc.up.pt" + "email": "hugo@hsal.es" } ], "description": "No-implementation memcached extension polyfill", @@ -3183,7 +3183,7 @@ "authors": [ { "name": "Hugo Sales", - "email": "hugo@fc.up.pt" + "email": "hugo@hsal.es" } ], "description": "No-implementation redis extension polyfill", diff --git a/plugins/ActivityPub/ActivityPub.php b/plugins/ActivityPub/ActivityPub.php index 94a35fc869..70f7c13da9 100644 --- a/plugins/ActivityPub/ActivityPub.php +++ b/plugins/ActivityPub/ActivityPub.php @@ -25,8 +25,8 @@ * @package GNUsocial * * @author Diogo Cordeiro - * @author Hugo Sales - * @copyright 2018-2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2018-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later * * @see http://www.gnu.org/software/social/ diff --git a/plugins/ActivityPub/Entity/ActivityPubActor.php b/plugins/ActivityPub/Entity/ActivityPubActor.php index be9bb8e563..65753d7b72 100644 --- a/plugins/ActivityPub/Entity/ActivityPubActor.php +++ b/plugins/ActivityPub/Entity/ActivityPubActor.php @@ -26,7 +26,7 @@ * @package GNUsocial * * @author Diogo Cordeiro - * @author Hugo Sales + * @author Hugo Sales * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/plugins/ActivityPub/Entity/ActivityPubCryptKey.php b/plugins/ActivityPub/Entity/ActivityPubCryptKey.php index b6f70b3180..50e4e2f5e4 100644 --- a/plugins/ActivityPub/Entity/ActivityPubCryptKey.php +++ b/plugins/ActivityPub/Entity/ActivityPubCryptKey.php @@ -25,7 +25,7 @@ * @package GNUsocial * * @author Diogo Cordeiro - * @author Hugo Sales + * @author Hugo Sales * @copyright 2018-2019 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/plugins/ActivityPub/Entity/ActivityPubFollowRequests.php b/plugins/ActivityPub/Entity/ActivityPubFollowRequests.php index 68cef6a03f..93cde932a7 100644 --- a/plugins/ActivityPub/Entity/ActivityPubFollowRequests.php +++ b/plugins/ActivityPub/Entity/ActivityPubFollowRequests.php @@ -26,7 +26,7 @@ * @package GNUsocial * * @author Diogo Cordeiro - * @author Hugo Sales + * @author Hugo Sales * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/plugins/EmailNotifications/EmailNotifications.php b/plugins/EmailNotifications/EmailNotifications.php index bd41b37dc1..5c27296eba 100644 --- a/plugins/EmailNotifications/EmailNotifications.php +++ b/plugins/EmailNotifications/EmailNotifications.php @@ -25,8 +25,8 @@ * @package GNUsocial * @category Plugin * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/plugins/XMPPNotifications/XMPPNotifications.php b/plugins/XMPPNotifications/XMPPNotifications.php index 6ec8dd7adc..eef98891c9 100644 --- a/plugins/XMPPNotifications/XMPPNotifications.php +++ b/plugins/XMPPNotifications/XMPPNotifications.php @@ -25,8 +25,8 @@ * @package GNUsocial * @category Plugin * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/public/index.php b/public/index.php index e9f13105fe..02b1587136 100755 --- a/public/index.php +++ b/public/index.php @@ -23,7 +23,7 @@ * @package GNUsocial * @category Framework * - * @author Hugo Sales + * @author Hugo Sales * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Command/ListEventsCommand.php b/src/Command/ListEventsCommand.php index 590b591fa0..ea5229bfee 100644 --- a/src/Command/ListEventsCommand.php +++ b/src/Command/ListEventsCommand.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category Command * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Controller/AdminPanel.php b/src/Controller/AdminPanel.php index 129f793a6c..94e75d411c 100644 --- a/src/Controller/AdminPanel.php +++ b/src/Controller/AdminPanel.php @@ -25,8 +25,8 @@ * @package GNUsocial * @category Controller * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Controller/Network.php b/src/Controller/Network.php index 08d9a3eac4..6311d4305e 100644 --- a/src/Controller/Network.php +++ b/src/Controller/Network.php @@ -25,9 +25,9 @@ * @package GNUsocial * @category Controller * - * @author Hugo Sales + * @author Hugo Sales * @author Eliseu Amaro - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Controller/UserPanel.php b/src/Controller/UserPanel.php index 78f5dcad88..714618a4fa 100644 --- a/src/Controller/UserPanel.php +++ b/src/Controller/UserPanel.php @@ -25,9 +25,9 @@ * @package GNUsocial * @category Controller * - * @author Hugo Sales + * @author Hugo Sales * @author Eliseu Amaro - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/Controller.php b/src/Core/Controller.php index d2e96d19e5..d05efe530d 100644 --- a/src/Core/Controller.php +++ b/src/Core/Controller.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category Controller * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/DB/DB.php b/src/Core/DB/DB.php index 08896dc31c..55d0232fa1 100644 --- a/src/Core/DB/DB.php +++ b/src/Core/DB/DB.php @@ -25,8 +25,8 @@ * @package GNUsocial * @category DB * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/Event.php b/src/Core/Event.php index a6e289275b..4209c24855 100644 --- a/src/Core/Event.php +++ b/src/Core/Event.php @@ -24,8 +24,8 @@ * @package GNUsocial * @category Event * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/Form.php b/src/Core/Form.php index f80650bcb9..afe44e8faa 100644 --- a/src/Core/Form.php +++ b/src/Core/Form.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category Wrapper * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/GNUsocial.php b/src/Core/GNUsocial.php index 55510fbdbe..d62ace512a 100644 --- a/src/Core/GNUsocial.php +++ b/src/Core/GNUsocial.php @@ -35,8 +35,8 @@ * @author Diogo Cordeiro * * GNU social 3 - * @author Hugo Sales - * @copyright 2018-2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2018-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/I18n/I18n.php b/src/Core/I18n/I18n.php index 59ce4096c0..ead30c6cad 100644 --- a/src/Core/I18n/I18n.php +++ b/src/Core/I18n/I18n.php @@ -27,8 +27,8 @@ * @author Ciaran Gultnieks * @author Evan Prodromou * @author Diogo Cordeiro - * @author Hugo Sales - * @copyright 2010, 2018-2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2010, 2018-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/I18n/TransExtractor.php b/src/Core/I18n/TransExtractor.php index 726c1c6b5e..8928df6a73 100644 --- a/src/Core/I18n/TransExtractor.php +++ b/src/Core/I18n/TransExtractor.php @@ -27,8 +27,8 @@ * @author Michel Salib * @author Fabien Potencier * @copyright 2011-2019 Symfony project - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/Log.php b/src/Core/Log.php index 49b1b1b559..0cfd58acaa 100644 --- a/src/Core/Log.php +++ b/src/Core/Log.php @@ -24,8 +24,8 @@ * @package GNUsocial * @category Log * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/Queue/Queue.php b/src/Core/Queue/Queue.php index 8b057baebe..c8a07678a8 100644 --- a/src/Core/Queue/Queue.php +++ b/src/Core/Queue/Queue.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category Wrapper * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/Router/RouteLoader.php b/src/Core/Router/RouteLoader.php index 04a9fb5571..4f0bcf88cf 100644 --- a/src/Core/Router/RouteLoader.php +++ b/src/Core/Router/RouteLoader.php @@ -27,8 +27,8 @@ * @package GNUsocial * @category URL * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/Router/Router.php b/src/Core/Router/Router.php index 92911d3794..1eee837b80 100644 --- a/src/Core/Router/Router.php +++ b/src/Core/Router/Router.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category URL * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/Security.php b/src/Core/Security.php index 44d969bdef..2f0db3aef5 100644 --- a/src/Core/Security.php +++ b/src/Core/Security.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category Security * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Core/UserRoles.php b/src/Core/UserRoles.php index ec2db38269..63067dbe7c 100644 --- a/src/Core/UserRoles.php +++ b/src/Core/UserRoles.php @@ -23,8 +23,8 @@ * @category User * @package GNUsocial * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/DependencyInjection/Compiler/ModuleManagerPass.php b/src/DependencyInjection/Compiler/ModuleManagerPass.php index d27ef527d5..4a032da9e2 100644 --- a/src/DependencyInjection/Compiler/ModuleManagerPass.php +++ b/src/DependencyInjection/Compiler/ModuleManagerPass.php @@ -26,8 +26,8 @@ * @package GNUsocial * @category Modules * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Entity/Activity.php b/src/Entity/Activity.php index 53f51d4a73..295a45c84d 100644 --- a/src/Entity/Activity.php +++ b/src/Entity/Activity.php @@ -31,8 +31,8 @@ use DateTimeInterface; * @category DB * @package GNUsocial * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class Activity extends Entity diff --git a/src/Entity/Avatar.php b/src/Entity/Avatar.php index 0d468bf58e..6572dce37e 100644 --- a/src/Entity/Avatar.php +++ b/src/Entity/Avatar.php @@ -37,8 +37,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class Avatar extends Entity diff --git a/src/Entity/ConfirmAddress.php b/src/Entity/ConfirmAddress.php index c8cdfc2951..fe6d05493a 100644 --- a/src/Entity/ConfirmAddress.php +++ b/src/Entity/ConfirmAddress.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class ConfirmAddress extends Entity diff --git a/src/Entity/File.php b/src/Entity/File.php index 9e9d00714d..07777dac32 100644 --- a/src/Entity/File.php +++ b/src/Entity/File.php @@ -33,8 +33,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class File extends Entity diff --git a/src/Entity/FileThumbnail.php b/src/Entity/FileThumbnail.php index e321ee94b1..d4eee197cb 100644 --- a/src/Entity/FileThumbnail.php +++ b/src/Entity/FileThumbnail.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class FileThumbnail extends Entity diff --git a/src/Entity/FileToNote.php b/src/Entity/FileToNote.php index b782500f95..996cce0ff1 100644 --- a/src/Entity/FileToNote.php +++ b/src/Entity/FileToNote.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class FileToNote extends Entity diff --git a/src/Entity/Follow.php b/src/Entity/Follow.php index c6249baede..46d29416b9 100644 --- a/src/Entity/Follow.php +++ b/src/Entity/Follow.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class Follow extends Entity diff --git a/src/Entity/FollowQueue.php b/src/Entity/FollowQueue.php index 5d510cccc2..7088df8edf 100644 --- a/src/Entity/FollowQueue.php +++ b/src/Entity/FollowQueue.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class FollowQueue extends Entity diff --git a/src/Entity/GSActor.php b/src/Entity/GSActor.php index f1f254c373..7b6dac81fa 100644 --- a/src/Entity/GSActor.php +++ b/src/Entity/GSActor.php @@ -38,8 +38,8 @@ use Functional as F; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class GSActor extends Entity diff --git a/src/Entity/GSActorBlock.php b/src/Entity/GSActorBlock.php index f735b013c4..d10b29dc8c 100644 --- a/src/Entity/GSActorBlock.php +++ b/src/Entity/GSActorBlock.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class GSActorBlock extends Entity diff --git a/src/Entity/GSActorCircle.php b/src/Entity/GSActorCircle.php index df73e5b095..6dc4eb1e23 100644 --- a/src/Entity/GSActorCircle.php +++ b/src/Entity/GSActorCircle.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class GSActorCircle extends Entity diff --git a/src/Entity/GSActorTag.php b/src/Entity/GSActorTag.php index 981efc66dc..0fa4045188 100644 --- a/src/Entity/GSActorTag.php +++ b/src/Entity/GSActorTag.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class GSActorTag extends Entity diff --git a/src/Entity/GSActorTagFollow.php b/src/Entity/GSActorTagFollow.php index b1b6044ab9..b463209ee0 100644 --- a/src/Entity/GSActorTagFollow.php +++ b/src/Entity/GSActorTagFollow.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class GSActorTagFollow extends Entity diff --git a/src/Entity/Group.php b/src/Entity/Group.php index 26caf65bda..1d3463bcc9 100644 --- a/src/Entity/Group.php +++ b/src/Entity/Group.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class Group extends Entity diff --git a/src/Entity/GroupAlias.php b/src/Entity/GroupAlias.php index 514290b436..5958a7f2f8 100644 --- a/src/Entity/GroupAlias.php +++ b/src/Entity/GroupAlias.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class GroupAlias extends Entity diff --git a/src/Entity/GroupBlock.php b/src/Entity/GroupBlock.php index a127567953..8687e1de42 100644 --- a/src/Entity/GroupBlock.php +++ b/src/Entity/GroupBlock.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class GroupBlock extends Entity diff --git a/src/Entity/GroupInbox.php b/src/Entity/GroupInbox.php index 037b5bf5d6..f4133fa957 100644 --- a/src/Entity/GroupInbox.php +++ b/src/Entity/GroupInbox.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class GroupInbox extends Entity diff --git a/src/Entity/GroupJoinQueue.php b/src/Entity/GroupJoinQueue.php index e914846fe0..865fa80c8b 100644 --- a/src/Entity/GroupJoinQueue.php +++ b/src/Entity/GroupJoinQueue.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class GroupJoinQueue extends Entity diff --git a/src/Entity/GroupMember.php b/src/Entity/GroupMember.php index 5e4cb4cf5a..ce9687de79 100644 --- a/src/Entity/GroupMember.php +++ b/src/Entity/GroupMember.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class GroupMember extends Entity diff --git a/src/Entity/Invitation.php b/src/Entity/Invitation.php index 4f63745d6b..e14408b69d 100644 --- a/src/Entity/Invitation.php +++ b/src/Entity/Invitation.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class Invitation extends Entity diff --git a/src/Entity/LocalGroup.php b/src/Entity/LocalGroup.php index 532cb688a5..697db35f50 100644 --- a/src/Entity/LocalGroup.php +++ b/src/Entity/LocalGroup.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class LocalGroup extends Entity diff --git a/src/Entity/LocalUser.php b/src/Entity/LocalUser.php index 7b50833a39..980953460b 100644 --- a/src/Entity/LocalUser.php +++ b/src/Entity/LocalUser.php @@ -40,8 +40,8 @@ use Symfony\Component\Security\Core\User\UserInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class LocalUser extends Entity implements UserInterface diff --git a/src/Entity/LocationService.php b/src/Entity/LocationService.php index 3650e43a22..0f69fd8c7a 100644 --- a/src/Entity/LocationService.php +++ b/src/Entity/LocationService.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class LocationService extends Entity diff --git a/src/Entity/Note.php b/src/Entity/Note.php index 09bf3c2e78..257260a1b8 100644 --- a/src/Entity/Note.php +++ b/src/Entity/Note.php @@ -34,8 +34,8 @@ use DateTimeInterface; * @category DB * @package GNUsocial * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class Note extends Entity diff --git a/src/Entity/NoteHashtag.php b/src/Entity/NoteHashtag.php index fc978fbf5d..be6f90e389 100644 --- a/src/Entity/NoteHashtag.php +++ b/src/Entity/NoteHashtag.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class NoteHashtag extends Entity diff --git a/src/Entity/NoteLocation.php b/src/Entity/NoteLocation.php index 367b09b0d9..5ddd10fd05 100644 --- a/src/Entity/NoteLocation.php +++ b/src/Entity/NoteLocation.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class NoteLocation extends Entity diff --git a/src/Entity/NoteSource.php b/src/Entity/NoteSource.php index b19d4600bb..cace309bb3 100644 --- a/src/Entity/NoteSource.php +++ b/src/Entity/NoteSource.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class NoteSource extends Entity diff --git a/src/Entity/Notification.php b/src/Entity/Notification.php index 1c49a9ab85..e7f741a9ed 100644 --- a/src/Entity/Notification.php +++ b/src/Entity/Notification.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class Notification extends Entity diff --git a/src/Entity/RelatedGroup.php b/src/Entity/RelatedGroup.php index 974a7645b3..6a27d67fd8 100644 --- a/src/Entity/RelatedGroup.php +++ b/src/Entity/RelatedGroup.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class RelatedGroup extends Entity diff --git a/src/Entity/RememberMeToken.php b/src/Entity/RememberMeToken.php index 857a2dfdd6..f23cdb4ce2 100644 --- a/src/Entity/RememberMeToken.php +++ b/src/Entity/RememberMeToken.php @@ -30,8 +30,8 @@ use DateTimeInterface; * @category DB * @package GNUsocial * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class RememberMeToken extends Entity diff --git a/src/Entity/ReservedNickname.php b/src/Entity/ReservedNickname.php index 249b9de86b..4c3058e0e2 100644 --- a/src/Entity/ReservedNickname.php +++ b/src/Entity/ReservedNickname.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class ReservedNickname extends Entity diff --git a/src/Entity/SmsCarrier.php b/src/Entity/SmsCarrier.php index 14ed93acbb..711a509347 100644 --- a/src/Entity/SmsCarrier.php +++ b/src/Entity/SmsCarrier.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class SmsCarrier extends Entity diff --git a/src/Entity/UserLocationPrefs.php b/src/Entity/UserLocationPrefs.php index 4f5b96578a..93fe52b01e 100644 --- a/src/Entity/UserLocationPrefs.php +++ b/src/Entity/UserLocationPrefs.php @@ -30,8 +30,8 @@ use DateTimeInterface; * * @author Evan Prodromou * @copyright 2009 StatusNet Inc. - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class UserLocationPrefs extends Entity diff --git a/src/Entity/UserNotificationPrefs.php b/src/Entity/UserNotificationPrefs.php index fea9c703ca..ab60941c33 100644 --- a/src/Entity/UserNotificationPrefs.php +++ b/src/Entity/UserNotificationPrefs.php @@ -28,8 +28,8 @@ use DateTimeInterface; * @category DB * @package GNUsocial * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class UserNotificationPrefs extends Entity diff --git a/src/Entity/UserUrlShortenerPrefs.php b/src/Entity/UserUrlShortenerPrefs.php index bf6bd76c7c..383c41bef0 100644 --- a/src/Entity/UserUrlShortenerPrefs.php +++ b/src/Entity/UserUrlShortenerPrefs.php @@ -32,8 +32,8 @@ use DateTimeInterface; * @copyright 2010 StatusNet Inc. * @author Mikael Nordfeldth * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class UserUrlShortenerPrefs extends Entity diff --git a/src/Routes/Main.php b/src/Routes/Main.php index 2a766b0ed4..abd44347c8 100644 --- a/src/Routes/Main.php +++ b/src/Routes/Main.php @@ -25,9 +25,9 @@ * @package GNUsocial * @category Router * - * @author Hugo Sales + * @author Hugo Sales * @author Eliseu Amaro - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Security/Authenticator.php b/src/Security/Authenticator.php index 6f4858ff7a..55a77dbd47 100644 --- a/src/Security/Authenticator.php +++ b/src/Security/Authenticator.php @@ -44,8 +44,8 @@ use Symfony\Component\Security\Http\Util\TargetPathTrait; * @category Authentication * @package GNUsocial * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class Authenticator extends AbstractFormLoginAuthenticator diff --git a/src/Twig/Extension.php b/src/Twig/Extension.php index 3f9541365f..49971fb5cd 100644 --- a/src/Twig/Extension.php +++ b/src/Twig/Extension.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category Twig * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Twig/Runtime.php b/src/Twig/Runtime.php index 9edb93b991..9b975619ac 100644 --- a/src/Twig/Runtime.php +++ b/src/Twig/Runtime.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category Util * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Common.php b/src/Util/Common.php index 1cd7422ad2..6f38dfce55 100644 --- a/src/Util/Common.php +++ b/src/Util/Common.php @@ -25,8 +25,8 @@ * @package GNUsocial * @category Util * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Exception/ClientException.php b/src/Util/Exception/ClientException.php index 713186884f..5697f38d9b 100644 --- a/src/Util/Exception/ClientException.php +++ b/src/Util/Exception/ClientException.php @@ -28,8 +28,8 @@ * @copyright 2009 StatusNet Inc. * @copyright 2009-2014 Free Software Foundation, Inc http://www.fsf.org * @author Alexei Sorokin - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Exception/NicknameEmptyException.php b/src/Util/Exception/NicknameEmptyException.php index a5e3bc89c8..e2726a5ff8 100644 --- a/src/Util/Exception/NicknameEmptyException.php +++ b/src/Util/Exception/NicknameEmptyException.php @@ -32,8 +32,8 @@ * @auuthor Daniel Supernault * @auuthor Diogo Cordeiro * - * @author Hugo Sales - * @copyright 2018-2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2018-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Exception/NicknameException.php b/src/Util/Exception/NicknameException.php index 4ca7b85400..fb20255f98 100644 --- a/src/Util/Exception/NicknameException.php +++ b/src/Util/Exception/NicknameException.php @@ -32,8 +32,8 @@ * @auuthor Daniel Supernault * @auuthor Diogo Cordeiro * - * @author Hugo Sales - * @copyright 2018-2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2018-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Exception/NicknameInvalidException.php b/src/Util/Exception/NicknameInvalidException.php index df1d6b7ced..f30b654efb 100644 --- a/src/Util/Exception/NicknameInvalidException.php +++ b/src/Util/Exception/NicknameInvalidException.php @@ -32,8 +32,8 @@ * @auuthor Daniel Supernault * @auuthor Diogo Cordeiro * - * @author Hugo Sales - * @copyright 2018-2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2018-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Exception/NicknameReservedException.php b/src/Util/Exception/NicknameReservedException.php index 96eb351fe8..23793bea99 100644 --- a/src/Util/Exception/NicknameReservedException.php +++ b/src/Util/Exception/NicknameReservedException.php @@ -32,8 +32,8 @@ * @auuthor Daniel Supernault * @auuthor Diogo Cordeiro * - * @author Hugo Sales - * @copyright 2018-2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2018-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Exception/NicknameTakenException.php b/src/Util/Exception/NicknameTakenException.php index f588752055..434b9a7df7 100644 --- a/src/Util/Exception/NicknameTakenException.php +++ b/src/Util/Exception/NicknameTakenException.php @@ -34,8 +34,8 @@ * @auuthor Daniel Supernault * @auuthor Diogo Cordeiro * - * @author Hugo Sales - * @copyright 2018-2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2018-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Exception/NicknameTooLongException.php b/src/Util/Exception/NicknameTooLongException.php index 705ba68cae..d9756569ef 100644 --- a/src/Util/Exception/NicknameTooLongException.php +++ b/src/Util/Exception/NicknameTooLongException.php @@ -34,8 +34,8 @@ * @auuthor Daniel Supernault * @auuthor Diogo Cordeiro * - * @author Hugo Sales - * @copyright 2018-2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2018-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Exception/NoLoggedInUser.php b/src/Util/Exception/NoLoggedInUser.php index aa4546238f..814dd1f454 100644 --- a/src/Util/Exception/NoLoggedInUser.php +++ b/src/Util/Exception/NoLoggedInUser.php @@ -25,8 +25,8 @@ namespace App\Util\Exception; * @category Exception * @package GNUsocial * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class NoLoggedInUser extends ClientException diff --git a/src/Util/Exception/ServerException.php b/src/Util/Exception/ServerException.php index 3e6b1f1fab..0b16298ee6 100644 --- a/src/Util/Exception/ServerException.php +++ b/src/Util/Exception/ServerException.php @@ -31,8 +31,8 @@ * @author Evan Prodromou * @copyright 2008-2010 StatusNet, Inc. * @author Alexei Sorokin - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Form/ActorArrayTransformer.php b/src/Util/Form/ActorArrayTransformer.php index d16d5bf2c5..16bf470355 100644 --- a/src/Util/Form/ActorArrayTransformer.php +++ b/src/Util/Form/ActorArrayTransformer.php @@ -25,8 +25,8 @@ * @package GNUsocial * @category Form * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Form/ArrayTransformer.php b/src/Util/Form/ArrayTransformer.php index fadd61a406..4e4a6c5325 100644 --- a/src/Util/Form/ArrayTransformer.php +++ b/src/Util/Form/ArrayTransformer.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category Form * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ @@ -62,7 +62,6 @@ class ArrayTransformer implements DataTransformerInterface return []; } - $arr; if (is_string($s) && Formatting::toArray($s, $arr, Formatting::SPLIT_BY_BOTH)) { return $arr; } else { diff --git a/src/Util/Formatting.php b/src/Util/Formatting.php index 4dce3f6ae6..0d1a987aa8 100644 --- a/src/Util/Formatting.php +++ b/src/Util/Formatting.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category Util * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Functional.php b/src/Util/Functional.php index 2d5fc87fe7..0cc75bcc51 100644 --- a/src/Util/Functional.php +++ b/src/Util/Functional.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category Util * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/HTML.php b/src/Util/HTML.php index 53abbd097b..04d7a8ce9c 100644 --- a/src/Util/HTML.php +++ b/src/Util/HTML.php @@ -20,8 +20,8 @@ /** * HTML Abstraction * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Nickname.php b/src/Util/Nickname.php index 53ccc590a1..51a758ec0e 100644 --- a/src/Util/Nickname.php +++ b/src/Util/Nickname.php @@ -42,8 +42,8 @@ use Normalizer; * @auuthor Daniel Supernault * @auuthor Diogo Cordeiro * - * @author Hugo Sales - * @copyright 2018-2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2018-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class Nickname diff --git a/src/Util/Notification/AbstractTransport.php b/src/Util/Notification/AbstractTransport.php index 1629852c0e..c399c0e051 100644 --- a/src/Util/Notification/AbstractTransport.php +++ b/src/Util/Notification/AbstractTransport.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category Util * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ diff --git a/src/Util/Notification/Notification.php b/src/Util/Notification/Notification.php index 7b18d83bd1..b590880ace 100644 --- a/src/Util/Notification/Notification.php +++ b/src/Util/Notification/Notification.php @@ -23,8 +23,8 @@ * @package GNUsocial * @category Util * - * @author Hugo Sales - * @copyright 2020 Free Software Foundation, Inc http://www.fsf.org + * @author Hugo Sales + * @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */