Browse Source

Update copyright block.

pull/67/head
James Cole 4 years ago
parent
commit
ff46d843b9
No known key found for this signature in database GPG Key ID: B49A324B7EAD6D80
  1. 22
      app/Console/Commands/UpgradeImportConfigurations.php
  2. 4
      app/Services/Shared/Import/Routine/InfoCollector.php

22
app/Console/Commands/UpgradeImportConfigurations.php

@ -1,4 +1,26 @@
<?php
/*
* UpgradeImportConfigurations.php
* Copyright (c) 2022 james@firefly-iii.org
*
* This file is part of the Firefly III Data Importer
* (https://github.com/firefly-iii/data-importer).
*
* 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 App\Console\Commands;

4
app/Services/Shared/Import/Routine/InfoCollector.php

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* InfoCollector.php
* Copyright (c) 2022 james@firefly-iii.org
@ -21,6 +21,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace App\Services\Shared\Import\Routine;
use App\Services\Shared\Authentication\SecretManager;

Loading…
Cancel
Save