Add copyright template.

This commit is contained in:
James Cole
2020-01-23 19:38:39 +01:00
parent 1e4b4c66fc
commit ad2994a47c
6 changed files with 109 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?php /**
* BudgetReportController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
* Copyright (c) 2020 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
@@ -16,7 +16,9 @@
*
* 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/>.
*/ /** @noinspection MoreThanThreeArgumentsInspection */
*/
/** @noinspection MoreThanThreeArgumentsInspection */
declare(strict_types=1);
namespace FireflyIII\Http\Controllers\Chart;