Update copyright statements

This commit is contained in:
James Cole 2022-10-16 19:29:53 +02:00
parent 55ac76f663
commit b3740e643a
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
50 changed files with 262 additions and 40 deletions

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* ListRequest.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Api\V2\Request\Transaction;
use FireflyIII\Support\Request\ChecksLogin;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* AutoSum.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Api\V2\Response\Sum;
use Closure;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* UpdateGroupInformation.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Console\Commands\Integrity;
use FireflyIII\Models\Account;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* AccountTypeEnum.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Enums;
/**

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* AutoBudgetType.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Enums;
/**

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* RecurrenceRepetitionWeekend.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Enums;
enum RecurrenceRepetitionWeekend: int

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* TransactionTypeEnum.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Enums;
/**

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* UserRoleEnum.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Enums;
enum UserRoleEnum: string

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* WebhookDelivery.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Enums;
enum WebhookDelivery: int

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* WebhookResponse.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Enums;
enum WebhookResponse: int

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* WebhookTrigger.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Enums;
/**

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* InvitationCreated.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Events\Admin;
use FireflyIII\Events\Event;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* NewVersionAvailable.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Events;
use Illuminate\Queue\SerializesModels;

View File

@ -1,4 +1,5 @@
<?php
/*
* TriggeredAuditLog.php
* Copyright (c) 2022 james@firefly-iii.org
@ -19,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Events;
use Illuminate\Database\Eloquent\Model;

View File

@ -1,4 +1,25 @@
<?php
/*
* BadHttpHeaderException.php
* Copyright (c) 2022 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 <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Exceptions;

View File

@ -1,4 +1,5 @@
<?php
/*
* AuditEventHandler.php
* Copyright (c) 2022 james@firefly-iii.org
@ -19,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Handlers\Events;
use FireflyIII\Events\TriggeredAuditLog;

View File

@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
/*
* IndexController.php
* CreateController.php
* Copyright (c) 2022 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Http\Controllers\Webhooks;
use FireflyIII\Http\Controllers\Controller;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* IndexController.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Http\Controllers\Webhooks;
use FireflyIII\Exceptions\FireflyException;

View File

@ -1,4 +1,25 @@
<?php
/*
* AcceptHeaders.php
* Copyright (c) 2022 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 <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Http\Middleware;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* InviteUserFormRequest.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Http\Requests;
use FireflyIII\Support\Request\ChecksLogin;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* DownloadExchangeRates.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Jobs;

View File

@ -1,4 +1,5 @@
<?php
/*
* InvitationMail.php
* Copyright (c) 2022 james@firefly-iii.org
@ -19,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Mail;
use Illuminate\Bus\Queueable;

View File

@ -1,4 +1,5 @@
<?php
/*
* AuditLogEntry.php
* Copyright (c) 2022 james@firefly-iii.org
@ -19,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Models;
use Illuminate\Database\Eloquent\Model;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* InvitedUser.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Models;
use FireflyIII\User;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* TestNotification.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Notifications\Admin;
use Illuminate\Bus\Queueable;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* UserInvitation.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Notifications\Admin;
use FireflyIII\Models\InvitedUser;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* UserRegistration.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,9 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Notifications\Admin;
use FireflyIII\User;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* VersionCheckResult.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Notifications\Admin;
use Illuminate\Bus\Queueable;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* BillReminder.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Notifications\User;
use FireflyIII\Models\Bill;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* NewAccessToken.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Notifications\User;
use Illuminate\Bus\Queueable;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* TransactionCreation.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Notifications\User;
use Illuminate\Bus\Queueable;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* UserLogin.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,9 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Notifications\User;
use Exception;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* UserNewPassword.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Notifications\User;
use Illuminate\Bus\Queueable;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* UserRegistration.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Notifications\User;
use Illuminate\Bus\Queueable;

View File

@ -1,4 +1,5 @@
<?php
/*
* ALERepository.php
* Copyright (c) 2022 james@firefly-iii.org
@ -19,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Repositories\AuditLogEntry;
use FireflyIII\Models\AuditLogEntry;

View File

@ -1,4 +1,5 @@
<?php
/*
* ALERepositoryInterface.php
* Copyright (c) 2022 james@firefly-iii.org
@ -19,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Repositories\AuditLogEntry;
use FireflyIII\Models\AuditLogEntry;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* ConvertsExchangeRates.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Support\Http\Api;
use Carbon\Carbon;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* AppendDescriptionToNotes.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\TransactionRules\Actions;
use FireflyIII\Events\TriggeredAuditLog;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* AppendNotesToDescription.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\TransactionRules\Actions;
use FireflyIII\Events\TriggeredAuditLog;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* MoveDescriptionToNotes.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\TransactionRules\Actions;
use FireflyIII\Events\TriggeredAuditLog;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* MoveNotesToDescription.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\TransactionRules\Actions;
use FireflyIII\Events\TriggeredAuditLog;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* AbstractTransformer.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Transformers\V2;
use Illuminate\Support\Collection;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* AccountTransformer.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Transformers\V2;
use Carbon\Carbon;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* TransactionGroupTransformer.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Transformers\V2;
use Carbon\Carbon;

View File

@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
/*
* default_cer.php
* cer.php
* Copyright (c) 2022 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
@ -20,6 +20,7 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [

View File

@ -1,4 +1,25 @@
<?php
/*
* 2022_08_21_104626_add_user_groups.php
* Copyright (c) 2022 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 <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
use Illuminate\Database\Migrations\Migration;

View File

@ -1,4 +1,25 @@
<?php
/*
* 2022_09_18_123911_create_notifications_table.php
* Copyright (c) 2022 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 <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
use Illuminate\Database\Migrations\Migration;

View File

@ -1,4 +1,25 @@
<?php
/*
* 2022_10_01_074908_invited_users.php
* Copyright (c) 2022 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 <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
use Illuminate\Database\Migrations\Migration;

View File

@ -1,5 +1,27 @@
<?php
/*
* 2022_10_01_210238_audit_log_entries.php
* Copyright (c) 2022 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 <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* ExchangeRateSeeder.php
* Copyright (c) 2022 james@firefly-iii.org
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace Database\Seeders;
use FireflyIII\Models\CurrencyExchangeRate;