From ffb5fae10fd2ef6666a0c298a0227e18df3b35aa Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Aug 2026 18:03:15 +0200 Subject: [PATCH] Remove copyright. --- .../Account/UpdatesAccountInformation.php | 41 ------------------- .../System/HandlesNewUserRegistration.php | 41 ------------------- 2 files changed, 82 deletions(-) diff --git a/app/Listeners/Model/Account/UpdatesAccountInformation.php b/app/Listeners/Model/Account/UpdatesAccountInformation.php index e4419cc54b..2f800061b0 100644 --- a/app/Listeners/Model/Account/UpdatesAccountInformation.php +++ b/app/Listeners/Model/Account/UpdatesAccountInformation.php @@ -1,48 +1,7 @@ . - */ - declare(strict_types=1); -/* - * TriggersCreditRecalculation.php - * Copyright (c) 2026 james@firefly-iii.org - * - * This file is part of Firefly III (https://github.com/firefly-iii). - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - namespace FireflyIII\Listeners\Model\Account; use FireflyIII\Events\Model\Account\CreatedNewAccount; diff --git a/app/Listeners/Security/System/HandlesNewUserRegistration.php b/app/Listeners/Security/System/HandlesNewUserRegistration.php index af3d2df704..85fd4e4988 100644 --- a/app/Listeners/Security/System/HandlesNewUserRegistration.php +++ b/app/Listeners/Security/System/HandlesNewUserRegistration.php @@ -1,48 +1,7 @@ . - */ - declare(strict_types=1); -/* - * ProcessesNewUserRegistration.php - * Copyright (c) 2026 james@firefly-iii.org - * - * This file is part of Firefly III (https://github.com/firefly-iii). - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - namespace FireflyIII\Listeners\Security\System; use Database\Seeders\ExchangeRateSeeder;