Update copyright statements.

This commit is contained in:
James Cole
2018-05-11 10:08:34 +02:00
parent 5a560b42ef
commit cde9c4a2bc
98 changed files with 512 additions and 214 deletions

View File

@@ -1,8 +1,8 @@
<?php
declare(strict_types=1);
/**
* RequestedVersionCheckStatus.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
* Copyright (c) 2018 thegrumpydictator@gmail.com
*
* This file is part of Firefly III.
*
@@ -20,6 +20,7 @@ declare(strict_types=1);
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Events;