diff --git a/app/TransactionRules/Processor.php b/app/TransactionRules/Processor.php
index 511f1676be..313aa291fc 100644
--- a/app/TransactionRules/Processor.php
+++ b/app/TransactionRules/Processor.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/app/TransactionRules/TransactionMatcher.php b/app/TransactionRules/TransactionMatcher.php
index 34c45143d6..90d073828f 100644
--- a/app/TransactionRules/TransactionMatcher.php
+++ b/app/TransactionRules/TransactionMatcher.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/app/TransactionRules/Triggers/FromAccountContains.php b/app/TransactionRules/Triggers/FromAccountContains.php
index c3665a806c..8f9323d488 100644
--- a/app/TransactionRules/Triggers/FromAccountContains.php
+++ b/app/TransactionRules/Triggers/FromAccountContains.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/bootstrap/app.php b/bootstrap/app.php
index a2f85126e0..79783c3441 100644
--- a/bootstrap/app.php
+++ b/bootstrap/app.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/app.php b/config/app.php
index 7d8097079a..ea73a65bbf 100644
--- a/config/app.php
+++ b/config/app.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
diff --git a/config/auth.php b/config/auth.php
index 66afef9de3..51dec785b8 100644
--- a/config/auth.php
+++ b/config/auth.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/breadcrumbs.php b/config/breadcrumbs.php
index 716bb21787..328c967aba 100644
--- a/config/breadcrumbs.php
+++ b/config/breadcrumbs.php
@@ -2,22 +2,22 @@
/**
* breadcrumbs.php
- * Copyright (c) 2018 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/config/broadcasting.php b/config/broadcasting.php
index 8d6ebe7ee5..9d0f5a4a65 100644
--- a/config/broadcasting.php
+++ b/config/broadcasting.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/cache.php b/config/cache.php
index 414ea33ea6..7f1f21a20e 100644
--- a/config/cache.php
+++ b/config/cache.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/csv.php b/config/csv.php
index 7c9c8c650e..66a84e6a4a 100644
--- a/config/csv.php
+++ b/config/csv.php
@@ -2,22 +2,22 @@
/**
* csv.php
- * Copyright (c) 2018 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/config/database.php b/config/database.php
index 734cab0082..41f4802a17 100644
--- a/config/database.php
+++ b/config/database.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/filesystems.php b/config/filesystems.php
index ef78fbf9de..93a605319e 100644
--- a/config/filesystems.php
+++ b/config/filesystems.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/firefly.php b/config/firefly.php
index a43f8281d7..37eb62ec05 100644
--- a/config/firefly.php
+++ b/config/firefly.php
@@ -3,22 +3,22 @@
/**
* firefly.php
- * Copyright (c) 2018 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/config/google2fa.php b/config/google2fa.php
index 1fb2eb584f..77ad41f01b 100644
--- a/config/google2fa.php
+++ b/config/google2fa.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
return [
diff --git a/config/hashing.php b/config/hashing.php
index daecb9634d..cee3e9da82 100644
--- a/config/hashing.php
+++ b/config/hashing.php
@@ -2,22 +2,22 @@
/**
* hashing.php
- * Copyright (c) 2018 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/config/ide-helper.php b/config/ide-helper.php
index 359c51a770..35969b1c04 100644
--- a/config/ide-helper.php
+++ b/config/ide-helper.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
return array(
diff --git a/config/import.php b/config/import.php
index 63ebef185c..1b53756344 100644
--- a/config/import.php
+++ b/config/import.php
@@ -2,22 +2,22 @@
/**
* import.php
- * Copyright (c) 2018 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/config/intro.php b/config/intro.php
index a18f7604b3..243ee63731 100644
--- a/config/intro.php
+++ b/config/intro.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/ldap.php b/config/ldap.php
index 3a387a214d..60bb706910 100644
--- a/config/ldap.php
+++ b/config/ldap.php
@@ -1,23 +1,23 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/ldap_auth.php b/config/ldap_auth.php
index 886fff15dc..1af2374d80 100644
--- a/config/ldap_auth.php
+++ b/config/ldap_auth.php
@@ -1,23 +1,23 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/logging.php b/config/logging.php
index 5c5d39ec08..80dd12fbb5 100644
--- a/config/logging.php
+++ b/config/logging.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
diff --git a/config/mail.php b/config/mail.php
index 5a782feed8..1d3df1977c 100644
--- a/config/mail.php
+++ b/config/mail.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/queue.php b/config/queue.php
index eddc6dae49..52589eabd2 100644
--- a/config/queue.php
+++ b/config/queue.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/services.php b/config/services.php
index 6a1659be70..00f85558db 100644
--- a/config/services.php
+++ b/config/services.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/session.php b/config/session.php
index a478a0cde3..02a90bcfdc 100644
--- a/config/session.php
+++ b/config/session.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/twigbridge.php b/config/twigbridge.php
index 4665015956..1ed6375009 100644
--- a/config/twigbridge.php
+++ b/config/twigbridge.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
diff --git a/config/upgrade.php b/config/upgrade.php
index e008b05467..e552c3ec0c 100644
--- a/config/upgrade.php
+++ b/config/upgrade.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);
diff --git a/config/view.php b/config/view.php
index 3e6bfec586..38fcab4c2c 100644
--- a/config/view.php
+++ b/config/view.php
@@ -1,22 +1,22 @@
.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
declare(strict_types=1);