Update copyright

This commit is contained in:
James Cole 2019-08-17 12:13:02 +02:00
parent fc78c32fca
commit c5e047ea02
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
5 changed files with 18 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/**
* DateRequest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Api\V1\Requests;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/**
* RuleGroupTestRequest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@ -20,6 +20,9 @@ declare(strict_types=1);
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Api\V1\Requests;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/**
* RuleGroupTriggerRequest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@ -20,6 +20,9 @@ declare(strict_types=1);
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Api\V1\Requests;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/**
* RuleTestRequest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@ -20,6 +20,9 @@ declare(strict_types=1);
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Api\V1\Requests;

View File

@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/**
* RuleTriggerRequest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@ -20,6 +20,8 @@ declare(strict_types=1);
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Api\V1\Requests;