diff --git a/routes/api.php b/routes/api.php
index 6d5baef63e..b8a7424810 100644
--- a/routes/api.php
+++ b/routes/api.php
@@ -4,20 +4,20 @@
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/routes/breadcrumbs.php b/routes/breadcrumbs.php
index d75c3a3330..3150015541 100644
--- a/routes/breadcrumbs.php
+++ b/routes/breadcrumbs.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/routes/channels.php b/routes/channels.php
index e7e41f3ed8..9bebccbcd0 100644
--- a/routes/channels.php
+++ b/routes/channels.php
@@ -4,20 +4,20 @@
* channels.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/routes/console.php b/routes/console.php
index 3ff8a14920..d5a5da1151 100644
--- a/routes/console.php
+++ b/routes/console.php
@@ -4,20 +4,20 @@
* console.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/routes/web.php b/routes/web.php
index aa4d3f548e..280609bce9 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/AccountControllerTest.php b/tests/Api/V1/Controllers/AccountControllerTest.php
index 1857e7596b..d5a3145f24 100644
--- a/tests/Api/V1/Controllers/AccountControllerTest.php
+++ b/tests/Api/V1/Controllers/AccountControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/AttachmentControllerTest.php b/tests/Api/V1/Controllers/AttachmentControllerTest.php
index 8b5014f928..28c2d20f06 100644
--- a/tests/Api/V1/Controllers/AttachmentControllerTest.php
+++ b/tests/Api/V1/Controllers/AttachmentControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/AvailableBudgetControllerTest.php b/tests/Api/V1/Controllers/AvailableBudgetControllerTest.php
index f163c805a0..0c3414d4ab 100644
--- a/tests/Api/V1/Controllers/AvailableBudgetControllerTest.php
+++ b/tests/Api/V1/Controllers/AvailableBudgetControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/BillControllerTest.php b/tests/Api/V1/Controllers/BillControllerTest.php
index edcb574caf..1d100ca8b8 100644
--- a/tests/Api/V1/Controllers/BillControllerTest.php
+++ b/tests/Api/V1/Controllers/BillControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/BudgetControllerTest.php b/tests/Api/V1/Controllers/BudgetControllerTest.php
index 064d11b6ae..a7374a8316 100644
--- a/tests/Api/V1/Controllers/BudgetControllerTest.php
+++ b/tests/Api/V1/Controllers/BudgetControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/BudgetLimitControllerTest.php b/tests/Api/V1/Controllers/BudgetLimitControllerTest.php
index 75684a46a7..367371c090 100644
--- a/tests/Api/V1/Controllers/BudgetLimitControllerTest.php
+++ b/tests/Api/V1/Controllers/BudgetLimitControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/CategoryControllerTest.php b/tests/Api/V1/Controllers/CategoryControllerTest.php
index 8d424c4c0b..1e68353621 100644
--- a/tests/Api/V1/Controllers/CategoryControllerTest.php
+++ b/tests/Api/V1/Controllers/CategoryControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/Chart/AccountControllerTest.php b/tests/Api/V1/Controllers/Chart/AccountControllerTest.php
index 993c99d907..b88bf7d81d 100644
--- a/tests/Api/V1/Controllers/Chart/AccountControllerTest.php
+++ b/tests/Api/V1/Controllers/Chart/AccountControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* AccountControllerTest.php
diff --git a/tests/Api/V1/Controllers/Chart/AvailableBudgetControllerTest.php b/tests/Api/V1/Controllers/Chart/AvailableBudgetControllerTest.php
index 3930ad93ce..8531fb577c 100644
--- a/tests/Api/V1/Controllers/Chart/AvailableBudgetControllerTest.php
+++ b/tests/Api/V1/Controllers/Chart/AvailableBudgetControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* AvailableBudgetControllerTest.php
diff --git a/tests/Api/V1/Controllers/Chart/CategoryControllerTest.php b/tests/Api/V1/Controllers/Chart/CategoryControllerTest.php
index 65d9944bc8..d1c5a60865 100644
--- a/tests/Api/V1/Controllers/Chart/CategoryControllerTest.php
+++ b/tests/Api/V1/Controllers/Chart/CategoryControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* CategoryControllerTest.php
diff --git a/tests/Api/V1/Controllers/CurrencyControllerTest.php b/tests/Api/V1/Controllers/CurrencyControllerTest.php
index ddb3113a7a..940be9967e 100644
--- a/tests/Api/V1/Controllers/CurrencyControllerTest.php
+++ b/tests/Api/V1/Controllers/CurrencyControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/LinkTypeControllerTest.php b/tests/Api/V1/Controllers/LinkTypeControllerTest.php
index 51d94abba4..8a054a9b07 100644
--- a/tests/Api/V1/Controllers/LinkTypeControllerTest.php
+++ b/tests/Api/V1/Controllers/LinkTypeControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/PiggyBankControllerTest.php b/tests/Api/V1/Controllers/PiggyBankControllerTest.php
index ce53a0a56d..f5ba860686 100644
--- a/tests/Api/V1/Controllers/PiggyBankControllerTest.php
+++ b/tests/Api/V1/Controllers/PiggyBankControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/PreferencesControllerTest.php b/tests/Api/V1/Controllers/PreferencesControllerTest.php
index de92ec84a1..d11443b9c9 100644
--- a/tests/Api/V1/Controllers/PreferencesControllerTest.php
+++ b/tests/Api/V1/Controllers/PreferencesControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/RecurrenceControllerTest.php b/tests/Api/V1/Controllers/RecurrenceControllerTest.php
index b820ce14c4..82dbd8752d 100644
--- a/tests/Api/V1/Controllers/RecurrenceControllerTest.php
+++ b/tests/Api/V1/Controllers/RecurrenceControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/RuleControllerTest.php b/tests/Api/V1/Controllers/RuleControllerTest.php
index d3e59a7231..ca132f96ef 100644
--- a/tests/Api/V1/Controllers/RuleControllerTest.php
+++ b/tests/Api/V1/Controllers/RuleControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/RuleGroupControllerTest.php b/tests/Api/V1/Controllers/RuleGroupControllerTest.php
index 4e58999767..11b7c0628a 100644
--- a/tests/Api/V1/Controllers/RuleGroupControllerTest.php
+++ b/tests/Api/V1/Controllers/RuleGroupControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/SummaryControllerTest.php b/tests/Api/V1/Controllers/SummaryControllerTest.php
index bc6701162d..9d65ea2951 100644
--- a/tests/Api/V1/Controllers/SummaryControllerTest.php
+++ b/tests/Api/V1/Controllers/SummaryControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* SummaryControllerTest.php
diff --git a/tests/Api/V1/Controllers/TagControllerTest.php b/tests/Api/V1/Controllers/TagControllerTest.php
index 1a7513c1c6..48548c1b9f 100644
--- a/tests/Api/V1/Controllers/TagControllerTest.php
+++ b/tests/Api/V1/Controllers/TagControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/TransactionControllerTest.php b/tests/Api/V1/Controllers/TransactionControllerTest.php
index fe1f4ff429..be5506971d 100644
--- a/tests/Api/V1/Controllers/TransactionControllerTest.php
+++ b/tests/Api/V1/Controllers/TransactionControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/TransactionLinkControllerTest.php b/tests/Api/V1/Controllers/TransactionLinkControllerTest.php
index cfc21cad23..eff8c463bc 100644
--- a/tests/Api/V1/Controllers/TransactionLinkControllerTest.php
+++ b/tests/Api/V1/Controllers/TransactionLinkControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Api/V1/Controllers/UserControllerTest.php b/tests/Api/V1/Controllers/UserControllerTest.php
index 086e13aaf1..69719d2416 100644
--- a/tests/Api/V1/Controllers/UserControllerTest.php
+++ b/tests/Api/V1/Controllers/UserControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php
index 93695f63fb..8bf361526d 100644
--- a/tests/CreatesApplication.php
+++ b/tests/CreatesApplication.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Account/CreateControllerTest.php b/tests/Feature/Controllers/Account/CreateControllerTest.php
index dc1ab0692c..68056c07ee 100644
--- a/tests/Feature/Controllers/Account/CreateControllerTest.php
+++ b/tests/Feature/Controllers/Account/CreateControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Account/DeleteControllerTest.php b/tests/Feature/Controllers/Account/DeleteControllerTest.php
index eb65fd05e6..5e65ab1b85 100644
--- a/tests/Feature/Controllers/Account/DeleteControllerTest.php
+++ b/tests/Feature/Controllers/Account/DeleteControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Account/EditControllerTest.php b/tests/Feature/Controllers/Account/EditControllerTest.php
index 600dfb7277..a7683bd904 100644
--- a/tests/Feature/Controllers/Account/EditControllerTest.php
+++ b/tests/Feature/Controllers/Account/EditControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Account/IndexControllerTest.php b/tests/Feature/Controllers/Account/IndexControllerTest.php
index c3444bd689..dd767e0780 100644
--- a/tests/Feature/Controllers/Account/IndexControllerTest.php
+++ b/tests/Feature/Controllers/Account/IndexControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Account/ReconcileControllerTest.php b/tests/Feature/Controllers/Account/ReconcileControllerTest.php
index 9a21c0c2b8..aea49aad5e 100644
--- a/tests/Feature/Controllers/Account/ReconcileControllerTest.php
+++ b/tests/Feature/Controllers/Account/ReconcileControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Account/ShowControllerTest.php b/tests/Feature/Controllers/Account/ShowControllerTest.php
index 9b2e6c0c92..42dcc1a1cf 100644
--- a/tests/Feature/Controllers/Account/ShowControllerTest.php
+++ b/tests/Feature/Controllers/Account/ShowControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Admin/ConfigurationControllerTest.php b/tests/Feature/Controllers/Admin/ConfigurationControllerTest.php
index b8e615d112..072c99c7b6 100644
--- a/tests/Feature/Controllers/Admin/ConfigurationControllerTest.php
+++ b/tests/Feature/Controllers/Admin/ConfigurationControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Admin/HomeControllerTest.php b/tests/Feature/Controllers/Admin/HomeControllerTest.php
index 976c1d29e9..d214368496 100644
--- a/tests/Feature/Controllers/Admin/HomeControllerTest.php
+++ b/tests/Feature/Controllers/Admin/HomeControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Admin/LinkControllerTest.php b/tests/Feature/Controllers/Admin/LinkControllerTest.php
index 2968e3e437..8f0c9a0697 100644
--- a/tests/Feature/Controllers/Admin/LinkControllerTest.php
+++ b/tests/Feature/Controllers/Admin/LinkControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Admin/UpdateControllerTest.php b/tests/Feature/Controllers/Admin/UpdateControllerTest.php
index 659da6c936..e62d0fcbdb 100644
--- a/tests/Feature/Controllers/Admin/UpdateControllerTest.php
+++ b/tests/Feature/Controllers/Admin/UpdateControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Admin/UserControllerTest.php b/tests/Feature/Controllers/Admin/UserControllerTest.php
index 57eabb51a8..898ed733dc 100644
--- a/tests/Feature/Controllers/Admin/UserControllerTest.php
+++ b/tests/Feature/Controllers/Admin/UserControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/AttachmentControllerTest.php b/tests/Feature/Controllers/AttachmentControllerTest.php
index 79561de704..dbd814784c 100644
--- a/tests/Feature/Controllers/AttachmentControllerTest.php
+++ b/tests/Feature/Controllers/AttachmentControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Auth/TwoFactorControllerTest.php b/tests/Feature/Controllers/Auth/TwoFactorControllerTest.php
index 5b3336f269..114c3c1d42 100644
--- a/tests/Feature/Controllers/Auth/TwoFactorControllerTest.php
+++ b/tests/Feature/Controllers/Auth/TwoFactorControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/BillControllerTest.php b/tests/Feature/Controllers/BillControllerTest.php
index 904ff11dc5..4bdd12a119 100644
--- a/tests/Feature/Controllers/BillControllerTest.php
+++ b/tests/Feature/Controllers/BillControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Budget/CreateControllerTest.php b/tests/Feature/Controllers/Budget/CreateControllerTest.php
index 72176fd05b..92f1358cbb 100644
--- a/tests/Feature/Controllers/Budget/CreateControllerTest.php
+++ b/tests/Feature/Controllers/Budget/CreateControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Budget/DeleteControllerTest.php b/tests/Feature/Controllers/Budget/DeleteControllerTest.php
index 6eb6c55b40..a98b14cc10 100644
--- a/tests/Feature/Controllers/Budget/DeleteControllerTest.php
+++ b/tests/Feature/Controllers/Budget/DeleteControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Budget/EditControllerTest.php b/tests/Feature/Controllers/Budget/EditControllerTest.php
index cc17c668ec..a5a4e2fcc3 100644
--- a/tests/Feature/Controllers/Budget/EditControllerTest.php
+++ b/tests/Feature/Controllers/Budget/EditControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Budget/IndexControllerTest.php b/tests/Feature/Controllers/Budget/IndexControllerTest.php
index 1a4d62388a..95028b256a 100644
--- a/tests/Feature/Controllers/Budget/IndexControllerTest.php
+++ b/tests/Feature/Controllers/Budget/IndexControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Budget/ShowControllerTest.php b/tests/Feature/Controllers/Budget/ShowControllerTest.php
index dc2327ed55..30e234f5f2 100644
--- a/tests/Feature/Controllers/Budget/ShowControllerTest.php
+++ b/tests/Feature/Controllers/Budget/ShowControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Category/CreateControllerTest.php b/tests/Feature/Controllers/Category/CreateControllerTest.php
index 10663f0fb4..60b30a9009 100644
--- a/tests/Feature/Controllers/Category/CreateControllerTest.php
+++ b/tests/Feature/Controllers/Category/CreateControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* CreateControllerTest.php
diff --git a/tests/Feature/Controllers/Category/DeleteControllerTest.php b/tests/Feature/Controllers/Category/DeleteControllerTest.php
index 39b4b735ee..49567c6a37 100644
--- a/tests/Feature/Controllers/Category/DeleteControllerTest.php
+++ b/tests/Feature/Controllers/Category/DeleteControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* DeleteControllerTest.php
diff --git a/tests/Feature/Controllers/Category/EditControllerTest.php b/tests/Feature/Controllers/Category/EditControllerTest.php
index 5504b640ee..8696723f8c 100644
--- a/tests/Feature/Controllers/Category/EditControllerTest.php
+++ b/tests/Feature/Controllers/Category/EditControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* EditControllerTest.php
diff --git a/tests/Feature/Controllers/Category/IndexControllerTest.php b/tests/Feature/Controllers/Category/IndexControllerTest.php
index 788022bae3..e71f814aac 100644
--- a/tests/Feature/Controllers/Category/IndexControllerTest.php
+++ b/tests/Feature/Controllers/Category/IndexControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* IndexControllerTest.php
diff --git a/tests/Feature/Controllers/Category/NoCategoryControllerTest.php b/tests/Feature/Controllers/Category/NoCategoryControllerTest.php
index 4619c7b63d..4f0a2d3f1b 100644
--- a/tests/Feature/Controllers/Category/NoCategoryControllerTest.php
+++ b/tests/Feature/Controllers/Category/NoCategoryControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Category/ShowControllerTest.php b/tests/Feature/Controllers/Category/ShowControllerTest.php
index c6fbeaeb81..56236b1b2e 100644
--- a/tests/Feature/Controllers/Category/ShowControllerTest.php
+++ b/tests/Feature/Controllers/Category/ShowControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Chart/AccountControllerTest.php b/tests/Feature/Controllers/Chart/AccountControllerTest.php
index 24e319aaf8..8ef6a34123 100644
--- a/tests/Feature/Controllers/Chart/AccountControllerTest.php
+++ b/tests/Feature/Controllers/Chart/AccountControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Chart/BillControllerTest.php b/tests/Feature/Controllers/Chart/BillControllerTest.php
index 5666849571..4a58765f52 100644
--- a/tests/Feature/Controllers/Chart/BillControllerTest.php
+++ b/tests/Feature/Controllers/Chart/BillControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Chart/BudgetControllerTest.php b/tests/Feature/Controllers/Chart/BudgetControllerTest.php
index 7531e2a193..60c9472c1d 100644
--- a/tests/Feature/Controllers/Chart/BudgetControllerTest.php
+++ b/tests/Feature/Controllers/Chart/BudgetControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Chart/BudgetReportControllerTest.php b/tests/Feature/Controllers/Chart/BudgetReportControllerTest.php
index 2fea6cb8c7..4102625708 100644
--- a/tests/Feature/Controllers/Chart/BudgetReportControllerTest.php
+++ b/tests/Feature/Controllers/Chart/BudgetReportControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Chart/CategoryControllerTest.php b/tests/Feature/Controllers/Chart/CategoryControllerTest.php
index f19d45f2b3..48aa96bcc4 100644
--- a/tests/Feature/Controllers/Chart/CategoryControllerTest.php
+++ b/tests/Feature/Controllers/Chart/CategoryControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Chart/CategoryReportControllerTest.php b/tests/Feature/Controllers/Chart/CategoryReportControllerTest.php
index 623642b8ec..7246432bcf 100644
--- a/tests/Feature/Controllers/Chart/CategoryReportControllerTest.php
+++ b/tests/Feature/Controllers/Chart/CategoryReportControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Chart/PiggyBankControllerTest.php b/tests/Feature/Controllers/Chart/PiggyBankControllerTest.php
index cdeeea4a9e..3dd27e0723 100644
--- a/tests/Feature/Controllers/Chart/PiggyBankControllerTest.php
+++ b/tests/Feature/Controllers/Chart/PiggyBankControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Chart/ReportControllerTest.php b/tests/Feature/Controllers/Chart/ReportControllerTest.php
index 33417e58ff..2a05aeb147 100644
--- a/tests/Feature/Controllers/Chart/ReportControllerTest.php
+++ b/tests/Feature/Controllers/Chart/ReportControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Chart/TagReportControllerTest.php b/tests/Feature/Controllers/Chart/TagReportControllerTest.php
index bbf17441da..c732d4de05 100644
--- a/tests/Feature/Controllers/Chart/TagReportControllerTest.php
+++ b/tests/Feature/Controllers/Chart/TagReportControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/CurrencyControllerTest.php b/tests/Feature/Controllers/CurrencyControllerTest.php
index f034fd41dc..cc7d1793ab 100644
--- a/tests/Feature/Controllers/CurrencyControllerTest.php
+++ b/tests/Feature/Controllers/CurrencyControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/DebugControllerTest.php b/tests/Feature/Controllers/DebugControllerTest.php
index 61c99b049a..aabfb844cc 100644
--- a/tests/Feature/Controllers/DebugControllerTest.php
+++ b/tests/Feature/Controllers/DebugControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/HelpControllerTest.php b/tests/Feature/Controllers/HelpControllerTest.php
index 1d7c375964..483ab6a81a 100644
--- a/tests/Feature/Controllers/HelpControllerTest.php
+++ b/tests/Feature/Controllers/HelpControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/HomeControllerTest.php b/tests/Feature/Controllers/HomeControllerTest.php
index bb83a7b10e..67efa20273 100644
--- a/tests/Feature/Controllers/HomeControllerTest.php
+++ b/tests/Feature/Controllers/HomeControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Import/CallbackControllerTest.php b/tests/Feature/Controllers/Import/CallbackControllerTest.php
index 26abf0db4d..0f1c82a41b 100644
--- a/tests/Feature/Controllers/Import/CallbackControllerTest.php
+++ b/tests/Feature/Controllers/Import/CallbackControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Import/IndexControllerTest.php b/tests/Feature/Controllers/Import/IndexControllerTest.php
index d5b21724ca..92e6d70e26 100644
--- a/tests/Feature/Controllers/Import/IndexControllerTest.php
+++ b/tests/Feature/Controllers/Import/IndexControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Import/JobConfigurationControllerTest.php b/tests/Feature/Controllers/Import/JobConfigurationControllerTest.php
index 1c88135913..0c2447604d 100644
--- a/tests/Feature/Controllers/Import/JobConfigurationControllerTest.php
+++ b/tests/Feature/Controllers/Import/JobConfigurationControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Import/JobStatusControllerTest.php b/tests/Feature/Controllers/Import/JobStatusControllerTest.php
index 2c92cfd2d7..5e8b8aa825 100644
--- a/tests/Feature/Controllers/Import/JobStatusControllerTest.php
+++ b/tests/Feature/Controllers/Import/JobStatusControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Import/PrerequisitesControllerTest.php b/tests/Feature/Controllers/Import/PrerequisitesControllerTest.php
index b46bc00d03..7dd4d42ad9 100644
--- a/tests/Feature/Controllers/Import/PrerequisitesControllerTest.php
+++ b/tests/Feature/Controllers/Import/PrerequisitesControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/JavascriptControllerTest.php b/tests/Feature/Controllers/JavascriptControllerTest.php
index 6df8e75fab..fb81ae23f3 100644
--- a/tests/Feature/Controllers/JavascriptControllerTest.php
+++ b/tests/Feature/Controllers/JavascriptControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Json/AutoCompleteControllerTest.php b/tests/Feature/Controllers/Json/AutoCompleteControllerTest.php
index 95ab78633a..70c90954b3 100644
--- a/tests/Feature/Controllers/Json/AutoCompleteControllerTest.php
+++ b/tests/Feature/Controllers/Json/AutoCompleteControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Json/BoxControllerTest.php b/tests/Feature/Controllers/Json/BoxControllerTest.php
index 7497c2ff41..75a8aa0b9e 100644
--- a/tests/Feature/Controllers/Json/BoxControllerTest.php
+++ b/tests/Feature/Controllers/Json/BoxControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Json/ExchangeControllerTest.php b/tests/Feature/Controllers/Json/ExchangeControllerTest.php
index 23bad3798c..ca065ec001 100644
--- a/tests/Feature/Controllers/Json/ExchangeControllerTest.php
+++ b/tests/Feature/Controllers/Json/ExchangeControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Json/FrontpageControllerTest.php b/tests/Feature/Controllers/Json/FrontpageControllerTest.php
index c3ecdfefa8..b7e9a3d159 100644
--- a/tests/Feature/Controllers/Json/FrontpageControllerTest.php
+++ b/tests/Feature/Controllers/Json/FrontpageControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Json/IntroControllerTest.php b/tests/Feature/Controllers/Json/IntroControllerTest.php
index 6ea39464e4..c90c4001b6 100644
--- a/tests/Feature/Controllers/Json/IntroControllerTest.php
+++ b/tests/Feature/Controllers/Json/IntroControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Json/ReconcileControllerTest.php b/tests/Feature/Controllers/Json/ReconcileControllerTest.php
index 24f9b297bd..ade00e2f6b 100644
--- a/tests/Feature/Controllers/Json/ReconcileControllerTest.php
+++ b/tests/Feature/Controllers/Json/ReconcileControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Json/RecurrenceControllerTest.php b/tests/Feature/Controllers/Json/RecurrenceControllerTest.php
index dd634c2864..c184e8f7ae 100644
--- a/tests/Feature/Controllers/Json/RecurrenceControllerTest.php
+++ b/tests/Feature/Controllers/Json/RecurrenceControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Json/RuleControllerTest.php b/tests/Feature/Controllers/Json/RuleControllerTest.php
index 25f2d93853..3fcf2130b5 100644
--- a/tests/Feature/Controllers/Json/RuleControllerTest.php
+++ b/tests/Feature/Controllers/Json/RuleControllerTest.php
@@ -3,20 +3,20 @@
* RuleControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/NewUserControllerTest.php b/tests/Feature/Controllers/NewUserControllerTest.php
index 24970c89f0..934b3a5574 100644
--- a/tests/Feature/Controllers/NewUserControllerTest.php
+++ b/tests/Feature/Controllers/NewUserControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/PiggyBankControllerTest.php b/tests/Feature/Controllers/PiggyBankControllerTest.php
index 2b9b8bf066..912769f6ba 100644
--- a/tests/Feature/Controllers/PiggyBankControllerTest.php
+++ b/tests/Feature/Controllers/PiggyBankControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Popup/ReportControllerTest.php b/tests/Feature/Controllers/Popup/ReportControllerTest.php
index 19ee165daf..87b16c1b37 100644
--- a/tests/Feature/Controllers/Popup/ReportControllerTest.php
+++ b/tests/Feature/Controllers/Popup/ReportControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/PreferencesControllerTest.php b/tests/Feature/Controllers/PreferencesControllerTest.php
index e16a710383..50c3978f8b 100644
--- a/tests/Feature/Controllers/PreferencesControllerTest.php
+++ b/tests/Feature/Controllers/PreferencesControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/ProfileControllerTest.php b/tests/Feature/Controllers/ProfileControllerTest.php
index d281161a44..4981bfdc23 100644
--- a/tests/Feature/Controllers/ProfileControllerTest.php
+++ b/tests/Feature/Controllers/ProfileControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Recurring/CreateControllerTest.php b/tests/Feature/Controllers/Recurring/CreateControllerTest.php
index c18f31eb82..2acead0eb9 100644
--- a/tests/Feature/Controllers/Recurring/CreateControllerTest.php
+++ b/tests/Feature/Controllers/Recurring/CreateControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Recurring/DeleteControllerTest.php b/tests/Feature/Controllers/Recurring/DeleteControllerTest.php
index 265ebf338c..561984ab6d 100644
--- a/tests/Feature/Controllers/Recurring/DeleteControllerTest.php
+++ b/tests/Feature/Controllers/Recurring/DeleteControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Recurring/EditControllerTest.php b/tests/Feature/Controllers/Recurring/EditControllerTest.php
index c735cc82cc..0220817e93 100644
--- a/tests/Feature/Controllers/Recurring/EditControllerTest.php
+++ b/tests/Feature/Controllers/Recurring/EditControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Recurring/IndexControllerTest.php b/tests/Feature/Controllers/Recurring/IndexControllerTest.php
index 1fcc031423..be1b8a6a8e 100644
--- a/tests/Feature/Controllers/Recurring/IndexControllerTest.php
+++ b/tests/Feature/Controllers/Recurring/IndexControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Recurring/ShowControllerTest.php b/tests/Feature/Controllers/Recurring/ShowControllerTest.php
index 4dc7c0b467..0edc0425be 100644
--- a/tests/Feature/Controllers/Recurring/ShowControllerTest.php
+++ b/tests/Feature/Controllers/Recurring/ShowControllerTest.php
@@ -3,20 +3,20 @@
* ShowControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Report/AccountControllerTest.php b/tests/Feature/Controllers/Report/AccountControllerTest.php
index 36b947d72d..da246be85b 100644
--- a/tests/Feature/Controllers/Report/AccountControllerTest.php
+++ b/tests/Feature/Controllers/Report/AccountControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Report/BalanceControllerTest.php b/tests/Feature/Controllers/Report/BalanceControllerTest.php
index 71fcb55970..0d0f658fa0 100644
--- a/tests/Feature/Controllers/Report/BalanceControllerTest.php
+++ b/tests/Feature/Controllers/Report/BalanceControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Report/BudgetControllerTest.php b/tests/Feature/Controllers/Report/BudgetControllerTest.php
index 243c9a70c9..5d0e4ab3bb 100644
--- a/tests/Feature/Controllers/Report/BudgetControllerTest.php
+++ b/tests/Feature/Controllers/Report/BudgetControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Report/CategoryControllerTest.php b/tests/Feature/Controllers/Report/CategoryControllerTest.php
index 1d90472bde..dac09e6719 100644
--- a/tests/Feature/Controllers/Report/CategoryControllerTest.php
+++ b/tests/Feature/Controllers/Report/CategoryControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Report/OperationsControllerTest.php b/tests/Feature/Controllers/Report/OperationsControllerTest.php
index 87dd312345..e3bcc25e2d 100644
--- a/tests/Feature/Controllers/Report/OperationsControllerTest.php
+++ b/tests/Feature/Controllers/Report/OperationsControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/ReportControllerTest.php b/tests/Feature/Controllers/ReportControllerTest.php
index 7b71c900f6..f16145c59d 100644
--- a/tests/Feature/Controllers/ReportControllerTest.php
+++ b/tests/Feature/Controllers/ReportControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Rule/CreateControllerTest.php b/tests/Feature/Controllers/Rule/CreateControllerTest.php
index f84aaee53e..f31fdbde77 100644
--- a/tests/Feature/Controllers/Rule/CreateControllerTest.php
+++ b/tests/Feature/Controllers/Rule/CreateControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Rule/DeleteControllerTest.php b/tests/Feature/Controllers/Rule/DeleteControllerTest.php
index 70fb2edcaa..d8e17ca6c8 100644
--- a/tests/Feature/Controllers/Rule/DeleteControllerTest.php
+++ b/tests/Feature/Controllers/Rule/DeleteControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Rule/EditControllerTest.php b/tests/Feature/Controllers/Rule/EditControllerTest.php
index c55523c867..110683a270 100644
--- a/tests/Feature/Controllers/Rule/EditControllerTest.php
+++ b/tests/Feature/Controllers/Rule/EditControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Rule/IndexControllerTest.php b/tests/Feature/Controllers/Rule/IndexControllerTest.php
index 379cacb139..8c7d59edc1 100644
--- a/tests/Feature/Controllers/Rule/IndexControllerTest.php
+++ b/tests/Feature/Controllers/Rule/IndexControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Rule/SelectControllerTest.php b/tests/Feature/Controllers/Rule/SelectControllerTest.php
index ea879a0172..f6294eb94d 100644
--- a/tests/Feature/Controllers/Rule/SelectControllerTest.php
+++ b/tests/Feature/Controllers/Rule/SelectControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/RuleGroup/CreateControllerTest.php b/tests/Feature/Controllers/RuleGroup/CreateControllerTest.php
index 4a87655be8..2c2741b772 100644
--- a/tests/Feature/Controllers/RuleGroup/CreateControllerTest.php
+++ b/tests/Feature/Controllers/RuleGroup/CreateControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* CreateControllerTest.php
diff --git a/tests/Feature/Controllers/RuleGroup/DeleteControllerTest.php b/tests/Feature/Controllers/RuleGroup/DeleteControllerTest.php
index 51f5e48d47..096ac5a21c 100644
--- a/tests/Feature/Controllers/RuleGroup/DeleteControllerTest.php
+++ b/tests/Feature/Controllers/RuleGroup/DeleteControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* DeleteControllerTest.php
diff --git a/tests/Feature/Controllers/RuleGroup/EditControllerTest.php b/tests/Feature/Controllers/RuleGroup/EditControllerTest.php
index 8cfe9dd3ba..e9defe7acb 100644
--- a/tests/Feature/Controllers/RuleGroup/EditControllerTest.php
+++ b/tests/Feature/Controllers/RuleGroup/EditControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* EditControllerTest.php
diff --git a/tests/Feature/Controllers/RuleGroup/ExecutionControllerTest.php b/tests/Feature/Controllers/RuleGroup/ExecutionControllerTest.php
index 5a071512cf..805e57b318 100644
--- a/tests/Feature/Controllers/RuleGroup/ExecutionControllerTest.php
+++ b/tests/Feature/Controllers/RuleGroup/ExecutionControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* ExecutionControllerTest.php
diff --git a/tests/Feature/Controllers/SearchControllerTest.php b/tests/Feature/Controllers/SearchControllerTest.php
index 36926ab9ba..20908ca919 100644
--- a/tests/Feature/Controllers/SearchControllerTest.php
+++ b/tests/Feature/Controllers/SearchControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/System/CronControllerTest.php b/tests/Feature/Controllers/System/CronControllerTest.php
index 1b3a804aab..b14ab15ee8 100644
--- a/tests/Feature/Controllers/System/CronControllerTest.php
+++ b/tests/Feature/Controllers/System/CronControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/TagControllerTest.php b/tests/Feature/Controllers/TagControllerTest.php
index b41a289056..26aec79f3c 100644
--- a/tests/Feature/Controllers/TagControllerTest.php
+++ b/tests/Feature/Controllers/TagControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Transaction/BulkControllerTest.php b/tests/Feature/Controllers/Transaction/BulkControllerTest.php
index a23869549d..ba93ee0379 100644
--- a/tests/Feature/Controllers/Transaction/BulkControllerTest.php
+++ b/tests/Feature/Controllers/Transaction/BulkControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Transaction/ConvertControllerTest.php b/tests/Feature/Controllers/Transaction/ConvertControllerTest.php
index 7679c924a0..25ca5ad01c 100644
--- a/tests/Feature/Controllers/Transaction/ConvertControllerTest.php
+++ b/tests/Feature/Controllers/Transaction/ConvertControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Transaction/CreateControllerTest.php b/tests/Feature/Controllers/Transaction/CreateControllerTest.php
index e187f5832b..46c80f2031 100644
--- a/tests/Feature/Controllers/Transaction/CreateControllerTest.php
+++ b/tests/Feature/Controllers/Transaction/CreateControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* CreateControllerTest.php
diff --git a/tests/Feature/Controllers/Transaction/EditControllerTest.php b/tests/Feature/Controllers/Transaction/EditControllerTest.php
index 80a87aee09..ecddd813d9 100644
--- a/tests/Feature/Controllers/Transaction/EditControllerTest.php
+++ b/tests/Feature/Controllers/Transaction/EditControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* EditControllerTest.php
diff --git a/tests/Feature/Controllers/Transaction/IndexControllerTest.php b/tests/Feature/Controllers/Transaction/IndexControllerTest.php
index 223cfe1817..2b1c1cd57a 100644
--- a/tests/Feature/Controllers/Transaction/IndexControllerTest.php
+++ b/tests/Feature/Controllers/Transaction/IndexControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* IndexControllerTest.php
diff --git a/tests/Feature/Controllers/Transaction/LinkControllerTest.php b/tests/Feature/Controllers/Transaction/LinkControllerTest.php
index 0e52b12157..5c16990289 100644
--- a/tests/Feature/Controllers/Transaction/LinkControllerTest.php
+++ b/tests/Feature/Controllers/Transaction/LinkControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Transaction/MassControllerTest.php b/tests/Feature/Controllers/Transaction/MassControllerTest.php
index 905a35d054..504650392d 100644
--- a/tests/Feature/Controllers/Transaction/MassControllerTest.php
+++ b/tests/Feature/Controllers/Transaction/MassControllerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Feature/Controllers/Transaction/ShowControllerTest.php b/tests/Feature/Controllers/Transaction/ShowControllerTest.php
index f47ec8d902..46ce7a136b 100644
--- a/tests/Feature/Controllers/Transaction/ShowControllerTest.php
+++ b/tests/Feature/Controllers/Transaction/ShowControllerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* ShowControllerTest.php
diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php
index 2e48da3817..0a5ec25588 100644
--- a/tests/Feature/ExampleTest.php
+++ b/tests/Feature/ExampleTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Object/FakeApiContext.php b/tests/Object/FakeApiContext.php
index d93cc522f9..7d5fc9dd57 100644
--- a/tests/Object/FakeApiContext.php
+++ b/tests/Object/FakeApiContext.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Support/TestDataTrait.php b/tests/Support/TestDataTrait.php
index 833a03d505..adecc5a0db 100644
--- a/tests/Support/TestDataTrait.php
+++ b/tests/Support/TestDataTrait.php
@@ -3,20 +3,20 @@
* TestDataTrait.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/TestCase.php b/tests/TestCase.php
index 600d3a7791..bfd490c966 100644
--- a/tests/TestCase.php
+++ b/tests/TestCase.php
@@ -2,22 +2,22 @@
/**
* TestCase.php
- * Copyright (c) 2017 thegrumpydictator@gmail.com
+ * Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Console/Commands/Correction/CreateAccessTokensTest.php b/tests/Unit/Console/Commands/Correction/CreateAccessTokensTest.php
index fa8952da3b..f1412782e8 100644
--- a/tests/Unit/Console/Commands/Correction/CreateAccessTokensTest.php
+++ b/tests/Unit/Console/Commands/Correction/CreateAccessTokensTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* CorrectDatabaseTest.php
diff --git a/tests/Unit/Console/Commands/Correction/CreateLinkTypesTest.php b/tests/Unit/Console/Commands/Correction/CreateLinkTypesTest.php
index 3e3130ed76..1c8c5bbeb6 100644
--- a/tests/Unit/Console/Commands/Correction/CreateLinkTypesTest.php
+++ b/tests/Unit/Console/Commands/Correction/CreateLinkTypesTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* CreateLinkTypesTest.php
diff --git a/tests/Unit/Console/Commands/Correction/DeleteEmptyGroupsTest.php b/tests/Unit/Console/Commands/Correction/DeleteEmptyGroupsTest.php
index 3749ee1350..ac15e99d5e 100644
--- a/tests/Unit/Console/Commands/Correction/DeleteEmptyGroupsTest.php
+++ b/tests/Unit/Console/Commands/Correction/DeleteEmptyGroupsTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* DeleteEmptyGroupsTest.php
diff --git a/tests/Unit/Console/Commands/Correction/DeleteEmptyJournalsTest.php b/tests/Unit/Console/Commands/Correction/DeleteEmptyJournalsTest.php
index 4a3cb0a10d..58b485f827 100644
--- a/tests/Unit/Console/Commands/Correction/DeleteEmptyJournalsTest.php
+++ b/tests/Unit/Console/Commands/Correction/DeleteEmptyJournalsTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* DeleteEmptyJournalsTest.php
diff --git a/tests/Unit/Console/Commands/Correction/DeleteOrphanedTransactionsTest.php b/tests/Unit/Console/Commands/Correction/DeleteOrphanedTransactionsTest.php
index 2f0c2d7bd2..1fedfbeaff 100644
--- a/tests/Unit/Console/Commands/Correction/DeleteOrphanedTransactionsTest.php
+++ b/tests/Unit/Console/Commands/Correction/DeleteOrphanedTransactionsTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* DeleteOrphanedTransactionsTest.php
diff --git a/tests/Unit/Console/Commands/Correction/DeleteZeroAmountTest.php b/tests/Unit/Console/Commands/Correction/DeleteZeroAmountTest.php
index caaffe88b7..31107bb8e4 100644
--- a/tests/Unit/Console/Commands/Correction/DeleteZeroAmountTest.php
+++ b/tests/Unit/Console/Commands/Correction/DeleteZeroAmountTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* DeleteZeroAmountTest.php
diff --git a/tests/Unit/Console/Commands/Correction/EnableCurrenciesTest.php b/tests/Unit/Console/Commands/Correction/EnableCurrenciesTest.php
index 26aac5d725..aa473382e3 100644
--- a/tests/Unit/Console/Commands/Correction/EnableCurrenciesTest.php
+++ b/tests/Unit/Console/Commands/Correction/EnableCurrenciesTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* EnableCurrenciesTest.php
diff --git a/tests/Unit/Console/Commands/Correction/FixAccountTypesTest.php b/tests/Unit/Console/Commands/Correction/FixAccountTypesTest.php
index fb1651f979..ae09c0221e 100644
--- a/tests/Unit/Console/Commands/Correction/FixAccountTypesTest.php
+++ b/tests/Unit/Console/Commands/Correction/FixAccountTypesTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* FixAccountTypesTest.php
diff --git a/tests/Unit/Console/Commands/Correction/FixPiggiesTest.php b/tests/Unit/Console/Commands/Correction/FixPiggiesTest.php
index cac9f051e9..45ce3ecb38 100644
--- a/tests/Unit/Console/Commands/Correction/FixPiggiesTest.php
+++ b/tests/Unit/Console/Commands/Correction/FixPiggiesTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* FixPiggiesTest.php
diff --git a/tests/Unit/Console/Commands/Correction/FixUnevenAmountTest.php b/tests/Unit/Console/Commands/Correction/FixUnevenAmountTest.php
index 71d249e5f6..9ccebf54f1 100644
--- a/tests/Unit/Console/Commands/Correction/FixUnevenAmountTest.php
+++ b/tests/Unit/Console/Commands/Correction/FixUnevenAmountTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* FixUnevenAmountTest.php
diff --git a/tests/Unit/Console/Commands/Correction/RemoveBillsTest.php b/tests/Unit/Console/Commands/Correction/RemoveBillsTest.php
index 8fbfeeaed8..e41596f749 100644
--- a/tests/Unit/Console/Commands/Correction/RemoveBillsTest.php
+++ b/tests/Unit/Console/Commands/Correction/RemoveBillsTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* RemoveBillsTest.php
diff --git a/tests/Unit/Console/Commands/Correction/RenameMetaFieldsTest.php b/tests/Unit/Console/Commands/Correction/RenameMetaFieldsTest.php
index 449829ada2..5c6dfa9786 100644
--- a/tests/Unit/Console/Commands/Correction/RenameMetaFieldsTest.php
+++ b/tests/Unit/Console/Commands/Correction/RenameMetaFieldsTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* RenameMetaFieldsTest.php
diff --git a/tests/Unit/Console/Commands/Correction/TransferBudgetsTest.php b/tests/Unit/Console/Commands/Correction/TransferBudgetsTest.php
index 6e03a7f5a8..e5ed5e5564 100644
--- a/tests/Unit/Console/Commands/Correction/TransferBudgetsTest.php
+++ b/tests/Unit/Console/Commands/Correction/TransferBudgetsTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* TransferBudgetsTest.php
diff --git a/tests/Unit/Console/Commands/DecryptDatabaseTest.php b/tests/Unit/Console/Commands/DecryptDatabaseTest.php
index 1c08ee1b07..a8ca1f7182 100644
--- a/tests/Unit/Console/Commands/DecryptDatabaseTest.php
+++ b/tests/Unit/Console/Commands/DecryptDatabaseTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* DecryptDatabaseTest.php
diff --git a/tests/Unit/Console/Commands/Import/CreateCSVImportTest.php b/tests/Unit/Console/Commands/Import/CreateCSVImportTest.php
index 3894b080c3..f9bacc7f72 100644
--- a/tests/Unit/Console/Commands/Import/CreateCSVImportTest.php
+++ b/tests/Unit/Console/Commands/Import/CreateCSVImportTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* CreateCSVImportTest.php
diff --git a/tests/Unit/Console/Commands/Integrity/ReportEmptyObjectsTest.php b/tests/Unit/Console/Commands/Integrity/ReportEmptyObjectsTest.php
index bf38d86291..2c38e1c955 100644
--- a/tests/Unit/Console/Commands/Integrity/ReportEmptyObjectsTest.php
+++ b/tests/Unit/Console/Commands/Integrity/ReportEmptyObjectsTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* ReportEmptyObjectsTest.php
diff --git a/tests/Unit/Console/Commands/Integrity/ReportSumTest.php b/tests/Unit/Console/Commands/Integrity/ReportSumTest.php
index df58cfc401..e56b2974d4 100644
--- a/tests/Unit/Console/Commands/Integrity/ReportSumTest.php
+++ b/tests/Unit/Console/Commands/Integrity/ReportSumTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* ReportSumTest.php
diff --git a/tests/Unit/Console/Commands/Tools/ApplyRulesTest.php b/tests/Unit/Console/Commands/Tools/ApplyRulesTest.php
index 2261d017b1..a37ae0da4e 100644
--- a/tests/Unit/Console/Commands/Tools/ApplyRulesTest.php
+++ b/tests/Unit/Console/Commands/Tools/ApplyRulesTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* ApplyRulesTest.php
diff --git a/tests/Unit/Console/Commands/Upgrade/AccountCurrenciesTest.php b/tests/Unit/Console/Commands/Upgrade/AccountCurrenciesTest.php
index e1318d92a6..8b2bbead8e 100644
--- a/tests/Unit/Console/Commands/Upgrade/AccountCurrenciesTest.php
+++ b/tests/Unit/Console/Commands/Upgrade/AccountCurrenciesTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* AccountCurrenciesTest.php
diff --git a/tests/Unit/Console/Commands/Upgrade/BackToJournalsTest.php b/tests/Unit/Console/Commands/Upgrade/BackToJournalsTest.php
index 57b72e2aea..848656ac23 100644
--- a/tests/Unit/Console/Commands/Upgrade/BackToJournalsTest.php
+++ b/tests/Unit/Console/Commands/Upgrade/BackToJournalsTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* BackToJournalsTest.php
diff --git a/tests/Unit/Console/Commands/Upgrade/BudgetLimitCurrencyTest.php b/tests/Unit/Console/Commands/Upgrade/BudgetLimitCurrencyTest.php
index 8a58b39d18..25d87288c1 100644
--- a/tests/Unit/Console/Commands/Upgrade/BudgetLimitCurrencyTest.php
+++ b/tests/Unit/Console/Commands/Upgrade/BudgetLimitCurrencyTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* BudgetLimitCurrencyTest.php
diff --git a/tests/Unit/Console/Commands/Upgrade/CCLiabilitiesTest.php b/tests/Unit/Console/Commands/Upgrade/CCLiabilitiesTest.php
index 43a3613a25..0e9f008ee6 100644
--- a/tests/Unit/Console/Commands/Upgrade/CCLiabilitiesTest.php
+++ b/tests/Unit/Console/Commands/Upgrade/CCLiabilitiesTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* CCLiabilitiesTest.php
diff --git a/tests/Unit/Console/Commands/Upgrade/MigrateAttachmentsTest.php b/tests/Unit/Console/Commands/Upgrade/MigrateAttachmentsTest.php
index 3a9d053f24..282e0720ad 100644
--- a/tests/Unit/Console/Commands/Upgrade/MigrateAttachmentsTest.php
+++ b/tests/Unit/Console/Commands/Upgrade/MigrateAttachmentsTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* MigrateAttachmentsTest.php
diff --git a/tests/Unit/Console/Commands/Upgrade/MigrateJournalNotesTest.php b/tests/Unit/Console/Commands/Upgrade/MigrateJournalNotesTest.php
index e0608ada4a..dd24e15441 100644
--- a/tests/Unit/Console/Commands/Upgrade/MigrateJournalNotesTest.php
+++ b/tests/Unit/Console/Commands/Upgrade/MigrateJournalNotesTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* MigrateJournalNotesTest.php
diff --git a/tests/Unit/Console/Commands/Upgrade/MigrateToGroupsTest.php b/tests/Unit/Console/Commands/Upgrade/MigrateToGroupsTest.php
index fbd3eeff79..7c2ce66ce4 100644
--- a/tests/Unit/Console/Commands/Upgrade/MigrateToGroupsTest.php
+++ b/tests/Unit/Console/Commands/Upgrade/MigrateToGroupsTest.php
@@ -3,20 +3,20 @@
* MigrateToGroupsTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Console/Commands/Upgrade/MigrateToRulesTest.php b/tests/Unit/Console/Commands/Upgrade/MigrateToRulesTest.php
index ceabf87d39..4598478c6b 100644
--- a/tests/Unit/Console/Commands/Upgrade/MigrateToRulesTest.php
+++ b/tests/Unit/Console/Commands/Upgrade/MigrateToRulesTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* MigrateToRulesTest.php
diff --git a/tests/Unit/Console/Commands/Upgrade/OtherCurrenciesCorrectionsTest.php b/tests/Unit/Console/Commands/Upgrade/OtherCurrenciesCorrectionsTest.php
index 82c176a045..efd0d4747b 100644
--- a/tests/Unit/Console/Commands/Upgrade/OtherCurrenciesCorrectionsTest.php
+++ b/tests/Unit/Console/Commands/Upgrade/OtherCurrenciesCorrectionsTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* OtherCurrenciesCorrectionsTest.php
diff --git a/tests/Unit/Console/Commands/Upgrade/RenameAccountMetaTest.php b/tests/Unit/Console/Commands/Upgrade/RenameAccountMetaTest.php
index a9fe45874e..fcbfd923d2 100644
--- a/tests/Unit/Console/Commands/Upgrade/RenameAccountMetaTest.php
+++ b/tests/Unit/Console/Commands/Upgrade/RenameAccountMetaTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* RenameAccountMetaTest.php
diff --git a/tests/Unit/Console/Commands/Upgrade/TransactionIdentifierTest.php b/tests/Unit/Console/Commands/Upgrade/TransactionIdentifierTest.php
index c32727eeb9..eb8eebd39f 100644
--- a/tests/Unit/Console/Commands/Upgrade/TransactionIdentifierTest.php
+++ b/tests/Unit/Console/Commands/Upgrade/TransactionIdentifierTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* TransactionIdentifierTest.php
diff --git a/tests/Unit/Console/Commands/Upgrade/TransferCurrenciesCorrectionsTest.php b/tests/Unit/Console/Commands/Upgrade/TransferCurrenciesCorrectionsTest.php
index 9e1fe1cc66..82b2f3eeee 100644
--- a/tests/Unit/Console/Commands/Upgrade/TransferCurrenciesCorrectionsTest.php
+++ b/tests/Unit/Console/Commands/Upgrade/TransferCurrenciesCorrectionsTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* TransferCurrenciesCorrectionsTest.php
diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php
index c6eb4b093c..2c8fd18272 100644
--- a/tests/Unit/ExampleTest.php
+++ b/tests/Unit/ExampleTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/AccountFactoryTest.php b/tests/Unit/Factory/AccountFactoryTest.php
index 6bb1ac8a71..df20ddb0ed 100644
--- a/tests/Unit/Factory/AccountFactoryTest.php
+++ b/tests/Unit/Factory/AccountFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/AccountMetaFactoryTest.php b/tests/Unit/Factory/AccountMetaFactoryTest.php
index 18b8430932..6b39cc2a59 100644
--- a/tests/Unit/Factory/AccountMetaFactoryTest.php
+++ b/tests/Unit/Factory/AccountMetaFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/AttachmentFactoryTest.php b/tests/Unit/Factory/AttachmentFactoryTest.php
index 88f86a79c4..35f20524bb 100644
--- a/tests/Unit/Factory/AttachmentFactoryTest.php
+++ b/tests/Unit/Factory/AttachmentFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/BillFactoryTest.php b/tests/Unit/Factory/BillFactoryTest.php
index 9485722b02..fff3ac849f 100644
--- a/tests/Unit/Factory/BillFactoryTest.php
+++ b/tests/Unit/Factory/BillFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/BudgetFactoryTest.php b/tests/Unit/Factory/BudgetFactoryTest.php
index f8c6c755c6..1f1831bb2b 100644
--- a/tests/Unit/Factory/BudgetFactoryTest.php
+++ b/tests/Unit/Factory/BudgetFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/CategoryFactoryTest.php b/tests/Unit/Factory/CategoryFactoryTest.php
index 768ece5fe9..6497552e58 100644
--- a/tests/Unit/Factory/CategoryFactoryTest.php
+++ b/tests/Unit/Factory/CategoryFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/PiggyBankEventFactoryTest.php b/tests/Unit/Factory/PiggyBankEventFactoryTest.php
index 899f81ac27..1721bf7eee 100644
--- a/tests/Unit/Factory/PiggyBankEventFactoryTest.php
+++ b/tests/Unit/Factory/PiggyBankEventFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/PiggyBankFactoryTest.php b/tests/Unit/Factory/PiggyBankFactoryTest.php
index eb554fe566..a1f8e8a9a7 100644
--- a/tests/Unit/Factory/PiggyBankFactoryTest.php
+++ b/tests/Unit/Factory/PiggyBankFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/RecurrenceFactoryTest.php b/tests/Unit/Factory/RecurrenceFactoryTest.php
index 812fea990f..f42458d734 100644
--- a/tests/Unit/Factory/RecurrenceFactoryTest.php
+++ b/tests/Unit/Factory/RecurrenceFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/TagFactoryTest.php b/tests/Unit/Factory/TagFactoryTest.php
index 251777eb71..f4be43c38c 100644
--- a/tests/Unit/Factory/TagFactoryTest.php
+++ b/tests/Unit/Factory/TagFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/TransactionCurrencyFactoryTest.php b/tests/Unit/Factory/TransactionCurrencyFactoryTest.php
index 562220d66c..f070e1f8f9 100644
--- a/tests/Unit/Factory/TransactionCurrencyFactoryTest.php
+++ b/tests/Unit/Factory/TransactionCurrencyFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/TransactionFactoryTest.php b/tests/Unit/Factory/TransactionFactoryTest.php
index 4830bdf952..b7db1a6f44 100644
--- a/tests/Unit/Factory/TransactionFactoryTest.php
+++ b/tests/Unit/Factory/TransactionFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/TransactionJournalFactoryTest.php b/tests/Unit/Factory/TransactionJournalFactoryTest.php
index 78ceee5842..4b7fc47061 100644
--- a/tests/Unit/Factory/TransactionJournalFactoryTest.php
+++ b/tests/Unit/Factory/TransactionJournalFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/TransactionJournalMetaFactoryTest.php b/tests/Unit/Factory/TransactionJournalMetaFactoryTest.php
index 41272fbea4..b9f601f9c4 100644
--- a/tests/Unit/Factory/TransactionJournalMetaFactoryTest.php
+++ b/tests/Unit/Factory/TransactionJournalMetaFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Factory/TransactionTypeFactoryTest.php b/tests/Unit/Factory/TransactionTypeFactoryTest.php
index d336774b4d..42e8e79ec9 100644
--- a/tests/Unit/Factory/TransactionTypeFactoryTest.php
+++ b/tests/Unit/Factory/TransactionTypeFactoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Generator/Chart/Basic/ChartJsGeneratorTest.php b/tests/Unit/Generator/Chart/Basic/ChartJsGeneratorTest.php
index 6bc48fd5e4..52d5c66ffe 100644
--- a/tests/Unit/Generator/Chart/Basic/ChartJsGeneratorTest.php
+++ b/tests/Unit/Generator/Chart/Basic/ChartJsGeneratorTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Generator/Report/Audit/MonthReportGeneratorTest.php b/tests/Unit/Generator/Report/Audit/MonthReportGeneratorTest.php
index 3812956f3a..d0d60aaa8e 100644
--- a/tests/Unit/Generator/Report/Audit/MonthReportGeneratorTest.php
+++ b/tests/Unit/Generator/Report/Audit/MonthReportGeneratorTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Handlers/Events/APIEventHandlerTest.php b/tests/Unit/Handlers/Events/APIEventHandlerTest.php
index 93efcde1ee..f908766020 100644
--- a/tests/Unit/Handlers/Events/APIEventHandlerTest.php
+++ b/tests/Unit/Handlers/Events/APIEventHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Handlers/Events/AdminEventHandlerTest.php b/tests/Unit/Handlers/Events/AdminEventHandlerTest.php
index 8a99dfc934..290acad0a5 100644
--- a/tests/Unit/Handlers/Events/AdminEventHandlerTest.php
+++ b/tests/Unit/Handlers/Events/AdminEventHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Handlers/Events/AutomationHandlerTest.php b/tests/Unit/Handlers/Events/AutomationHandlerTest.php
index 69ff31e388..211c078e46 100644
--- a/tests/Unit/Handlers/Events/AutomationHandlerTest.php
+++ b/tests/Unit/Handlers/Events/AutomationHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Handlers/Events/StoredGroupEventHandlerTest.php b/tests/Unit/Handlers/Events/StoredGroupEventHandlerTest.php
index 05a86d97c3..63a3c00584 100644
--- a/tests/Unit/Handlers/Events/StoredGroupEventHandlerTest.php
+++ b/tests/Unit/Handlers/Events/StoredGroupEventHandlerTest.php
@@ -3,20 +3,20 @@
* StoredGroupEventHandlerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Handlers/Events/UpdatedGroupEventHandlerTest.php b/tests/Unit/Handlers/Events/UpdatedGroupEventHandlerTest.php
index 02ee50be7c..01adce56a2 100644
--- a/tests/Unit/Handlers/Events/UpdatedGroupEventHandlerTest.php
+++ b/tests/Unit/Handlers/Events/UpdatedGroupEventHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Handlers/Events/UserEventHandlerTest.php b/tests/Unit/Handlers/Events/UserEventHandlerTest.php
index c41c2651af..6ce78d4bde 100644
--- a/tests/Unit/Handlers/Events/UserEventHandlerTest.php
+++ b/tests/Unit/Handlers/Events/UserEventHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Handlers/Events/VersionCheckEventHandlerTest.php b/tests/Unit/Handlers/Events/VersionCheckEventHandlerTest.php
index bd18404c4f..49bd815cfc 100644
--- a/tests/Unit/Handlers/Events/VersionCheckEventHandlerTest.php
+++ b/tests/Unit/Handlers/Events/VersionCheckEventHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Helpers/Attachments/AttachmentHelperTest.php b/tests/Unit/Helpers/Attachments/AttachmentHelperTest.php
index 17a83cbf4d..69c5f2ea62 100644
--- a/tests/Unit/Helpers/Attachments/AttachmentHelperTest.php
+++ b/tests/Unit/Helpers/Attachments/AttachmentHelperTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Helpers/Fiscal/FiscalHelperTest.php b/tests/Unit/Helpers/Fiscal/FiscalHelperTest.php
index b1e3563901..84c2c7b8e7 100644
--- a/tests/Unit/Helpers/Fiscal/FiscalHelperTest.php
+++ b/tests/Unit/Helpers/Fiscal/FiscalHelperTest.php
@@ -3,20 +3,20 @@
* FiscalHelperTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Helpers/Help/HelpTest.php b/tests/Unit/Helpers/Help/HelpTest.php
index 159dde2959..1db04d0703 100644
--- a/tests/Unit/Helpers/Help/HelpTest.php
+++ b/tests/Unit/Helpers/Help/HelpTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Helpers/Report/NetWorthTest.php b/tests/Unit/Helpers/Report/NetWorthTest.php
index e86c147ffd..9f65bc4042 100644
--- a/tests/Unit/Helpers/Report/NetWorthTest.php
+++ b/tests/Unit/Helpers/Report/NetWorthTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Converter/AmountCreditTest.php b/tests/Unit/Import/Converter/AmountCreditTest.php
index 33dc43dd90..277dcfefa8 100644
--- a/tests/Unit/Import/Converter/AmountCreditTest.php
+++ b/tests/Unit/Import/Converter/AmountCreditTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Converter/AmountDebitTest.php b/tests/Unit/Import/Converter/AmountDebitTest.php
index 64aed537ce..3384227a70 100644
--- a/tests/Unit/Import/Converter/AmountDebitTest.php
+++ b/tests/Unit/Import/Converter/AmountDebitTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Converter/AmountNegatedTest.php b/tests/Unit/Import/Converter/AmountNegatedTest.php
index d3fa98d66b..793c5c167b 100644
--- a/tests/Unit/Import/Converter/AmountNegatedTest.php
+++ b/tests/Unit/Import/Converter/AmountNegatedTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Converter/AmountTest.php b/tests/Unit/Import/Converter/AmountTest.php
index ccf97990e2..3d9b6c439a 100644
--- a/tests/Unit/Import/Converter/AmountTest.php
+++ b/tests/Unit/Import/Converter/AmountTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Converter/BankDebitCreditTest.php b/tests/Unit/Import/Converter/BankDebitCreditTest.php
index 3fa2a6c314..36a1720c6e 100644
--- a/tests/Unit/Import/Converter/BankDebitCreditTest.php
+++ b/tests/Unit/Import/Converter/BankDebitCreditTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/JobConfiguration/BunqJobConfigurationTest.php b/tests/Unit/Import/JobConfiguration/BunqJobConfigurationTest.php
index 7b206eea0b..3b96a89a0e 100644
--- a/tests/Unit/Import/JobConfiguration/BunqJobConfigurationTest.php
+++ b/tests/Unit/Import/JobConfiguration/BunqJobConfigurationTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/JobConfiguration/FakeJobConfigurationTest.php b/tests/Unit/Import/JobConfiguration/FakeJobConfigurationTest.php
index d3950230cc..b53534f925 100644
--- a/tests/Unit/Import/JobConfiguration/FakeJobConfigurationTest.php
+++ b/tests/Unit/Import/JobConfiguration/FakeJobConfigurationTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/JobConfiguration/FileJobConfigurationTest.php b/tests/Unit/Import/JobConfiguration/FileJobConfigurationTest.php
index de8faf3b61..7b316720ba 100644
--- a/tests/Unit/Import/JobConfiguration/FileJobConfigurationTest.php
+++ b/tests/Unit/Import/JobConfiguration/FileJobConfigurationTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/JobConfiguration/FinTSJobConfigurationTest.php b/tests/Unit/Import/JobConfiguration/FinTSJobConfigurationTest.php
index 4579370084..efdf245902 100644
--- a/tests/Unit/Import/JobConfiguration/FinTSJobConfigurationTest.php
+++ b/tests/Unit/Import/JobConfiguration/FinTSJobConfigurationTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* FinTSJobConfigurationTest.php
diff --git a/tests/Unit/Import/JobConfiguration/SpectreJobConfigurationTest.php b/tests/Unit/Import/JobConfiguration/SpectreJobConfigurationTest.php
index 7639f66edd..c1c8dd897b 100644
--- a/tests/Unit/Import/JobConfiguration/SpectreJobConfigurationTest.php
+++ b/tests/Unit/Import/JobConfiguration/SpectreJobConfigurationTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/JobConfiguration/YnabJobConfigurationTest.php b/tests/Unit/Import/JobConfiguration/YnabJobConfigurationTest.php
index ecf6168202..d907d941b7 100644
--- a/tests/Unit/Import/JobConfiguration/YnabJobConfigurationTest.php
+++ b/tests/Unit/Import/JobConfiguration/YnabJobConfigurationTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Mapper/AssetAccountIbansTest.php b/tests/Unit/Import/Mapper/AssetAccountIbansTest.php
index 47c99de10d..afc267ed93 100644
--- a/tests/Unit/Import/Mapper/AssetAccountIbansTest.php
+++ b/tests/Unit/Import/Mapper/AssetAccountIbansTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Mapper/AssetAccountsTest.php b/tests/Unit/Import/Mapper/AssetAccountsTest.php
index cb1d6c7d7d..d1475b864b 100644
--- a/tests/Unit/Import/Mapper/AssetAccountsTest.php
+++ b/tests/Unit/Import/Mapper/AssetAccountsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Mapper/BillsTest.php b/tests/Unit/Import/Mapper/BillsTest.php
index 808ed69cf8..7cbd7578d2 100644
--- a/tests/Unit/Import/Mapper/BillsTest.php
+++ b/tests/Unit/Import/Mapper/BillsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Mapper/BudgetsTest.php b/tests/Unit/Import/Mapper/BudgetsTest.php
index 3b0924bd46..ab1d440b89 100644
--- a/tests/Unit/Import/Mapper/BudgetsTest.php
+++ b/tests/Unit/Import/Mapper/BudgetsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Mapper/CategoriesTest.php b/tests/Unit/Import/Mapper/CategoriesTest.php
index 5d8bf9d35a..6d1a052553 100644
--- a/tests/Unit/Import/Mapper/CategoriesTest.php
+++ b/tests/Unit/Import/Mapper/CategoriesTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Mapper/OpposingAccountIbansTest.php b/tests/Unit/Import/Mapper/OpposingAccountIbansTest.php
index 9b40d68d46..a70e0d4231 100644
--- a/tests/Unit/Import/Mapper/OpposingAccountIbansTest.php
+++ b/tests/Unit/Import/Mapper/OpposingAccountIbansTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Mapper/OpposingAccountsTest.php b/tests/Unit/Import/Mapper/OpposingAccountsTest.php
index b0d1a5cb18..78c44e8cd3 100644
--- a/tests/Unit/Import/Mapper/OpposingAccountsTest.php
+++ b/tests/Unit/Import/Mapper/OpposingAccountsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Mapper/TagsTest.php b/tests/Unit/Import/Mapper/TagsTest.php
index 9092b26600..bcb8e57b9c 100644
--- a/tests/Unit/Import/Mapper/TagsTest.php
+++ b/tests/Unit/Import/Mapper/TagsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Mapper/TransactionCurrenciesTest.php b/tests/Unit/Import/Mapper/TransactionCurrenciesTest.php
index c674acee64..5e64d09f58 100644
--- a/tests/Unit/Import/Mapper/TransactionCurrenciesTest.php
+++ b/tests/Unit/Import/Mapper/TransactionCurrenciesTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/MapperPreProcess/TagsCommaTest.php b/tests/Unit/Import/MapperPreProcess/TagsCommaTest.php
index 97ad59da06..4c8e2959c8 100644
--- a/tests/Unit/Import/MapperPreProcess/TagsCommaTest.php
+++ b/tests/Unit/Import/MapperPreProcess/TagsCommaTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/MapperPreProcess/TagsSpaceTest.php b/tests/Unit/Import/MapperPreProcess/TagsSpaceTest.php
index 1c3eda3c5e..d118d5f3c2 100644
--- a/tests/Unit/Import/MapperPreProcess/TagsSpaceTest.php
+++ b/tests/Unit/Import/MapperPreProcess/TagsSpaceTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Prerequisites/BunqPrerequisitesTest.php b/tests/Unit/Import/Prerequisites/BunqPrerequisitesTest.php
index 86b04d466f..045eca3537 100644
--- a/tests/Unit/Import/Prerequisites/BunqPrerequisitesTest.php
+++ b/tests/Unit/Import/Prerequisites/BunqPrerequisitesTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Prerequisites/FakePrerequisitesTest.php b/tests/Unit/Import/Prerequisites/FakePrerequisitesTest.php
index f1fdace905..2affc0ace9 100644
--- a/tests/Unit/Import/Prerequisites/FakePrerequisitesTest.php
+++ b/tests/Unit/Import/Prerequisites/FakePrerequisitesTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Prerequisites/SpectrePrerequisitesTest.php b/tests/Unit/Import/Prerequisites/SpectrePrerequisitesTest.php
index 40902f6387..fe4825c2aa 100644
--- a/tests/Unit/Import/Prerequisites/SpectrePrerequisitesTest.php
+++ b/tests/Unit/Import/Prerequisites/SpectrePrerequisitesTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Prerequisites/YnabPrerequisitesTest.php b/tests/Unit/Import/Prerequisites/YnabPrerequisitesTest.php
index d9fb974827..f55fa186c3 100644
--- a/tests/Unit/Import/Prerequisites/YnabPrerequisitesTest.php
+++ b/tests/Unit/Import/Prerequisites/YnabPrerequisitesTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Routine/BunqRoutineTest.php b/tests/Unit/Import/Routine/BunqRoutineTest.php
index 0b7a1a052a..57433378e4 100644
--- a/tests/Unit/Import/Routine/BunqRoutineTest.php
+++ b/tests/Unit/Import/Routine/BunqRoutineTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Routine/FakeRoutineTest.php b/tests/Unit/Import/Routine/FakeRoutineTest.php
index e9d304e559..276c8d3114 100644
--- a/tests/Unit/Import/Routine/FakeRoutineTest.php
+++ b/tests/Unit/Import/Routine/FakeRoutineTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Routine/FileRoutineTest.php b/tests/Unit/Import/Routine/FileRoutineTest.php
index c69e8a6c72..745072d485 100644
--- a/tests/Unit/Import/Routine/FileRoutineTest.php
+++ b/tests/Unit/Import/Routine/FileRoutineTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Routine/FinTSRoutineTest.php b/tests/Unit/Import/Routine/FinTSRoutineTest.php
index 459693f734..131d330e99 100644
--- a/tests/Unit/Import/Routine/FinTSRoutineTest.php
+++ b/tests/Unit/Import/Routine/FinTSRoutineTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* FinTSRoutineTest.php
diff --git a/tests/Unit/Import/Routine/SpectreRoutineTest.php b/tests/Unit/Import/Routine/SpectreRoutineTest.php
index 2212ee878d..bdb49ef9ac 100644
--- a/tests/Unit/Import/Routine/SpectreRoutineTest.php
+++ b/tests/Unit/Import/Routine/SpectreRoutineTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Routine/YnabRoutineTest.php b/tests/Unit/Import/Routine/YnabRoutineTest.php
index 431c4a9bb7..eb97b1ca31 100644
--- a/tests/Unit/Import/Routine/YnabRoutineTest.php
+++ b/tests/Unit/Import/Routine/YnabRoutineTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Specifics/AbnAmroDescriptionTest.php b/tests/Unit/Import/Specifics/AbnAmroDescriptionTest.php
index 679e87b1cd..8f20a72e14 100644
--- a/tests/Unit/Import/Specifics/AbnAmroDescriptionTest.php
+++ b/tests/Unit/Import/Specifics/AbnAmroDescriptionTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Specifics/BelfiusTest.php b/tests/Unit/Import/Specifics/BelfiusTest.php
index 195a88fef7..da1cfcdc72 100644
--- a/tests/Unit/Import/Specifics/BelfiusTest.php
+++ b/tests/Unit/Import/Specifics/BelfiusTest.php
@@ -1,22 +1,22 @@
+ * Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Specifics/IngBelgiumTest.php b/tests/Unit/Import/Specifics/IngBelgiumTest.php
index f477f3cbce..30f829b287 100644
--- a/tests/Unit/Import/Specifics/IngBelgiumTest.php
+++ b/tests/Unit/Import/Specifics/IngBelgiumTest.php
@@ -1,22 +1,22 @@
+ * Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Specifics/IngDescriptionTest.php b/tests/Unit/Import/Specifics/IngDescriptionTest.php
index d6d17c43da..e3c1f6b42e 100644
--- a/tests/Unit/Import/Specifics/IngDescriptionTest.php
+++ b/tests/Unit/Import/Specifics/IngDescriptionTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Specifics/PresidentsChoiceTest.php b/tests/Unit/Import/Specifics/PresidentsChoiceTest.php
index 05e600a70b..2d58ef6c72 100644
--- a/tests/Unit/Import/Specifics/PresidentsChoiceTest.php
+++ b/tests/Unit/Import/Specifics/PresidentsChoiceTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Specifics/SnsDescriptionTest.php b/tests/Unit/Import/Specifics/SnsDescriptionTest.php
index fa6b02b0c0..8bcd0b2fb9 100644
--- a/tests/Unit/Import/Specifics/SnsDescriptionTest.php
+++ b/tests/Unit/Import/Specifics/SnsDescriptionTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Import/Storage/ImportArrayStorageTest.php b/tests/Unit/Import/Storage/ImportArrayStorageTest.php
index 5edbd06185..972c397134 100644
--- a/tests/Unit/Import/Storage/ImportArrayStorageTest.php
+++ b/tests/Unit/Import/Storage/ImportArrayStorageTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Jobs/CreateRecurringTransactionsTest.php b/tests/Unit/Jobs/CreateRecurringTransactionsTest.php
index 11b1a3782f..75180b062c 100644
--- a/tests/Unit/Jobs/CreateRecurringTransactionsTest.php
+++ b/tests/Unit/Jobs/CreateRecurringTransactionsTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* CreateRecurringTransactionsTest.php
diff --git a/tests/Unit/Middleware/AuthenticateTest.php b/tests/Unit/Middleware/AuthenticateTest.php
index 342874023c..8581bd880c 100644
--- a/tests/Unit/Middleware/AuthenticateTest.php
+++ b/tests/Unit/Middleware/AuthenticateTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Middleware/BinderTest.php b/tests/Unit/Middleware/BinderTest.php
index 80779d8a7a..0f0038cc7d 100644
--- a/tests/Unit/Middleware/BinderTest.php
+++ b/tests/Unit/Middleware/BinderTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Middleware/IsAdminTest.php b/tests/Unit/Middleware/IsAdminTest.php
index 24a016308b..e995893920 100644
--- a/tests/Unit/Middleware/IsAdminTest.php
+++ b/tests/Unit/Middleware/IsAdminTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Middleware/IsDemoUserTest.php b/tests/Unit/Middleware/IsDemoUserTest.php
index 657df08f5b..e97c5a03d2 100644
--- a/tests/Unit/Middleware/IsDemoUserTest.php
+++ b/tests/Unit/Middleware/IsDemoUserTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Middleware/IsSandstormUserTest.php b/tests/Unit/Middleware/IsSandstormUserTest.php
index 980cd5788e..a5173b9167 100644
--- a/tests/Unit/Middleware/IsSandstormUserTest.php
+++ b/tests/Unit/Middleware/IsSandstormUserTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Middleware/RangeTest.php b/tests/Unit/Middleware/RangeTest.php
index 00b95c0328..962daf5c6a 100644
--- a/tests/Unit/Middleware/RangeTest.php
+++ b/tests/Unit/Middleware/RangeTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Middleware/RedirectIfAuthenticatedTest.php b/tests/Unit/Middleware/RedirectIfAuthenticatedTest.php
index 5964c90dad..74fb97fdce 100644
--- a/tests/Unit/Middleware/RedirectIfAuthenticatedTest.php
+++ b/tests/Unit/Middleware/RedirectIfAuthenticatedTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Middleware/SandstormTest.php b/tests/Unit/Middleware/SandstormTest.php
index 737143a227..3d009a7c04 100644
--- a/tests/Unit/Middleware/SandstormTest.php
+++ b/tests/Unit/Middleware/SandstormTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Middleware/SecureHeadersTest.php b/tests/Unit/Middleware/SecureHeadersTest.php
index bb59b2dd34..83a884fc4e 100644
--- a/tests/Unit/Middleware/SecureHeadersTest.php
+++ b/tests/Unit/Middleware/SecureHeadersTest.php
@@ -3,20 +3,20 @@
* SecureHeadersTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Rules/BelongsUserTest.php b/tests/Unit/Rules/BelongsUserTest.php
index bbdbbd217d..b5bbe25302 100644
--- a/tests/Unit/Rules/BelongsUserTest.php
+++ b/tests/Unit/Rules/BelongsUserTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* BelongsUserTest.php
diff --git a/tests/Unit/Rules/IsAssetAccountIdTest.php b/tests/Unit/Rules/IsAssetAccountIdTest.php
index 08d80ccb1e..b0a74a6f06 100644
--- a/tests/Unit/Rules/IsAssetAccountIdTest.php
+++ b/tests/Unit/Rules/IsAssetAccountIdTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* IsAssetAccountIdTest.php
diff --git a/tests/Unit/Rules/IsBooleanTest.php b/tests/Unit/Rules/IsBooleanTest.php
index d1893653cb..37119ff6db 100644
--- a/tests/Unit/Rules/IsBooleanTest.php
+++ b/tests/Unit/Rules/IsBooleanTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* IsBooleanTest.php
diff --git a/tests/Unit/Rules/IsDateOrTimeTest.php b/tests/Unit/Rules/IsDateOrTimeTest.php
index 02f3f4915a..2cfdaa9628 100644
--- a/tests/Unit/Rules/IsDateOrTimeTest.php
+++ b/tests/Unit/Rules/IsDateOrTimeTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* IsDateOrTimeTest.php
diff --git a/tests/Unit/Rules/IsValidAttachmentModelTest.php b/tests/Unit/Rules/IsValidAttachmentModelTest.php
index 58ef28caaf..892e8242fa 100644
--- a/tests/Unit/Rules/IsValidAttachmentModelTest.php
+++ b/tests/Unit/Rules/IsValidAttachmentModelTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* IsValidAttachmentModelTest.php
diff --git a/tests/Unit/Rules/UniqueIbanTest.php b/tests/Unit/Rules/UniqueIbanTest.php
index 0ddfbcb881..167bef3998 100644
--- a/tests/Unit/Rules/UniqueIbanTest.php
+++ b/tests/Unit/Rules/UniqueIbanTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* UniqueIbanTest.php
diff --git a/tests/Unit/Services/Internal/Destroy/AccountDestroyServiceTest.php b/tests/Unit/Services/Internal/Destroy/AccountDestroyServiceTest.php
index 515417272d..b076c8ef0a 100644
--- a/tests/Unit/Services/Internal/Destroy/AccountDestroyServiceTest.php
+++ b/tests/Unit/Services/Internal/Destroy/AccountDestroyServiceTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Services/Internal/Update/AccountUpdateServiceTest.php b/tests/Unit/Services/Internal/Update/AccountUpdateServiceTest.php
index 401e9b6695..789b0a74e0 100644
--- a/tests/Unit/Services/Internal/Update/AccountUpdateServiceTest.php
+++ b/tests/Unit/Services/Internal/Update/AccountUpdateServiceTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Cronjobs/RecurringCronjobTest.php b/tests/Unit/Support/Cronjobs/RecurringCronjobTest.php
index dd936a0e32..d73905904e 100644
--- a/tests/Unit/Support/Cronjobs/RecurringCronjobTest.php
+++ b/tests/Unit/Support/Cronjobs/RecurringCronjobTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* RecurringCronjobTest.php
diff --git a/tests/Unit/Support/FinTS/MetadataParserTest.php b/tests/Unit/Support/FinTS/MetadataParserTest.php
index 4a632501a3..37d23e6558 100644
--- a/tests/Unit/Support/FinTS/MetadataParserTest.php
+++ b/tests/Unit/Support/FinTS/MetadataParserTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/JobConfiguration/Bunq/ChooseAccountsHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/Bunq/ChooseAccountsHandlerTest.php
index 05d3aa6830..732feb79c7 100644
--- a/tests/Unit/Support/Import/JobConfiguration/Bunq/ChooseAccountsHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/Bunq/ChooseAccountsHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/JobConfiguration/Bunq/NewBunqJobHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/Bunq/NewBunqJobHandlerTest.php
index 7c9c2549f2..5d4250eae9 100644
--- a/tests/Unit/Support/Import/JobConfiguration/Bunq/NewBunqJobHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/Bunq/NewBunqJobHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/JobConfiguration/File/ConfigureMappingHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/File/ConfigureMappingHandlerTest.php
index bb883471c3..64f3fbd071 100644
--- a/tests/Unit/Support/Import/JobConfiguration/File/ConfigureMappingHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/File/ConfigureMappingHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/JobConfiguration/File/ConfigureRolesHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/File/ConfigureRolesHandlerTest.php
index 935f098d3c..55f3ed72de 100644
--- a/tests/Unit/Support/Import/JobConfiguration/File/ConfigureRolesHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/File/ConfigureRolesHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/JobConfiguration/File/ConfigureUploadHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/File/ConfigureUploadHandlerTest.php
index 0edf095a0d..23b53e41da 100644
--- a/tests/Unit/Support/Import/JobConfiguration/File/ConfigureUploadHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/File/ConfigureUploadHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/JobConfiguration/File/NewFileJobHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/File/NewFileJobHandlerTest.php
index c141a9ce9a..aa7ef9365e 100644
--- a/tests/Unit/Support/Import/JobConfiguration/File/NewFileJobHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/File/NewFileJobHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseAccountsHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseAccountsHandlerTest.php
index f0f52b6221..b7eee9bdf4 100644
--- a/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseAccountsHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseAccountsHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseLoginHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseLoginHandlerTest.php
index 2f16902cfd..e4473520f5 100644
--- a/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseLoginHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseLoginHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandlerTest.php
index 5f6d01bd82..a3c9d75ac9 100644
--- a/tests/Unit/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Placeholder/ImportTransactionTest.php b/tests/Unit/Support/Import/Placeholder/ImportTransactionTest.php
index d227e570dc..c1881cb27a 100644
--- a/tests/Unit/Support/Import/Placeholder/ImportTransactionTest.php
+++ b/tests/Unit/Support/Import/Placeholder/ImportTransactionTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/Bunq/StageImportDataHandlerTest.php b/tests/Unit/Support/Import/Routine/Bunq/StageImportDataHandlerTest.php
index 93cc11dc9b..6a2c25285e 100644
--- a/tests/Unit/Support/Import/Routine/Bunq/StageImportDataHandlerTest.php
+++ b/tests/Unit/Support/Import/Routine/Bunq/StageImportDataHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/Bunq/StageNewHandlerTest.php b/tests/Unit/Support/Import/Routine/Bunq/StageNewHandlerTest.php
index c59dd08afe..30c0be68c7 100644
--- a/tests/Unit/Support/Import/Routine/Bunq/StageNewHandlerTest.php
+++ b/tests/Unit/Support/Import/Routine/Bunq/StageNewHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/File/AssetAccountMapperTest.php b/tests/Unit/Support/Import/Routine/File/AssetAccountMapperTest.php
index 723e5ed055..d75b6b99fa 100644
--- a/tests/Unit/Support/Import/Routine/File/AssetAccountMapperTest.php
+++ b/tests/Unit/Support/Import/Routine/File/AssetAccountMapperTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/File/CSVProcessorTest.php b/tests/Unit/Support/Import/Routine/File/CSVProcessorTest.php
index cb1d3c8f72..5a997300b8 100644
--- a/tests/Unit/Support/Import/Routine/File/CSVProcessorTest.php
+++ b/tests/Unit/Support/Import/Routine/File/CSVProcessorTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/File/CurrencyMapperTest.php b/tests/Unit/Support/Import/Routine/File/CurrencyMapperTest.php
index 597dcade4b..cb2f5f24ec 100644
--- a/tests/Unit/Support/Import/Routine/File/CurrencyMapperTest.php
+++ b/tests/Unit/Support/Import/Routine/File/CurrencyMapperTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/File/ImportableConverterTest.php b/tests/Unit/Support/Import/Routine/File/ImportableConverterTest.php
index 4371777029..5a5f27f4c6 100644
--- a/tests/Unit/Support/Import/Routine/File/ImportableConverterTest.php
+++ b/tests/Unit/Support/Import/Routine/File/ImportableConverterTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/File/ImportableCreatorTest.php b/tests/Unit/Support/Import/Routine/File/ImportableCreatorTest.php
index f3d5638a99..25942fb933 100644
--- a/tests/Unit/Support/Import/Routine/File/ImportableCreatorTest.php
+++ b/tests/Unit/Support/Import/Routine/File/ImportableCreatorTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/File/LineReaderTest.php b/tests/Unit/Support/Import/Routine/File/LineReaderTest.php
index f0563ba11d..2dd0d4fd26 100644
--- a/tests/Unit/Support/Import/Routine/File/LineReaderTest.php
+++ b/tests/Unit/Support/Import/Routine/File/LineReaderTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/File/MappedValuesValidatorTest.php b/tests/Unit/Support/Import/Routine/File/MappedValuesValidatorTest.php
index 9704f09553..126f8596dd 100644
--- a/tests/Unit/Support/Import/Routine/File/MappedValuesValidatorTest.php
+++ b/tests/Unit/Support/Import/Routine/File/MappedValuesValidatorTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/File/MappingConvergerTest.php b/tests/Unit/Support/Import/Routine/File/MappingConvergerTest.php
index 66caf7bb1b..262b67fecd 100644
--- a/tests/Unit/Support/Import/Routine/File/MappingConvergerTest.php
+++ b/tests/Unit/Support/Import/Routine/File/MappingConvergerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/File/OpposingAccountMapperTest.php b/tests/Unit/Support/Import/Routine/File/OpposingAccountMapperTest.php
index 68b5b0a9f7..f705f2230f 100644
--- a/tests/Unit/Support/Import/Routine/File/OpposingAccountMapperTest.php
+++ b/tests/Unit/Support/Import/Routine/File/OpposingAccountMapperTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/Spectre/StageAuthenticatedHandlerTest.php b/tests/Unit/Support/Import/Routine/Spectre/StageAuthenticatedHandlerTest.php
index ead700d96a..0c07f5a6f9 100644
--- a/tests/Unit/Support/Import/Routine/Spectre/StageAuthenticatedHandlerTest.php
+++ b/tests/Unit/Support/Import/Routine/Spectre/StageAuthenticatedHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/Spectre/StageImportDataHandlerTest.php b/tests/Unit/Support/Import/Routine/Spectre/StageImportDataHandlerTest.php
index 978f01cf78..2a7a2e38e3 100644
--- a/tests/Unit/Support/Import/Routine/Spectre/StageImportDataHandlerTest.php
+++ b/tests/Unit/Support/Import/Routine/Spectre/StageImportDataHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/Import/Routine/Spectre/StageNewHandlerTest.php b/tests/Unit/Support/Import/Routine/Spectre/StageNewHandlerTest.php
index f61c089d8d..4ae423e242 100644
--- a/tests/Unit/Support/Import/Routine/Spectre/StageNewHandlerTest.php
+++ b/tests/Unit/Support/Import/Routine/Spectre/StageNewHandlerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Support/NavigationTest.php b/tests/Unit/Support/NavigationTest.php
index 5665f5d43e..b290f45b89 100644
--- a/tests/Unit/Support/NavigationTest.php
+++ b/tests/Unit/Support/NavigationTest.php
@@ -3,20 +3,20 @@
* NavigationTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
- * This file is part of Firefly III.
+ * This file is part of Firefly III (https://github.com/firefly-iii).
*
- * Firefly III is free software: you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
*
- * Firefly III is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/AddTagTest.php b/tests/Unit/TransactionRules/Actions/AddTagTest.php
index 017f84b284..5c4629d1ca 100644
--- a/tests/Unit/TransactionRules/Actions/AddTagTest.php
+++ b/tests/Unit/TransactionRules/Actions/AddTagTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/AppendDescriptionTest.php b/tests/Unit/TransactionRules/Actions/AppendDescriptionTest.php
index 841b1c3865..b3f95f835b 100644
--- a/tests/Unit/TransactionRules/Actions/AppendDescriptionTest.php
+++ b/tests/Unit/TransactionRules/Actions/AppendDescriptionTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/AppendNotesTest.php b/tests/Unit/TransactionRules/Actions/AppendNotesTest.php
index fdacf21f68..1f1ee057a6 100644
--- a/tests/Unit/TransactionRules/Actions/AppendNotesTest.php
+++ b/tests/Unit/TransactionRules/Actions/AppendNotesTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/ClearBudgetTest.php b/tests/Unit/TransactionRules/Actions/ClearBudgetTest.php
index 4e0d9109d8..9e9f4765cf 100644
--- a/tests/Unit/TransactionRules/Actions/ClearBudgetTest.php
+++ b/tests/Unit/TransactionRules/Actions/ClearBudgetTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/ClearCategoryTest.php b/tests/Unit/TransactionRules/Actions/ClearCategoryTest.php
index f840310aae..2b66f48b7f 100644
--- a/tests/Unit/TransactionRules/Actions/ClearCategoryTest.php
+++ b/tests/Unit/TransactionRules/Actions/ClearCategoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/ClearNotesTest.php b/tests/Unit/TransactionRules/Actions/ClearNotesTest.php
index f36410fec0..4fd539376a 100644
--- a/tests/Unit/TransactionRules/Actions/ClearNotesTest.php
+++ b/tests/Unit/TransactionRules/Actions/ClearNotesTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/ConvertToDepositTest.php b/tests/Unit/TransactionRules/Actions/ConvertToDepositTest.php
index 06369fa2ad..abb869eee3 100644
--- a/tests/Unit/TransactionRules/Actions/ConvertToDepositTest.php
+++ b/tests/Unit/TransactionRules/Actions/ConvertToDepositTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/ConvertToTransferTest.php b/tests/Unit/TransactionRules/Actions/ConvertToTransferTest.php
index 347d7de586..dc7794cf6e 100644
--- a/tests/Unit/TransactionRules/Actions/ConvertToTransferTest.php
+++ b/tests/Unit/TransactionRules/Actions/ConvertToTransferTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/ConvertToWithdrawalTest.php b/tests/Unit/TransactionRules/Actions/ConvertToWithdrawalTest.php
index 1af20e7e26..72a57a783d 100644
--- a/tests/Unit/TransactionRules/Actions/ConvertToWithdrawalTest.php
+++ b/tests/Unit/TransactionRules/Actions/ConvertToWithdrawalTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/LinkToBillTest.php b/tests/Unit/TransactionRules/Actions/LinkToBillTest.php
index e515a4d180..0aa0a20b5c 100644
--- a/tests/Unit/TransactionRules/Actions/LinkToBillTest.php
+++ b/tests/Unit/TransactionRules/Actions/LinkToBillTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* LinkToBillTest.php
diff --git a/tests/Unit/TransactionRules/Actions/PrependDescriptionTest.php b/tests/Unit/TransactionRules/Actions/PrependDescriptionTest.php
index bc831a7476..e4016e3e59 100644
--- a/tests/Unit/TransactionRules/Actions/PrependDescriptionTest.php
+++ b/tests/Unit/TransactionRules/Actions/PrependDescriptionTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/PrependNotesTest.php b/tests/Unit/TransactionRules/Actions/PrependNotesTest.php
index d2a985492d..d8543965c3 100644
--- a/tests/Unit/TransactionRules/Actions/PrependNotesTest.php
+++ b/tests/Unit/TransactionRules/Actions/PrependNotesTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/RemoveAllTagsTest.php b/tests/Unit/TransactionRules/Actions/RemoveAllTagsTest.php
index ef9201bc6c..0f8eb44710 100644
--- a/tests/Unit/TransactionRules/Actions/RemoveAllTagsTest.php
+++ b/tests/Unit/TransactionRules/Actions/RemoveAllTagsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/RemoveTagTest.php b/tests/Unit/TransactionRules/Actions/RemoveTagTest.php
index d97bc6d524..87a2441184 100644
--- a/tests/Unit/TransactionRules/Actions/RemoveTagTest.php
+++ b/tests/Unit/TransactionRules/Actions/RemoveTagTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/SetBudgetTest.php b/tests/Unit/TransactionRules/Actions/SetBudgetTest.php
index e5245f8453..ba5a050814 100644
--- a/tests/Unit/TransactionRules/Actions/SetBudgetTest.php
+++ b/tests/Unit/TransactionRules/Actions/SetBudgetTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/SetCategoryTest.php b/tests/Unit/TransactionRules/Actions/SetCategoryTest.php
index a2f0513d6b..67c80c5bd8 100644
--- a/tests/Unit/TransactionRules/Actions/SetCategoryTest.php
+++ b/tests/Unit/TransactionRules/Actions/SetCategoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/SetDescriptionTest.php b/tests/Unit/TransactionRules/Actions/SetDescriptionTest.php
index 936efb3857..0022fe890e 100644
--- a/tests/Unit/TransactionRules/Actions/SetDescriptionTest.php
+++ b/tests/Unit/TransactionRules/Actions/SetDescriptionTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/SetDestinationAccountTest.php b/tests/Unit/TransactionRules/Actions/SetDestinationAccountTest.php
index 29ba0220e7..4ce3508e6e 100644
--- a/tests/Unit/TransactionRules/Actions/SetDestinationAccountTest.php
+++ b/tests/Unit/TransactionRules/Actions/SetDestinationAccountTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/SetNotesTest.php b/tests/Unit/TransactionRules/Actions/SetNotesTest.php
index 2a116488af..68563cf5c6 100644
--- a/tests/Unit/TransactionRules/Actions/SetNotesTest.php
+++ b/tests/Unit/TransactionRules/Actions/SetNotesTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Actions/SetSourceAccountTest.php b/tests/Unit/TransactionRules/Actions/SetSourceAccountTest.php
index 86276da70f..fbb49eebf6 100644
--- a/tests/Unit/TransactionRules/Actions/SetSourceAccountTest.php
+++ b/tests/Unit/TransactionRules/Actions/SetSourceAccountTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/AmountExactlyTest.php b/tests/Unit/TransactionRules/Triggers/AmountExactlyTest.php
index 998f94b6e8..1a53de984f 100644
--- a/tests/Unit/TransactionRules/Triggers/AmountExactlyTest.php
+++ b/tests/Unit/TransactionRules/Triggers/AmountExactlyTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/AmountLessTest.php b/tests/Unit/TransactionRules/Triggers/AmountLessTest.php
index 2ecabf2bac..7c6ddded44 100644
--- a/tests/Unit/TransactionRules/Triggers/AmountLessTest.php
+++ b/tests/Unit/TransactionRules/Triggers/AmountLessTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/AmountMoreTest.php b/tests/Unit/TransactionRules/Triggers/AmountMoreTest.php
index 7e80a967a5..5e93592c13 100644
--- a/tests/Unit/TransactionRules/Triggers/AmountMoreTest.php
+++ b/tests/Unit/TransactionRules/Triggers/AmountMoreTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/BudgetIsTest.php b/tests/Unit/TransactionRules/Triggers/BudgetIsTest.php
index 3c6a04b8e4..73dfc29651 100644
--- a/tests/Unit/TransactionRules/Triggers/BudgetIsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/BudgetIsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/CategoryIsTest.php b/tests/Unit/TransactionRules/Triggers/CategoryIsTest.php
index ba3542f860..56dc4a7338 100644
--- a/tests/Unit/TransactionRules/Triggers/CategoryIsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/CategoryIsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/DescriptionContainsTest.php b/tests/Unit/TransactionRules/Triggers/DescriptionContainsTest.php
index de9d7034e2..b4ee78b67c 100644
--- a/tests/Unit/TransactionRules/Triggers/DescriptionContainsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/DescriptionContainsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/DescriptionEndsTest.php b/tests/Unit/TransactionRules/Triggers/DescriptionEndsTest.php
index 41711ab205..ed9dceb66c 100644
--- a/tests/Unit/TransactionRules/Triggers/DescriptionEndsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/DescriptionEndsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/DescriptionIsTest.php b/tests/Unit/TransactionRules/Triggers/DescriptionIsTest.php
index 23832ebea1..147cb125fb 100644
--- a/tests/Unit/TransactionRules/Triggers/DescriptionIsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/DescriptionIsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/DescriptionStartsTest.php b/tests/Unit/TransactionRules/Triggers/DescriptionStartsTest.php
index 99f66f342b..e8d7db064d 100644
--- a/tests/Unit/TransactionRules/Triggers/DescriptionStartsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/DescriptionStartsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/FromAccountContainsTest.php b/tests/Unit/TransactionRules/Triggers/FromAccountContainsTest.php
index 99b253d6dd..2972e6d883 100644
--- a/tests/Unit/TransactionRules/Triggers/FromAccountContainsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/FromAccountContainsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/FromAccountEndsTest.php b/tests/Unit/TransactionRules/Triggers/FromAccountEndsTest.php
index 2da9ec36ad..0c547c917b 100644
--- a/tests/Unit/TransactionRules/Triggers/FromAccountEndsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/FromAccountEndsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/FromAccountIsTest.php b/tests/Unit/TransactionRules/Triggers/FromAccountIsTest.php
index f6a9866db4..bc31f8b5bb 100644
--- a/tests/Unit/TransactionRules/Triggers/FromAccountIsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/FromAccountIsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/FromAccountStartsTest.php b/tests/Unit/TransactionRules/Triggers/FromAccountStartsTest.php
index d31e6fc83a..85ff8f55be 100644
--- a/tests/Unit/TransactionRules/Triggers/FromAccountStartsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/FromAccountStartsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/HasAnyBudgetTest.php b/tests/Unit/TransactionRules/Triggers/HasAnyBudgetTest.php
index f7bd73d40d..e56fc85e0a 100644
--- a/tests/Unit/TransactionRules/Triggers/HasAnyBudgetTest.php
+++ b/tests/Unit/TransactionRules/Triggers/HasAnyBudgetTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/HasAnyCategoryTest.php b/tests/Unit/TransactionRules/Triggers/HasAnyCategoryTest.php
index 2d1d85cf12..531c095b7f 100644
--- a/tests/Unit/TransactionRules/Triggers/HasAnyCategoryTest.php
+++ b/tests/Unit/TransactionRules/Triggers/HasAnyCategoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/HasAnyTagTest.php b/tests/Unit/TransactionRules/Triggers/HasAnyTagTest.php
index 3d1e16b740..916816eb1e 100644
--- a/tests/Unit/TransactionRules/Triggers/HasAnyTagTest.php
+++ b/tests/Unit/TransactionRules/Triggers/HasAnyTagTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/HasAttachmentTest.php b/tests/Unit/TransactionRules/Triggers/HasAttachmentTest.php
index f47f4bce27..e5994140a8 100644
--- a/tests/Unit/TransactionRules/Triggers/HasAttachmentTest.php
+++ b/tests/Unit/TransactionRules/Triggers/HasAttachmentTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/HasNoBudgetTest.php b/tests/Unit/TransactionRules/Triggers/HasNoBudgetTest.php
index d5be80026e..846642b820 100644
--- a/tests/Unit/TransactionRules/Triggers/HasNoBudgetTest.php
+++ b/tests/Unit/TransactionRules/Triggers/HasNoBudgetTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/HasNoCategoryTest.php b/tests/Unit/TransactionRules/Triggers/HasNoCategoryTest.php
index 5c6b55f593..eac6bb31dd 100644
--- a/tests/Unit/TransactionRules/Triggers/HasNoCategoryTest.php
+++ b/tests/Unit/TransactionRules/Triggers/HasNoCategoryTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/HasNoTagTest.php b/tests/Unit/TransactionRules/Triggers/HasNoTagTest.php
index c1662f4b61..ac401d0fed 100644
--- a/tests/Unit/TransactionRules/Triggers/HasNoTagTest.php
+++ b/tests/Unit/TransactionRules/Triggers/HasNoTagTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/NotesAnyTest.php b/tests/Unit/TransactionRules/Triggers/NotesAnyTest.php
index 2dfe9180a4..5beadf9695 100644
--- a/tests/Unit/TransactionRules/Triggers/NotesAnyTest.php
+++ b/tests/Unit/TransactionRules/Triggers/NotesAnyTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/NotesAreTest.php b/tests/Unit/TransactionRules/Triggers/NotesAreTest.php
index 3f76ada49b..effcd4f6e8 100644
--- a/tests/Unit/TransactionRules/Triggers/NotesAreTest.php
+++ b/tests/Unit/TransactionRules/Triggers/NotesAreTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/NotesContainTest.php b/tests/Unit/TransactionRules/Triggers/NotesContainTest.php
index b1ba08019f..6e9af75985 100644
--- a/tests/Unit/TransactionRules/Triggers/NotesContainTest.php
+++ b/tests/Unit/TransactionRules/Triggers/NotesContainTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/NotesEmptyTest.php b/tests/Unit/TransactionRules/Triggers/NotesEmptyTest.php
index 2275f86830..d61737c177 100644
--- a/tests/Unit/TransactionRules/Triggers/NotesEmptyTest.php
+++ b/tests/Unit/TransactionRules/Triggers/NotesEmptyTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/NotesEndTest.php b/tests/Unit/TransactionRules/Triggers/NotesEndTest.php
index 9f06574137..fcc375dfef 100644
--- a/tests/Unit/TransactionRules/Triggers/NotesEndTest.php
+++ b/tests/Unit/TransactionRules/Triggers/NotesEndTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/NotesStartTest.php b/tests/Unit/TransactionRules/Triggers/NotesStartTest.php
index 326485611c..523ff89820 100644
--- a/tests/Unit/TransactionRules/Triggers/NotesStartTest.php
+++ b/tests/Unit/TransactionRules/Triggers/NotesStartTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/TagIsTest.php b/tests/Unit/TransactionRules/Triggers/TagIsTest.php
index 45d609616b..5a1b76368d 100644
--- a/tests/Unit/TransactionRules/Triggers/TagIsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/TagIsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/ToAccountContainsTest.php b/tests/Unit/TransactionRules/Triggers/ToAccountContainsTest.php
index f2bbfd9e4d..cee8af3b48 100644
--- a/tests/Unit/TransactionRules/Triggers/ToAccountContainsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/ToAccountContainsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/ToAccountEndsTest.php b/tests/Unit/TransactionRules/Triggers/ToAccountEndsTest.php
index 826c9e73da..18cf4e78dc 100644
--- a/tests/Unit/TransactionRules/Triggers/ToAccountEndsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/ToAccountEndsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/ToAccountIsTest.php b/tests/Unit/TransactionRules/Triggers/ToAccountIsTest.php
index 3e91256ec2..0f28c9dbc2 100644
--- a/tests/Unit/TransactionRules/Triggers/ToAccountIsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/ToAccountIsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/ToAccountStartsTest.php b/tests/Unit/TransactionRules/Triggers/ToAccountStartsTest.php
index 47e3d7dfca..b3d21bfd4a 100644
--- a/tests/Unit/TransactionRules/Triggers/ToAccountStartsTest.php
+++ b/tests/Unit/TransactionRules/Triggers/ToAccountStartsTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/TransactionRules/Triggers/TransactionTypeTest.php b/tests/Unit/TransactionRules/Triggers/TransactionTypeTest.php
index 8d739d4183..e7efe07f84 100644
--- a/tests/Unit/TransactionRules/Triggers/TransactionTypeTest.php
+++ b/tests/Unit/TransactionRules/Triggers/TransactionTypeTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/AccountTransformerTest.php b/tests/Unit/Transformers/AccountTransformerTest.php
index ba79650f4d..1b6b9bb0b5 100644
--- a/tests/Unit/Transformers/AccountTransformerTest.php
+++ b/tests/Unit/Transformers/AccountTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/AttachmentTransformerTest.php b/tests/Unit/Transformers/AttachmentTransformerTest.php
index 4b5c540c44..d51858d795 100644
--- a/tests/Unit/Transformers/AttachmentTransformerTest.php
+++ b/tests/Unit/Transformers/AttachmentTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/AvailableBudgetTransformerTest.php b/tests/Unit/Transformers/AvailableBudgetTransformerTest.php
index f69c6782b1..f58e0b1edd 100644
--- a/tests/Unit/Transformers/AvailableBudgetTransformerTest.php
+++ b/tests/Unit/Transformers/AvailableBudgetTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/BillTransformerTest.php b/tests/Unit/Transformers/BillTransformerTest.php
index 17ff72b61a..d55e8e1b6d 100644
--- a/tests/Unit/Transformers/BillTransformerTest.php
+++ b/tests/Unit/Transformers/BillTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/BudgetLimitTransformerTest.php b/tests/Unit/Transformers/BudgetLimitTransformerTest.php
index 2c6093b26f..29c98a5f36 100644
--- a/tests/Unit/Transformers/BudgetLimitTransformerTest.php
+++ b/tests/Unit/Transformers/BudgetLimitTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/BudgetTransformerTest.php b/tests/Unit/Transformers/BudgetTransformerTest.php
index e8ae7e5d38..c0102ce13e 100644
--- a/tests/Unit/Transformers/BudgetTransformerTest.php
+++ b/tests/Unit/Transformers/BudgetTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/CategoryTransformerTest.php b/tests/Unit/Transformers/CategoryTransformerTest.php
index 85fbbfa712..bc9f9ca6d4 100644
--- a/tests/Unit/Transformers/CategoryTransformerTest.php
+++ b/tests/Unit/Transformers/CategoryTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/CurrencyExchangeRateTransformerTest.php b/tests/Unit/Transformers/CurrencyExchangeRateTransformerTest.php
index 1f218c4047..e13c6a7d10 100644
--- a/tests/Unit/Transformers/CurrencyExchangeRateTransformerTest.php
+++ b/tests/Unit/Transformers/CurrencyExchangeRateTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/CurrencyTransformerTest.php b/tests/Unit/Transformers/CurrencyTransformerTest.php
index 12f21f5d1e..c0d88f3a36 100644
--- a/tests/Unit/Transformers/CurrencyTransformerTest.php
+++ b/tests/Unit/Transformers/CurrencyTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/ImportJobTransformerTest.php b/tests/Unit/Transformers/ImportJobTransformerTest.php
index 953391d4f6..dbe9beff38 100644
--- a/tests/Unit/Transformers/ImportJobTransformerTest.php
+++ b/tests/Unit/Transformers/ImportJobTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/LinkTypeTransformerTest.php b/tests/Unit/Transformers/LinkTypeTransformerTest.php
index 21dcd25c83..a4a9dca1ad 100644
--- a/tests/Unit/Transformers/LinkTypeTransformerTest.php
+++ b/tests/Unit/Transformers/LinkTypeTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/PiggyBankEventTransformerTest.php b/tests/Unit/Transformers/PiggyBankEventTransformerTest.php
index c2ca10c1f6..71b7134fb9 100644
--- a/tests/Unit/Transformers/PiggyBankEventTransformerTest.php
+++ b/tests/Unit/Transformers/PiggyBankEventTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/PiggyBankTransformerTest.php b/tests/Unit/Transformers/PiggyBankTransformerTest.php
index 302612d106..bccd4593c0 100644
--- a/tests/Unit/Transformers/PiggyBankTransformerTest.php
+++ b/tests/Unit/Transformers/PiggyBankTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/PreferenceTransformerTest.php b/tests/Unit/Transformers/PreferenceTransformerTest.php
index 5c587d74d7..8d720a9c75 100644
--- a/tests/Unit/Transformers/PreferenceTransformerTest.php
+++ b/tests/Unit/Transformers/PreferenceTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/RecurrenceTransformerTest.php b/tests/Unit/Transformers/RecurrenceTransformerTest.php
index 37ce53592f..e4b7221ba0 100644
--- a/tests/Unit/Transformers/RecurrenceTransformerTest.php
+++ b/tests/Unit/Transformers/RecurrenceTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/RuleGroupTransformerTest.php b/tests/Unit/Transformers/RuleGroupTransformerTest.php
index 103be10a60..2323f58a73 100644
--- a/tests/Unit/Transformers/RuleGroupTransformerTest.php
+++ b/tests/Unit/Transformers/RuleGroupTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/RuleTransformerTest.php b/tests/Unit/Transformers/RuleTransformerTest.php
index 98bbbfdf84..0d599b7833 100644
--- a/tests/Unit/Transformers/RuleTransformerTest.php
+++ b/tests/Unit/Transformers/RuleTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/TagTransformerTest.php b/tests/Unit/Transformers/TagTransformerTest.php
index 63e5624aa4..a6c227b52d 100644
--- a/tests/Unit/Transformers/TagTransformerTest.php
+++ b/tests/Unit/Transformers/TagTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/TransactionGroupTransformerTest.php b/tests/Unit/Transformers/TransactionGroupTransformerTest.php
index c3905bfced..5799fe38cd 100644
--- a/tests/Unit/Transformers/TransactionGroupTransformerTest.php
+++ b/tests/Unit/Transformers/TransactionGroupTransformerTest.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
/**
* TransactionGroupTransformerTest.php
diff --git a/tests/Unit/Transformers/TransactionLinkTransformerTest.php b/tests/Unit/Transformers/TransactionLinkTransformerTest.php
index 06d7fc312c..4f629cb953 100644
--- a/tests/Unit/Transformers/TransactionLinkTransformerTest.php
+++ b/tests/Unit/Transformers/TransactionLinkTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/tests/Unit/Transformers/UserTransformerTest.php b/tests/Unit/Transformers/UserTransformerTest.php
index cd584341c8..e13976afc7 100644
--- a/tests/Unit/Transformers/UserTransformerTest.php
+++ b/tests/Unit/Transformers/UserTransformerTest.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);