From 78481b8aa979cdcf9d67c53029fcd760a5484c58 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 2 Oct 2019 07:00:58 +0200 Subject: [PATCH] Update copyright of Firefly III to the GNU Affero General Public License as suggested by @nxxxse in #2607. This applies to all code in this commit from this moment onwards. --- .../Correction/CorrectionSkeleton.php.stub | 19 ----------------- .../Correction/CreateAccessTokens.php | 20 +----------------- .../Commands/Correction/CreateLinkTypes.php | 19 ----------------- .../Commands/Correction/DeleteEmptyGroups.php | 19 ----------------- .../Correction/DeleteEmptyJournals.php | 19 ----------------- .../Correction/DeleteOrphanedTransactions.php | 19 ----------------- .../Commands/Correction/DeleteZeroAmount.php | 19 ----------------- .../Commands/Correction/EnableCurrencies.php | 19 ----------------- .../Commands/Correction/FixAccountTypes.php | 19 ----------------- .../Commands/Correction/FixPiggies.php | 19 ----------------- .../Commands/Correction/FixUnevenAmount.php | 19 ----------------- .../Commands/Correction/RemoveBills.php | 19 ----------------- .../Commands/Correction/RenameMetaFields.php | 19 ----------------- .../Commands/Correction/TransferBudgets.php | 19 ----------------- .../Commands/Integrity/ReportEmptyObjects.php | 19 ----------------- .../Integrity/ReportSkeleton.php.stub | 19 ----------------- app/Console/Commands/Integrity/ReportSum.php | 19 ----------------- app/Console/Commands/Tools/ApplyRules.php | 21 ------------------- .../Commands/Upgrade/AccountCurrencies.php | 19 ----------------- .../Commands/Upgrade/BackToJournals.php | 19 ----------------- .../Commands/Upgrade/MigrateToGroups.php | 19 ----------------- .../Commands/Upgrade/RenameAccountMeta.php | 19 ----------------- .../Upgrade/TransactionIdentifier.php | 19 ----------------- .../Upgrade/TransferCurrenciesCorrections.php | 19 ----------------- .../Commands/Upgrade/UpgradeDatabase.php | 19 ----------------- .../Commands/Upgrade/UpgradeSkeleton.php.stub | 19 ----------------- app/Events/RequestedReportOnJournals.php | 19 ----------------- app/Exceptions/GracefulNotFoundHandler.php | 19 ----------------- .../Controllers/Category/CreateController.php | 19 ----------------- .../Controllers/Category/DeleteController.php | 19 ----------------- .../Controllers/Category/EditController.php | 19 ----------------- .../Controllers/Category/IndexController.php | 19 ----------------- app/Http/Controllers/Json/RuleController.php | 19 ----------------- .../Controllers/Report/BillController.php | 19 ----------------- .../RuleGroup/CreateController.php | 19 ----------------- .../RuleGroup/DeleteController.php | 19 ----------------- .../Controllers/RuleGroup/EditController.php | 19 ----------------- .../RuleGroup/ExecutionController.php | 19 ----------------- .../Transaction/DeleteController.php | 19 ----------------- .../Transaction/EditController.php | 19 ----------------- app/Http/Middleware/InterestingMessage.php | 19 ----------------- app/Jobs/CreateRecurringTransactions.php | 21 ------------------- .../Journal/JournalAPIRepository.php | 19 ----------------- .../Journal/JournalAPIRepositoryInterface.php | 19 ----------------- .../Journal/JournalCLIRepository.php | 19 ----------------- .../Journal/JournalCLIRepositoryInterface.php | 19 ----------------- app/Services/Password/PwndVerifierV3.php | 19 ----------------- .../Category/WholePeriodChartGenerator.php | 19 ----------------- app/Support/Form/AccountForm.php | 19 ----------------- app/Support/Form/CurrencyForm.php | 19 ----------------- app/Support/Form/FormSupport.php | 19 ----------------- app/Support/Form/PiggyBankForm.php | 19 ----------------- app/Support/Form/RuleForm.php | 19 ----------------- app/Support/Http/Api/ApiSupport.php | 19 ----------------- app/TransactionRules/Engine/RuleEngine.php | 19 ----------------- config/twigbridge.php | 21 ------------------- database/factories/UserFactory.php | 20 ------------------ .../2019_02_11_170529_changes_for_v4712.php | 21 ------------------- ...19_03_11_223700_fix_ldap_configuration.php | 20 ------------------ .../2019_03_22_183214_changes_for_v480.php | 20 ------------------ public/v1/js/ff/moment/de_DE.js | 20 +----------------- resources/views/v1/debug.twig | 3 +++ routes/api.php | 20 +----------------- routes/channels.php | 20 +----------------- routes/console.php | 20 +----------------- .../Chart/AccountControllerTest.php | 19 ----------------- .../Chart/AvailableBudgetControllerTest.php | 19 ----------------- .../Chart/CategoryControllerTest.php | 19 ----------------- .../V1/Controllers/SummaryControllerTest.php | 19 ----------------- .../Category/CreateControllerTest.php | 20 +----------------- .../Category/DeleteControllerTest.php | 19 ----------------- .../Category/EditControllerTest.php | 19 ----------------- .../Category/IndexControllerTest.php | 19 ----------------- .../RuleGroup/CreateControllerTest.php | 19 ----------------- .../RuleGroup/DeleteControllerTest.php | 19 ----------------- .../RuleGroup/EditControllerTest.php | 19 ----------------- .../RuleGroup/ExecutionControllerTest.php | 19 ----------------- .../Transaction/CreateControllerTest.php | 19 ----------------- .../Transaction/EditControllerTest.php | 19 ----------------- .../Transaction/IndexControllerTest.php | 19 ----------------- .../Transaction/ShowControllerTest.php | 19 ----------------- .../Correction/CreateAccessTokensTest.php | 20 +----------------- .../Correction/CreateLinkTypesTest.php | 19 ----------------- .../Correction/DeleteEmptyGroupsTest.php | 19 ----------------- .../Correction/DeleteEmptyJournalsTest.php | 19 ----------------- .../DeleteOrphanedTransactionsTest.php | 19 ----------------- .../Correction/DeleteZeroAmountTest.php | 19 ----------------- .../Correction/EnableCurrenciesTest.php | 19 ----------------- .../Correction/FixAccountTypesTest.php | 19 ----------------- .../Commands/Correction/FixPiggiesTest.php | 19 ----------------- .../Correction/FixUnevenAmountTest.php | 19 ----------------- .../Commands/Correction/RemoveBillsTest.php | 19 ----------------- .../Correction/RenameMetaFieldsTest.php | 19 ----------------- .../Correction/TransferBudgetsTest.php | 19 ----------------- .../Console/Commands/DecryptDatabaseTest.php | 19 ----------------- .../Commands/Import/CreateCSVImportTest.php | 19 ----------------- .../Integrity/ReportEmptyObjectsTest.php | 19 ----------------- .../Commands/Integrity/ReportSumTest.php | 19 ----------------- .../Console/Commands/Tools/ApplyRulesTest.php | 19 ----------------- .../Upgrade/AccountCurrenciesTest.php | 19 ----------------- .../Commands/Upgrade/BackToJournalsTest.php | 19 ----------------- .../Upgrade/BudgetLimitCurrencyTest.php | 19 ----------------- .../Commands/Upgrade/CCLiabilitiesTest.php | 19 ----------------- .../Upgrade/MigrateAttachmentsTest.php | 19 ----------------- .../Upgrade/MigrateJournalNotesTest.php | 19 ----------------- .../Commands/Upgrade/MigrateToRulesTest.php | 19 ----------------- .../OtherCurrenciesCorrectionsTest.php | 19 ----------------- .../Upgrade/RenameAccountMetaTest.php | 19 ----------------- .../Upgrade/TransactionIdentifierTest.php | 19 ----------------- .../TransferCurrenciesCorrectionsTest.php | 19 ----------------- .../FinTSJobConfigurationTest.php | 19 ----------------- .../Unit/Import/Routine/FinTSRoutineTest.php | 19 ----------------- .../Jobs/CreateRecurringTransactionsTest.php | 19 ----------------- tests/Unit/Rules/BelongsUserTest.php | 19 ----------------- tests/Unit/Rules/IsAssetAccountIdTest.php | 19 ----------------- tests/Unit/Rules/IsBooleanTest.php | 19 ----------------- tests/Unit/Rules/IsDateOrTimeTest.php | 19 ----------------- .../Unit/Rules/IsValidAttachmentModelTest.php | 19 ----------------- tests/Unit/Rules/UniqueIbanTest.php | 19 ----------------- .../Support/Cronjobs/RecurringCronjobTest.php | 19 ----------------- .../Actions/LinkToBillTest.php | 19 ----------------- .../TransactionGroupTransformerTest.php | 20 +----------------- 122 files changed, 11 insertions(+), 2310 deletions(-) diff --git a/app/Console/Commands/Correction/CorrectionSkeleton.php.stub b/app/Console/Commands/Correction/CorrectionSkeleton.php.stub index 1e514b5177..9c44039c4b 100644 --- a/app/Console/Commands/Correction/CorrectionSkeleton.php.stub +++ b/app/Console/Commands/Correction/CorrectionSkeleton.php.stub @@ -1,23 +1,4 @@ . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/CreateAccessTokens.php b/app/Console/Commands/Correction/CreateAccessTokens.php index dc88d11110..19d8946705 100644 --- a/app/Console/Commands/Correction/CreateAccessTokens.php +++ b/app/Console/Commands/Correction/CreateAccessTokens.php @@ -20,25 +20,7 @@ */ declare(strict_types=1); -/** - * CreateAccessTokens.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ + namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/CreateLinkTypes.php b/app/Console/Commands/Correction/CreateLinkTypes.php index 2a7f9bb257..66d0b06a29 100644 --- a/app/Console/Commands/Correction/CreateLinkTypes.php +++ b/app/Console/Commands/Correction/CreateLinkTypes.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * CreateLinkTypes.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/DeleteEmptyGroups.php b/app/Console/Commands/Correction/DeleteEmptyGroups.php index 98caf9e985..d56851f16a 100644 --- a/app/Console/Commands/Correction/DeleteEmptyGroups.php +++ b/app/Console/Commands/Correction/DeleteEmptyGroups.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * DeleteEmptyGroups.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/DeleteEmptyJournals.php b/app/Console/Commands/Correction/DeleteEmptyJournals.php index 49d9f68126..2a8d34022f 100644 --- a/app/Console/Commands/Correction/DeleteEmptyJournals.php +++ b/app/Console/Commands/Correction/DeleteEmptyJournals.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * DeleteEmptyJournals.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/DeleteOrphanedTransactions.php b/app/Console/Commands/Correction/DeleteOrphanedTransactions.php index 19195f4b66..298b8fc4b1 100644 --- a/app/Console/Commands/Correction/DeleteOrphanedTransactions.php +++ b/app/Console/Commands/Correction/DeleteOrphanedTransactions.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * DeleteOrphanedTransactions.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/DeleteZeroAmount.php b/app/Console/Commands/Correction/DeleteZeroAmount.php index e82a6af7b6..0c96de059a 100644 --- a/app/Console/Commands/Correction/DeleteZeroAmount.php +++ b/app/Console/Commands/Correction/DeleteZeroAmount.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * DeleteZeroAmount.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/EnableCurrencies.php b/app/Console/Commands/Correction/EnableCurrencies.php index 47027654f0..b1ca8d3c9b 100644 --- a/app/Console/Commands/Correction/EnableCurrencies.php +++ b/app/Console/Commands/Correction/EnableCurrencies.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * EnableCurrencies.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/FixAccountTypes.php b/app/Console/Commands/Correction/FixAccountTypes.php index 0f483e9e68..9f3995af63 100644 --- a/app/Console/Commands/Correction/FixAccountTypes.php +++ b/app/Console/Commands/Correction/FixAccountTypes.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * FixAccountTypes.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/FixPiggies.php b/app/Console/Commands/Correction/FixPiggies.php index d9979a6608..61ed7eabee 100644 --- a/app/Console/Commands/Correction/FixPiggies.php +++ b/app/Console/Commands/Correction/FixPiggies.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * FixPiggies.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/FixUnevenAmount.php b/app/Console/Commands/Correction/FixUnevenAmount.php index e4cb329a00..2618e4fa08 100644 --- a/app/Console/Commands/Correction/FixUnevenAmount.php +++ b/app/Console/Commands/Correction/FixUnevenAmount.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * FixUnevenAmount.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/RemoveBills.php b/app/Console/Commands/Correction/RemoveBills.php index 0ccbe7fac5..06daeacc10 100644 --- a/app/Console/Commands/Correction/RemoveBills.php +++ b/app/Console/Commands/Correction/RemoveBills.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * RemoveBills.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/RenameMetaFields.php b/app/Console/Commands/Correction/RenameMetaFields.php index 36cad0aef6..f388538470 100644 --- a/app/Console/Commands/Correction/RenameMetaFields.php +++ b/app/Console/Commands/Correction/RenameMetaFields.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * RenameMetaFields.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/TransferBudgets.php b/app/Console/Commands/Correction/TransferBudgets.php index 523d97389d..783f48f6f5 100644 --- a/app/Console/Commands/Correction/TransferBudgets.php +++ b/app/Console/Commands/Correction/TransferBudgets.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * TransferBudgets.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Integrity/ReportEmptyObjects.php b/app/Console/Commands/Integrity/ReportEmptyObjects.php index 3f68c504b2..201c661260 100644 --- a/app/Console/Commands/Integrity/ReportEmptyObjects.php +++ b/app/Console/Commands/Integrity/ReportEmptyObjects.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * ReportEmptyObjects.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Integrity; diff --git a/app/Console/Commands/Integrity/ReportSkeleton.php.stub b/app/Console/Commands/Integrity/ReportSkeleton.php.stub index 16b26c0ab0..efea7dd9c8 100644 --- a/app/Console/Commands/Integrity/ReportSkeleton.php.stub +++ b/app/Console/Commands/Integrity/ReportSkeleton.php.stub @@ -1,23 +1,4 @@ . - */ namespace FireflyIII\Console\Commands\Integrity; diff --git a/app/Console/Commands/Integrity/ReportSum.php b/app/Console/Commands/Integrity/ReportSum.php index 1d478ea9e6..cf0ab7d9f9 100644 --- a/app/Console/Commands/Integrity/ReportSum.php +++ b/app/Console/Commands/Integrity/ReportSum.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * ReportSum.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Integrity; diff --git a/app/Console/Commands/Tools/ApplyRules.php b/app/Console/Commands/Tools/ApplyRules.php index dfcd0c85e3..37f69ba15b 100644 --- a/app/Console/Commands/Tools/ApplyRules.php +++ b/app/Console/Commands/Tools/ApplyRules.php @@ -21,27 +21,6 @@ declare(strict_types=1); - -/** - * ApplyRules.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ - namespace FireflyIII\Console\Commands\Tools; diff --git a/app/Console/Commands/Upgrade/AccountCurrencies.php b/app/Console/Commands/Upgrade/AccountCurrencies.php index 415e499746..c92060fd67 100644 --- a/app/Console/Commands/Upgrade/AccountCurrencies.php +++ b/app/Console/Commands/Upgrade/AccountCurrencies.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * AccountCurrencies.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Upgrade; diff --git a/app/Console/Commands/Upgrade/BackToJournals.php b/app/Console/Commands/Upgrade/BackToJournals.php index 4a8a800c43..37b44c164f 100644 --- a/app/Console/Commands/Upgrade/BackToJournals.php +++ b/app/Console/Commands/Upgrade/BackToJournals.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * BackToJournals.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Upgrade; diff --git a/app/Console/Commands/Upgrade/MigrateToGroups.php b/app/Console/Commands/Upgrade/MigrateToGroups.php index c92e053256..9cbe4c61b4 100644 --- a/app/Console/Commands/Upgrade/MigrateToGroups.php +++ b/app/Console/Commands/Upgrade/MigrateToGroups.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * MigrateToGroups.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Upgrade; diff --git a/app/Console/Commands/Upgrade/RenameAccountMeta.php b/app/Console/Commands/Upgrade/RenameAccountMeta.php index cd4e448d43..a58cb12dcb 100644 --- a/app/Console/Commands/Upgrade/RenameAccountMeta.php +++ b/app/Console/Commands/Upgrade/RenameAccountMeta.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * RenameAccountMeta.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Upgrade; diff --git a/app/Console/Commands/Upgrade/TransactionIdentifier.php b/app/Console/Commands/Upgrade/TransactionIdentifier.php index 5e03ec91af..5f56881a81 100644 --- a/app/Console/Commands/Upgrade/TransactionIdentifier.php +++ b/app/Console/Commands/Upgrade/TransactionIdentifier.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * TransactionIdentifier.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Upgrade; diff --git a/app/Console/Commands/Upgrade/TransferCurrenciesCorrections.php b/app/Console/Commands/Upgrade/TransferCurrenciesCorrections.php index 894f813a50..6c77e99ffa 100644 --- a/app/Console/Commands/Upgrade/TransferCurrenciesCorrections.php +++ b/app/Console/Commands/Upgrade/TransferCurrenciesCorrections.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * TransferCurrenciesCorrections.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Upgrade; diff --git a/app/Console/Commands/Upgrade/UpgradeDatabase.php b/app/Console/Commands/Upgrade/UpgradeDatabase.php index 76abaedfa2..4af05bd266 100644 --- a/app/Console/Commands/Upgrade/UpgradeDatabase.php +++ b/app/Console/Commands/Upgrade/UpgradeDatabase.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * UpgradeDatabase.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Console\Commands\Upgrade; diff --git a/app/Console/Commands/Upgrade/UpgradeSkeleton.php.stub b/app/Console/Commands/Upgrade/UpgradeSkeleton.php.stub index 3b53ae9b12..2ea03dbe8d 100644 --- a/app/Console/Commands/Upgrade/UpgradeSkeleton.php.stub +++ b/app/Console/Commands/Upgrade/UpgradeSkeleton.php.stub @@ -1,23 +1,4 @@ . - */ namespace FireflyIII\Console\Commands\Upgrade; diff --git a/app/Events/RequestedReportOnJournals.php b/app/Events/RequestedReportOnJournals.php index d21ec36ac8..a9f64c9d40 100644 --- a/app/Events/RequestedReportOnJournals.php +++ b/app/Events/RequestedReportOnJournals.php @@ -21,25 +21,6 @@ */ declare(strict_types=1); -/** - * RequestedReportOnJournals.php - * Copyright (c) 2018 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Events; diff --git a/app/Exceptions/GracefulNotFoundHandler.php b/app/Exceptions/GracefulNotFoundHandler.php index bbafbff39c..1c2f848cdb 100644 --- a/app/Exceptions/GracefulNotFoundHandler.php +++ b/app/Exceptions/GracefulNotFoundHandler.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * GracefulNotFoundHandler.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Exceptions; diff --git a/app/Http/Controllers/Category/CreateController.php b/app/Http/Controllers/Category/CreateController.php index 48a53338ec..165751e2ef 100644 --- a/app/Http/Controllers/Category/CreateController.php +++ b/app/Http/Controllers/Category/CreateController.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * CreateController.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Controllers\Category; diff --git a/app/Http/Controllers/Category/DeleteController.php b/app/Http/Controllers/Category/DeleteController.php index 351f1e7f7f..feb2b6bf8b 100644 --- a/app/Http/Controllers/Category/DeleteController.php +++ b/app/Http/Controllers/Category/DeleteController.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * DeleteController.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Controllers\Category; diff --git a/app/Http/Controllers/Category/EditController.php b/app/Http/Controllers/Category/EditController.php index 5c0f27dfb2..f8e53ed452 100644 --- a/app/Http/Controllers/Category/EditController.php +++ b/app/Http/Controllers/Category/EditController.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * EditController.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Controllers\Category; diff --git a/app/Http/Controllers/Category/IndexController.php b/app/Http/Controllers/Category/IndexController.php index fa623de748..2176870bb2 100644 --- a/app/Http/Controllers/Category/IndexController.php +++ b/app/Http/Controllers/Category/IndexController.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * IndexController.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Controllers\Category; diff --git a/app/Http/Controllers/Json/RuleController.php b/app/Http/Controllers/Json/RuleController.php index cf1f7b788e..615cd76b66 100644 --- a/app/Http/Controllers/Json/RuleController.php +++ b/app/Http/Controllers/Json/RuleController.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * RuleController.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Controllers\Json; diff --git a/app/Http/Controllers/Report/BillController.php b/app/Http/Controllers/Report/BillController.php index 2e44da4914..7f36459fd6 100644 --- a/app/Http/Controllers/Report/BillController.php +++ b/app/Http/Controllers/Report/BillController.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * BillController.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Controllers\Report; diff --git a/app/Http/Controllers/RuleGroup/CreateController.php b/app/Http/Controllers/RuleGroup/CreateController.php index cd190b022e..09fda77f04 100644 --- a/app/Http/Controllers/RuleGroup/CreateController.php +++ b/app/Http/Controllers/RuleGroup/CreateController.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * CreateController.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Controllers\RuleGroup; diff --git a/app/Http/Controllers/RuleGroup/DeleteController.php b/app/Http/Controllers/RuleGroup/DeleteController.php index ab3a5da374..d372342067 100644 --- a/app/Http/Controllers/RuleGroup/DeleteController.php +++ b/app/Http/Controllers/RuleGroup/DeleteController.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * DeleteController.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Controllers\RuleGroup; diff --git a/app/Http/Controllers/RuleGroup/EditController.php b/app/Http/Controllers/RuleGroup/EditController.php index e22a5cf5b6..d1747dbdf7 100644 --- a/app/Http/Controllers/RuleGroup/EditController.php +++ b/app/Http/Controllers/RuleGroup/EditController.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * EditController.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Controllers\RuleGroup; diff --git a/app/Http/Controllers/RuleGroup/ExecutionController.php b/app/Http/Controllers/RuleGroup/ExecutionController.php index 224e38ae15..7d443f4bb7 100644 --- a/app/Http/Controllers/RuleGroup/ExecutionController.php +++ b/app/Http/Controllers/RuleGroup/ExecutionController.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * ExecutionController.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Controllers\RuleGroup; diff --git a/app/Http/Controllers/Transaction/DeleteController.php b/app/Http/Controllers/Transaction/DeleteController.php index 0de61dfa5b..ae85603d34 100644 --- a/app/Http/Controllers/Transaction/DeleteController.php +++ b/app/Http/Controllers/Transaction/DeleteController.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * DeleteController.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Controllers\Transaction; diff --git a/app/Http/Controllers/Transaction/EditController.php b/app/Http/Controllers/Transaction/EditController.php index a325d346ce..2c0105b93c 100644 --- a/app/Http/Controllers/Transaction/EditController.php +++ b/app/Http/Controllers/Transaction/EditController.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * EditController.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Controllers\Transaction; diff --git a/app/Http/Middleware/InterestingMessage.php b/app/Http/Middleware/InterestingMessage.php index 1d5bd67ba5..59907f0fdb 100644 --- a/app/Http/Middleware/InterestingMessage.php +++ b/app/Http/Middleware/InterestingMessage.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * InterestingMessage.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Http\Middleware; diff --git a/app/Jobs/CreateRecurringTransactions.php b/app/Jobs/CreateRecurringTransactions.php index 45cff49cb3..542c7956ee 100644 --- a/app/Jobs/CreateRecurringTransactions.php +++ b/app/Jobs/CreateRecurringTransactions.php @@ -22,27 +22,6 @@ declare(strict_types=1); - -/** - * CreateRecurringTransactions.php - * Copyright (c) 2018 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ - namespace FireflyIII\Jobs; use Carbon\Carbon; diff --git a/app/Repositories/Journal/JournalAPIRepository.php b/app/Repositories/Journal/JournalAPIRepository.php index 34666e6a6d..958942b717 100644 --- a/app/Repositories/Journal/JournalAPIRepository.php +++ b/app/Repositories/Journal/JournalAPIRepository.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * JournalAPIRepository.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Repositories\Journal; diff --git a/app/Repositories/Journal/JournalAPIRepositoryInterface.php b/app/Repositories/Journal/JournalAPIRepositoryInterface.php index 2c47832858..bb3256c5b9 100644 --- a/app/Repositories/Journal/JournalAPIRepositoryInterface.php +++ b/app/Repositories/Journal/JournalAPIRepositoryInterface.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * JournalAPIRepositoryInterface.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Repositories\Journal; diff --git a/app/Repositories/Journal/JournalCLIRepository.php b/app/Repositories/Journal/JournalCLIRepository.php index de49067efc..90c1cacb23 100644 --- a/app/Repositories/Journal/JournalCLIRepository.php +++ b/app/Repositories/Journal/JournalCLIRepository.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * JournalCLIRepository.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Repositories\Journal; diff --git a/app/Repositories/Journal/JournalCLIRepositoryInterface.php b/app/Repositories/Journal/JournalCLIRepositoryInterface.php index e29b2e5f9c..9635258f3c 100644 --- a/app/Repositories/Journal/JournalCLIRepositoryInterface.php +++ b/app/Repositories/Journal/JournalCLIRepositoryInterface.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * JournalCLIRepositoryInterface.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Repositories\Journal; diff --git a/app/Services/Password/PwndVerifierV3.php b/app/Services/Password/PwndVerifierV3.php index 1be444c854..2a95d54541 100644 --- a/app/Services/Password/PwndVerifierV3.php +++ b/app/Services/Password/PwndVerifierV3.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * PwndVerifierV3.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Services\Password; diff --git a/app/Support/Chart/Category/WholePeriodChartGenerator.php b/app/Support/Chart/Category/WholePeriodChartGenerator.php index bf052d2d75..2ab967da5d 100644 --- a/app/Support/Chart/Category/WholePeriodChartGenerator.php +++ b/app/Support/Chart/Category/WholePeriodChartGenerator.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * WholePeriodChartGenerator.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Support\Chart\Category; diff --git a/app/Support/Form/AccountForm.php b/app/Support/Form/AccountForm.php index bf7796fe05..7c5555e7fa 100644 --- a/app/Support/Form/AccountForm.php +++ b/app/Support/Form/AccountForm.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * AccountForm.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Support\Form; diff --git a/app/Support/Form/CurrencyForm.php b/app/Support/Form/CurrencyForm.php index 6e6679d85f..b240297119 100644 --- a/app/Support/Form/CurrencyForm.php +++ b/app/Support/Form/CurrencyForm.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * CurrencyForm.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Support\Form; diff --git a/app/Support/Form/FormSupport.php b/app/Support/Form/FormSupport.php index 56fed6326d..945022956a 100644 --- a/app/Support/Form/FormSupport.php +++ b/app/Support/Form/FormSupport.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * FormSupport.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Support\Form; diff --git a/app/Support/Form/PiggyBankForm.php b/app/Support/Form/PiggyBankForm.php index 43a198cf25..fcf9f7a714 100644 --- a/app/Support/Form/PiggyBankForm.php +++ b/app/Support/Form/PiggyBankForm.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * PiggyBankForm.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Support\Form; diff --git a/app/Support/Form/RuleForm.php b/app/Support/Form/RuleForm.php index 1d5dbbed08..067880c54c 100644 --- a/app/Support/Form/RuleForm.php +++ b/app/Support/Form/RuleForm.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * RuleForm.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Support\Form; diff --git a/app/Support/Http/Api/ApiSupport.php b/app/Support/Http/Api/ApiSupport.php index 30024f1d31..1c33a686a2 100644 --- a/app/Support/Http/Api/ApiSupport.php +++ b/app/Support/Http/Api/ApiSupport.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * ApiSupport.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\Support\Http\Api; diff --git a/app/TransactionRules/Engine/RuleEngine.php b/app/TransactionRules/Engine/RuleEngine.php index 5541bb4032..e8e0470f7f 100644 --- a/app/TransactionRules/Engine/RuleEngine.php +++ b/app/TransactionRules/Engine/RuleEngine.php @@ -20,25 +20,6 @@ */ declare(strict_types=1); -/** - * RuleEngine.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ namespace FireflyIII\TransactionRules\Engine; diff --git a/config/twigbridge.php b/config/twigbridge.php index 1ed6375009..d2d56e9b92 100644 --- a/config/twigbridge.php +++ b/config/twigbridge.php @@ -21,27 +21,6 @@ declare(strict_types=1); - -/** - * twigbridge.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ - use TwigBridge\Extension\Laravel\Auth; use TwigBridge\Extension\Laravel\Config; use TwigBridge\Extension\Laravel\Dump; diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php index 8f9d16fb29..a587cc83cd 100644 --- a/database/factories/UserFactory.php +++ b/database/factories/UserFactory.php @@ -22,26 +22,6 @@ declare(strict_types=1); -/** - * UserFactory.php - * Copyright (c) 2018 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ - use Faker\Generator as Faker; /* diff --git a/database/migrations/2019_02_11_170529_changes_for_v4712.php b/database/migrations/2019_02_11_170529_changes_for_v4712.php index d5dfefc0ea..29aeb36343 100644 --- a/database/migrations/2019_02_11_170529_changes_for_v4712.php +++ b/database/migrations/2019_02_11_170529_changes_for_v4712.php @@ -21,27 +21,6 @@ declare(strict_types=1); - -/** - * 2019_02_11_170529_changes_for_v4712.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ - use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; diff --git a/database/migrations/2019_03_11_223700_fix_ldap_configuration.php b/database/migrations/2019_03_11_223700_fix_ldap_configuration.php index 73ab3599d8..ae745a1154 100644 --- a/database/migrations/2019_03_11_223700_fix_ldap_configuration.php +++ b/database/migrations/2019_03_11_223700_fix_ldap_configuration.php @@ -22,26 +22,6 @@ declare(strict_types=1); -/** - * 2019_03_11_223700_fix_ldap_configuration.php - * Copyright (c) 2019 https://github.com/wrouesnel - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ - use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; diff --git a/database/migrations/2019_03_22_183214_changes_for_v480.php b/database/migrations/2019_03_22_183214_changes_for_v480.php index b99e6f3865..a60c0027a0 100644 --- a/database/migrations/2019_03_22_183214_changes_for_v480.php +++ b/database/migrations/2019_03_22_183214_changes_for_v480.php @@ -22,26 +22,6 @@ declare(strict_types=1); -/** - * 2019_03_22_183214_changes_for_v480.php - * Copyright (c) 2019 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ - use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; diff --git a/public/v1/js/ff/moment/de_DE.js b/public/v1/js/ff/moment/de_DE.js index c016aa2489..0d873ac205 100644 --- a/public/v1/js/ff/moment/de_DE.js +++ b/public/v1/js/ff/moment/de_DE.js @@ -1,22 +1,4 @@ -/* - * de_DE.js - * Copyright (c) 2018 thegrumpydictator@gmail.com - * - * This file is part of 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. - * - * Firefly III 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. - * - * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . - */ + //! moment.js locale configuration diff --git a/resources/views/v1/debug.twig b/resources/views/v1/debug.twig index 7ea035cdd7..e34ea72fff 100644 --- a/resources/views/v1/debug.twig +++ b/resources/views/v1/debug.twig @@ -9,6 +9,9 @@ or existing GitHub issue. It will generate a beautiful table that can be used to quickly diagnose your problem.

+

+ If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes. +