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,5 +1,5 @@
<?php
declare(strict_types=1);
/**
* AccountController.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
@@ -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\Api\V1\Controllers;