From 92158e52eface2d0fa21b89920a406d38db8f0e9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 2 Oct 2019 06:37:26 +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. --- app/Api/V1/Controllers/AboutController.php | 20 +++++++-------- app/Api/V1/Controllers/AccountController.php | 20 +++++++-------- .../V1/Controllers/AttachmentController.php | 20 +++++++-------- .../Controllers/AvailableBudgetController.php | 20 +++++++-------- app/Api/V1/Controllers/BillController.php | 20 +++++++-------- app/Api/V1/Controllers/BudgetController.php | 20 +++++++-------- .../V1/Controllers/BudgetLimitController.php | 20 +++++++-------- app/Api/V1/Controllers/CategoryController.php | 20 +++++++-------- .../Controllers/Chart/AccountController.php | 18 ++++++------- .../Chart/AvailableBudgetController.php | 18 ++++++------- .../Controllers/Chart/CategoryController.php | 18 ++++++------- .../Controllers/ConfigurationController.php | 20 +++++++-------- app/Api/V1/Controllers/Controller.php | 20 +++++++-------- app/Api/V1/Controllers/CurrencyController.php | 20 +++++++-------- .../CurrencyExchangeRateController.php | 20 +++++++-------- app/Api/V1/Controllers/ImportController.php | 20 +++++++-------- app/Api/V1/Controllers/LinkTypeController.php | 20 +++++++-------- .../V1/Controllers/PiggyBankController.php | 20 +++++++-------- .../V1/Controllers/PreferenceController.php | 22 ++++++++-------- .../V1/Controllers/RecurrenceController.php | 20 +++++++-------- app/Api/V1/Controllers/RuleController.php | 20 +++++++-------- .../V1/Controllers/RuleGroupController.php | 20 +++++++-------- app/Api/V1/Controllers/SummaryController.php | 18 ++++++------- app/Api/V1/Controllers/TagController.php | 20 +++++++-------- .../V1/Controllers/TransactionController.php | 20 +++++++-------- .../Controllers/TransactionLinkController.php | 20 +++++++-------- app/Api/V1/Controllers/UserController.php | 20 +++++++-------- app/Api/V1/Requests/AccountStoreRequest.php | 18 ++++++------- app/Api/V1/Requests/AccountUpdateRequest.php | 20 +++++++-------- .../V1/Requests/AttachmentStoreRequest.php | 18 ++++++------- .../V1/Requests/AttachmentUpdateRequest.php | 18 ++++++------- .../V1/Requests/AvailableBudgetRequest.php | 20 +++++++-------- app/Api/V1/Requests/BillRequest.php | 20 +++++++-------- app/Api/V1/Requests/BudgetLimitRequest.php | 20 +++++++-------- app/Api/V1/Requests/BudgetRequest.php | 20 +++++++-------- app/Api/V1/Requests/CategoryRequest.php | 20 +++++++-------- app/Api/V1/Requests/ConfigurationRequest.php | 20 +++++++-------- app/Api/V1/Requests/CurrencyRequest.php | 20 +++++++-------- app/Api/V1/Requests/DateRequest.php | 18 ++++++------- app/Api/V1/Requests/LinkTypeRequest.php | 20 +++++++-------- app/Api/V1/Requests/PiggyBankRequest.php | 20 +++++++-------- app/Api/V1/Requests/PreferenceRequest.php | 20 +++++++-------- .../V1/Requests/RecurrenceStoreRequest.php | 18 ++++++------- .../V1/Requests/RecurrenceUpdateRequest.php | 20 +++++++-------- app/Api/V1/Requests/Request.php | 20 +++++++-------- app/Api/V1/Requests/RuleGroupRequest.php | 20 +++++++-------- app/Api/V1/Requests/RuleGroupTestRequest.php | 18 ++++++------- .../V1/Requests/RuleGroupTriggerRequest.php | 18 ++++++------- app/Api/V1/Requests/RuleStoreRequest.php | 20 +++++++-------- app/Api/V1/Requests/RuleTestRequest.php | 18 ++++++------- app/Api/V1/Requests/RuleTriggerRequest.php | 18 ++++++------- app/Api/V1/Requests/RuleUpdateRequest.php | 20 +++++++-------- app/Api/V1/Requests/TagRequest.php | 20 +++++++-------- .../V1/Requests/TransactionLinkRequest.php | 20 +++++++-------- .../V1/Requests/TransactionStoreRequest.php | 20 +++++++-------- .../V1/Requests/TransactionUpdateRequest.php | 18 ++++++------- app/Api/V1/Requests/UserStoreRequest.php | 20 +++++++-------- app/Api/V1/Requests/UserUpdateRequest.php | 20 +++++++-------- .../Commands/Correction/CorrectDatabase.php | 18 ++++++------- .../CorrectOpeningBalanceCurrencies.php | 18 ++++++------- .../Correction/CreateAccessTokens.php | 20 +++++++++++++++ .../Commands/Correction/CreateLinkTypes.php | 20 +++++++++++++++ .../Commands/Correction/DeleteEmptyGroups.php | 20 +++++++++++++++ .../Correction/DeleteEmptyJournals.php | 20 +++++++++++++++ .../Correction/DeleteOrphanedTransactions.php | 20 +++++++++++++++ .../Commands/Correction/DeleteZeroAmount.php | 20 +++++++++++++++ .../Commands/Correction/EnableCurrencies.php | 20 +++++++++++++++ .../Commands/Correction/FixAccountTypes.php | 20 +++++++++++++++ .../Correction/FixLongDescriptions.php | 18 ++++++------- .../Commands/Correction/FixPiggies.php | 20 +++++++++++++++ .../Commands/Correction/FixUnevenAmount.php | 20 +++++++++++++++ .../Commands/Correction/RemoveBills.php | 20 +++++++++++++++ .../Commands/Correction/RenameMetaFields.php | 20 +++++++++++++++ .../Commands/Correction/TransferBudgets.php | 20 +++++++++++++++ app/Console/Commands/DecryptDatabase.php | 18 ++++++------- .../Commands/Import/CreateCSVImport.php | 18 ++++++------- .../Commands/Integrity/ReportEmptyObjects.php | 20 +++++++++++++++ .../Commands/Integrity/ReportIntegrity.php | 18 ++++++------- app/Console/Commands/Integrity/ReportSum.php | 20 +++++++++++++++ .../Commands/Integrity/RestoreOAuthKeys.php | 18 ++++++------- app/Console/Commands/ScanAttachments.php | 20 +++++++-------- app/Console/Commands/Tools/ApplyRules.php | 20 +++++++++++++++ app/Console/Commands/Tools/Cron.php | 18 ++++++------- .../Commands/Upgrade/AccountCurrencies.php | 20 +++++++++++++++ .../Commands/Upgrade/BackToJournals.php | 20 +++++++++++++++ .../Commands/Upgrade/BudgetLimitCurrency.php | 18 ++++++------- .../Commands/Upgrade/CCLiabilities.php | 18 ++++++------- .../Commands/Upgrade/MigrateAttachments.php | 18 ++++++------- .../Commands/Upgrade/MigrateJournalNotes.php | 18 ++++++------- .../Upgrade/MigrateRecurrenceMeta.php | 18 ++++++------- .../Commands/Upgrade/MigrateToGroups.php | 20 +++++++++++++++ .../Commands/Upgrade/MigrateToRules.php | 18 ++++++------- .../Upgrade/OtherCurrenciesCorrections.php | 18 ++++++------- .../Commands/Upgrade/RenameAccountMeta.php | 20 +++++++++++++++ .../Upgrade/TransactionIdentifier.php | 20 +++++++++++++++ .../Upgrade/TransferCurrenciesCorrections.php | 20 +++++++++++++++ .../Commands/Upgrade/UpgradeDatabase.php | 20 +++++++++++++++ .../Commands/UpgradeFireflyInstructions.php | 20 +++++++-------- app/Console/Commands/VerifiesAccessToken.php | 20 +++++++-------- app/Console/Kernel.php | 20 +++++++-------- app/Events/AdminRequestedTestMessage.php | 20 +++++++-------- app/Events/Event.php | 20 +++++++-------- app/Events/RegisteredUser.php | 20 +++++++-------- app/Events/RequestedNewPassword.php | 20 +++++++-------- app/Events/RequestedReportOnJournals.php | 20 +++++++-------- app/Events/RequestedVersionCheckStatus.php | 20 +++++++-------- app/Events/StoredTransactionGroup.php | 18 ++++++------- app/Events/UpdatedTransactionGroup.php | 18 ++++++------- app/Events/UserChangedEmail.php | 20 +++++++-------- app/Exceptions/FireflyException.php | 20 +++++++-------- app/Exceptions/GracefulNotFoundHandler.php | 20 +++++++++++++++ app/Exceptions/Handler.php | 20 +++++++-------- app/Exceptions/NotImplementedException.php | 20 +++++++-------- app/Exceptions/ValidationException.php | 20 +++++++-------- app/Factory/AccountFactory.php | 20 +++++++-------- app/Factory/AccountMetaFactory.php | 20 +++++++-------- app/Factory/AttachmentFactory.php | 20 +++++++-------- app/Factory/BillFactory.php | 20 +++++++-------- app/Factory/BudgetFactory.php | 20 +++++++-------- app/Factory/CategoryFactory.php | 20 +++++++-------- app/Factory/PiggyBankEventFactory.php | 20 +++++++-------- app/Factory/PiggyBankFactory.php | 20 +++++++-------- app/Factory/RecurrenceFactory.php | 20 +++++++-------- app/Factory/TagFactory.php | 20 +++++++-------- app/Factory/TransactionCurrencyFactory.php | 20 +++++++-------- app/Factory/TransactionFactory.php | 20 +++++++-------- app/Factory/TransactionGroupFactory.php | 18 ++++++------- app/Factory/TransactionJournalFactory.php | 20 +++++++-------- app/Factory/TransactionJournalMetaFactory.php | 20 +++++++-------- app/Factory/TransactionTypeFactory.php | 20 +++++++-------- .../Chart/Basic/ChartJsGenerator.php | 20 +++++++-------- .../Chart/Basic/GeneratorInterface.php | 20 +++++++-------- .../Report/Account/MonthReportGenerator.php | 20 +++++++-------- .../Account/MultiYearReportGenerator.php | 20 +++++++-------- .../Report/Account/YearReportGenerator.php | 20 +++++++-------- .../Report/Audit/MonthReportGenerator.php | 20 +++++++-------- .../Report/Audit/MultiYearReportGenerator.php | 20 +++++++-------- .../Report/Audit/YearReportGenerator.php | 20 +++++++-------- .../Report/Budget/MonthReportGenerator.php | 20 +++++++-------- .../Budget/MultiYearReportGenerator.php | 20 +++++++-------- .../Report/Budget/YearReportGenerator.php | 20 +++++++-------- .../Report/Category/MonthReportGenerator.php | 20 +++++++-------- .../Category/MultiYearReportGenerator.php | 20 +++++++-------- .../Report/Category/YearReportGenerator.php | 20 +++++++-------- .../Report/ReportGeneratorFactory.php | 20 +++++++-------- .../Report/ReportGeneratorInterface.php | 20 +++++++-------- .../Report/Standard/MonthReportGenerator.php | 20 +++++++-------- .../Standard/MultiYearReportGenerator.php | 20 +++++++-------- .../Report/Standard/YearReportGenerator.php | 20 +++++++-------- .../Report/Tag/MonthReportGenerator.php | 20 +++++++-------- .../Report/Tag/MultiYearReportGenerator.php | 20 +++++++-------- .../Report/Tag/YearReportGenerator.php | 20 +++++++-------- app/Handlers/Events/APIEventHandler.php | 20 +++++++-------- app/Handlers/Events/AdminEventHandler.php | 20 +++++++-------- app/Handlers/Events/AutomationHandler.php | 20 +++++++-------- .../Events/StoredGroupEventHandler.php | 20 +++++++-------- .../Events/UpdatedGroupEventHandler.php | 20 +++++++-------- app/Handlers/Events/UserEventHandler.php | 20 +++++++-------- .../Events/VersionCheckEventHandler.php | 20 +++++++-------- app/Helpers/Attachments/AttachmentHelper.php | 20 +++++++-------- .../Attachments/AttachmentHelperInterface.php | 20 +++++++-------- app/Helpers/Collector/GroupCollector.php | 18 ++++++------- .../Collector/GroupCollectorInterface.php | 18 ++++++------- app/Helpers/Fiscal/FiscalHelper.php | 18 ++++++------- app/Helpers/Fiscal/FiscalHelperInterface.php | 18 ++++++------- app/Helpers/Help/Help.php | 20 +++++++-------- app/Helpers/Help/HelpInterface.php | 20 +++++++-------- app/Helpers/Report/NetWorth.php | 20 +++++++-------- app/Helpers/Report/NetWorthInterface.php | 20 +++++++-------- app/Helpers/Report/PopupReport.php | 20 +++++++-------- app/Helpers/Report/PopupReportInterface.php | 20 +++++++-------- app/Helpers/Report/ReportHelper.php | 20 +++++++-------- app/Helpers/Report/ReportHelperInterface.php | 20 +++++++-------- app/Helpers/Update/UpdateTrait.php | 20 +++++++-------- .../Controllers/Account/CreateController.php | 20 +++++++-------- .../Controllers/Account/DeleteController.php | 20 +++++++-------- .../Controllers/Account/EditController.php | 20 +++++++-------- .../Controllers/Account/IndexController.php | 20 +++++++-------- .../Account/ReconcileController.php | 20 +++++++-------- .../Controllers/Account/ShowController.php | 20 +++++++-------- .../Admin/ConfigurationController.php | 20 +++++++-------- app/Http/Controllers/Admin/HomeController.php | 20 +++++++-------- app/Http/Controllers/Admin/LinkController.php | 20 +++++++-------- .../Controllers/Admin/UpdateController.php | 20 +++++++-------- app/Http/Controllers/Admin/UserController.php | 20 +++++++-------- app/Http/Controllers/AttachmentController.php | 20 +++++++-------- .../Auth/ForgotPasswordController.php | 20 +++++++-------- app/Http/Controllers/Auth/LoginController.php | 20 +++++++-------- .../Controllers/Auth/RegisterController.php | 20 +++++++-------- .../Auth/ResetPasswordController.php | 20 +++++++-------- .../Controllers/Auth/TwoFactorController.php | 20 +++++++-------- app/Http/Controllers/BillController.php | 20 +++++++-------- .../Budget/AvailableBudgetController.php | 18 ++++++------- .../Budget/BudgetLimitController.php | 18 ++++++------- .../Controllers/Budget/CreateController.php | 20 +++++++-------- .../Controllers/Budget/DeleteController.php | 20 +++++++-------- .../Controllers/Budget/EditController.php | 20 +++++++-------- .../Controllers/Budget/IndexController.php | 20 +++++++-------- .../Controllers/Budget/ShowController.php | 20 +++++++-------- .../Controllers/Category/CreateController.php | 20 +++++++++++++++ .../Controllers/Category/DeleteController.php | 20 +++++++++++++++ .../Controllers/Category/EditController.php | 20 +++++++++++++++ .../Controllers/Category/IndexController.php | 20 +++++++++++++++ .../Category/NoCategoryController.php | 20 +++++++-------- .../Controllers/Category/ShowController.php | 20 +++++++-------- .../Controllers/Chart/AccountController.php | 20 +++++++-------- app/Http/Controllers/Chart/BillController.php | 20 +++++++-------- .../Controllers/Chart/BudgetController.php | 20 +++++++-------- .../Chart/BudgetReportController.php | 25 +++++++++---------- .../Controllers/Chart/CategoryController.php | 20 +++++++-------- .../Chart/CategoryReportController.php | 20 +++++++-------- .../Chart/DoubleReportController.php | 18 ++++++------- .../Chart/ExpenseReportController.php | 20 +++++++-------- .../Controllers/Chart/PiggyBankController.php | 20 +++++++-------- .../Controllers/Chart/ReportController.php | 20 +++++++-------- .../Controllers/Chart/TagReportController.php | 20 +++++++-------- app/Http/Controllers/Controller.php | 20 +++++++-------- app/Http/Controllers/CurrencyController.php | 20 +++++++-------- app/Http/Controllers/DebugController.php | 20 +++++++-------- app/Http/Controllers/HelpController.php | 20 +++++++-------- app/Http/Controllers/HomeController.php | 20 +++++++-------- .../Controllers/Import/CallbackController.php | 20 +++++++-------- .../Controllers/Import/IndexController.php | 20 +++++++-------- .../Import/JobConfigurationController.php | 20 +++++++-------- .../Import/JobStatusController.php | 20 +++++++-------- .../Import/PrerequisitesController.php | 20 +++++++-------- app/Http/Controllers/JavascriptController.php | 20 +++++++-------- .../Json/AutoCompleteController.php | 20 +++++++-------- app/Http/Controllers/Json/BoxController.php | 20 +++++++-------- .../Controllers/Json/ExchangeController.php | 20 +++++++-------- .../Controllers/Json/FrontpageController.php | 20 +++++++-------- app/Http/Controllers/Json/IntroController.php | 20 +++++++-------- .../Controllers/Json/ReconcileController.php | 20 +++++++-------- .../Controllers/Json/RecurrenceController.php | 20 +++++++-------- app/Http/Controllers/Json/RuleController.php | 20 +++++++++++++++ app/Http/Controllers/NewUserController.php | 20 +++++++-------- app/Http/Controllers/PiggyBankController.php | 20 +++++++-------- .../Controllers/Popup/ReportController.php | 20 +++++++-------- .../Controllers/PreferencesController.php | 20 +++++++-------- .../Controllers/Profile/DataController.php | 18 ++++++------- app/Http/Controllers/ProfileController.php | 20 +++++++-------- .../Recurring/CreateController.php | 20 +++++++-------- .../Recurring/DeleteController.php | 20 +++++++-------- .../Controllers/Recurring/EditController.php | 20 +++++++-------- .../Controllers/Recurring/IndexController.php | 20 +++++++-------- .../Controllers/Recurring/ShowController.php | 18 ++++++------- .../Controllers/Report/AccountController.php | 20 +++++++-------- .../Controllers/Report/BalanceController.php | 20 +++++++-------- .../Controllers/Report/BillController.php | 20 +++++++++++++++ .../Controllers/Report/BudgetController.php | 20 +++++++-------- .../Controllers/Report/CategoryController.php | 20 +++++++-------- .../Controllers/Report/DoubleController.php | 20 +++++++-------- .../Report/OperationsController.php | 20 +++++++-------- app/Http/Controllers/Report/TagController.php | 18 ++++++------- app/Http/Controllers/ReportController.php | 20 +++++++-------- .../Controllers/Rule/CreateController.php | 20 +++++++-------- .../Controllers/Rule/DeleteController.php | 20 +++++++-------- app/Http/Controllers/Rule/EditController.php | 20 +++++++-------- app/Http/Controllers/Rule/IndexController.php | 22 ++++++++-------- .../Controllers/Rule/SelectController.php | 20 +++++++-------- .../RuleGroup/CreateController.php | 20 +++++++++++++++ .../RuleGroup/DeleteController.php | 20 +++++++++++++++ .../Controllers/RuleGroup/EditController.php | 20 +++++++++++++++ .../RuleGroup/ExecutionController.php | 20 +++++++++++++++ app/Http/Controllers/SearchController.php | 20 +++++++-------- .../Controllers/System/CronController.php | 20 +++++++-------- .../Controllers/System/InstallController.php | 20 +++++++-------- app/Http/Controllers/TagController.php | 20 +++++++-------- .../Transaction/BulkController.php | 20 +++++++-------- .../Transaction/ConvertController.php | 20 +++++++-------- .../Transaction/CreateController.php | 18 ++++++------- .../Transaction/DeleteController.php | 20 +++++++++++++++ .../Transaction/EditController.php | 20 +++++++++++++++ .../Transaction/IndexController.php | 18 ++++++------- .../Transaction/LinkController.php | 20 +++++++-------- .../Transaction/MassController.php | 20 +++++++-------- .../Transaction/ShowController.php | 20 +++++++-------- app/Http/Kernel.php | 20 +++++++-------- app/Http/Middleware/Authenticate.php | 20 +++++++-------- app/Http/Middleware/Binder.php | 20 +++++++-------- app/Http/Middleware/EncryptCookies.php | 20 +++++++-------- app/Http/Middleware/Installer.php | 20 +++++++-------- app/Http/Middleware/InterestingMessage.php | 20 +++++++++++++++ app/Http/Middleware/IsAdmin.php | 20 +++++++-------- app/Http/Middleware/IsDemoUser.php | 20 +++++++-------- app/Http/Middleware/IsSandStormUser.php | 20 +++++++-------- app/Http/Middleware/Range.php | 20 +++++++-------- .../Middleware/RedirectIfAuthenticated.php | 20 +++++++-------- app/Http/Middleware/Sandstorm.php | 20 +++++++-------- app/Http/Middleware/SecureHeaders.php | 20 +++++++-------- app/Http/Middleware/StartFireflySession.php | 20 +++++++-------- app/Http/Middleware/TrimStrings.php | 20 +++++++-------- app/Http/Middleware/TrustProxies.php | 20 +++++++-------- app/Http/Middleware/VerifyCsrfToken.php | 20 +++++++-------- app/Http/Requests/AccountFormRequest.php | 20 +++++++-------- app/Http/Requests/AttachmentFormRequest.php | 20 +++++++-------- app/Http/Requests/BillFormRequest.php | 20 +++++++-------- app/Http/Requests/BudgetFormRequest.php | 20 +++++++-------- app/Http/Requests/BudgetIncomeRequest.php | 20 +++++++-------- app/Http/Requests/BulkEditJournalRequest.php | 20 +++++++-------- app/Http/Requests/CategoryFormRequest.php | 20 +++++++-------- app/Http/Requests/ConfigurationRequest.php | 20 +++++++-------- app/Http/Requests/CurrencyFormRequest.php | 20 +++++++-------- .../Requests/DeleteAccountFormRequest.php | 20 +++++++-------- app/Http/Requests/EmailFormRequest.php | 20 +++++++-------- app/Http/Requests/JournalLinkRequest.php | 20 +++++++-------- app/Http/Requests/LinkTypeFormRequest.php | 20 +++++++-------- .../Requests/MassDeleteJournalRequest.php | 20 +++++++-------- app/Http/Requests/MassEditJournalRequest.php | 20 +++++++-------- app/Http/Requests/NewUserFormRequest.php | 20 +++++++-------- app/Http/Requests/PiggyBankFormRequest.php | 20 +++++++-------- app/Http/Requests/ProfileFormRequest.php | 20 +++++++-------- .../Requests/ReconciliationStoreRequest.php | 20 +++++++-------- app/Http/Requests/RecurrenceFormRequest.php | 20 +++++++-------- app/Http/Requests/ReportFormRequest.php | 20 +++++++-------- app/Http/Requests/Request.php | 20 +++++++-------- app/Http/Requests/RuleFormRequest.php | 20 +++++++-------- app/Http/Requests/RuleGroupFormRequest.php | 20 +++++++-------- .../Requests/SelectTransactionsRequest.php | 20 +++++++-------- app/Http/Requests/TagFormRequest.php | 20 +++++++-------- app/Http/Requests/TestRuleFormRequest.php | 20 +++++++-------- app/Http/Requests/TokenFormRequest.php | 20 +++++++-------- app/Http/Requests/UserFormRequest.php | 20 +++++++-------- app/Http/Requests/UserRegistrationRequest.php | 20 +++++++-------- app/Import/Converter/Amount.php | 20 +++++++-------- app/Import/Converter/AmountCredit.php | 20 +++++++-------- app/Import/Converter/AmountDebit.php | 20 +++++++-------- app/Import/Converter/AmountNegated.php | 20 +++++++-------- app/Import/Converter/BankDebitCredit.php | 18 ++++++------- app/Import/Converter/ConverterInterface.php | 20 +++++++-------- .../JobConfiguration/BunqJobConfiguration.php | 20 +++++++-------- .../JobConfiguration/FakeJobConfiguration.php | 20 +++++++-------- .../JobConfiguration/FileJobConfiguration.php | 20 +++++++-------- .../FinTSConfigurationSteps.php | 20 +++++++-------- .../FinTSJobConfiguration.php | 20 +++++++-------- .../JobConfigurationInterface.php | 20 +++++++-------- .../SpectreJobConfiguration.php | 20 +++++++-------- .../JobConfiguration/YnabJobConfiguration.php | 20 +++++++-------- app/Import/Mapper/AssetAccountIbans.php | 20 +++++++-------- app/Import/Mapper/AssetAccounts.php | 20 +++++++-------- app/Import/Mapper/Bills.php | 20 +++++++-------- app/Import/Mapper/Budgets.php | 20 +++++++-------- app/Import/Mapper/Categories.php | 20 +++++++-------- app/Import/Mapper/MapperInterface.php | 20 +++++++-------- app/Import/Mapper/OpposingAccountIbans.php | 20 +++++++-------- app/Import/Mapper/OpposingAccounts.php | 20 +++++++-------- app/Import/Mapper/Tags.php | 20 +++++++-------- app/Import/Mapper/TransactionCurrencies.php | 20 +++++++-------- .../PreProcessorInterface.php | 20 +++++++-------- app/Import/MapperPreProcess/TagsComma.php | 20 +++++++-------- app/Import/MapperPreProcess/TagsSpace.php | 20 +++++++-------- .../Prerequisites/BunqPrerequisites.php | 20 +++++++-------- .../Prerequisites/FakePrerequisites.php | 20 +++++++-------- .../Prerequisites/FilePrerequisites.php | 20 +++++++-------- .../Prerequisites/PrerequisitesInterface.php | 20 +++++++-------- .../Prerequisites/SpectrePrerequisites.php | 20 +++++++-------- .../Prerequisites/YnabPrerequisites.php | 20 +++++++-------- app/Import/Routine/BunqRoutine.php | 20 +++++++-------- app/Import/Routine/FakeRoutine.php | 20 +++++++-------- app/Import/Routine/FileRoutine.php | 20 +++++++-------- app/Import/Routine/FinTSRoutine.php | 20 +++++++-------- app/Import/Routine/RoutineInterface.php | 20 +++++++-------- app/Import/Routine/SpectreRoutine.php | 20 +++++++-------- app/Import/Routine/YnabRoutine.php | 20 +++++++-------- app/Import/Specifics/AbnAmroDescription.php | 20 +++++++-------- app/Import/Specifics/Belfius.php | 20 +++++++-------- app/Import/Specifics/IngBelgium.php | 20 +++++++-------- app/Import/Specifics/IngDescription.php | 20 +++++++-------- app/Import/Specifics/PresidentsChoice.php | 20 +++++++-------- app/Import/Specifics/RabobankDescription.php | 20 +++++++-------- app/Import/Specifics/SnsDescription.php | 20 +++++++-------- app/Import/Specifics/SpecificInterface.php | 20 +++++++-------- app/Import/Storage/ImportArrayStorage.php | 20 +++++++-------- app/Jobs/CreateRecurringTransactions.php | 20 +++++++-------- app/Jobs/Job.php | 20 +++++++-------- app/Jobs/MailError.php | 20 +++++++-------- app/Mail/AccessTokenCreatedMail.php | 20 +++++++-------- app/Mail/AdminTestMail.php | 20 +++++++-------- app/Mail/ConfirmEmailChangeMail.php | 20 +++++++-------- app/Mail/OAuthTokenCreatedMail.php | 20 +++++++-------- app/Mail/RegisteredUser.php | 20 +++++++-------- app/Mail/ReportNewJournalsMail.php | 20 +++++++-------- app/Mail/RequestedNewPassword.php | 20 +++++++-------- app/Mail/UndoEmailChangeMail.php | 20 +++++++-------- app/Models/Account.php | 20 +++++++-------- app/Models/AccountMeta.php | 20 +++++++-------- app/Models/AccountType.php | 20 +++++++-------- app/Models/Attachment.php | 20 +++++++-------- app/Models/AvailableBudget.php | 20 +++++++-------- app/Models/Bill.php | 20 +++++++-------- app/Models/Budget.php | 20 +++++++-------- app/Models/BudgetLimit.php | 20 +++++++-------- app/Models/Category.php | 20 +++++++-------- app/Models/Configuration.php | 20 +++++++-------- app/Models/CurrencyExchangeRate.php | 20 +++++++-------- app/Models/ImportJob.php | 20 +++++++-------- app/Models/LinkType.php | 20 +++++++-------- app/Models/Note.php | 20 +++++++-------- app/Models/PiggyBank.php | 20 +++++++-------- app/Models/PiggyBankEvent.php | 20 +++++++-------- app/Models/PiggyBankRepetition.php | 20 +++++++-------- app/Models/Preference.php | 20 +++++++-------- app/Models/Recurrence.php | 20 +++++++-------- app/Models/RecurrenceMeta.php | 20 +++++++-------- app/Models/RecurrenceRepetition.php | 20 +++++++-------- app/Models/RecurrenceTransaction.php | 20 +++++++-------- app/Models/RecurrenceTransactionMeta.php | 22 ++++++++-------- app/Models/Role.php | 20 +++++++-------- app/Models/Rule.php | 20 +++++++-------- app/Models/RuleAction.php | 20 +++++++-------- app/Models/RuleGroup.php | 20 +++++++-------- app/Models/RuleTrigger.php | 20 +++++++-------- app/Models/Tag.php | 20 +++++++-------- app/Models/Transaction.php | 20 +++++++-------- app/Models/TransactionCurrency.php | 20 +++++++-------- app/Models/TransactionGroup.php | 20 +++++++-------- app/Models/TransactionJournal.php | 20 +++++++-------- app/Models/TransactionJournalLink.php | 20 +++++++-------- app/Models/TransactionJournalMeta.php | 20 +++++++-------- app/Models/TransactionType.php | 20 +++++++-------- app/Providers/AccountServiceProvider.php | 20 +++++++-------- app/Providers/AdminServiceProvider.php | 20 +++++++-------- app/Providers/AppServiceProvider.php | 20 +++++++-------- app/Providers/AttachmentServiceProvider.php | 20 +++++++-------- app/Providers/AuthServiceProvider.php | 20 +++++++-------- app/Providers/BillServiceProvider.php | 20 +++++++-------- app/Providers/BroadcastServiceProvider.php | 20 +++++++-------- app/Providers/BudgetServiceProvider.php | 20 +++++++-------- app/Providers/CategoryServiceProvider.php | 20 +++++++-------- app/Providers/CurrencyServiceProvider.php | 20 +++++++-------- app/Providers/EventServiceProvider.php | 20 +++++++-------- app/Providers/FireflyServiceProvider.php | 20 +++++++-------- app/Providers/FireflySessionProvider.php | 20 +++++++-------- app/Providers/ImportServiceProvider.php | 18 ++++++------- app/Providers/JournalServiceProvider.php | 20 +++++++-------- app/Providers/PiggyBankServiceProvider.php | 20 +++++++-------- app/Providers/RecurringServiceProvider.php | 20 +++++++-------- app/Providers/RouteServiceProvider.php | 20 +++++++-------- app/Providers/RuleGroupServiceProvider.php | 20 +++++++-------- app/Providers/RuleServiceProvider.php | 20 +++++++-------- app/Providers/SearchServiceProvider.php | 20 +++++++-------- app/Providers/SessionServiceProvider.php | 20 +++++++-------- app/Providers/TagServiceProvider.php | 20 +++++++-------- .../Account/AccountRepository.php | 20 +++++++-------- .../Account/AccountRepositoryInterface.php | 20 +++++++-------- app/Repositories/Account/AccountTasker.php | 20 +++++++-------- .../Account/AccountTaskerInterface.php | 20 +++++++-------- .../Account/OperationsRepository.php | 18 ++++++------- .../Account/OperationsRepositoryInterface.php | 18 ++++++------- .../Attachment/AttachmentRepository.php | 20 +++++++-------- .../AttachmentRepositoryInterface.php | 20 +++++++-------- app/Repositories/Bill/BillRepository.php | 20 +++++++-------- .../Bill/BillRepositoryInterface.php | 20 +++++++-------- .../Budget/AvailableBudgetRepository.php | 18 ++++++------- .../AvailableBudgetRepositoryInterface.php | 18 ++++++------- .../Budget/BudgetLimitRepository.php | 18 ++++++------- .../Budget/BudgetLimitRepositoryInterface.php | 18 ++++++------- app/Repositories/Budget/BudgetRepository.php | 20 +++++++-------- .../Budget/BudgetRepositoryInterface.php | 20 +++++++-------- .../Budget/NoBudgetRepository.php | 18 ++++++------- .../Budget/NoBudgetRepositoryInterface.php | 18 ++++++------- .../Budget/OperationsRepository.php | 18 ++++++------- .../Budget/OperationsRepositoryInterface.php | 18 ++++++------- .../Category/CategoryRepository.php | 20 +++++++-------- .../Category/CategoryRepositoryInterface.php | 20 +++++++-------- .../Category/NoCategoryRepository.php | 18 ++++++------- .../NoCategoryRepositoryInterface.php | 18 ++++++------- .../Category/OperationsRepository.php | 18 ++++++------- .../OperationsRepositoryInterface.php | 18 ++++++------- .../Currency/CurrencyRepository.php | 20 +++++++-------- .../Currency/CurrencyRepositoryInterface.php | 20 +++++++-------- .../ImportJob/ImportJobRepository.php | 20 +++++++-------- .../ImportJobRepositoryInterface.php | 20 +++++++-------- .../Journal/JournalAPIRepository.php | 20 +++++++++++++++ .../Journal/JournalAPIRepositoryInterface.php | 20 +++++++++++++++ .../Journal/JournalCLIRepository.php | 20 +++++++++++++++ .../Journal/JournalCLIRepositoryInterface.php | 20 +++++++++++++++ .../Journal/JournalRepository.php | 20 +++++++-------- .../Journal/JournalRepositoryInterface.php | 20 +++++++-------- .../LinkType/LinkTypeRepository.php | 20 +++++++-------- .../LinkType/LinkTypeRepositoryInterface.php | 20 +++++++-------- .../PiggyBank/PiggyBankRepository.php | 20 +++++++-------- .../PiggyBankRepositoryInterface.php | 20 +++++++-------- .../Recurring/RecurringRepository.php | 20 +++++++-------- .../RecurringRepositoryInterface.php | 20 +++++++-------- app/Repositories/Rule/RuleRepository.php | 20 +++++++-------- .../Rule/RuleRepositoryInterface.php | 20 +++++++-------- .../RuleGroup/RuleGroupRepository.php | 20 +++++++-------- .../RuleGroupRepositoryInterface.php | 20 +++++++-------- app/Repositories/Tag/OperationsRepository.php | 18 ++++++------- .../Tag/OperationsRepositoryInterface.php | 18 ++++++------- app/Repositories/Tag/TagRepository.php | 20 +++++++-------- .../Tag/TagRepositoryInterface.php | 20 +++++++-------- .../TransactionGroupRepository.php | 18 ++++++------- .../TransactionGroupRepositoryInterface.php | 18 ++++++------- .../TransactionTypeRepository.php | 18 ++++++------- .../TransactionTypeRepositoryInterface.php | 18 ++++++------- app/Repositories/User/UserRepository.php | 20 +++++++-------- .../User/UserRepositoryInterface.php | 20 +++++++-------- app/Rules/BelongsUser.php | 20 +++++++-------- app/Rules/IsAssetAccountId.php | 20 +++++++-------- app/Rules/IsBoolean.php | 20 +++++++-------- app/Rules/IsDateOrTime.php | 18 ++++++------- app/Rules/IsValidAttachmentModel.php | 20 +++++++-------- app/Rules/LessThanPiggyTarget.php | 19 ++++++++++++++ app/Rules/UniqueIban.php | 20 +++++++-------- app/Rules/ValidJournals.php | 18 ++++++------- app/Rules/ValidRecurrenceRepetitionType.php | 20 +++++++-------- app/Rules/ValidRecurrenceRepetitionValue.php | 20 +++++++-------- app/Rules/ZeroOrMore.php | 20 +++++++-------- app/Services/Bunq/ApiContext.php | 20 +++++++-------- app/Services/Bunq/MonetaryAccount.php | 20 +++++++-------- app/Services/Bunq/Payment.php | 20 +++++++-------- .../Currency/ExchangeRateInterface.php | 20 +++++++-------- app/Services/Currency/FixerIOv2.php | 20 +++++++-------- app/Services/Currency/RatesApiIOv1.php | 20 +++++++-------- app/Services/Github/Object/GithubObject.php | 20 +++++++-------- app/Services/Github/Object/Release.php | 20 +++++++-------- app/Services/Github/Request/GithubRequest.php | 20 +++++++-------- app/Services/Github/Request/UpdateRequest.php | 20 +++++++-------- app/Services/IP/IPRetrievalInterface.php | 20 +++++++-------- app/Services/IP/IpifyOrg.php | 20 +++++++-------- .../Destroy/AccountDestroyService.php | 20 +++++++-------- .../Internal/Destroy/BillDestroyService.php | 20 +++++++-------- .../Internal/Destroy/BudgetDestroyService.php | 18 ++++++------- .../Destroy/CategoryDestroyService.php | 20 +++++++-------- .../Destroy/CurrencyDestroyService.php | 20 +++++++-------- .../Destroy/JournalDestroyService.php | 20 +++++++-------- .../Destroy/RecurrenceDestroyService.php | 20 +++++++-------- .../TransactionGroupDestroyService.php | 18 ++++++------- .../Internal/Support/AccountServiceTrait.php | 20 +++++++-------- .../Internal/Support/BillServiceTrait.php | 20 +++++++-------- .../Internal/Support/JournalServiceTrait.php | 20 +++++++-------- .../Support/RecurringTransactionTrait.php | 20 +++++++-------- .../Internal/Support/TransactionTypeTrait.php | 20 +++++++-------- .../Internal/Update/AccountUpdateService.php | 20 +++++++-------- .../Internal/Update/BillUpdateService.php | 20 +++++++-------- .../Internal/Update/CategoryUpdateService.php | 20 +++++++-------- .../Internal/Update/CurrencyUpdateService.php | 20 +++++++-------- .../Internal/Update/GroupUpdateService.php | 18 ++++++------- .../Internal/Update/JournalUpdateService.php | 20 +++++++-------- .../Update/RecurrenceUpdateService.php | 20 +++++++-------- app/Services/Password/PwndVerifierV2.php | 20 +++++++-------- app/Services/Password/PwndVerifierV3.php | 20 +++++++++++++++ app/Services/Password/Verifier.php | 20 +++++++-------- .../Exception/DuplicatedCustomerException.php | 20 +++++++-------- .../Spectre/Exception/SpectreException.php | 20 +++++++-------- .../Exception/WrongRequestFormatException.php | 22 ++++++++-------- app/Services/Spectre/Object/Account.php | 20 +++++++-------- app/Services/Spectre/Object/Attempt.php | 20 +++++++-------- app/Services/Spectre/Object/Customer.php | 20 +++++++-------- app/Services/Spectre/Object/Holder.php | 20 +++++++-------- app/Services/Spectre/Object/Login.php | 20 +++++++-------- app/Services/Spectre/Object/SpectreObject.php | 20 +++++++-------- app/Services/Spectre/Object/Token.php | 20 +++++++-------- app/Services/Spectre/Object/Transaction.php | 20 +++++++-------- .../Spectre/Object/TransactionExtra.php | 20 +++++++-------- .../Spectre/Request/CreateTokenRequest.php | 20 +++++++-------- .../Spectre/Request/ListAccountsRequest.php | 20 +++++++-------- .../Spectre/Request/ListCustomersRequest.php | 20 +++++++-------- .../Spectre/Request/ListLoginsRequest.php | 20 +++++++-------- .../Request/ListTransactionsRequest.php | 20 +++++++-------- .../Spectre/Request/NewCustomerRequest.php | 20 +++++++-------- .../Spectre/Request/SpectreRequest.php | 20 +++++++-------- .../Ynab/Request/GetAccountsRequest.php | 20 +++++++-------- .../Ynab/Request/GetBudgetsRequest.php | 20 +++++++-------- .../Ynab/Request/GetTransactionsRequest.php | 20 +++++++-------- app/Services/Ynab/Request/YnabRequest.php | 20 +++++++-------- app/Support/Amount.php | 20 +++++++-------- app/Support/Binder/AccountList.php | 20 +++++++-------- app/Support/Binder/BinderInterface.php | 20 +++++++-------- app/Support/Binder/BudgetList.php | 20 +++++++-------- app/Support/Binder/CLIToken.php | 20 +++++++-------- app/Support/Binder/CategoryList.php | 20 +++++++-------- app/Support/Binder/ConfigurationName.php | 20 +++++++-------- app/Support/Binder/CurrencyCode.php | 20 +++++++-------- app/Support/Binder/Date.php | 20 +++++++-------- app/Support/Binder/ImportProvider.php | 20 +++++++-------- app/Support/Binder/JournalList.php | 20 +++++++-------- app/Support/Binder/TagList.php | 20 +++++++-------- app/Support/Binder/TagOrId.php | 20 +++++++-------- app/Support/CacheProperties.php | 20 +++++++-------- .../Category/WholePeriodChartGenerator.php | 20 +++++++++++++++ app/Support/ChartColour.php | 20 +++++++-------- app/Support/Cronjobs/AbstractCronjob.php | 20 +++++++-------- app/Support/Cronjobs/RecurringCronjob.php | 20 +++++++-------- app/Support/Domain.php | 20 +++++++-------- app/Support/ExpandedForm.php | 20 +++++++-------- app/Support/Facades/AccountForm.php | 18 ++++++------- app/Support/Facades/Amount.php | 20 +++++++-------- app/Support/Facades/CurrencyForm.php | 18 ++++++------- app/Support/Facades/ExpandedForm.php | 20 +++++++-------- app/Support/Facades/FireflyConfig.php | 20 +++++++-------- app/Support/Facades/Navigation.php | 20 +++++++-------- app/Support/Facades/PiggyBankForm.php | 18 ++++++------- app/Support/Facades/Preferences.php | 20 +++++++-------- app/Support/Facades/RuleForm.php | 18 ++++++------- app/Support/Facades/Steam.php | 20 +++++++-------- app/Support/FinTS/FinTS.php | 20 +++++++-------- app/Support/FinTS/MetadataParser.php | 22 ++++++++-------- app/Support/FireflyConfig.php | 20 +++++++-------- app/Support/Form/AccountForm.php | 20 +++++++++++++++ app/Support/Form/CurrencyForm.php | 20 +++++++++++++++ app/Support/Form/FormSupport.php | 20 +++++++++++++++ app/Support/Form/PiggyBankForm.php | 20 +++++++++++++++ app/Support/Form/RuleForm.php | 20 +++++++++++++++ app/Support/Http/Api/AccountFilter.php | 20 +++++++-------- app/Support/Http/Api/ApiSupport.php | 20 +++++++++++++++ app/Support/Http/Api/TransactionFilter.php | 20 +++++++-------- app/Support/Http/Controllers/AugumentData.php | 20 +++++++-------- .../Http/Controllers/BasicDataSupport.php | 20 +++++++-------- .../Http/Controllers/ChartGeneration.php | 20 +++++++-------- app/Support/Http/Controllers/CreateStuff.php | 20 +++++++-------- app/Support/Http/Controllers/CronRunner.php | 20 +++++++-------- .../Http/Controllers/DateCalculation.php | 20 +++++++-------- .../Http/Controllers/GetConfigurationData.php | 20 +++++++-------- .../Http/Controllers/ModelInformation.php | 20 +++++++-------- .../Http/Controllers/PeriodOverview.php | 20 +++++++-------- .../Http/Controllers/RenderPartialViews.php | 20 +++++++-------- .../Http/Controllers/RequestInformation.php | 20 +++++++-------- .../Http/Controllers/RuleManagement.php | 20 +++++++-------- .../Controllers/TransactionCalculation.php | 20 +++++++-------- .../Http/Controllers/UserNavigation.php | 20 +++++++-------- .../Information/GetSpectreCustomerTrait.php | 20 +++++++-------- .../Information/GetSpectreTokenTrait.php | 20 +++++++-------- .../Bunq/BunqJobConfigurationInterface.php | 20 +++++++-------- .../Bunq/ChooseAccountsHandler.php | 20 +++++++-------- .../Bunq/NewBunqJobHandler.php | 20 +++++++-------- .../File/ConfigureMappingHandler.php | 20 +++++++-------- .../File/ConfigureRolesHandler.php | 20 +++++++-------- .../File/ConfigureUploadHandler.php | 20 +++++++-------- .../File/FileConfigurationInterface.php | 22 ++++++++-------- .../File/NewFileJobHandler.php | 20 +++++++-------- .../FinTS/ChooseAccountHandler.php | 20 +++++++-------- .../FinTS/FinTSConfigurationInterface.php | 20 +++++++-------- .../FinTS/NewFinTSJobHandler.php | 20 +++++++-------- .../Spectre/AuthenticatedHandler.php | 22 ++++++++-------- .../Spectre/ChooseAccountsHandler.php | 22 ++++++++-------- .../Spectre/ChooseLoginHandler.php | 20 +++++++-------- .../Spectre/DoAuthenticateHandler.php | 22 ++++++++-------- .../Spectre/NewSpectreJobHandler.php | 22 ++++++++-------- .../SpectreJobConfigurationInterface.php | 22 ++++++++-------- .../Ynab/NewYnabJobHandler.php | 20 +++++++-------- .../Ynab/SelectAccountsHandler.php | 20 +++++++-------- .../Ynab/SelectBudgetHandler.php | 20 +++++++-------- .../Ynab/YnabJobConfigurationInterface.php | 20 +++++++-------- .../Import/Placeholder/ColumnValue.php | 22 ++++++++-------- .../Import/Placeholder/ImportTransaction.php | 22 ++++++++-------- .../Import/Routine/Bunq/PaymentConverter.php | 20 +++++++-------- .../Routine/Bunq/StageImportDataHandler.php | 20 +++++++-------- .../Import/Routine/Bunq/StageNewHandler.php | 20 +++++++-------- .../Import/Routine/Fake/StageAhoyHandler.php | 20 +++++++-------- .../Import/Routine/Fake/StageFinalHandler.php | 20 +++++++-------- .../Import/Routine/Fake/StageNewHandler.php | 20 +++++++-------- .../Routine/File/AssetAccountMapper.php | 20 +++++++-------- .../Import/Routine/File/CSVProcessor.php | 20 +++++++-------- .../Import/Routine/File/CurrencyMapper.php | 20 +++++++-------- .../Routine/File/FileProcessorInterface.php | 22 ++++++++-------- .../Routine/File/ImportableConverter.php | 20 +++++++-------- .../Import/Routine/File/ImportableCreator.php | 20 +++++++-------- .../Import/Routine/File/LineReader.php | 20 +++++++-------- .../Routine/File/MappedValuesValidator.php | 20 +++++++-------- .../Import/Routine/File/MappingConverger.php | 20 +++++++-------- .../Import/Routine/File/OFXProcessor.php | 20 +++++++-------- .../Routine/File/OpposingAccountMapper.php | 20 +++++++-------- .../Routine/FinTS/StageImportDataHandler.php | 20 +++++++-------- .../Spectre/StageAuthenticatedHandler.php | 20 +++++++-------- .../Spectre/StageImportDataHandler.php | 22 ++++++++-------- .../Routine/Spectre/StageNewHandler.php | 20 +++++++-------- .../Routine/Ynab/GetAccountsHandler.php | 20 +++++++-------- .../Import/Routine/Ynab/ImportDataHandler.php | 20 +++++++-------- .../Routine/Ynab/StageGetAccessHandler.php | 20 +++++++-------- .../Routine/Ynab/StageGetBudgetsHandler.php | 20 +++++++-------- .../Ynab/StageGetTransactionsHandler.php | 20 +++++++-------- .../Ynab/StageMatchAccountsHandler.php | 20 +++++++-------- app/Support/Logging/AuditLogger.php | 18 ++++++------- app/Support/Logging/AuditProcessor.php | 18 ++++++------- app/Support/Navigation.php | 20 +++++++-------- app/Support/NullArrayObject.php | 18 ++++++------- app/Support/Preferences.php | 20 +++++++-------- .../Recurring/CalculateRangeOccurrences.php | 18 ++++++------- .../Recurring/CalculateXOccurrences.php | 18 ++++++------- .../Recurring/CalculateXOccurrencesSince.php | 18 ++++++------- .../Recurring/FiltersWeekends.php | 18 ++++++------- app/Support/Search/Search.php | 20 +++++++-------- app/Support/Search/SearchInterface.php | 20 +++++++-------- app/Support/Steam.php | 20 +++++++-------- app/Support/Twig/AmountFormat.php | 20 +++++++-------- app/Support/Twig/General.php | 20 +++++++-------- app/Support/Twig/Rule.php | 20 +++++++-------- app/Support/Twig/TransactionGroupTwig.php | 18 ++++++------- app/Support/Twig/Translation.php | 20 +++++++-------- .../Actions/ActionInterface.php | 20 +++++++-------- app/TransactionRules/Actions/AddTag.php | 20 +++++++-------- .../Actions/AppendDescription.php | 20 +++++++-------- app/TransactionRules/Actions/AppendNotes.php | 20 +++++++-------- app/TransactionRules/Actions/ClearBudget.php | 20 +++++++-------- .../Actions/ClearCategory.php | 20 +++++++-------- app/TransactionRules/Actions/ClearNotes.php | 20 +++++++-------- .../Actions/ConvertToDeposit.php | 20 +++++++-------- .../Actions/ConvertToTransfer.php | 20 +++++++-------- .../Actions/ConvertToWithdrawal.php | 20 +++++++-------- app/TransactionRules/Actions/LinkToBill.php | 20 +++++++-------- .../Actions/PrependDescription.php | 20 +++++++-------- app/TransactionRules/Actions/PrependNotes.php | 20 +++++++-------- .../Actions/RemoveAllTags.php | 20 +++++++-------- app/TransactionRules/Actions/RemoveTag.php | 20 +++++++-------- app/TransactionRules/Actions/SetBudget.php | 20 +++++++-------- app/TransactionRules/Actions/SetCategory.php | 20 +++++++-------- .../Actions/SetDescription.php | 20 +++++++-------- .../Actions/SetDestinationAccount.php | 20 +++++++-------- app/TransactionRules/Actions/SetNotes.php | 20 +++++++-------- .../Actions/SetSourceAccount.php | 20 +++++++-------- app/TransactionRules/Engine/RuleEngine.php | 20 +++++++++++++++ .../Factory/ActionFactory.php | 20 +++++++-------- .../Factory/TriggerFactory.php | 20 +++++++-------- .../Triggers/AbstractTrigger.php | 20 +++++++-------- .../Triggers/AmountExactly.php | 20 +++++++-------- app/TransactionRules/Triggers/AmountLess.php | 20 +++++++-------- app/TransactionRules/Triggers/AmountMore.php | 20 +++++++-------- app/TransactionRules/Triggers/BudgetIs.php | 20 +++++++-------- app/TransactionRules/Triggers/CategoryIs.php | 20 +++++++-------- app/TransactionRules/Triggers/CurrencyIs.php | 20 +++++++-------- .../Triggers/DescriptionContains.php | 20 +++++++-------- .../Triggers/DescriptionEnds.php | 20 +++++++-------- .../Triggers/DescriptionIs.php | 20 +++++++-------- .../Triggers/DescriptionStarts.php | 20 +++++++-------- .../Triggers/FromAccountEnds.php | 20 +++++++-------- .../Triggers/FromAccountIs.php | 20 +++++++-------- .../Triggers/FromAccountStarts.php | 20 +++++++-------- .../Triggers/HasAnyBudget.php | 20 +++++++-------- .../Triggers/HasAnyCategory.php | 20 +++++++-------- app/TransactionRules/Triggers/HasAnyTag.php | 20 +++++++-------- .../Triggers/HasAttachment.php | 20 +++++++-------- app/TransactionRules/Triggers/HasNoBudget.php | 20 +++++++-------- .../Triggers/HasNoCategory.php | 20 +++++++-------- app/TransactionRules/Triggers/HasNoTag.php | 20 +++++++-------- app/TransactionRules/Triggers/NotesAny.php | 20 +++++++-------- app/TransactionRules/Triggers/NotesAre.php | 20 +++++++-------- .../Triggers/NotesContain.php | 20 +++++++-------- app/TransactionRules/Triggers/NotesEmpty.php | 20 +++++++-------- app/TransactionRules/Triggers/NotesEnd.php | 20 +++++++-------- app/TransactionRules/Triggers/NotesStart.php | 20 +++++++-------- app/TransactionRules/Triggers/TagIs.php | 20 +++++++-------- .../Triggers/ToAccountContains.php | 20 +++++++-------- .../Triggers/ToAccountEnds.php | 20 +++++++-------- app/TransactionRules/Triggers/ToAccountIs.php | 20 +++++++-------- .../Triggers/ToAccountStarts.php | 20 +++++++-------- .../Triggers/TransactionType.php | 20 +++++++-------- .../Triggers/TriggerInterface.php | 20 +++++++-------- app/TransactionRules/Triggers/UserAction.php | 20 +++++++-------- app/Transformers/AbstractTransformer.php | 20 +++++++-------- app/Transformers/AccountTransformer.php | 20 +++++++-------- app/Transformers/AttachmentTransformer.php | 20 +++++++-------- .../AvailableBudgetTransformer.php | 20 +++++++-------- app/Transformers/BillTransformer.php | 20 +++++++-------- app/Transformers/BudgetLimitTransformer.php | 20 +++++++-------- app/Transformers/BudgetTransformer.php | 20 +++++++-------- app/Transformers/CategoryTransformer.php | 20 +++++++-------- .../CurrencyExchangeRateTransformer.php | 20 +++++++-------- app/Transformers/CurrencyTransformer.php | 20 +++++++-------- app/Transformers/ImportJobTransformer.php | 20 +++++++-------- app/Transformers/LinkTypeTransformer.php | 20 +++++++-------- .../PiggyBankEventTransformer.php | 20 +++++++-------- app/Transformers/PiggyBankTransformer.php | 20 +++++++-------- app/Transformers/PreferenceTransformer.php | 20 +++++++-------- app/Transformers/RecurrenceTransformer.php | 22 ++++++++-------- app/Transformers/RuleGroupTransformer.php | 20 +++++++-------- app/Transformers/RuleTransformer.php | 20 +++++++-------- app/Transformers/TagTransformer.php | 20 +++++++-------- .../TransactionGroupTransformer.php | 18 ++++++------- .../TransactionLinkTransformer.php | 20 +++++++-------- app/Transformers/UserTransformer.php | 20 +++++++-------- app/User.php | 20 +++++++-------- app/Validation/AccountValidator.php | 18 ++++++------- app/Validation/FireflyValidator.php | 20 +++++++-------- app/Validation/RecurrenceValidation.php | 22 ++++++++-------- app/Validation/TransactionValidation.php | 20 +++++++-------- 778 files changed, 8223 insertions(+), 7205 deletions(-) diff --git a/app/Api/V1/Controllers/AboutController.php b/app/Api/V1/Controllers/AboutController.php index 8fafcef51a..e1d14e59c4 100644 --- a/app/Api/V1/Controllers/AboutController.php +++ b/app/Api/V1/Controllers/AboutController.php @@ -2,22 +2,22 @@ /** * AboutController.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/app/Api/V1/Controllers/AccountController.php b/app/Api/V1/Controllers/AccountController.php index 2e498e8ee5..dc4cd15878 100644 --- a/app/Api/V1/Controllers/AccountController.php +++ b/app/Api/V1/Controllers/AccountController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/AttachmentController.php b/app/Api/V1/Controllers/AttachmentController.php index 72237b24c0..2ed473c8c1 100644 --- a/app/Api/V1/Controllers/AttachmentController.php +++ b/app/Api/V1/Controllers/AttachmentController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/AvailableBudgetController.php b/app/Api/V1/Controllers/AvailableBudgetController.php index cb0b9357a8..c39588c3f4 100644 --- a/app/Api/V1/Controllers/AvailableBudgetController.php +++ b/app/Api/V1/Controllers/AvailableBudgetController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/BillController.php b/app/Api/V1/Controllers/BillController.php index 7398e86c16..0dd134b670 100644 --- a/app/Api/V1/Controllers/BillController.php +++ b/app/Api/V1/Controllers/BillController.php @@ -2,22 +2,22 @@ /** * BillController.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/app/Api/V1/Controllers/BudgetController.php b/app/Api/V1/Controllers/BudgetController.php index 11bcbb3afd..4397dc34b6 100644 --- a/app/Api/V1/Controllers/BudgetController.php +++ b/app/Api/V1/Controllers/BudgetController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/BudgetLimitController.php b/app/Api/V1/Controllers/BudgetLimitController.php index 763d441cd1..73f9e7d915 100644 --- a/app/Api/V1/Controllers/BudgetLimitController.php +++ b/app/Api/V1/Controllers/BudgetLimitController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/CategoryController.php b/app/Api/V1/Controllers/CategoryController.php index 781296b471..a992314676 100644 --- a/app/Api/V1/Controllers/CategoryController.php +++ b/app/Api/V1/Controllers/CategoryController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/Chart/AccountController.php b/app/Api/V1/Controllers/Chart/AccountController.php index 06b1e20563..e5ebd94aed 100644 --- a/app/Api/V1/Controllers/Chart/AccountController.php +++ b/app/Api/V1/Controllers/Chart/AccountController.php @@ -4,20 +4,20 @@ * AccountController.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/app/Api/V1/Controllers/Chart/AvailableBudgetController.php b/app/Api/V1/Controllers/Chart/AvailableBudgetController.php index fd736399fe..7d2f49ae8f 100644 --- a/app/Api/V1/Controllers/Chart/AvailableBudgetController.php +++ b/app/Api/V1/Controllers/Chart/AvailableBudgetController.php @@ -4,20 +4,20 @@ * AvailableBudgetController.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/app/Api/V1/Controllers/Chart/CategoryController.php b/app/Api/V1/Controllers/Chart/CategoryController.php index 20c6d3ada4..d8105d27a0 100644 --- a/app/Api/V1/Controllers/Chart/CategoryController.php +++ b/app/Api/V1/Controllers/Chart/CategoryController.php @@ -4,20 +4,20 @@ * CategoryController.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/app/Api/V1/Controllers/ConfigurationController.php b/app/Api/V1/Controllers/ConfigurationController.php index ab80d04ba9..0a58218c64 100644 --- a/app/Api/V1/Controllers/ConfigurationController.php +++ b/app/Api/V1/Controllers/ConfigurationController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/Controller.php b/app/Api/V1/Controllers/Controller.php index 82ae2c214d..2fa47fb75f 100644 --- a/app/Api/V1/Controllers/Controller.php +++ b/app/Api/V1/Controllers/Controller.php @@ -2,22 +2,22 @@ /** * Controller.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/app/Api/V1/Controllers/CurrencyController.php b/app/Api/V1/Controllers/CurrencyController.php index 9d4f94e8f6..fce426ff0d 100644 --- a/app/Api/V1/Controllers/CurrencyController.php +++ b/app/Api/V1/Controllers/CurrencyController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/CurrencyExchangeRateController.php b/app/Api/V1/Controllers/CurrencyExchangeRateController.php index 7ea8ee6230..53886a9158 100644 --- a/app/Api/V1/Controllers/CurrencyExchangeRateController.php +++ b/app/Api/V1/Controllers/CurrencyExchangeRateController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/ImportController.php b/app/Api/V1/Controllers/ImportController.php index b60e0c0d80..8c6a3daad8 100644 --- a/app/Api/V1/Controllers/ImportController.php +++ b/app/Api/V1/Controllers/ImportController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/LinkTypeController.php b/app/Api/V1/Controllers/LinkTypeController.php index b0252b6693..9db6f52c03 100644 --- a/app/Api/V1/Controllers/LinkTypeController.php +++ b/app/Api/V1/Controllers/LinkTypeController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/PiggyBankController.php b/app/Api/V1/Controllers/PiggyBankController.php index 474cb5db38..c1f44d0b4e 100644 --- a/app/Api/V1/Controllers/PiggyBankController.php +++ b/app/Api/V1/Controllers/PiggyBankController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/PreferenceController.php b/app/Api/V1/Controllers/PreferenceController.php index fa10f4d1aa..0a2edb19c8 100644 --- a/app/Api/V1/Controllers/PreferenceController.php +++ b/app/Api/V1/Controllers/PreferenceController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/RecurrenceController.php b/app/Api/V1/Controllers/RecurrenceController.php index aa6a123e3b..8ed2d10c36 100644 --- a/app/Api/V1/Controllers/RecurrenceController.php +++ b/app/Api/V1/Controllers/RecurrenceController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/RuleController.php b/app/Api/V1/Controllers/RuleController.php index b3a435680e..1181ba9aa6 100644 --- a/app/Api/V1/Controllers/RuleController.php +++ b/app/Api/V1/Controllers/RuleController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/RuleGroupController.php b/app/Api/V1/Controllers/RuleGroupController.php index 59e5a699e8..120e24b9ac 100644 --- a/app/Api/V1/Controllers/RuleGroupController.php +++ b/app/Api/V1/Controllers/RuleGroupController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/SummaryController.php b/app/Api/V1/Controllers/SummaryController.php index 61688d210e..d12c64db64 100644 --- a/app/Api/V1/Controllers/SummaryController.php +++ b/app/Api/V1/Controllers/SummaryController.php @@ -4,20 +4,20 @@ * SummaryController.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/app/Api/V1/Controllers/TagController.php b/app/Api/V1/Controllers/TagController.php index 37547285d3..ecbc99c026 100644 --- a/app/Api/V1/Controllers/TagController.php +++ b/app/Api/V1/Controllers/TagController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/TransactionController.php b/app/Api/V1/Controllers/TransactionController.php index 956388c5d0..c433c6e410 100644 --- a/app/Api/V1/Controllers/TransactionController.php +++ b/app/Api/V1/Controllers/TransactionController.php @@ -2,22 +2,22 @@ /** * TransactionController.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/app/Api/V1/Controllers/TransactionLinkController.php b/app/Api/V1/Controllers/TransactionLinkController.php index 2304e283bc..dbc84a8af3 100644 --- a/app/Api/V1/Controllers/TransactionLinkController.php +++ b/app/Api/V1/Controllers/TransactionLinkController.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Controllers/UserController.php b/app/Api/V1/Controllers/UserController.php index 6b0819a38d..605ce631b8 100644 --- a/app/Api/V1/Controllers/UserController.php +++ b/app/Api/V1/Controllers/UserController.php @@ -2,22 +2,22 @@ /** * UserController.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/app/Api/V1/Requests/AccountStoreRequest.php b/app/Api/V1/Requests/AccountStoreRequest.php index c9941aa564..f43798ed96 100644 --- a/app/Api/V1/Requests/AccountStoreRequest.php +++ b/app/Api/V1/Requests/AccountStoreRequest.php @@ -4,20 +4,20 @@ * AccountStoreRequest.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/app/Api/V1/Requests/AccountUpdateRequest.php b/app/Api/V1/Requests/AccountUpdateRequest.php index 81777c5af2..f62f057b11 100644 --- a/app/Api/V1/Requests/AccountUpdateRequest.php +++ b/app/Api/V1/Requests/AccountUpdateRequest.php @@ -2,22 +2,22 @@ /** * AccountUpdateRequest.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/app/Api/V1/Requests/AttachmentStoreRequest.php b/app/Api/V1/Requests/AttachmentStoreRequest.php index 464319a3ad..b306c86492 100644 --- a/app/Api/V1/Requests/AttachmentStoreRequest.php +++ b/app/Api/V1/Requests/AttachmentStoreRequest.php @@ -3,20 +3,20 @@ * AttachmentStoreRequest.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/app/Api/V1/Requests/AttachmentUpdateRequest.php b/app/Api/V1/Requests/AttachmentUpdateRequest.php index f3e148f0f0..63d5a1d359 100644 --- a/app/Api/V1/Requests/AttachmentUpdateRequest.php +++ b/app/Api/V1/Requests/AttachmentUpdateRequest.php @@ -3,20 +3,20 @@ * AttachmentUpdateRequest.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/app/Api/V1/Requests/AvailableBudgetRequest.php b/app/Api/V1/Requests/AvailableBudgetRequest.php index d8de313bc0..2a3e6ec204 100644 --- a/app/Api/V1/Requests/AvailableBudgetRequest.php +++ b/app/Api/V1/Requests/AvailableBudgetRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/BillRequest.php b/app/Api/V1/Requests/BillRequest.php index c2da7be3e6..2352954d76 100644 --- a/app/Api/V1/Requests/BillRequest.php +++ b/app/Api/V1/Requests/BillRequest.php @@ -2,22 +2,22 @@ /** * BillRequest.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/app/Api/V1/Requests/BudgetLimitRequest.php b/app/Api/V1/Requests/BudgetLimitRequest.php index d439d83d8d..1364483c81 100644 --- a/app/Api/V1/Requests/BudgetLimitRequest.php +++ b/app/Api/V1/Requests/BudgetLimitRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/BudgetRequest.php b/app/Api/V1/Requests/BudgetRequest.php index 7fcd6f8149..7c83a8ecb8 100644 --- a/app/Api/V1/Requests/BudgetRequest.php +++ b/app/Api/V1/Requests/BudgetRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/CategoryRequest.php b/app/Api/V1/Requests/CategoryRequest.php index 73357e2ce0..7f71a4cabd 100644 --- a/app/Api/V1/Requests/CategoryRequest.php +++ b/app/Api/V1/Requests/CategoryRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/ConfigurationRequest.php b/app/Api/V1/Requests/ConfigurationRequest.php index f7f020a334..394a6540ac 100644 --- a/app/Api/V1/Requests/ConfigurationRequest.php +++ b/app/Api/V1/Requests/ConfigurationRequest.php @@ -2,22 +2,22 @@ /** * ConfigurationRequest.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/app/Api/V1/Requests/CurrencyRequest.php b/app/Api/V1/Requests/CurrencyRequest.php index 90118bd5ef..0646b59edf 100644 --- a/app/Api/V1/Requests/CurrencyRequest.php +++ b/app/Api/V1/Requests/CurrencyRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/DateRequest.php b/app/Api/V1/Requests/DateRequest.php index c2704d9dda..830d78a34d 100644 --- a/app/Api/V1/Requests/DateRequest.php +++ b/app/Api/V1/Requests/DateRequest.php @@ -4,20 +4,20 @@ * DateRequest.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/app/Api/V1/Requests/LinkTypeRequest.php b/app/Api/V1/Requests/LinkTypeRequest.php index 319afada06..e64674318d 100644 --- a/app/Api/V1/Requests/LinkTypeRequest.php +++ b/app/Api/V1/Requests/LinkTypeRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/PiggyBankRequest.php b/app/Api/V1/Requests/PiggyBankRequest.php index cff1691703..6fa41f44d4 100644 --- a/app/Api/V1/Requests/PiggyBankRequest.php +++ b/app/Api/V1/Requests/PiggyBankRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/PreferenceRequest.php b/app/Api/V1/Requests/PreferenceRequest.php index 2a3e1c3acc..298e43ec8a 100644 --- a/app/Api/V1/Requests/PreferenceRequest.php +++ b/app/Api/V1/Requests/PreferenceRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/RecurrenceStoreRequest.php b/app/Api/V1/Requests/RecurrenceStoreRequest.php index 57cb6b73c5..027e479206 100644 --- a/app/Api/V1/Requests/RecurrenceStoreRequest.php +++ b/app/Api/V1/Requests/RecurrenceStoreRequest.php @@ -3,20 +3,20 @@ * RecurrenceStoreRequest.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/app/Api/V1/Requests/RecurrenceUpdateRequest.php b/app/Api/V1/Requests/RecurrenceUpdateRequest.php index ecefab906c..7a20d89462 100644 --- a/app/Api/V1/Requests/RecurrenceUpdateRequest.php +++ b/app/Api/V1/Requests/RecurrenceUpdateRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/Request.php b/app/Api/V1/Requests/Request.php index 3312b7eed5..76beaf4e3c 100644 --- a/app/Api/V1/Requests/Request.php +++ b/app/Api/V1/Requests/Request.php @@ -2,22 +2,22 @@ /** * Request.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/app/Api/V1/Requests/RuleGroupRequest.php b/app/Api/V1/Requests/RuleGroupRequest.php index e2e06938c6..a6b8894649 100644 --- a/app/Api/V1/Requests/RuleGroupRequest.php +++ b/app/Api/V1/Requests/RuleGroupRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/RuleGroupTestRequest.php b/app/Api/V1/Requests/RuleGroupTestRequest.php index 31996d87de..0952ca8dd4 100644 --- a/app/Api/V1/Requests/RuleGroupTestRequest.php +++ b/app/Api/V1/Requests/RuleGroupTestRequest.php @@ -4,20 +4,20 @@ * RuleGroupTestRequest.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/app/Api/V1/Requests/RuleGroupTriggerRequest.php b/app/Api/V1/Requests/RuleGroupTriggerRequest.php index eaa0ae8f65..01042a8ac6 100644 --- a/app/Api/V1/Requests/RuleGroupTriggerRequest.php +++ b/app/Api/V1/Requests/RuleGroupTriggerRequest.php @@ -4,20 +4,20 @@ * RuleGroupTriggerRequest.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/app/Api/V1/Requests/RuleStoreRequest.php b/app/Api/V1/Requests/RuleStoreRequest.php index 2f4f48ec53..6e116747a5 100644 --- a/app/Api/V1/Requests/RuleStoreRequest.php +++ b/app/Api/V1/Requests/RuleStoreRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/RuleTestRequest.php b/app/Api/V1/Requests/RuleTestRequest.php index e7853b73cd..02ec80bb34 100644 --- a/app/Api/V1/Requests/RuleTestRequest.php +++ b/app/Api/V1/Requests/RuleTestRequest.php @@ -4,20 +4,20 @@ * RuleTestRequest.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/app/Api/V1/Requests/RuleTriggerRequest.php b/app/Api/V1/Requests/RuleTriggerRequest.php index bd5977ca95..56f69b253e 100644 --- a/app/Api/V1/Requests/RuleTriggerRequest.php +++ b/app/Api/V1/Requests/RuleTriggerRequest.php @@ -4,20 +4,20 @@ * RuleTriggerRequest.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/app/Api/V1/Requests/RuleUpdateRequest.php b/app/Api/V1/Requests/RuleUpdateRequest.php index cf7eba631b..b7ad9c8000 100644 --- a/app/Api/V1/Requests/RuleUpdateRequest.php +++ b/app/Api/V1/Requests/RuleUpdateRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/TagRequest.php b/app/Api/V1/Requests/TagRequest.php index 971f7e7125..075e884b62 100644 --- a/app/Api/V1/Requests/TagRequest.php +++ b/app/Api/V1/Requests/TagRequest.php @@ -2,22 +2,22 @@ /** * TagRequest.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/app/Api/V1/Requests/TransactionLinkRequest.php b/app/Api/V1/Requests/TransactionLinkRequest.php index 02f1cbe91b..da2139d547 100644 --- a/app/Api/V1/Requests/TransactionLinkRequest.php +++ b/app/Api/V1/Requests/TransactionLinkRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Api/V1/Requests/TransactionStoreRequest.php b/app/Api/V1/Requests/TransactionStoreRequest.php index 69954ff8f1..f64b7da36a 100644 --- a/app/Api/V1/Requests/TransactionStoreRequest.php +++ b/app/Api/V1/Requests/TransactionStoreRequest.php @@ -2,22 +2,22 @@ /** * TransactionStoreRequest.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/app/Api/V1/Requests/TransactionUpdateRequest.php b/app/Api/V1/Requests/TransactionUpdateRequest.php index 3adb95ea4e..e1beb9345c 100644 --- a/app/Api/V1/Requests/TransactionUpdateRequest.php +++ b/app/Api/V1/Requests/TransactionUpdateRequest.php @@ -4,20 +4,20 @@ * TransactionUpdateRequest.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/app/Api/V1/Requests/UserStoreRequest.php b/app/Api/V1/Requests/UserStoreRequest.php index ba187c4eae..048e3c9387 100644 --- a/app/Api/V1/Requests/UserStoreRequest.php +++ b/app/Api/V1/Requests/UserStoreRequest.php @@ -2,22 +2,22 @@ /** * UserStoreRequest.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/app/Api/V1/Requests/UserUpdateRequest.php b/app/Api/V1/Requests/UserUpdateRequest.php index c892e22766..e0eb397535 100644 --- a/app/Api/V1/Requests/UserUpdateRequest.php +++ b/app/Api/V1/Requests/UserUpdateRequest.php @@ -2,22 +2,22 @@ /** * UserUpdateRequest.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/app/Console/Commands/Correction/CorrectDatabase.php b/app/Console/Commands/Correction/CorrectDatabase.php index 0f692911d2..85a36b9e47 100644 --- a/app/Console/Commands/Correction/CorrectDatabase.php +++ b/app/Console/Commands/Correction/CorrectDatabase.php @@ -3,20 +3,20 @@ * CorrectDatabase.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/app/Console/Commands/Correction/CorrectOpeningBalanceCurrencies.php b/app/Console/Commands/Correction/CorrectOpeningBalanceCurrencies.php index 9927c26bbc..2cce0186e1 100644 --- a/app/Console/Commands/Correction/CorrectOpeningBalanceCurrencies.php +++ b/app/Console/Commands/Correction/CorrectOpeningBalanceCurrencies.php @@ -3,20 +3,20 @@ * CorrectOpeningBalanceCurrencies.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 . */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/CreateAccessTokens.php b/app/Console/Commands/Correction/CreateAccessTokens.php index 0a77d219fd..dc88d11110 100644 --- a/app/Console/Commands/Correction/CreateAccessTokens.php +++ b/app/Console/Commands/Correction/CreateAccessTokens.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * CreateAccessTokens.php diff --git a/app/Console/Commands/Correction/CreateLinkTypes.php b/app/Console/Commands/Correction/CreateLinkTypes.php index 0efcbdb4b3..2a7f9bb257 100644 --- a/app/Console/Commands/Correction/CreateLinkTypes.php +++ b/app/Console/Commands/Correction/CreateLinkTypes.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * CreateLinkTypes.php diff --git a/app/Console/Commands/Correction/DeleteEmptyGroups.php b/app/Console/Commands/Correction/DeleteEmptyGroups.php index 4c5ed2a59e..98caf9e985 100644 --- a/app/Console/Commands/Correction/DeleteEmptyGroups.php +++ b/app/Console/Commands/Correction/DeleteEmptyGroups.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * DeleteEmptyGroups.php diff --git a/app/Console/Commands/Correction/DeleteEmptyJournals.php b/app/Console/Commands/Correction/DeleteEmptyJournals.php index ee2c748bb2..49d9f68126 100644 --- a/app/Console/Commands/Correction/DeleteEmptyJournals.php +++ b/app/Console/Commands/Correction/DeleteEmptyJournals.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * DeleteEmptyJournals.php diff --git a/app/Console/Commands/Correction/DeleteOrphanedTransactions.php b/app/Console/Commands/Correction/DeleteOrphanedTransactions.php index 3ab8de9041..19195f4b66 100644 --- a/app/Console/Commands/Correction/DeleteOrphanedTransactions.php +++ b/app/Console/Commands/Correction/DeleteOrphanedTransactions.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * DeleteOrphanedTransactions.php diff --git a/app/Console/Commands/Correction/DeleteZeroAmount.php b/app/Console/Commands/Correction/DeleteZeroAmount.php index 30018628c7..e82a6af7b6 100644 --- a/app/Console/Commands/Correction/DeleteZeroAmount.php +++ b/app/Console/Commands/Correction/DeleteZeroAmount.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * DeleteZeroAmount.php diff --git a/app/Console/Commands/Correction/EnableCurrencies.php b/app/Console/Commands/Correction/EnableCurrencies.php index 77059c3806..47027654f0 100644 --- a/app/Console/Commands/Correction/EnableCurrencies.php +++ b/app/Console/Commands/Correction/EnableCurrencies.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * EnableCurrencies.php diff --git a/app/Console/Commands/Correction/FixAccountTypes.php b/app/Console/Commands/Correction/FixAccountTypes.php index a0906e7c7c..0f483e9e68 100644 --- a/app/Console/Commands/Correction/FixAccountTypes.php +++ b/app/Console/Commands/Correction/FixAccountTypes.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * FixAccountTypes.php diff --git a/app/Console/Commands/Correction/FixLongDescriptions.php b/app/Console/Commands/Correction/FixLongDescriptions.php index e15e63a871..ceae5bf6ff 100644 --- a/app/Console/Commands/Correction/FixLongDescriptions.php +++ b/app/Console/Commands/Correction/FixLongDescriptions.php @@ -3,20 +3,20 @@ * FixLongDescriptions.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 . */ namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/FixPiggies.php b/app/Console/Commands/Correction/FixPiggies.php index d6aa60a7bb..d9979a6608 100644 --- a/app/Console/Commands/Correction/FixPiggies.php +++ b/app/Console/Commands/Correction/FixPiggies.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * FixPiggies.php diff --git a/app/Console/Commands/Correction/FixUnevenAmount.php b/app/Console/Commands/Correction/FixUnevenAmount.php index af64c7bab6..e4cb329a00 100644 --- a/app/Console/Commands/Correction/FixUnevenAmount.php +++ b/app/Console/Commands/Correction/FixUnevenAmount.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * FixUnevenAmount.php diff --git a/app/Console/Commands/Correction/RemoveBills.php b/app/Console/Commands/Correction/RemoveBills.php index b32fb96190..0ccbe7fac5 100644 --- a/app/Console/Commands/Correction/RemoveBills.php +++ b/app/Console/Commands/Correction/RemoveBills.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * RemoveBills.php diff --git a/app/Console/Commands/Correction/RenameMetaFields.php b/app/Console/Commands/Correction/RenameMetaFields.php index c7d9c86381..36cad0aef6 100644 --- a/app/Console/Commands/Correction/RenameMetaFields.php +++ b/app/Console/Commands/Correction/RenameMetaFields.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * RenameMetaFields.php diff --git a/app/Console/Commands/Correction/TransferBudgets.php b/app/Console/Commands/Correction/TransferBudgets.php index f859bdb247..523d97389d 100644 --- a/app/Console/Commands/Correction/TransferBudgets.php +++ b/app/Console/Commands/Correction/TransferBudgets.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * TransferBudgets.php diff --git a/app/Console/Commands/DecryptDatabase.php b/app/Console/Commands/DecryptDatabase.php index 92cd9500ec..3d1910b17b 100644 --- a/app/Console/Commands/DecryptDatabase.php +++ b/app/Console/Commands/DecryptDatabase.php @@ -4,20 +4,20 @@ * DecryptDatabase.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/app/Console/Commands/Import/CreateCSVImport.php b/app/Console/Commands/Import/CreateCSVImport.php index 27909afafe..5c58617f3f 100644 --- a/app/Console/Commands/Import/CreateCSVImport.php +++ b/app/Console/Commands/Import/CreateCSVImport.php @@ -3,20 +3,20 @@ * CreateCSVImport.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 . */ /** @noinspection MultipleReturnStatementsInspection */ diff --git a/app/Console/Commands/Integrity/ReportEmptyObjects.php b/app/Console/Commands/Integrity/ReportEmptyObjects.php index b65b1ba73d..3f68c504b2 100644 --- a/app/Console/Commands/Integrity/ReportEmptyObjects.php +++ b/app/Console/Commands/Integrity/ReportEmptyObjects.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * ReportEmptyObjects.php diff --git a/app/Console/Commands/Integrity/ReportIntegrity.php b/app/Console/Commands/Integrity/ReportIntegrity.php index a89b2ae2d4..46cd67b276 100644 --- a/app/Console/Commands/Integrity/ReportIntegrity.php +++ b/app/Console/Commands/Integrity/ReportIntegrity.php @@ -3,20 +3,20 @@ * ReportIntegrity.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/app/Console/Commands/Integrity/ReportSum.php b/app/Console/Commands/Integrity/ReportSum.php index b3394c4ffc..1d478ea9e6 100644 --- a/app/Console/Commands/Integrity/ReportSum.php +++ b/app/Console/Commands/Integrity/ReportSum.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * ReportSum.php diff --git a/app/Console/Commands/Integrity/RestoreOAuthKeys.php b/app/Console/Commands/Integrity/RestoreOAuthKeys.php index 58c9179983..b41a95930e 100644 --- a/app/Console/Commands/Integrity/RestoreOAuthKeys.php +++ b/app/Console/Commands/Integrity/RestoreOAuthKeys.php @@ -3,20 +3,20 @@ * RestoreOAuthKeys.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 . */ namespace FireflyIII\Console\Commands\Integrity; diff --git a/app/Console/Commands/ScanAttachments.php b/app/Console/Commands/ScanAttachments.php index 89aaa7aeb8..c5c4d57307 100644 --- a/app/Console/Commands/ScanAttachments.php +++ b/app/Console/Commands/ScanAttachments.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection PhpDynamicAsStaticMethodCallInspection */ diff --git a/app/Console/Commands/Tools/ApplyRules.php b/app/Console/Commands/Tools/ApplyRules.php index 98a3de38c7..dfcd0c85e3 100644 --- a/app/Console/Commands/Tools/ApplyRules.php +++ b/app/Console/Commands/Tools/ApplyRules.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); diff --git a/app/Console/Commands/Tools/Cron.php b/app/Console/Commands/Tools/Cron.php index 51bfc46fe9..d13e0bc811 100644 --- a/app/Console/Commands/Tools/Cron.php +++ b/app/Console/Commands/Tools/Cron.php @@ -4,20 +4,20 @@ * Cron.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/app/Console/Commands/Upgrade/AccountCurrencies.php b/app/Console/Commands/Upgrade/AccountCurrencies.php index 5c0940ce83..415e499746 100644 --- a/app/Console/Commands/Upgrade/AccountCurrencies.php +++ b/app/Console/Commands/Upgrade/AccountCurrencies.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * AccountCurrencies.php diff --git a/app/Console/Commands/Upgrade/BackToJournals.php b/app/Console/Commands/Upgrade/BackToJournals.php index 728e78b4de..4a8a800c43 100644 --- a/app/Console/Commands/Upgrade/BackToJournals.php +++ b/app/Console/Commands/Upgrade/BackToJournals.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * BackToJournals.php diff --git a/app/Console/Commands/Upgrade/BudgetLimitCurrency.php b/app/Console/Commands/Upgrade/BudgetLimitCurrency.php index d8a7b43aa1..4f28dab4fa 100644 --- a/app/Console/Commands/Upgrade/BudgetLimitCurrency.php +++ b/app/Console/Commands/Upgrade/BudgetLimitCurrency.php @@ -3,20 +3,20 @@ * BudgetLimitCurrency.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/app/Console/Commands/Upgrade/CCLiabilities.php b/app/Console/Commands/Upgrade/CCLiabilities.php index 9e22f59dd7..5808f128f3 100644 --- a/app/Console/Commands/Upgrade/CCLiabilities.php +++ b/app/Console/Commands/Upgrade/CCLiabilities.php @@ -3,20 +3,20 @@ * CCLiabilities.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/app/Console/Commands/Upgrade/MigrateAttachments.php b/app/Console/Commands/Upgrade/MigrateAttachments.php index a0f745829b..0982a1b3ac 100644 --- a/app/Console/Commands/Upgrade/MigrateAttachments.php +++ b/app/Console/Commands/Upgrade/MigrateAttachments.php @@ -3,20 +3,20 @@ * MigrateAttachments.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/app/Console/Commands/Upgrade/MigrateJournalNotes.php b/app/Console/Commands/Upgrade/MigrateJournalNotes.php index 2e529c46af..1f94a6d253 100644 --- a/app/Console/Commands/Upgrade/MigrateJournalNotes.php +++ b/app/Console/Commands/Upgrade/MigrateJournalNotes.php @@ -3,20 +3,20 @@ * MigrateJournalNotes.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/app/Console/Commands/Upgrade/MigrateRecurrenceMeta.php b/app/Console/Commands/Upgrade/MigrateRecurrenceMeta.php index 08817ed270..6639bac8d3 100644 --- a/app/Console/Commands/Upgrade/MigrateRecurrenceMeta.php +++ b/app/Console/Commands/Upgrade/MigrateRecurrenceMeta.php @@ -3,20 +3,20 @@ * MigrateRecurrenceMeta.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 . */ namespace FireflyIII\Console\Commands\Upgrade; diff --git a/app/Console/Commands/Upgrade/MigrateToGroups.php b/app/Console/Commands/Upgrade/MigrateToGroups.php index eb3b6cce59..c92e053256 100644 --- a/app/Console/Commands/Upgrade/MigrateToGroups.php +++ b/app/Console/Commands/Upgrade/MigrateToGroups.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * MigrateToGroups.php diff --git a/app/Console/Commands/Upgrade/MigrateToRules.php b/app/Console/Commands/Upgrade/MigrateToRules.php index 14ad624753..c9fd13d8df 100644 --- a/app/Console/Commands/Upgrade/MigrateToRules.php +++ b/app/Console/Commands/Upgrade/MigrateToRules.php @@ -3,20 +3,20 @@ * MigrateToRules.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/app/Console/Commands/Upgrade/OtherCurrenciesCorrections.php b/app/Console/Commands/Upgrade/OtherCurrenciesCorrections.php index af2ef95c86..c16c3e85d0 100644 --- a/app/Console/Commands/Upgrade/OtherCurrenciesCorrections.php +++ b/app/Console/Commands/Upgrade/OtherCurrenciesCorrections.php @@ -3,20 +3,20 @@ * OtherCurrenciesCorrections.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/app/Console/Commands/Upgrade/RenameAccountMeta.php b/app/Console/Commands/Upgrade/RenameAccountMeta.php index efa1831354..cd4e448d43 100644 --- a/app/Console/Commands/Upgrade/RenameAccountMeta.php +++ b/app/Console/Commands/Upgrade/RenameAccountMeta.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * RenameAccountMeta.php diff --git a/app/Console/Commands/Upgrade/TransactionIdentifier.php b/app/Console/Commands/Upgrade/TransactionIdentifier.php index afc394e81b..5e03ec91af 100644 --- a/app/Console/Commands/Upgrade/TransactionIdentifier.php +++ b/app/Console/Commands/Upgrade/TransactionIdentifier.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * TransactionIdentifier.php diff --git a/app/Console/Commands/Upgrade/TransferCurrenciesCorrections.php b/app/Console/Commands/Upgrade/TransferCurrenciesCorrections.php index 6fdfd36c9f..894f813a50 100644 --- a/app/Console/Commands/Upgrade/TransferCurrenciesCorrections.php +++ b/app/Console/Commands/Upgrade/TransferCurrenciesCorrections.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * TransferCurrenciesCorrections.php diff --git a/app/Console/Commands/Upgrade/UpgradeDatabase.php b/app/Console/Commands/Upgrade/UpgradeDatabase.php index c3abd707d0..76abaedfa2 100644 --- a/app/Console/Commands/Upgrade/UpgradeDatabase.php +++ b/app/Console/Commands/Upgrade/UpgradeDatabase.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * UpgradeDatabase.php diff --git a/app/Console/Commands/UpgradeFireflyInstructions.php b/app/Console/Commands/UpgradeFireflyInstructions.php index 37cd28f4ea..e22d6618d3 100644 --- a/app/Console/Commands/UpgradeFireflyInstructions.php +++ b/app/Console/Commands/UpgradeFireflyInstructions.php @@ -1,22 +1,22 @@ . + * You should have 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/Console/Commands/VerifiesAccessToken.php b/app/Console/Commands/VerifiesAccessToken.php index 39f300d796..c12219cf4a 100644 --- a/app/Console/Commands/VerifiesAccessToken.php +++ b/app/Console/Commands/VerifiesAccessToken.php @@ -1,22 +1,22 @@ . + * You should have 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/Console/Kernel.php b/app/Console/Kernel.php index 161cd3b48f..85e870bd24 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -2,22 +2,22 @@ /** * Kernel.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/app/Events/AdminRequestedTestMessage.php b/app/Events/AdminRequestedTestMessage.php index 2f5b225800..ece312467f 100644 --- a/app/Events/AdminRequestedTestMessage.php +++ b/app/Events/AdminRequestedTestMessage.php @@ -2,22 +2,22 @@ /** * AdminRequestedTestMessage.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/app/Events/Event.php b/app/Events/Event.php index 14c8a1e436..5499c81cf2 100644 --- a/app/Events/Event.php +++ b/app/Events/Event.php @@ -2,22 +2,22 @@ /** * Event.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/app/Events/RegisteredUser.php b/app/Events/RegisteredUser.php index 8e7fc80ef1..b98338ec68 100644 --- a/app/Events/RegisteredUser.php +++ b/app/Events/RegisteredUser.php @@ -2,22 +2,22 @@ /** * RegisteredUser.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/app/Events/RequestedNewPassword.php b/app/Events/RequestedNewPassword.php index b7c85c2f8c..8424b0d3e6 100644 --- a/app/Events/RequestedNewPassword.php +++ b/app/Events/RequestedNewPassword.php @@ -2,22 +2,22 @@ /** * RequestedNewPassword.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/app/Events/RequestedReportOnJournals.php b/app/Events/RequestedReportOnJournals.php index 3cbca4ca5d..d21ec36ac8 100644 --- a/app/Events/RequestedReportOnJournals.php +++ b/app/Events/RequestedReportOnJournals.php @@ -2,22 +2,22 @@ /** * RequestedReportOnJournals.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/app/Events/RequestedVersionCheckStatus.php b/app/Events/RequestedVersionCheckStatus.php index a490ea0e38..9fb026cd59 100644 --- a/app/Events/RequestedVersionCheckStatus.php +++ b/app/Events/RequestedVersionCheckStatus.php @@ -2,22 +2,22 @@ /** * RequestedVersionCheckStatus.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/app/Events/StoredTransactionGroup.php b/app/Events/StoredTransactionGroup.php index 8e00398b65..7b70043491 100644 --- a/app/Events/StoredTransactionGroup.php +++ b/app/Events/StoredTransactionGroup.php @@ -4,20 +4,20 @@ * StoredTransactionGroup.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/app/Events/UpdatedTransactionGroup.php b/app/Events/UpdatedTransactionGroup.php index 784178de5b..2cbb9b8285 100644 --- a/app/Events/UpdatedTransactionGroup.php +++ b/app/Events/UpdatedTransactionGroup.php @@ -4,20 +4,20 @@ * UpdatedTransactionGroup.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/app/Events/UserChangedEmail.php b/app/Events/UserChangedEmail.php index 12e7aab446..7470b1030b 100644 --- a/app/Events/UserChangedEmail.php +++ b/app/Events/UserChangedEmail.php @@ -2,22 +2,22 @@ /** * UserChangedEmail.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/app/Exceptions/FireflyException.php b/app/Exceptions/FireflyException.php index 79afaf860a..9c582a516f 100644 --- a/app/Exceptions/FireflyException.php +++ b/app/Exceptions/FireflyException.php @@ -2,22 +2,22 @@ /** * FireflyException.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/app/Exceptions/GracefulNotFoundHandler.php b/app/Exceptions/GracefulNotFoundHandler.php index 9c71c9918c..bbafbff39c 100644 --- a/app/Exceptions/GracefulNotFoundHandler.php +++ b/app/Exceptions/GracefulNotFoundHandler.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * GracefulNotFoundHandler.php diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 12f642643a..f53dd955fc 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -2,22 +2,22 @@ /** * Handler.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 . */ /** @noinspection MultipleReturnStatementsInspection */ diff --git a/app/Exceptions/NotImplementedException.php b/app/Exceptions/NotImplementedException.php index 060cd32b67..14836eb8ab 100644 --- a/app/Exceptions/NotImplementedException.php +++ b/app/Exceptions/NotImplementedException.php @@ -2,22 +2,22 @@ /** * NotImplementedException.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/app/Exceptions/ValidationException.php b/app/Exceptions/ValidationException.php index 65c4037fd6..723fc3274e 100644 --- a/app/Exceptions/ValidationException.php +++ b/app/Exceptions/ValidationException.php @@ -2,22 +2,22 @@ /** * ValidationException.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/app/Factory/AccountFactory.php b/app/Factory/AccountFactory.php index fcc56335fc..eb41c9e171 100644 --- a/app/Factory/AccountFactory.php +++ b/app/Factory/AccountFactory.php @@ -2,22 +2,22 @@ /** * AccountFactory.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/app/Factory/AccountMetaFactory.php b/app/Factory/AccountMetaFactory.php index d3afff2397..55df461643 100644 --- a/app/Factory/AccountMetaFactory.php +++ b/app/Factory/AccountMetaFactory.php @@ -2,22 +2,22 @@ /** * AccountMetaFactory.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/app/Factory/AttachmentFactory.php b/app/Factory/AttachmentFactory.php index 42ab6d394e..eb3d87d347 100644 --- a/app/Factory/AttachmentFactory.php +++ b/app/Factory/AttachmentFactory.php @@ -1,22 +1,22 @@ . + * You should have 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/Factory/BillFactory.php b/app/Factory/BillFactory.php index 88d9ca269e..f958dfa7d4 100644 --- a/app/Factory/BillFactory.php +++ b/app/Factory/BillFactory.php @@ -2,22 +2,22 @@ /** * BillFactory.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/app/Factory/BudgetFactory.php b/app/Factory/BudgetFactory.php index da8882ad3b..eeb7924b06 100644 --- a/app/Factory/BudgetFactory.php +++ b/app/Factory/BudgetFactory.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection MultipleReturnStatementsInspection */ declare(strict_types=1); diff --git a/app/Factory/CategoryFactory.php b/app/Factory/CategoryFactory.php index 1085b64ede..b8690a04b6 100644 --- a/app/Factory/CategoryFactory.php +++ b/app/Factory/CategoryFactory.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection MultipleReturnStatementsInspection */ declare(strict_types=1); diff --git a/app/Factory/PiggyBankEventFactory.php b/app/Factory/PiggyBankEventFactory.php index 597c63b22d..fe6803a6b1 100644 --- a/app/Factory/PiggyBankEventFactory.php +++ b/app/Factory/PiggyBankEventFactory.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection MultipleReturnStatementsInspection */ declare(strict_types=1); diff --git a/app/Factory/PiggyBankFactory.php b/app/Factory/PiggyBankFactory.php index 020399bc73..7e7bd466ba 100644 --- a/app/Factory/PiggyBankFactory.php +++ b/app/Factory/PiggyBankFactory.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection MultipleReturnStatementsInspection */ declare(strict_types=1); diff --git a/app/Factory/RecurrenceFactory.php b/app/Factory/RecurrenceFactory.php index 33a4f60431..a007ad8793 100644 --- a/app/Factory/RecurrenceFactory.php +++ b/app/Factory/RecurrenceFactory.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection MultipleReturnStatementsInspection */ diff --git a/app/Factory/TagFactory.php b/app/Factory/TagFactory.php index ef9caf7cbf..b8e2352340 100644 --- a/app/Factory/TagFactory.php +++ b/app/Factory/TagFactory.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection MultipleReturnStatementsInspection */ diff --git a/app/Factory/TransactionCurrencyFactory.php b/app/Factory/TransactionCurrencyFactory.php index f2e1a0f4cc..52d1fa42aa 100644 --- a/app/Factory/TransactionCurrencyFactory.php +++ b/app/Factory/TransactionCurrencyFactory.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection PhpDynamicAsStaticMethodCallInspection */ diff --git a/app/Factory/TransactionFactory.php b/app/Factory/TransactionFactory.php index 3cf47f1eed..8898561f33 100644 --- a/app/Factory/TransactionFactory.php +++ b/app/Factory/TransactionFactory.php @@ -2,22 +2,22 @@ /** * TransactionFactory.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/app/Factory/TransactionGroupFactory.php b/app/Factory/TransactionGroupFactory.php index fbb112ebcf..91e7ee21fd 100644 --- a/app/Factory/TransactionGroupFactory.php +++ b/app/Factory/TransactionGroupFactory.php @@ -3,20 +3,20 @@ * TransactionGroupFactory.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/app/Factory/TransactionJournalFactory.php b/app/Factory/TransactionJournalFactory.php index 9a24591089..daf7f95a6d 100644 --- a/app/Factory/TransactionJournalFactory.php +++ b/app/Factory/TransactionJournalFactory.php @@ -2,22 +2,22 @@ /** * TransactionJournalFactory.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/app/Factory/TransactionJournalMetaFactory.php b/app/Factory/TransactionJournalMetaFactory.php index 7e13afd8fd..126c2b7db5 100644 --- a/app/Factory/TransactionJournalMetaFactory.php +++ b/app/Factory/TransactionJournalMetaFactory.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection MultipleReturnStatementsInspection */ diff --git a/app/Factory/TransactionTypeFactory.php b/app/Factory/TransactionTypeFactory.php index ac5a718a7f..87d0d2b1b7 100644 --- a/app/Factory/TransactionTypeFactory.php +++ b/app/Factory/TransactionTypeFactory.php @@ -2,22 +2,22 @@ /** * TransactionTypeFactory.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 . */ /** @noinspection PhpUndefinedMethodInspection */ diff --git a/app/Generator/Chart/Basic/ChartJsGenerator.php b/app/Generator/Chart/Basic/ChartJsGenerator.php index 3ada70161c..a090877c82 100644 --- a/app/Generator/Chart/Basic/ChartJsGenerator.php +++ b/app/Generator/Chart/Basic/ChartJsGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Chart/Basic/GeneratorInterface.php b/app/Generator/Chart/Basic/GeneratorInterface.php index 347dd7da7b..01e98e2bcb 100644 --- a/app/Generator/Chart/Basic/GeneratorInterface.php +++ b/app/Generator/Chart/Basic/GeneratorInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Account/MonthReportGenerator.php b/app/Generator/Report/Account/MonthReportGenerator.php index f534b2f1a2..eb4edda0a5 100644 --- a/app/Generator/Report/Account/MonthReportGenerator.php +++ b/app/Generator/Report/Account/MonthReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Account/MultiYearReportGenerator.php b/app/Generator/Report/Account/MultiYearReportGenerator.php index ada1211667..780fedbbda 100644 --- a/app/Generator/Report/Account/MultiYearReportGenerator.php +++ b/app/Generator/Report/Account/MultiYearReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Account/YearReportGenerator.php b/app/Generator/Report/Account/YearReportGenerator.php index bdee367fed..6315260f3d 100644 --- a/app/Generator/Report/Account/YearReportGenerator.php +++ b/app/Generator/Report/Account/YearReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Audit/MonthReportGenerator.php b/app/Generator/Report/Audit/MonthReportGenerator.php index 0d2dc4332b..7a26e30ce7 100644 --- a/app/Generator/Report/Audit/MonthReportGenerator.php +++ b/app/Generator/Report/Audit/MonthReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection PhpUndefinedMethodInspection */ diff --git a/app/Generator/Report/Audit/MultiYearReportGenerator.php b/app/Generator/Report/Audit/MultiYearReportGenerator.php index a775e2a5bd..ea75c97d39 100644 --- a/app/Generator/Report/Audit/MultiYearReportGenerator.php +++ b/app/Generator/Report/Audit/MultiYearReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Audit/YearReportGenerator.php b/app/Generator/Report/Audit/YearReportGenerator.php index a292b3f2a9..f02665723d 100644 --- a/app/Generator/Report/Audit/YearReportGenerator.php +++ b/app/Generator/Report/Audit/YearReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Budget/MonthReportGenerator.php b/app/Generator/Report/Budget/MonthReportGenerator.php index 20bb4c292b..97d531c442 100644 --- a/app/Generator/Report/Budget/MonthReportGenerator.php +++ b/app/Generator/Report/Budget/MonthReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection MultipleReturnStatementsInspection */ /** @noinspection PhpUndefinedMethodInspection */ diff --git a/app/Generator/Report/Budget/MultiYearReportGenerator.php b/app/Generator/Report/Budget/MultiYearReportGenerator.php index 8eea0b4d74..5a2957de1d 100644 --- a/app/Generator/Report/Budget/MultiYearReportGenerator.php +++ b/app/Generator/Report/Budget/MultiYearReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Budget/YearReportGenerator.php b/app/Generator/Report/Budget/YearReportGenerator.php index 08dc432561..460330d573 100644 --- a/app/Generator/Report/Budget/YearReportGenerator.php +++ b/app/Generator/Report/Budget/YearReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Category/MonthReportGenerator.php b/app/Generator/Report/Category/MonthReportGenerator.php index 6a20c5814a..7a4bd5e446 100644 --- a/app/Generator/Report/Category/MonthReportGenerator.php +++ b/app/Generator/Report/Category/MonthReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection MultipleReturnStatementsInspection */ /** @noinspection PhpUndefinedMethodInspection */ diff --git a/app/Generator/Report/Category/MultiYearReportGenerator.php b/app/Generator/Report/Category/MultiYearReportGenerator.php index 0f693f62d7..bfe46c79d6 100644 --- a/app/Generator/Report/Category/MultiYearReportGenerator.php +++ b/app/Generator/Report/Category/MultiYearReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Category/YearReportGenerator.php b/app/Generator/Report/Category/YearReportGenerator.php index ed8742664f..8d7509fb46 100644 --- a/app/Generator/Report/Category/YearReportGenerator.php +++ b/app/Generator/Report/Category/YearReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/ReportGeneratorFactory.php b/app/Generator/Report/ReportGeneratorFactory.php index 2185a335d3..6c90dee1f2 100644 --- a/app/Generator/Report/ReportGeneratorFactory.php +++ b/app/Generator/Report/ReportGeneratorFactory.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/ReportGeneratorInterface.php b/app/Generator/Report/ReportGeneratorInterface.php index db0369ce17..3b7cd88086 100644 --- a/app/Generator/Report/ReportGeneratorInterface.php +++ b/app/Generator/Report/ReportGeneratorInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Standard/MonthReportGenerator.php b/app/Generator/Report/Standard/MonthReportGenerator.php index 17e4d7c745..b1bc86997f 100644 --- a/app/Generator/Report/Standard/MonthReportGenerator.php +++ b/app/Generator/Report/Standard/MonthReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Standard/MultiYearReportGenerator.php b/app/Generator/Report/Standard/MultiYearReportGenerator.php index abd0ba750e..f1d39e490d 100644 --- a/app/Generator/Report/Standard/MultiYearReportGenerator.php +++ b/app/Generator/Report/Standard/MultiYearReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Standard/YearReportGenerator.php b/app/Generator/Report/Standard/YearReportGenerator.php index b93c18a820..f60ba98df3 100644 --- a/app/Generator/Report/Standard/YearReportGenerator.php +++ b/app/Generator/Report/Standard/YearReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Tag/MonthReportGenerator.php b/app/Generator/Report/Tag/MonthReportGenerator.php index 17f63a0765..3f93cb1837 100644 --- a/app/Generator/Report/Tag/MonthReportGenerator.php +++ b/app/Generator/Report/Tag/MonthReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection MultipleReturnStatementsInspection */ diff --git a/app/Generator/Report/Tag/MultiYearReportGenerator.php b/app/Generator/Report/Tag/MultiYearReportGenerator.php index 26049c1679..1417369653 100644 --- a/app/Generator/Report/Tag/MultiYearReportGenerator.php +++ b/app/Generator/Report/Tag/MultiYearReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Generator/Report/Tag/YearReportGenerator.php b/app/Generator/Report/Tag/YearReportGenerator.php index 3a1927a61a..7dd107cc17 100644 --- a/app/Generator/Report/Tag/YearReportGenerator.php +++ b/app/Generator/Report/Tag/YearReportGenerator.php @@ -1,22 +1,22 @@ . + * You should have 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/Handlers/Events/APIEventHandler.php b/app/Handlers/Events/APIEventHandler.php index 0b93895ee1..892802a47c 100644 --- a/app/Handlers/Events/APIEventHandler.php +++ b/app/Handlers/Events/APIEventHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Handlers/Events/AdminEventHandler.php b/app/Handlers/Events/AdminEventHandler.php index 6d3c09a62b..7ee9b876e9 100644 --- a/app/Handlers/Events/AdminEventHandler.php +++ b/app/Handlers/Events/AdminEventHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Handlers/Events/AutomationHandler.php b/app/Handlers/Events/AutomationHandler.php index 05b4fcce6a..4061c65c8d 100644 --- a/app/Handlers/Events/AutomationHandler.php +++ b/app/Handlers/Events/AutomationHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Handlers/Events/StoredGroupEventHandler.php b/app/Handlers/Events/StoredGroupEventHandler.php index 7faa916c3a..6f44865eaf 100644 --- a/app/Handlers/Events/StoredGroupEventHandler.php +++ b/app/Handlers/Events/StoredGroupEventHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Handlers/Events/UpdatedGroupEventHandler.php b/app/Handlers/Events/UpdatedGroupEventHandler.php index 18bbd8d066..110e5ef1c7 100644 --- a/app/Handlers/Events/UpdatedGroupEventHandler.php +++ b/app/Handlers/Events/UpdatedGroupEventHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Handlers/Events/UserEventHandler.php b/app/Handlers/Events/UserEventHandler.php index d19dcfb33a..66937d72c1 100644 --- a/app/Handlers/Events/UserEventHandler.php +++ b/app/Handlers/Events/UserEventHandler.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection NullPointerExceptionInspection */ declare(strict_types=1); diff --git a/app/Handlers/Events/VersionCheckEventHandler.php b/app/Handlers/Events/VersionCheckEventHandler.php index 58d9877afe..9296948ccb 100644 --- a/app/Handlers/Events/VersionCheckEventHandler.php +++ b/app/Handlers/Events/VersionCheckEventHandler.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection MultipleReturnStatementsInspection */ /** @noinspection NullPointerExceptionInspection */ diff --git a/app/Helpers/Attachments/AttachmentHelper.php b/app/Helpers/Attachments/AttachmentHelper.php index 72c181be02..8ecc6391e6 100644 --- a/app/Helpers/Attachments/AttachmentHelper.php +++ b/app/Helpers/Attachments/AttachmentHelper.php @@ -1,22 +1,22 @@ . + * You should have 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/Helpers/Attachments/AttachmentHelperInterface.php b/app/Helpers/Attachments/AttachmentHelperInterface.php index 8671e4f677..06bfdc39b5 100644 --- a/app/Helpers/Attachments/AttachmentHelperInterface.php +++ b/app/Helpers/Attachments/AttachmentHelperInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Helpers/Collector/GroupCollector.php b/app/Helpers/Collector/GroupCollector.php index fbd36d911d..f945c0fac5 100644 --- a/app/Helpers/Collector/GroupCollector.php +++ b/app/Helpers/Collector/GroupCollector.php @@ -3,20 +3,20 @@ * GroupCollector.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/app/Helpers/Collector/GroupCollectorInterface.php b/app/Helpers/Collector/GroupCollectorInterface.php index 5bc36ac7a5..b2785d669e 100644 --- a/app/Helpers/Collector/GroupCollectorInterface.php +++ b/app/Helpers/Collector/GroupCollectorInterface.php @@ -3,20 +3,20 @@ * GroupCollectorInterface.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/app/Helpers/Fiscal/FiscalHelper.php b/app/Helpers/Fiscal/FiscalHelper.php index 787ec60726..f7e472872e 100644 --- a/app/Helpers/Fiscal/FiscalHelper.php +++ b/app/Helpers/Fiscal/FiscalHelper.php @@ -3,20 +3,20 @@ * FiscalHelper.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/app/Helpers/Fiscal/FiscalHelperInterface.php b/app/Helpers/Fiscal/FiscalHelperInterface.php index d1917e4172..c3c48296de 100644 --- a/app/Helpers/Fiscal/FiscalHelperInterface.php +++ b/app/Helpers/Fiscal/FiscalHelperInterface.php @@ -3,20 +3,20 @@ * FiscalHelperInterface.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/app/Helpers/Help/Help.php b/app/Helpers/Help/Help.php index deb8b90f8d..53754547a8 100644 --- a/app/Helpers/Help/Help.php +++ b/app/Helpers/Help/Help.php @@ -1,22 +1,22 @@ . + * You should have 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/Helpers/Help/HelpInterface.php b/app/Helpers/Help/HelpInterface.php index 7962423d42..aabfac5e85 100644 --- a/app/Helpers/Help/HelpInterface.php +++ b/app/Helpers/Help/HelpInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Helpers/Report/NetWorth.php b/app/Helpers/Report/NetWorth.php index 4e54426df3..5c1bb1b8ba 100644 --- a/app/Helpers/Report/NetWorth.php +++ b/app/Helpers/Report/NetWorth.php @@ -1,22 +1,22 @@ . + * You should have 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/Helpers/Report/NetWorthInterface.php b/app/Helpers/Report/NetWorthInterface.php index b186f8575a..5e4f32a97f 100644 --- a/app/Helpers/Report/NetWorthInterface.php +++ b/app/Helpers/Report/NetWorthInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Helpers/Report/PopupReport.php b/app/Helpers/Report/PopupReport.php index 8c7d36ca53..d69ccb022c 100644 --- a/app/Helpers/Report/PopupReport.php +++ b/app/Helpers/Report/PopupReport.php @@ -1,22 +1,22 @@ . + * You should have 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/Helpers/Report/PopupReportInterface.php b/app/Helpers/Report/PopupReportInterface.php index c24f5d12bc..b068ef8012 100644 --- a/app/Helpers/Report/PopupReportInterface.php +++ b/app/Helpers/Report/PopupReportInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Helpers/Report/ReportHelper.php b/app/Helpers/Report/ReportHelper.php index a3b502c873..4a206c2d90 100644 --- a/app/Helpers/Report/ReportHelper.php +++ b/app/Helpers/Report/ReportHelper.php @@ -1,22 +1,22 @@ . + * You should have 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/Helpers/Report/ReportHelperInterface.php b/app/Helpers/Report/ReportHelperInterface.php index 5830764cad..dc5a3bc4ef 100644 --- a/app/Helpers/Report/ReportHelperInterface.php +++ b/app/Helpers/Report/ReportHelperInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Helpers/Update/UpdateTrait.php b/app/Helpers/Update/UpdateTrait.php index dfc280d99d..002a3fd402 100644 --- a/app/Helpers/Update/UpdateTrait.php +++ b/app/Helpers/Update/UpdateTrait.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Account/CreateController.php b/app/Http/Controllers/Account/CreateController.php index 37c1cf9f1f..5aff25f071 100644 --- a/app/Http/Controllers/Account/CreateController.php +++ b/app/Http/Controllers/Account/CreateController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Account/DeleteController.php b/app/Http/Controllers/Account/DeleteController.php index 16f870f7bf..7015cd2d61 100644 --- a/app/Http/Controllers/Account/DeleteController.php +++ b/app/Http/Controllers/Account/DeleteController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Account/EditController.php b/app/Http/Controllers/Account/EditController.php index 62ca47453c..51c03cab5e 100644 --- a/app/Http/Controllers/Account/EditController.php +++ b/app/Http/Controllers/Account/EditController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Account/IndexController.php b/app/Http/Controllers/Account/IndexController.php index 36f0b0e8b3..15769a7890 100644 --- a/app/Http/Controllers/Account/IndexController.php +++ b/app/Http/Controllers/Account/IndexController.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection CallableParameterUseCaseInTypeContextInspection */ declare(strict_types=1); diff --git a/app/Http/Controllers/Account/ReconcileController.php b/app/Http/Controllers/Account/ReconcileController.php index 0c7398762a..0c862a9419 100644 --- a/app/Http/Controllers/Account/ReconcileController.php +++ b/app/Http/Controllers/Account/ReconcileController.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection CallableParameterUseCaseInTypeContextInspection */ declare(strict_types=1); diff --git a/app/Http/Controllers/Account/ShowController.php b/app/Http/Controllers/Account/ShowController.php index ff2c715d86..790f186f09 100644 --- a/app/Http/Controllers/Account/ShowController.php +++ b/app/Http/Controllers/Account/ShowController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Admin/ConfigurationController.php b/app/Http/Controllers/Admin/ConfigurationController.php index f4b7982268..82c3334637 100644 --- a/app/Http/Controllers/Admin/ConfigurationController.php +++ b/app/Http/Controllers/Admin/ConfigurationController.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection PhpUndefinedClassInspection */ declare(strict_types=1); diff --git a/app/Http/Controllers/Admin/HomeController.php b/app/Http/Controllers/Admin/HomeController.php index 514185b49c..f0ab332615 100644 --- a/app/Http/Controllers/Admin/HomeController.php +++ b/app/Http/Controllers/Admin/HomeController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Admin/LinkController.php b/app/Http/Controllers/Admin/LinkController.php index 4df4519bd8..ca2bff34d0 100644 --- a/app/Http/Controllers/Admin/LinkController.php +++ b/app/Http/Controllers/Admin/LinkController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Admin/UpdateController.php b/app/Http/Controllers/Admin/UpdateController.php index 45680074c2..7907624526 100644 --- a/app/Http/Controllers/Admin/UpdateController.php +++ b/app/Http/Controllers/Admin/UpdateController.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection PhpMethodParametersCountMismatchInspection */ declare(strict_types=1); diff --git a/app/Http/Controllers/Admin/UserController.php b/app/Http/Controllers/Admin/UserController.php index 001eec6061..f2dbcf33d2 100644 --- a/app/Http/Controllers/Admin/UserController.php +++ b/app/Http/Controllers/Admin/UserController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/AttachmentController.php b/app/Http/Controllers/AttachmentController.php index 0fc0009e0b..0d4d35d913 100644 --- a/app/Http/Controllers/AttachmentController.php +++ b/app/Http/Controllers/AttachmentController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Auth/ForgotPasswordController.php b/app/Http/Controllers/Auth/ForgotPasswordController.php index 02e886339b..2f28437f89 100644 --- a/app/Http/Controllers/Auth/ForgotPasswordController.php +++ b/app/Http/Controllers/Auth/ForgotPasswordController.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection PhpDynamicAsStaticMethodCallInspection */ declare(strict_types=1); diff --git a/app/Http/Controllers/Auth/LoginController.php b/app/Http/Controllers/Auth/LoginController.php index f9e43bca2f..6219a4398e 100644 --- a/app/Http/Controllers/Auth/LoginController.php +++ b/app/Http/Controllers/Auth/LoginController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Auth/RegisterController.php b/app/Http/Controllers/Auth/RegisterController.php index 272ed44bb4..fb9061802f 100644 --- a/app/Http/Controllers/Auth/RegisterController.php +++ b/app/Http/Controllers/Auth/RegisterController.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection PhpDynamicAsStaticMethodCallInspection */ declare(strict_types=1); diff --git a/app/Http/Controllers/Auth/ResetPasswordController.php b/app/Http/Controllers/Auth/ResetPasswordController.php index fe5aeed45c..14daa85fd1 100644 --- a/app/Http/Controllers/Auth/ResetPasswordController.php +++ b/app/Http/Controllers/Auth/ResetPasswordController.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection PhpDynamicAsStaticMethodCallInspection */ declare(strict_types=1); diff --git a/app/Http/Controllers/Auth/TwoFactorController.php b/app/Http/Controllers/Auth/TwoFactorController.php index b211cb78f3..294496bc2b 100644 --- a/app/Http/Controllers/Auth/TwoFactorController.php +++ b/app/Http/Controllers/Auth/TwoFactorController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/BillController.php b/app/Http/Controllers/BillController.php index 6ed962b87d..42f7ce970e 100644 --- a/app/Http/Controllers/BillController.php +++ b/app/Http/Controllers/BillController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Budget/AvailableBudgetController.php b/app/Http/Controllers/Budget/AvailableBudgetController.php index 285cec087a..33b5d9b605 100644 --- a/app/Http/Controllers/Budget/AvailableBudgetController.php +++ b/app/Http/Controllers/Budget/AvailableBudgetController.php @@ -3,20 +3,20 @@ * AvailableBudgetController.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/app/Http/Controllers/Budget/BudgetLimitController.php b/app/Http/Controllers/Budget/BudgetLimitController.php index cb27113c68..3c108d910a 100644 --- a/app/Http/Controllers/Budget/BudgetLimitController.php +++ b/app/Http/Controllers/Budget/BudgetLimitController.php @@ -3,20 +3,20 @@ * BudgetLimitController.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/app/Http/Controllers/Budget/CreateController.php b/app/Http/Controllers/Budget/CreateController.php index 61db789ee0..76b54e7497 100644 --- a/app/Http/Controllers/Budget/CreateController.php +++ b/app/Http/Controllers/Budget/CreateController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Budget/DeleteController.php b/app/Http/Controllers/Budget/DeleteController.php index 4b40d92b2b..471e65644c 100644 --- a/app/Http/Controllers/Budget/DeleteController.php +++ b/app/Http/Controllers/Budget/DeleteController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Budget/EditController.php b/app/Http/Controllers/Budget/EditController.php index 1d02d1bc42..3fb25826bd 100644 --- a/app/Http/Controllers/Budget/EditController.php +++ b/app/Http/Controllers/Budget/EditController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Budget/IndexController.php b/app/Http/Controllers/Budget/IndexController.php index 7205e8d3c2..96c1738c49 100644 --- a/app/Http/Controllers/Budget/IndexController.php +++ b/app/Http/Controllers/Budget/IndexController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Budget/ShowController.php b/app/Http/Controllers/Budget/ShowController.php index f878e01062..d42cded473 100644 --- a/app/Http/Controllers/Budget/ShowController.php +++ b/app/Http/Controllers/Budget/ShowController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Category/CreateController.php b/app/Http/Controllers/Category/CreateController.php index d734fb23b7..48a53338ec 100644 --- a/app/Http/Controllers/Category/CreateController.php +++ b/app/Http/Controllers/Category/CreateController.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * CreateController.php diff --git a/app/Http/Controllers/Category/DeleteController.php b/app/Http/Controllers/Category/DeleteController.php index a07d44822b..351f1e7f7f 100644 --- a/app/Http/Controllers/Category/DeleteController.php +++ b/app/Http/Controllers/Category/DeleteController.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * DeleteController.php diff --git a/app/Http/Controllers/Category/EditController.php b/app/Http/Controllers/Category/EditController.php index a9dd6cf37d..5c0f27dfb2 100644 --- a/app/Http/Controllers/Category/EditController.php +++ b/app/Http/Controllers/Category/EditController.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * EditController.php diff --git a/app/Http/Controllers/Category/IndexController.php b/app/Http/Controllers/Category/IndexController.php index 037f80b5eb..fa623de748 100644 --- a/app/Http/Controllers/Category/IndexController.php +++ b/app/Http/Controllers/Category/IndexController.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * IndexController.php diff --git a/app/Http/Controllers/Category/NoCategoryController.php b/app/Http/Controllers/Category/NoCategoryController.php index 5aea498cee..c65fa67c8f 100644 --- a/app/Http/Controllers/Category/NoCategoryController.php +++ b/app/Http/Controllers/Category/NoCategoryController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Category/ShowController.php b/app/Http/Controllers/Category/ShowController.php index 71852410f9..b142c63850 100644 --- a/app/Http/Controllers/Category/ShowController.php +++ b/app/Http/Controllers/Category/ShowController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Chart/AccountController.php b/app/Http/Controllers/Chart/AccountController.php index 569271cbf7..8f831af2a2 100644 --- a/app/Http/Controllers/Chart/AccountController.php +++ b/app/Http/Controllers/Chart/AccountController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Chart/BillController.php b/app/Http/Controllers/Chart/BillController.php index bd079cb551..c6fedb3419 100644 --- a/app/Http/Controllers/Chart/BillController.php +++ b/app/Http/Controllers/Chart/BillController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Chart/BudgetController.php b/app/Http/Controllers/Chart/BudgetController.php index e11463dc70..928e4e95a0 100644 --- a/app/Http/Controllers/Chart/BudgetController.php +++ b/app/Http/Controllers/Chart/BudgetController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Chart/BudgetReportController.php b/app/Http/Controllers/Chart/BudgetReportController.php index 2de4fa6ab1..15085d3a02 100644 --- a/app/Http/Controllers/Chart/BudgetReportController.php +++ b/app/Http/Controllers/Chart/BudgetReportController.php @@ -1,23 +1,22 @@ -. - */ + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ /** @noinspection MoreThanThreeArgumentsInspection */ declare(strict_types=1); namespace FireflyIII\Http\Controllers\Chart; diff --git a/app/Http/Controllers/Chart/CategoryController.php b/app/Http/Controllers/Chart/CategoryController.php index 55e441a966..a4cc30f46c 100644 --- a/app/Http/Controllers/Chart/CategoryController.php +++ b/app/Http/Controllers/Chart/CategoryController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Chart/CategoryReportController.php b/app/Http/Controllers/Chart/CategoryReportController.php index 5a90297504..bafb48af6e 100644 --- a/app/Http/Controllers/Chart/CategoryReportController.php +++ b/app/Http/Controllers/Chart/CategoryReportController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Chart/DoubleReportController.php b/app/Http/Controllers/Chart/DoubleReportController.php index 17c1afa11a..ed0ad224d9 100644 --- a/app/Http/Controllers/Chart/DoubleReportController.php +++ b/app/Http/Controllers/Chart/DoubleReportController.php @@ -3,20 +3,20 @@ * DoubleReportController.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/app/Http/Controllers/Chart/ExpenseReportController.php b/app/Http/Controllers/Chart/ExpenseReportController.php index 125c9319c3..188f87a19a 100644 --- a/app/Http/Controllers/Chart/ExpenseReportController.php +++ b/app/Http/Controllers/Chart/ExpenseReportController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Chart/PiggyBankController.php b/app/Http/Controllers/Chart/PiggyBankController.php index a558e6fbb7..55f79b06e6 100644 --- a/app/Http/Controllers/Chart/PiggyBankController.php +++ b/app/Http/Controllers/Chart/PiggyBankController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Chart/ReportController.php b/app/Http/Controllers/Chart/ReportController.php index 4c9e143444..57114a12b8 100644 --- a/app/Http/Controllers/Chart/ReportController.php +++ b/app/Http/Controllers/Chart/ReportController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Chart/TagReportController.php b/app/Http/Controllers/Chart/TagReportController.php index b5027d2f98..5461e94d77 100644 --- a/app/Http/Controllers/Chart/TagReportController.php +++ b/app/Http/Controllers/Chart/TagReportController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php index 1a8c733fc1..cc22fd0c0b 100644 --- a/app/Http/Controllers/Controller.php +++ b/app/Http/Controllers/Controller.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/CurrencyController.php b/app/Http/Controllers/CurrencyController.php index 1db9a11387..06aa55f56b 100644 --- a/app/Http/Controllers/CurrencyController.php +++ b/app/Http/Controllers/CurrencyController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/DebugController.php b/app/Http/Controllers/DebugController.php index 0ce7447027..cd49ca989b 100644 --- a/app/Http/Controllers/DebugController.php +++ b/app/Http/Controllers/DebugController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/HelpController.php b/app/Http/Controllers/HelpController.php index a3b8f55a14..b2d92b4f89 100644 --- a/app/Http/Controllers/HelpController.php +++ b/app/Http/Controllers/HelpController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 3f37271b08..23dac0a86f 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Import/CallbackController.php b/app/Http/Controllers/Import/CallbackController.php index 95f0fca4d1..92904d6c6c 100644 --- a/app/Http/Controllers/Import/CallbackController.php +++ b/app/Http/Controllers/Import/CallbackController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Import/IndexController.php b/app/Http/Controllers/Import/IndexController.php index 755b854a47..09c931bc22 100644 --- a/app/Http/Controllers/Import/IndexController.php +++ b/app/Http/Controllers/Import/IndexController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Import/JobConfigurationController.php b/app/Http/Controllers/Import/JobConfigurationController.php index ed921f5092..5c1c75d7fb 100644 --- a/app/Http/Controllers/Import/JobConfigurationController.php +++ b/app/Http/Controllers/Import/JobConfigurationController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Import/JobStatusController.php b/app/Http/Controllers/Import/JobStatusController.php index abde77bc25..37957864c6 100644 --- a/app/Http/Controllers/Import/JobStatusController.php +++ b/app/Http/Controllers/Import/JobStatusController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Import/PrerequisitesController.php b/app/Http/Controllers/Import/PrerequisitesController.php index 3ae9a1bbc2..1a876d02f3 100644 --- a/app/Http/Controllers/Import/PrerequisitesController.php +++ b/app/Http/Controllers/Import/PrerequisitesController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/JavascriptController.php b/app/Http/Controllers/JavascriptController.php index 639695c320..45f412d52e 100644 --- a/app/Http/Controllers/JavascriptController.php +++ b/app/Http/Controllers/JavascriptController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Json/AutoCompleteController.php b/app/Http/Controllers/Json/AutoCompleteController.php index 0f7c6bd758..6b57ab8d8a 100644 --- a/app/Http/Controllers/Json/AutoCompleteController.php +++ b/app/Http/Controllers/Json/AutoCompleteController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Json/BoxController.php b/app/Http/Controllers/Json/BoxController.php index 050b25f2e4..3a5074eed5 100644 --- a/app/Http/Controllers/Json/BoxController.php +++ b/app/Http/Controllers/Json/BoxController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Json/ExchangeController.php b/app/Http/Controllers/Json/ExchangeController.php index b5aca1ae53..3274cd8640 100644 --- a/app/Http/Controllers/Json/ExchangeController.php +++ b/app/Http/Controllers/Json/ExchangeController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Json/FrontpageController.php b/app/Http/Controllers/Json/FrontpageController.php index b193aad99f..3038ebd4c5 100644 --- a/app/Http/Controllers/Json/FrontpageController.php +++ b/app/Http/Controllers/Json/FrontpageController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Json/IntroController.php b/app/Http/Controllers/Json/IntroController.php index 3d43810b4d..4a890c4815 100644 --- a/app/Http/Controllers/Json/IntroController.php +++ b/app/Http/Controllers/Json/IntroController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Json/ReconcileController.php b/app/Http/Controllers/Json/ReconcileController.php index 28d8f3f425..b8f9491843 100644 --- a/app/Http/Controllers/Json/ReconcileController.php +++ b/app/Http/Controllers/Json/ReconcileController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Json/RecurrenceController.php b/app/Http/Controllers/Json/RecurrenceController.php index ab89502040..bfb544c2f3 100644 --- a/app/Http/Controllers/Json/RecurrenceController.php +++ b/app/Http/Controllers/Json/RecurrenceController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Json/RuleController.php b/app/Http/Controllers/Json/RuleController.php index dd7a2f8245..cf1f7b788e 100644 --- a/app/Http/Controllers/Json/RuleController.php +++ b/app/Http/Controllers/Json/RuleController.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * RuleController.php diff --git a/app/Http/Controllers/NewUserController.php b/app/Http/Controllers/NewUserController.php index 61d7385bb6..b658217f87 100644 --- a/app/Http/Controllers/NewUserController.php +++ b/app/Http/Controllers/NewUserController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/PiggyBankController.php b/app/Http/Controllers/PiggyBankController.php index 3285892e53..4f0c5ea792 100644 --- a/app/Http/Controllers/PiggyBankController.php +++ b/app/Http/Controllers/PiggyBankController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Popup/ReportController.php b/app/Http/Controllers/Popup/ReportController.php index 6915a6581e..11200f0849 100644 --- a/app/Http/Controllers/Popup/ReportController.php +++ b/app/Http/Controllers/Popup/ReportController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/PreferencesController.php b/app/Http/Controllers/PreferencesController.php index 7885276fb2..37a994712e 100644 --- a/app/Http/Controllers/PreferencesController.php +++ b/app/Http/Controllers/PreferencesController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Profile/DataController.php b/app/Http/Controllers/Profile/DataController.php index 201ca286e2..2a9f3bc735 100644 --- a/app/Http/Controllers/Profile/DataController.php +++ b/app/Http/Controllers/Profile/DataController.php @@ -3,20 +3,20 @@ * DataController.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 . */ namespace FireflyIII\Http\Controllers\Profile; diff --git a/app/Http/Controllers/ProfileController.php b/app/Http/Controllers/ProfileController.php index 49c70704f8..2c2aa1f2ab 100644 --- a/app/Http/Controllers/ProfileController.php +++ b/app/Http/Controllers/ProfileController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Recurring/CreateController.php b/app/Http/Controllers/Recurring/CreateController.php index 4606a6d6ac..b567a78c30 100644 --- a/app/Http/Controllers/Recurring/CreateController.php +++ b/app/Http/Controllers/Recurring/CreateController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Recurring/DeleteController.php b/app/Http/Controllers/Recurring/DeleteController.php index 5ad24fce6c..1077ae0495 100644 --- a/app/Http/Controllers/Recurring/DeleteController.php +++ b/app/Http/Controllers/Recurring/DeleteController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Recurring/EditController.php b/app/Http/Controllers/Recurring/EditController.php index ee14c94334..04f40d4a28 100644 --- a/app/Http/Controllers/Recurring/EditController.php +++ b/app/Http/Controllers/Recurring/EditController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Recurring/IndexController.php b/app/Http/Controllers/Recurring/IndexController.php index 4e45f5984e..a6fb67f286 100644 --- a/app/Http/Controllers/Recurring/IndexController.php +++ b/app/Http/Controllers/Recurring/IndexController.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection PhpMethodParametersCountMismatchInspection */ declare(strict_types=1); diff --git a/app/Http/Controllers/Recurring/ShowController.php b/app/Http/Controllers/Recurring/ShowController.php index c0892aafe5..23f7db32f1 100644 --- a/app/Http/Controllers/Recurring/ShowController.php +++ b/app/Http/Controllers/Recurring/ShowController.php @@ -3,20 +3,20 @@ * ShowController.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/app/Http/Controllers/Report/AccountController.php b/app/Http/Controllers/Report/AccountController.php index 2f7e9f524e..e43ad838c8 100644 --- a/app/Http/Controllers/Report/AccountController.php +++ b/app/Http/Controllers/Report/AccountController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Report/BalanceController.php b/app/Http/Controllers/Report/BalanceController.php index cf243e04b3..d3d7c79c3c 100644 --- a/app/Http/Controllers/Report/BalanceController.php +++ b/app/Http/Controllers/Report/BalanceController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Report/BillController.php b/app/Http/Controllers/Report/BillController.php index 939b35f447..2e44da4914 100644 --- a/app/Http/Controllers/Report/BillController.php +++ b/app/Http/Controllers/Report/BillController.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * BillController.php diff --git a/app/Http/Controllers/Report/BudgetController.php b/app/Http/Controllers/Report/BudgetController.php index 3f8e59811e..4412216bfa 100644 --- a/app/Http/Controllers/Report/BudgetController.php +++ b/app/Http/Controllers/Report/BudgetController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Report/CategoryController.php b/app/Http/Controllers/Report/CategoryController.php index b071a15d05..7bcc71ef09 100644 --- a/app/Http/Controllers/Report/CategoryController.php +++ b/app/Http/Controllers/Report/CategoryController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Report/DoubleController.php b/app/Http/Controllers/Report/DoubleController.php index be34f9cea4..f5ebf4c8f4 100644 --- a/app/Http/Controllers/Report/DoubleController.php +++ b/app/Http/Controllers/Report/DoubleController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Report/OperationsController.php b/app/Http/Controllers/Report/OperationsController.php index 2bf4de6237..0f591409d5 100644 --- a/app/Http/Controllers/Report/OperationsController.php +++ b/app/Http/Controllers/Report/OperationsController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Report/TagController.php b/app/Http/Controllers/Report/TagController.php index fcf9c6afa0..c7694edc2c 100644 --- a/app/Http/Controllers/Report/TagController.php +++ b/app/Http/Controllers/Report/TagController.php @@ -3,20 +3,20 @@ * TagController.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/app/Http/Controllers/ReportController.php b/app/Http/Controllers/ReportController.php index f26f4680ec..2de04d6f17 100644 --- a/app/Http/Controllers/ReportController.php +++ b/app/Http/Controllers/ReportController.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection CallableParameterUseCaseInTypeContextInspection */ declare(strict_types=1); diff --git a/app/Http/Controllers/Rule/CreateController.php b/app/Http/Controllers/Rule/CreateController.php index c513838461..a655c17508 100644 --- a/app/Http/Controllers/Rule/CreateController.php +++ b/app/Http/Controllers/Rule/CreateController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Rule/DeleteController.php b/app/Http/Controllers/Rule/DeleteController.php index 61f605ef2f..c3b38d16ff 100644 --- a/app/Http/Controllers/Rule/DeleteController.php +++ b/app/Http/Controllers/Rule/DeleteController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Rule/EditController.php b/app/Http/Controllers/Rule/EditController.php index 4e33ddbcaa..ec60dfce0a 100644 --- a/app/Http/Controllers/Rule/EditController.php +++ b/app/Http/Controllers/Rule/EditController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Rule/IndexController.php b/app/Http/Controllers/Rule/IndexController.php index 7bba8ffa4c..03f865fc0c 100644 --- a/app/Http/Controllers/Rule/IndexController.php +++ b/app/Http/Controllers/Rule/IndexController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Rule/SelectController.php b/app/Http/Controllers/Rule/SelectController.php index 0ce060de02..cada198931 100644 --- a/app/Http/Controllers/Rule/SelectController.php +++ b/app/Http/Controllers/Rule/SelectController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/RuleGroup/CreateController.php b/app/Http/Controllers/RuleGroup/CreateController.php index b43bff8ea8..cd190b022e 100644 --- a/app/Http/Controllers/RuleGroup/CreateController.php +++ b/app/Http/Controllers/RuleGroup/CreateController.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * CreateController.php diff --git a/app/Http/Controllers/RuleGroup/DeleteController.php b/app/Http/Controllers/RuleGroup/DeleteController.php index 19651ef127..ab3a5da374 100644 --- a/app/Http/Controllers/RuleGroup/DeleteController.php +++ b/app/Http/Controllers/RuleGroup/DeleteController.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * DeleteController.php diff --git a/app/Http/Controllers/RuleGroup/EditController.php b/app/Http/Controllers/RuleGroup/EditController.php index bee08650c2..e22a5cf5b6 100644 --- a/app/Http/Controllers/RuleGroup/EditController.php +++ b/app/Http/Controllers/RuleGroup/EditController.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * EditController.php diff --git a/app/Http/Controllers/RuleGroup/ExecutionController.php b/app/Http/Controllers/RuleGroup/ExecutionController.php index c3a9fabafb..224e38ae15 100644 --- a/app/Http/Controllers/RuleGroup/ExecutionController.php +++ b/app/Http/Controllers/RuleGroup/ExecutionController.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * ExecutionController.php diff --git a/app/Http/Controllers/SearchController.php b/app/Http/Controllers/SearchController.php index f9a1a6986b..4d048b2a79 100644 --- a/app/Http/Controllers/SearchController.php +++ b/app/Http/Controllers/SearchController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/System/CronController.php b/app/Http/Controllers/System/CronController.php index d38c2f5987..914e724cd9 100644 --- a/app/Http/Controllers/System/CronController.php +++ b/app/Http/Controllers/System/CronController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/System/InstallController.php b/app/Http/Controllers/System/InstallController.php index a822a7823f..db18ee218f 100644 --- a/app/Http/Controllers/System/InstallController.php +++ b/app/Http/Controllers/System/InstallController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/TagController.php b/app/Http/Controllers/TagController.php index 30224198b3..a86db88a30 100644 --- a/app/Http/Controllers/TagController.php +++ b/app/Http/Controllers/TagController.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection PhpMethodParametersCountMismatchInspection */ declare(strict_types=1); diff --git a/app/Http/Controllers/Transaction/BulkController.php b/app/Http/Controllers/Transaction/BulkController.php index 605ae91c2c..61e6785a43 100644 --- a/app/Http/Controllers/Transaction/BulkController.php +++ b/app/Http/Controllers/Transaction/BulkController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Transaction/ConvertController.php b/app/Http/Controllers/Transaction/ConvertController.php index b6faa17a7a..4aee86401b 100644 --- a/app/Http/Controllers/Transaction/ConvertController.php +++ b/app/Http/Controllers/Transaction/ConvertController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Transaction/CreateController.php b/app/Http/Controllers/Transaction/CreateController.php index bc00a4ce48..343064d33c 100644 --- a/app/Http/Controllers/Transaction/CreateController.php +++ b/app/Http/Controllers/Transaction/CreateController.php @@ -3,20 +3,20 @@ * CreateController.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/app/Http/Controllers/Transaction/DeleteController.php b/app/Http/Controllers/Transaction/DeleteController.php index 205575e229..0de61dfa5b 100644 --- a/app/Http/Controllers/Transaction/DeleteController.php +++ b/app/Http/Controllers/Transaction/DeleteController.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * DeleteController.php diff --git a/app/Http/Controllers/Transaction/EditController.php b/app/Http/Controllers/Transaction/EditController.php index 0528ae51d7..a325d346ce 100644 --- a/app/Http/Controllers/Transaction/EditController.php +++ b/app/Http/Controllers/Transaction/EditController.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * EditController.php diff --git a/app/Http/Controllers/Transaction/IndexController.php b/app/Http/Controllers/Transaction/IndexController.php index 59bcafcebb..cfc8f9860b 100644 --- a/app/Http/Controllers/Transaction/IndexController.php +++ b/app/Http/Controllers/Transaction/IndexController.php @@ -3,20 +3,20 @@ * IndexController.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/app/Http/Controllers/Transaction/LinkController.php b/app/Http/Controllers/Transaction/LinkController.php index c30a196af8..c6fc354789 100644 --- a/app/Http/Controllers/Transaction/LinkController.php +++ b/app/Http/Controllers/Transaction/LinkController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Transaction/MassController.php b/app/Http/Controllers/Transaction/MassController.php index 6d8ef459ca..b5dff0f368 100644 --- a/app/Http/Controllers/Transaction/MassController.php +++ b/app/Http/Controllers/Transaction/MassController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Controllers/Transaction/ShowController.php b/app/Http/Controllers/Transaction/ShowController.php index 82f00f9987..01770c3656 100644 --- a/app/Http/Controllers/Transaction/ShowController.php +++ b/app/Http/Controllers/Transaction/ShowController.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Kernel.php b/app/Http/Kernel.php index d22cdd797f..7521b81e8c 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index ec0cfe3d76..e13ef021c0 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -2,22 +2,22 @@ /** * Authenticate.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/app/Http/Middleware/Binder.php b/app/Http/Middleware/Binder.php index aad7287a6a..03d286eb5a 100644 --- a/app/Http/Middleware/Binder.php +++ b/app/Http/Middleware/Binder.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Middleware/EncryptCookies.php b/app/Http/Middleware/EncryptCookies.php index d88e45a25b..c59feecd02 100644 --- a/app/Http/Middleware/EncryptCookies.php +++ b/app/Http/Middleware/EncryptCookies.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Middleware/Installer.php b/app/Http/Middleware/Installer.php index c0eb2a8ec9..9ea4ed2764 100644 --- a/app/Http/Middleware/Installer.php +++ b/app/Http/Middleware/Installer.php @@ -2,22 +2,22 @@ /** * Installer.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/app/Http/Middleware/InterestingMessage.php b/app/Http/Middleware/InterestingMessage.php index 0a3a854671..1d5bd67ba5 100644 --- a/app/Http/Middleware/InterestingMessage.php +++ b/app/Http/Middleware/InterestingMessage.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * InterestingMessage.php diff --git a/app/Http/Middleware/IsAdmin.php b/app/Http/Middleware/IsAdmin.php index 2ac5804051..dae6428ca2 100644 --- a/app/Http/Middleware/IsAdmin.php +++ b/app/Http/Middleware/IsAdmin.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Middleware/IsDemoUser.php b/app/Http/Middleware/IsDemoUser.php index 35e63971d8..9fdeca83db 100644 --- a/app/Http/Middleware/IsDemoUser.php +++ b/app/Http/Middleware/IsDemoUser.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Middleware/IsSandStormUser.php b/app/Http/Middleware/IsSandStormUser.php index 397fe0d7bf..591e1e83e1 100644 --- a/app/Http/Middleware/IsSandStormUser.php +++ b/app/Http/Middleware/IsSandStormUser.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Middleware/Range.php b/app/Http/Middleware/Range.php index 892a29aae7..1734ce8aa0 100644 --- a/app/Http/Middleware/Range.php +++ b/app/Http/Middleware/Range.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php index fbd58bd583..e8b6831ca5 100644 --- a/app/Http/Middleware/RedirectIfAuthenticated.php +++ b/app/Http/Middleware/RedirectIfAuthenticated.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Middleware/Sandstorm.php b/app/Http/Middleware/Sandstorm.php index 65ec654e89..866dd54171 100644 --- a/app/Http/Middleware/Sandstorm.php +++ b/app/Http/Middleware/Sandstorm.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection PhpDynamicAsStaticMethodCallInspection */ declare(strict_types=1); diff --git a/app/Http/Middleware/SecureHeaders.php b/app/Http/Middleware/SecureHeaders.php index 0edfcdba17..befbe644f6 100644 --- a/app/Http/Middleware/SecureHeaders.php +++ b/app/Http/Middleware/SecureHeaders.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Middleware/StartFireflySession.php b/app/Http/Middleware/StartFireflySession.php index 513f49b74c..077fa31fb9 100644 --- a/app/Http/Middleware/StartFireflySession.php +++ b/app/Http/Middleware/StartFireflySession.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Middleware/TrimStrings.php b/app/Http/Middleware/TrimStrings.php index 2503635f45..137a2a8ab5 100644 --- a/app/Http/Middleware/TrimStrings.php +++ b/app/Http/Middleware/TrimStrings.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index 9da1ef8336..cb328a38b1 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php index 5402419865..9fe2b81a62 100644 --- a/app/Http/Middleware/VerifyCsrfToken.php +++ b/app/Http/Middleware/VerifyCsrfToken.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/AccountFormRequest.php b/app/Http/Requests/AccountFormRequest.php index d9a4c9d110..a11ae83e92 100644 --- a/app/Http/Requests/AccountFormRequest.php +++ b/app/Http/Requests/AccountFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/AttachmentFormRequest.php b/app/Http/Requests/AttachmentFormRequest.php index 0469784687..f24835df38 100644 --- a/app/Http/Requests/AttachmentFormRequest.php +++ b/app/Http/Requests/AttachmentFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/BillFormRequest.php b/app/Http/Requests/BillFormRequest.php index 0148a4c062..1a9ca9132e 100644 --- a/app/Http/Requests/BillFormRequest.php +++ b/app/Http/Requests/BillFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/BudgetFormRequest.php b/app/Http/Requests/BudgetFormRequest.php index 089ece20af..ecc2e97e2b 100644 --- a/app/Http/Requests/BudgetFormRequest.php +++ b/app/Http/Requests/BudgetFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/BudgetIncomeRequest.php b/app/Http/Requests/BudgetIncomeRequest.php index af531bfab6..0110edcdd0 100644 --- a/app/Http/Requests/BudgetIncomeRequest.php +++ b/app/Http/Requests/BudgetIncomeRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/BulkEditJournalRequest.php b/app/Http/Requests/BulkEditJournalRequest.php index 2005c7f7e0..3802bcea3c 100644 --- a/app/Http/Requests/BulkEditJournalRequest.php +++ b/app/Http/Requests/BulkEditJournalRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/CategoryFormRequest.php b/app/Http/Requests/CategoryFormRequest.php index 1cef099368..0fe88c8cd8 100644 --- a/app/Http/Requests/CategoryFormRequest.php +++ b/app/Http/Requests/CategoryFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/ConfigurationRequest.php b/app/Http/Requests/ConfigurationRequest.php index 4846650bc1..23383da353 100644 --- a/app/Http/Requests/ConfigurationRequest.php +++ b/app/Http/Requests/ConfigurationRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/CurrencyFormRequest.php b/app/Http/Requests/CurrencyFormRequest.php index a7cfeecea5..45ceba1068 100644 --- a/app/Http/Requests/CurrencyFormRequest.php +++ b/app/Http/Requests/CurrencyFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/DeleteAccountFormRequest.php b/app/Http/Requests/DeleteAccountFormRequest.php index d97fba542e..54e09d8a20 100644 --- a/app/Http/Requests/DeleteAccountFormRequest.php +++ b/app/Http/Requests/DeleteAccountFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/EmailFormRequest.php b/app/Http/Requests/EmailFormRequest.php index 2357ecc1ac..66235085cb 100644 --- a/app/Http/Requests/EmailFormRequest.php +++ b/app/Http/Requests/EmailFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/JournalLinkRequest.php b/app/Http/Requests/JournalLinkRequest.php index aefb3a7cd0..cbffa10deb 100644 --- a/app/Http/Requests/JournalLinkRequest.php +++ b/app/Http/Requests/JournalLinkRequest.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** @noinspection PhpDynamicAsStaticMethodCallInspection */ declare(strict_types=1); diff --git a/app/Http/Requests/LinkTypeFormRequest.php b/app/Http/Requests/LinkTypeFormRequest.php index 05d086a263..0819b018b3 100644 --- a/app/Http/Requests/LinkTypeFormRequest.php +++ b/app/Http/Requests/LinkTypeFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/MassDeleteJournalRequest.php b/app/Http/Requests/MassDeleteJournalRequest.php index fa325b204c..626350a6d4 100644 --- a/app/Http/Requests/MassDeleteJournalRequest.php +++ b/app/Http/Requests/MassDeleteJournalRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/MassEditJournalRequest.php b/app/Http/Requests/MassEditJournalRequest.php index 94467f0239..598f3c4e36 100644 --- a/app/Http/Requests/MassEditJournalRequest.php +++ b/app/Http/Requests/MassEditJournalRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/NewUserFormRequest.php b/app/Http/Requests/NewUserFormRequest.php index 68113fb60b..fa97f3663f 100644 --- a/app/Http/Requests/NewUserFormRequest.php +++ b/app/Http/Requests/NewUserFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/PiggyBankFormRequest.php b/app/Http/Requests/PiggyBankFormRequest.php index d09a4d8b7d..1fdc6f0ca0 100644 --- a/app/Http/Requests/PiggyBankFormRequest.php +++ b/app/Http/Requests/PiggyBankFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/ProfileFormRequest.php b/app/Http/Requests/ProfileFormRequest.php index aa060bd794..4839802822 100644 --- a/app/Http/Requests/ProfileFormRequest.php +++ b/app/Http/Requests/ProfileFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/ReconciliationStoreRequest.php b/app/Http/Requests/ReconciliationStoreRequest.php index 7a52cc109c..f082d05cc5 100644 --- a/app/Http/Requests/ReconciliationStoreRequest.php +++ b/app/Http/Requests/ReconciliationStoreRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/RecurrenceFormRequest.php b/app/Http/Requests/RecurrenceFormRequest.php index 7875b45fad..432cce807a 100644 --- a/app/Http/Requests/RecurrenceFormRequest.php +++ b/app/Http/Requests/RecurrenceFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/ReportFormRequest.php b/app/Http/Requests/ReportFormRequest.php index bc3931fea7..210a989c9c 100644 --- a/app/Http/Requests/ReportFormRequest.php +++ b/app/Http/Requests/ReportFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/Request.php b/app/Http/Requests/Request.php index d7f76c594b..36c060f77a 100644 --- a/app/Http/Requests/Request.php +++ b/app/Http/Requests/Request.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/RuleFormRequest.php b/app/Http/Requests/RuleFormRequest.php index f6f9950c1d..7491f5ce3b 100644 --- a/app/Http/Requests/RuleFormRequest.php +++ b/app/Http/Requests/RuleFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/RuleGroupFormRequest.php b/app/Http/Requests/RuleGroupFormRequest.php index e76d88295b..0d2f5baf3d 100644 --- a/app/Http/Requests/RuleGroupFormRequest.php +++ b/app/Http/Requests/RuleGroupFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/SelectTransactionsRequest.php b/app/Http/Requests/SelectTransactionsRequest.php index 74085b2806..7ec74d7d80 100644 --- a/app/Http/Requests/SelectTransactionsRequest.php +++ b/app/Http/Requests/SelectTransactionsRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/TagFormRequest.php b/app/Http/Requests/TagFormRequest.php index db1341cc44..428d9df23c 100644 --- a/app/Http/Requests/TagFormRequest.php +++ b/app/Http/Requests/TagFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/TestRuleFormRequest.php b/app/Http/Requests/TestRuleFormRequest.php index 61e0d7f34d..5256227ce1 100644 --- a/app/Http/Requests/TestRuleFormRequest.php +++ b/app/Http/Requests/TestRuleFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/TokenFormRequest.php b/app/Http/Requests/TokenFormRequest.php index c30cf5827e..46073e0c43 100644 --- a/app/Http/Requests/TokenFormRequest.php +++ b/app/Http/Requests/TokenFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/UserFormRequest.php b/app/Http/Requests/UserFormRequest.php index 65b2de6217..77e3d64e98 100644 --- a/app/Http/Requests/UserFormRequest.php +++ b/app/Http/Requests/UserFormRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Http/Requests/UserRegistrationRequest.php b/app/Http/Requests/UserRegistrationRequest.php index d69b8322ae..a8e69c19b4 100644 --- a/app/Http/Requests/UserRegistrationRequest.php +++ b/app/Http/Requests/UserRegistrationRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Converter/Amount.php b/app/Import/Converter/Amount.php index 5df450e838..1e6b1dc264 100644 --- a/app/Import/Converter/Amount.php +++ b/app/Import/Converter/Amount.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Converter/AmountCredit.php b/app/Import/Converter/AmountCredit.php index 877a68a0a8..374ae2b54a 100644 --- a/app/Import/Converter/AmountCredit.php +++ b/app/Import/Converter/AmountCredit.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Converter/AmountDebit.php b/app/Import/Converter/AmountDebit.php index f071569920..35c3cc2f0c 100644 --- a/app/Import/Converter/AmountDebit.php +++ b/app/Import/Converter/AmountDebit.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Converter/AmountNegated.php b/app/Import/Converter/AmountNegated.php index 79d0874695..724cafd3c4 100644 --- a/app/Import/Converter/AmountNegated.php +++ b/app/Import/Converter/AmountNegated.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Converter/BankDebitCredit.php b/app/Import/Converter/BankDebitCredit.php index 56ced2c60f..3e78057aca 100644 --- a/app/Import/Converter/BankDebitCredit.php +++ b/app/Import/Converter/BankDebitCredit.php @@ -3,20 +3,20 @@ * BankDebitCredit.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/app/Import/Converter/ConverterInterface.php b/app/Import/Converter/ConverterInterface.php index 903929ba1d..228ddba2ab 100644 --- a/app/Import/Converter/ConverterInterface.php +++ b/app/Import/Converter/ConverterInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/JobConfiguration/BunqJobConfiguration.php b/app/Import/JobConfiguration/BunqJobConfiguration.php index 6f3b4a85cb..91d223d252 100644 --- a/app/Import/JobConfiguration/BunqJobConfiguration.php +++ b/app/Import/JobConfiguration/BunqJobConfiguration.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/JobConfiguration/FakeJobConfiguration.php b/app/Import/JobConfiguration/FakeJobConfiguration.php index 818aba3c18..c112a1d973 100644 --- a/app/Import/JobConfiguration/FakeJobConfiguration.php +++ b/app/Import/JobConfiguration/FakeJobConfiguration.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/JobConfiguration/FileJobConfiguration.php b/app/Import/JobConfiguration/FileJobConfiguration.php index 1a871ee5ca..4a4c6bb723 100644 --- a/app/Import/JobConfiguration/FileJobConfiguration.php +++ b/app/Import/JobConfiguration/FileJobConfiguration.php @@ -2,22 +2,22 @@ /** * FileJobConfiguration.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/app/Import/JobConfiguration/FinTSConfigurationSteps.php b/app/Import/JobConfiguration/FinTSConfigurationSteps.php index cdb6265d80..e41051934f 100644 --- a/app/Import/JobConfiguration/FinTSConfigurationSteps.php +++ b/app/Import/JobConfiguration/FinTSConfigurationSteps.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/JobConfiguration/FinTSJobConfiguration.php b/app/Import/JobConfiguration/FinTSJobConfiguration.php index dfc9fdfa64..910c420cba 100644 --- a/app/Import/JobConfiguration/FinTSJobConfiguration.php +++ b/app/Import/JobConfiguration/FinTSJobConfiguration.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/JobConfiguration/JobConfigurationInterface.php b/app/Import/JobConfiguration/JobConfigurationInterface.php index 4ff58ae133..3b50e7b139 100644 --- a/app/Import/JobConfiguration/JobConfigurationInterface.php +++ b/app/Import/JobConfiguration/JobConfigurationInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/JobConfiguration/SpectreJobConfiguration.php b/app/Import/JobConfiguration/SpectreJobConfiguration.php index c0a3ebc0a2..8395bd89b4 100644 --- a/app/Import/JobConfiguration/SpectreJobConfiguration.php +++ b/app/Import/JobConfiguration/SpectreJobConfiguration.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/JobConfiguration/YnabJobConfiguration.php b/app/Import/JobConfiguration/YnabJobConfiguration.php index 8bf63dcbbe..56c2947da5 100644 --- a/app/Import/JobConfiguration/YnabJobConfiguration.php +++ b/app/Import/JobConfiguration/YnabJobConfiguration.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Mapper/AssetAccountIbans.php b/app/Import/Mapper/AssetAccountIbans.php index 2b8ab198e2..e46f5a59b2 100644 --- a/app/Import/Mapper/AssetAccountIbans.php +++ b/app/Import/Mapper/AssetAccountIbans.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Mapper/AssetAccounts.php b/app/Import/Mapper/AssetAccounts.php index e6b9f44467..d4a05f7a4c 100644 --- a/app/Import/Mapper/AssetAccounts.php +++ b/app/Import/Mapper/AssetAccounts.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Mapper/Bills.php b/app/Import/Mapper/Bills.php index dc0f6a3598..e033293324 100644 --- a/app/Import/Mapper/Bills.php +++ b/app/Import/Mapper/Bills.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Mapper/Budgets.php b/app/Import/Mapper/Budgets.php index f69e7ec23e..ba24188fee 100644 --- a/app/Import/Mapper/Budgets.php +++ b/app/Import/Mapper/Budgets.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Mapper/Categories.php b/app/Import/Mapper/Categories.php index 6c55aa53e8..870a9fabf2 100644 --- a/app/Import/Mapper/Categories.php +++ b/app/Import/Mapper/Categories.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Mapper/MapperInterface.php b/app/Import/Mapper/MapperInterface.php index 5ac042611e..9ea55112cc 100644 --- a/app/Import/Mapper/MapperInterface.php +++ b/app/Import/Mapper/MapperInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Mapper/OpposingAccountIbans.php b/app/Import/Mapper/OpposingAccountIbans.php index 6f3217521a..8b4bd73c41 100644 --- a/app/Import/Mapper/OpposingAccountIbans.php +++ b/app/Import/Mapper/OpposingAccountIbans.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Mapper/OpposingAccounts.php b/app/Import/Mapper/OpposingAccounts.php index b99193d00e..887814bc97 100644 --- a/app/Import/Mapper/OpposingAccounts.php +++ b/app/Import/Mapper/OpposingAccounts.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Mapper/Tags.php b/app/Import/Mapper/Tags.php index 90ce4b8a41..cac10626c8 100644 --- a/app/Import/Mapper/Tags.php +++ b/app/Import/Mapper/Tags.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Mapper/TransactionCurrencies.php b/app/Import/Mapper/TransactionCurrencies.php index 44c7ba5be8..00ceba92ee 100644 --- a/app/Import/Mapper/TransactionCurrencies.php +++ b/app/Import/Mapper/TransactionCurrencies.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/MapperPreProcess/PreProcessorInterface.php b/app/Import/MapperPreProcess/PreProcessorInterface.php index b577f605a6..0c32b0c37f 100644 --- a/app/Import/MapperPreProcess/PreProcessorInterface.php +++ b/app/Import/MapperPreProcess/PreProcessorInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/MapperPreProcess/TagsComma.php b/app/Import/MapperPreProcess/TagsComma.php index 1c54595a7a..5af9b5f050 100644 --- a/app/Import/MapperPreProcess/TagsComma.php +++ b/app/Import/MapperPreProcess/TagsComma.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/MapperPreProcess/TagsSpace.php b/app/Import/MapperPreProcess/TagsSpace.php index 92530ee887..fcea21d536 100644 --- a/app/Import/MapperPreProcess/TagsSpace.php +++ b/app/Import/MapperPreProcess/TagsSpace.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Prerequisites/BunqPrerequisites.php b/app/Import/Prerequisites/BunqPrerequisites.php index 3592cfe5f2..11ad98661d 100644 --- a/app/Import/Prerequisites/BunqPrerequisites.php +++ b/app/Import/Prerequisites/BunqPrerequisites.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Prerequisites/FakePrerequisites.php b/app/Import/Prerequisites/FakePrerequisites.php index dbe11a85cc..fc2756e303 100644 --- a/app/Import/Prerequisites/FakePrerequisites.php +++ b/app/Import/Prerequisites/FakePrerequisites.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Prerequisites/FilePrerequisites.php b/app/Import/Prerequisites/FilePrerequisites.php index 459a51ffd7..496c7ad966 100644 --- a/app/Import/Prerequisites/FilePrerequisites.php +++ b/app/Import/Prerequisites/FilePrerequisites.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Prerequisites/PrerequisitesInterface.php b/app/Import/Prerequisites/PrerequisitesInterface.php index f3f82ae5be..ce994296ba 100644 --- a/app/Import/Prerequisites/PrerequisitesInterface.php +++ b/app/Import/Prerequisites/PrerequisitesInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Prerequisites/SpectrePrerequisites.php b/app/Import/Prerequisites/SpectrePrerequisites.php index 997dd5e0d9..6ec2853b4d 100644 --- a/app/Import/Prerequisites/SpectrePrerequisites.php +++ b/app/Import/Prerequisites/SpectrePrerequisites.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Prerequisites/YnabPrerequisites.php b/app/Import/Prerequisites/YnabPrerequisites.php index 832baf2d3c..f89ef6b742 100644 --- a/app/Import/Prerequisites/YnabPrerequisites.php +++ b/app/Import/Prerequisites/YnabPrerequisites.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Routine/BunqRoutine.php b/app/Import/Routine/BunqRoutine.php index 7454940af8..4e38508664 100644 --- a/app/Import/Routine/BunqRoutine.php +++ b/app/Import/Routine/BunqRoutine.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Routine/FakeRoutine.php b/app/Import/Routine/FakeRoutine.php index 75ecc04011..16a83cd23b 100644 --- a/app/Import/Routine/FakeRoutine.php +++ b/app/Import/Routine/FakeRoutine.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Routine/FileRoutine.php b/app/Import/Routine/FileRoutine.php index c61f7afdac..c9a5ed333e 100644 --- a/app/Import/Routine/FileRoutine.php +++ b/app/Import/Routine/FileRoutine.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Routine/FinTSRoutine.php b/app/Import/Routine/FinTSRoutine.php index b05d32ce1d..b838615c75 100644 --- a/app/Import/Routine/FinTSRoutine.php +++ b/app/Import/Routine/FinTSRoutine.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Routine/RoutineInterface.php b/app/Import/Routine/RoutineInterface.php index bb7c4537fb..0f63f8257b 100644 --- a/app/Import/Routine/RoutineInterface.php +++ b/app/Import/Routine/RoutineInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Routine/SpectreRoutine.php b/app/Import/Routine/SpectreRoutine.php index 334d78f6f3..337bdf742d 100644 --- a/app/Import/Routine/SpectreRoutine.php +++ b/app/Import/Routine/SpectreRoutine.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Routine/YnabRoutine.php b/app/Import/Routine/YnabRoutine.php index 12aaf0fdeb..c754b3094a 100644 --- a/app/Import/Routine/YnabRoutine.php +++ b/app/Import/Routine/YnabRoutine.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Specifics/AbnAmroDescription.php b/app/Import/Specifics/AbnAmroDescription.php index 2773023e01..fa182515b1 100644 --- a/app/Import/Specifics/AbnAmroDescription.php +++ b/app/Import/Specifics/AbnAmroDescription.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Specifics/Belfius.php b/app/Import/Specifics/Belfius.php index 82c662b706..c072fedeb2 100644 --- a/app/Import/Specifics/Belfius.php +++ b/app/Import/Specifics/Belfius.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/app/Import/Specifics/IngBelgium.php b/app/Import/Specifics/IngBelgium.php index 1525a7699e..fcee30082c 100644 --- a/app/Import/Specifics/IngBelgium.php +++ b/app/Import/Specifics/IngBelgium.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/app/Import/Specifics/IngDescription.php b/app/Import/Specifics/IngDescription.php index 83966d76c8..f793dea909 100644 --- a/app/Import/Specifics/IngDescription.php +++ b/app/Import/Specifics/IngDescription.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Specifics/PresidentsChoice.php b/app/Import/Specifics/PresidentsChoice.php index 1fa71e1cf2..032ac3393c 100644 --- a/app/Import/Specifics/PresidentsChoice.php +++ b/app/Import/Specifics/PresidentsChoice.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Specifics/RabobankDescription.php b/app/Import/Specifics/RabobankDescription.php index 27cbdcaa78..a8181206e9 100644 --- a/app/Import/Specifics/RabobankDescription.php +++ b/app/Import/Specifics/RabobankDescription.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Specifics/SnsDescription.php b/app/Import/Specifics/SnsDescription.php index 3106075555..fc19e12e76 100644 --- a/app/Import/Specifics/SnsDescription.php +++ b/app/Import/Specifics/SnsDescription.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Specifics/SpecificInterface.php b/app/Import/Specifics/SpecificInterface.php index 70e028e0b1..d65f2e8865 100644 --- a/app/Import/Specifics/SpecificInterface.php +++ b/app/Import/Specifics/SpecificInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Import/Storage/ImportArrayStorage.php b/app/Import/Storage/ImportArrayStorage.php index 0c42ebf815..68e6d256d5 100644 --- a/app/Import/Storage/ImportArrayStorage.php +++ b/app/Import/Storage/ImportArrayStorage.php @@ -2,22 +2,22 @@ /** * ImportArrayStorage.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/app/Jobs/CreateRecurringTransactions.php b/app/Jobs/CreateRecurringTransactions.php index 50548cf8ec..45cff49cb3 100644 --- a/app/Jobs/CreateRecurringTransactions.php +++ b/app/Jobs/CreateRecurringTransactions.php @@ -2,22 +2,22 @@ /** * CreateRecurringTransactions.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/app/Jobs/Job.php b/app/Jobs/Job.php index 7de34f6460..0482bb0bd7 100644 --- a/app/Jobs/Job.php +++ b/app/Jobs/Job.php @@ -1,22 +1,22 @@ . + * You should have 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/Jobs/MailError.php b/app/Jobs/MailError.php index aeb2546115..e6a3505a1f 100644 --- a/app/Jobs/MailError.php +++ b/app/Jobs/MailError.php @@ -1,22 +1,22 @@ . + * You should have 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/Mail/AccessTokenCreatedMail.php b/app/Mail/AccessTokenCreatedMail.php index 9080d7503a..ed8119e457 100644 --- a/app/Mail/AccessTokenCreatedMail.php +++ b/app/Mail/AccessTokenCreatedMail.php @@ -1,22 +1,22 @@ . + * You should have 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/Mail/AdminTestMail.php b/app/Mail/AdminTestMail.php index f132d0837c..f5a6475499 100644 --- a/app/Mail/AdminTestMail.php +++ b/app/Mail/AdminTestMail.php @@ -1,22 +1,22 @@ . + * You should have 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/Mail/ConfirmEmailChangeMail.php b/app/Mail/ConfirmEmailChangeMail.php index 3ac01c4bbe..7f26efda70 100644 --- a/app/Mail/ConfirmEmailChangeMail.php +++ b/app/Mail/ConfirmEmailChangeMail.php @@ -1,22 +1,22 @@ . + * You should have 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/Mail/OAuthTokenCreatedMail.php b/app/Mail/OAuthTokenCreatedMail.php index 4146b0cfff..431cc63ae4 100644 --- a/app/Mail/OAuthTokenCreatedMail.php +++ b/app/Mail/OAuthTokenCreatedMail.php @@ -1,22 +1,22 @@ . + * You should have 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/Mail/RegisteredUser.php b/app/Mail/RegisteredUser.php index f56b689e6b..177f2959d0 100644 --- a/app/Mail/RegisteredUser.php +++ b/app/Mail/RegisteredUser.php @@ -2,22 +2,22 @@ /** * RegisteredUser.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/app/Mail/ReportNewJournalsMail.php b/app/Mail/ReportNewJournalsMail.php index 2d2f38319d..ef9f8c035c 100644 --- a/app/Mail/ReportNewJournalsMail.php +++ b/app/Mail/ReportNewJournalsMail.php @@ -1,22 +1,22 @@ . + * You should have 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/Mail/RequestedNewPassword.php b/app/Mail/RequestedNewPassword.php index 53735fffa6..f2c52e599e 100644 --- a/app/Mail/RequestedNewPassword.php +++ b/app/Mail/RequestedNewPassword.php @@ -2,22 +2,22 @@ /** * RequestedNewPassword.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/app/Mail/UndoEmailChangeMail.php b/app/Mail/UndoEmailChangeMail.php index 4b73f0468d..61ae97f97b 100644 --- a/app/Mail/UndoEmailChangeMail.php +++ b/app/Mail/UndoEmailChangeMail.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Account.php b/app/Models/Account.php index a1ceafd595..998240fdf7 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/AccountMeta.php b/app/Models/AccountMeta.php index 68448c391b..5e01051ac4 100644 --- a/app/Models/AccountMeta.php +++ b/app/Models/AccountMeta.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/AccountType.php b/app/Models/AccountType.php index cc20e8f501..f03e98b1fc 100644 --- a/app/Models/AccountType.php +++ b/app/Models/AccountType.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Attachment.php b/app/Models/Attachment.php index 2f5fcc94ed..b97021d994 100644 --- a/app/Models/Attachment.php +++ b/app/Models/Attachment.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/AvailableBudget.php b/app/Models/AvailableBudget.php index 9de4c31404..f94c8c6a13 100644 --- a/app/Models/AvailableBudget.php +++ b/app/Models/AvailableBudget.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Bill.php b/app/Models/Bill.php index b28d7b0c8c..935b0d8d76 100644 --- a/app/Models/Bill.php +++ b/app/Models/Bill.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Budget.php b/app/Models/Budget.php index b4b370edf4..d2e421bf0b 100644 --- a/app/Models/Budget.php +++ b/app/Models/Budget.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/BudgetLimit.php b/app/Models/BudgetLimit.php index 02c304911a..bd59461517 100644 --- a/app/Models/BudgetLimit.php +++ b/app/Models/BudgetLimit.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Category.php b/app/Models/Category.php index d12c122acc..393036a4de 100644 --- a/app/Models/Category.php +++ b/app/Models/Category.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Configuration.php b/app/Models/Configuration.php index f3ad2c4f50..442ef2e6fe 100644 --- a/app/Models/Configuration.php +++ b/app/Models/Configuration.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/CurrencyExchangeRate.php b/app/Models/CurrencyExchangeRate.php index 0ef3320166..d47e32d284 100644 --- a/app/Models/CurrencyExchangeRate.php +++ b/app/Models/CurrencyExchangeRate.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/ImportJob.php b/app/Models/ImportJob.php index fb7aae31bd..4a829dc220 100644 --- a/app/Models/ImportJob.php +++ b/app/Models/ImportJob.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/LinkType.php b/app/Models/LinkType.php index 66176b37a4..ad354e48b3 100644 --- a/app/Models/LinkType.php +++ b/app/Models/LinkType.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Note.php b/app/Models/Note.php index 94732a1242..d3887e5a8e 100644 --- a/app/Models/Note.php +++ b/app/Models/Note.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/PiggyBank.php b/app/Models/PiggyBank.php index e637dd6c63..27e5f76d3f 100644 --- a/app/Models/PiggyBank.php +++ b/app/Models/PiggyBank.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/PiggyBankEvent.php b/app/Models/PiggyBankEvent.php index 88097add6b..d626bbbd1a 100644 --- a/app/Models/PiggyBankEvent.php +++ b/app/Models/PiggyBankEvent.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/PiggyBankRepetition.php b/app/Models/PiggyBankRepetition.php index 046950d561..e10d2215fa 100644 --- a/app/Models/PiggyBankRepetition.php +++ b/app/Models/PiggyBankRepetition.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Preference.php b/app/Models/Preference.php index 5e3853bc8f..acc726fd00 100644 --- a/app/Models/Preference.php +++ b/app/Models/Preference.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Recurrence.php b/app/Models/Recurrence.php index 7d54432d7b..9633b6b92e 100644 --- a/app/Models/Recurrence.php +++ b/app/Models/Recurrence.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/RecurrenceMeta.php b/app/Models/RecurrenceMeta.php index 8f0a470334..bc4059fefe 100644 --- a/app/Models/RecurrenceMeta.php +++ b/app/Models/RecurrenceMeta.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/RecurrenceRepetition.php b/app/Models/RecurrenceRepetition.php index c8780cacfe..4c0ca9be35 100644 --- a/app/Models/RecurrenceRepetition.php +++ b/app/Models/RecurrenceRepetition.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/RecurrenceTransaction.php b/app/Models/RecurrenceTransaction.php index c47411b4e1..f32002341d 100644 --- a/app/Models/RecurrenceTransaction.php +++ b/app/Models/RecurrenceTransaction.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/RecurrenceTransactionMeta.php b/app/Models/RecurrenceTransactionMeta.php index 26edaa174e..5bbdb17c87 100644 --- a/app/Models/RecurrenceTransactionMeta.php +++ b/app/Models/RecurrenceTransactionMeta.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Role.php b/app/Models/Role.php index 489e55e4c2..6857ec3d57 100644 --- a/app/Models/Role.php +++ b/app/Models/Role.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Rule.php b/app/Models/Rule.php index e459eb4677..a64eaa9dba 100644 --- a/app/Models/Rule.php +++ b/app/Models/Rule.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/RuleAction.php b/app/Models/RuleAction.php index 0b7b2dd227..8f419df89b 100644 --- a/app/Models/RuleAction.php +++ b/app/Models/RuleAction.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/RuleGroup.php b/app/Models/RuleGroup.php index 1686ed5bc0..b91689cc14 100644 --- a/app/Models/RuleGroup.php +++ b/app/Models/RuleGroup.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/RuleTrigger.php b/app/Models/RuleTrigger.php index ea5d64f655..627f93ada1 100644 --- a/app/Models/RuleTrigger.php +++ b/app/Models/RuleTrigger.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Tag.php b/app/Models/Tag.php index 9d52dd2e2e..9a4c9ca263 100644 --- a/app/Models/Tag.php +++ b/app/Models/Tag.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/Transaction.php b/app/Models/Transaction.php index 9259fabb6f..cb9993171d 100644 --- a/app/Models/Transaction.php +++ b/app/Models/Transaction.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/TransactionCurrency.php b/app/Models/TransactionCurrency.php index eb5e50d23d..5e84812250 100644 --- a/app/Models/TransactionCurrency.php +++ b/app/Models/TransactionCurrency.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/TransactionGroup.php b/app/Models/TransactionGroup.php index 3a1fe2546f..e16207c705 100644 --- a/app/Models/TransactionGroup.php +++ b/app/Models/TransactionGroup.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/TransactionJournal.php b/app/Models/TransactionJournal.php index adaa9ed71f..1bfaba5065 100644 --- a/app/Models/TransactionJournal.php +++ b/app/Models/TransactionJournal.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/TransactionJournalLink.php b/app/Models/TransactionJournalLink.php index 981290c6ea..b753239b7a 100644 --- a/app/Models/TransactionJournalLink.php +++ b/app/Models/TransactionJournalLink.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/TransactionJournalMeta.php b/app/Models/TransactionJournalMeta.php index 6706d299f3..6d4fa0255b 100644 --- a/app/Models/TransactionJournalMeta.php +++ b/app/Models/TransactionJournalMeta.php @@ -1,22 +1,22 @@ . + * You should have 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/Models/TransactionType.php b/app/Models/TransactionType.php index bc7c565bdc..cada008f78 100644 --- a/app/Models/TransactionType.php +++ b/app/Models/TransactionType.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/AccountServiceProvider.php b/app/Providers/AccountServiceProvider.php index 8398327a3b..f3f3180cf4 100644 --- a/app/Providers/AccountServiceProvider.php +++ b/app/Providers/AccountServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/AdminServiceProvider.php b/app/Providers/AdminServiceProvider.php index 6886cd67e4..1c2384ece9 100644 --- a/app/Providers/AdminServiceProvider.php +++ b/app/Providers/AdminServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index 2d64950f07..06403a4b31 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/AttachmentServiceProvider.php b/app/Providers/AttachmentServiceProvider.php index 62c998b74d..fda5964599 100644 --- a/app/Providers/AttachmentServiceProvider.php +++ b/app/Providers/AttachmentServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php index ede7bf8398..ac632892c4 100644 --- a/app/Providers/AuthServiceProvider.php +++ b/app/Providers/AuthServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/BillServiceProvider.php b/app/Providers/BillServiceProvider.php index 3cd590e359..8c13f33426 100644 --- a/app/Providers/BillServiceProvider.php +++ b/app/Providers/BillServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/BroadcastServiceProvider.php b/app/Providers/BroadcastServiceProvider.php index 845be09666..a6848f4db2 100644 --- a/app/Providers/BroadcastServiceProvider.php +++ b/app/Providers/BroadcastServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/BudgetServiceProvider.php b/app/Providers/BudgetServiceProvider.php index 7e7f4124dc..a5074df15f 100644 --- a/app/Providers/BudgetServiceProvider.php +++ b/app/Providers/BudgetServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/CategoryServiceProvider.php b/app/Providers/CategoryServiceProvider.php index 7e10655a1d..1f2cf6aee6 100644 --- a/app/Providers/CategoryServiceProvider.php +++ b/app/Providers/CategoryServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/CurrencyServiceProvider.php b/app/Providers/CurrencyServiceProvider.php index 70044405b5..a13b4ac530 100644 --- a/app/Providers/CurrencyServiceProvider.php +++ b/app/Providers/CurrencyServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php index c5bf2a20fa..7fb107201e 100644 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/FireflyServiceProvider.php b/app/Providers/FireflyServiceProvider.php index 7965366c02..f8564bfc1e 100644 --- a/app/Providers/FireflyServiceProvider.php +++ b/app/Providers/FireflyServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/FireflySessionProvider.php b/app/Providers/FireflySessionProvider.php index b89cc40ba0..26168daa4e 100644 --- a/app/Providers/FireflySessionProvider.php +++ b/app/Providers/FireflySessionProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/ImportServiceProvider.php b/app/Providers/ImportServiceProvider.php index 81154dbb71..7149413fd3 100644 --- a/app/Providers/ImportServiceProvider.php +++ b/app/Providers/ImportServiceProvider.php @@ -3,20 +3,20 @@ * ImportServiceProvider.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/app/Providers/JournalServiceProvider.php b/app/Providers/JournalServiceProvider.php index 590583c2ec..cfe32af044 100644 --- a/app/Providers/JournalServiceProvider.php +++ b/app/Providers/JournalServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/PiggyBankServiceProvider.php b/app/Providers/PiggyBankServiceProvider.php index cdae76e58e..53d8c2cbba 100644 --- a/app/Providers/PiggyBankServiceProvider.php +++ b/app/Providers/PiggyBankServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/RecurringServiceProvider.php b/app/Providers/RecurringServiceProvider.php index d41f54e743..98f9a98b3c 100644 --- a/app/Providers/RecurringServiceProvider.php +++ b/app/Providers/RecurringServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index 050d063971..9a7494ac18 100644 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/RuleGroupServiceProvider.php b/app/Providers/RuleGroupServiceProvider.php index 7eff95c5b4..ce6da2e22a 100644 --- a/app/Providers/RuleGroupServiceProvider.php +++ b/app/Providers/RuleGroupServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/RuleServiceProvider.php b/app/Providers/RuleServiceProvider.php index 007a66a5ee..09fa15d9ee 100644 --- a/app/Providers/RuleServiceProvider.php +++ b/app/Providers/RuleServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/SearchServiceProvider.php b/app/Providers/SearchServiceProvider.php index 872b4190f2..8b195f5823 100644 --- a/app/Providers/SearchServiceProvider.php +++ b/app/Providers/SearchServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/SessionServiceProvider.php b/app/Providers/SessionServiceProvider.php index 9ccdc0c769..0619cebe6e 100644 --- a/app/Providers/SessionServiceProvider.php +++ b/app/Providers/SessionServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Providers/TagServiceProvider.php b/app/Providers/TagServiceProvider.php index f023309ab8..bbf3c439b3 100644 --- a/app/Providers/TagServiceProvider.php +++ b/app/Providers/TagServiceProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Account/AccountRepository.php b/app/Repositories/Account/AccountRepository.php index ef4ddfd295..73de3a9a02 100644 --- a/app/Repositories/Account/AccountRepository.php +++ b/app/Repositories/Account/AccountRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Account/AccountRepositoryInterface.php b/app/Repositories/Account/AccountRepositoryInterface.php index 9ba74d6b52..54793896ca 100644 --- a/app/Repositories/Account/AccountRepositoryInterface.php +++ b/app/Repositories/Account/AccountRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Account/AccountTasker.php b/app/Repositories/Account/AccountTasker.php index 6eea25d1de..ce5cc2d693 100644 --- a/app/Repositories/Account/AccountTasker.php +++ b/app/Repositories/Account/AccountTasker.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Account/AccountTaskerInterface.php b/app/Repositories/Account/AccountTaskerInterface.php index 7364170bb8..794ad6342a 100644 --- a/app/Repositories/Account/AccountTaskerInterface.php +++ b/app/Repositories/Account/AccountTaskerInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Account/OperationsRepository.php b/app/Repositories/Account/OperationsRepository.php index 72ac493973..4073adcbed 100644 --- a/app/Repositories/Account/OperationsRepository.php +++ b/app/Repositories/Account/OperationsRepository.php @@ -3,20 +3,20 @@ * OperationsRepository.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/app/Repositories/Account/OperationsRepositoryInterface.php b/app/Repositories/Account/OperationsRepositoryInterface.php index d6ee9c79e4..509ddd3d8e 100644 --- a/app/Repositories/Account/OperationsRepositoryInterface.php +++ b/app/Repositories/Account/OperationsRepositoryInterface.php @@ -3,20 +3,20 @@ * OperationsRepositoryInterface.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/app/Repositories/Attachment/AttachmentRepository.php b/app/Repositories/Attachment/AttachmentRepository.php index 88cf9a2745..ec5f7f3760 100644 --- a/app/Repositories/Attachment/AttachmentRepository.php +++ b/app/Repositories/Attachment/AttachmentRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Attachment/AttachmentRepositoryInterface.php b/app/Repositories/Attachment/AttachmentRepositoryInterface.php index 653640a4f0..3bb973c921 100644 --- a/app/Repositories/Attachment/AttachmentRepositoryInterface.php +++ b/app/Repositories/Attachment/AttachmentRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Bill/BillRepository.php b/app/Repositories/Bill/BillRepository.php index 848b6b41f0..2b19fb0413 100644 --- a/app/Repositories/Bill/BillRepository.php +++ b/app/Repositories/Bill/BillRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Bill/BillRepositoryInterface.php b/app/Repositories/Bill/BillRepositoryInterface.php index 7537fe05cd..6df333e44a 100644 --- a/app/Repositories/Bill/BillRepositoryInterface.php +++ b/app/Repositories/Bill/BillRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Budget/AvailableBudgetRepository.php b/app/Repositories/Budget/AvailableBudgetRepository.php index 3c5be2d7c0..6a3bfde237 100644 --- a/app/Repositories/Budget/AvailableBudgetRepository.php +++ b/app/Repositories/Budget/AvailableBudgetRepository.php @@ -3,20 +3,20 @@ * AvailableBudgetRepository.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/app/Repositories/Budget/AvailableBudgetRepositoryInterface.php b/app/Repositories/Budget/AvailableBudgetRepositoryInterface.php index b626e2ebdd..b7b67abb69 100644 --- a/app/Repositories/Budget/AvailableBudgetRepositoryInterface.php +++ b/app/Repositories/Budget/AvailableBudgetRepositoryInterface.php @@ -3,20 +3,20 @@ * AvailableBudgetRepositoryInterface.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/app/Repositories/Budget/BudgetLimitRepository.php b/app/Repositories/Budget/BudgetLimitRepository.php index 2babe4f175..6d23f66a9e 100644 --- a/app/Repositories/Budget/BudgetLimitRepository.php +++ b/app/Repositories/Budget/BudgetLimitRepository.php @@ -3,20 +3,20 @@ * BudgetLimitRepository.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/app/Repositories/Budget/BudgetLimitRepositoryInterface.php b/app/Repositories/Budget/BudgetLimitRepositoryInterface.php index 7833461a74..e494868b91 100644 --- a/app/Repositories/Budget/BudgetLimitRepositoryInterface.php +++ b/app/Repositories/Budget/BudgetLimitRepositoryInterface.php @@ -3,20 +3,20 @@ * BudgetLimitRepositoryInterface.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/app/Repositories/Budget/BudgetRepository.php b/app/Repositories/Budget/BudgetRepository.php index 66b4a9a943..453e437e88 100644 --- a/app/Repositories/Budget/BudgetRepository.php +++ b/app/Repositories/Budget/BudgetRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Budget/BudgetRepositoryInterface.php b/app/Repositories/Budget/BudgetRepositoryInterface.php index f3a21c2da9..90e5a4a6de 100644 --- a/app/Repositories/Budget/BudgetRepositoryInterface.php +++ b/app/Repositories/Budget/BudgetRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Budget/NoBudgetRepository.php b/app/Repositories/Budget/NoBudgetRepository.php index ec3bddbbb7..32cfd88249 100644 --- a/app/Repositories/Budget/NoBudgetRepository.php +++ b/app/Repositories/Budget/NoBudgetRepository.php @@ -3,20 +3,20 @@ * NoBudgetRepository.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/app/Repositories/Budget/NoBudgetRepositoryInterface.php b/app/Repositories/Budget/NoBudgetRepositoryInterface.php index 2c96c43c9e..b652323c9e 100644 --- a/app/Repositories/Budget/NoBudgetRepositoryInterface.php +++ b/app/Repositories/Budget/NoBudgetRepositoryInterface.php @@ -3,20 +3,20 @@ * NoBudgetRepositoryInterface.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/app/Repositories/Budget/OperationsRepository.php b/app/Repositories/Budget/OperationsRepository.php index 4ac417931a..08489cb71e 100644 --- a/app/Repositories/Budget/OperationsRepository.php +++ b/app/Repositories/Budget/OperationsRepository.php @@ -3,20 +3,20 @@ * OperationsRepository.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/app/Repositories/Budget/OperationsRepositoryInterface.php b/app/Repositories/Budget/OperationsRepositoryInterface.php index b6c8ca3d68..4b6b55e2f6 100644 --- a/app/Repositories/Budget/OperationsRepositoryInterface.php +++ b/app/Repositories/Budget/OperationsRepositoryInterface.php @@ -3,20 +3,20 @@ * OperationsRepositoryInterface.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/app/Repositories/Category/CategoryRepository.php b/app/Repositories/Category/CategoryRepository.php index 0295767221..f1f20c0427 100644 --- a/app/Repositories/Category/CategoryRepository.php +++ b/app/Repositories/Category/CategoryRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Category/CategoryRepositoryInterface.php b/app/Repositories/Category/CategoryRepositoryInterface.php index 6cc43a62ec..a72f520223 100644 --- a/app/Repositories/Category/CategoryRepositoryInterface.php +++ b/app/Repositories/Category/CategoryRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Category/NoCategoryRepository.php b/app/Repositories/Category/NoCategoryRepository.php index 84af542d6a..4f0c1c9fb2 100644 --- a/app/Repositories/Category/NoCategoryRepository.php +++ b/app/Repositories/Category/NoCategoryRepository.php @@ -3,20 +3,20 @@ * NoCategoryRepository.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/app/Repositories/Category/NoCategoryRepositoryInterface.php b/app/Repositories/Category/NoCategoryRepositoryInterface.php index 3881b263e7..6f3cd80b3f 100644 --- a/app/Repositories/Category/NoCategoryRepositoryInterface.php +++ b/app/Repositories/Category/NoCategoryRepositoryInterface.php @@ -3,20 +3,20 @@ * NoCategoryRepositoryInterface.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/app/Repositories/Category/OperationsRepository.php b/app/Repositories/Category/OperationsRepository.php index dcff7cb69d..4e05810a46 100644 --- a/app/Repositories/Category/OperationsRepository.php +++ b/app/Repositories/Category/OperationsRepository.php @@ -3,20 +3,20 @@ * OperationsRepository.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/app/Repositories/Category/OperationsRepositoryInterface.php b/app/Repositories/Category/OperationsRepositoryInterface.php index 0d11cfa73d..adcc832c6b 100644 --- a/app/Repositories/Category/OperationsRepositoryInterface.php +++ b/app/Repositories/Category/OperationsRepositoryInterface.php @@ -3,20 +3,20 @@ * OperationsRepositoryInterface.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/app/Repositories/Currency/CurrencyRepository.php b/app/Repositories/Currency/CurrencyRepository.php index 9ef3de89d9..ddbc21e05e 100644 --- a/app/Repositories/Currency/CurrencyRepository.php +++ b/app/Repositories/Currency/CurrencyRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Currency/CurrencyRepositoryInterface.php b/app/Repositories/Currency/CurrencyRepositoryInterface.php index 5b0832832b..d5e850be84 100644 --- a/app/Repositories/Currency/CurrencyRepositoryInterface.php +++ b/app/Repositories/Currency/CurrencyRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/ImportJob/ImportJobRepository.php b/app/Repositories/ImportJob/ImportJobRepository.php index c17a4cd4f2..a48ba7133f 100644 --- a/app/Repositories/ImportJob/ImportJobRepository.php +++ b/app/Repositories/ImportJob/ImportJobRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/ImportJob/ImportJobRepositoryInterface.php b/app/Repositories/ImportJob/ImportJobRepositoryInterface.php index 980421554e..a12687a857 100644 --- a/app/Repositories/ImportJob/ImportJobRepositoryInterface.php +++ b/app/Repositories/ImportJob/ImportJobRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Journal/JournalAPIRepository.php b/app/Repositories/Journal/JournalAPIRepository.php index 1dccb71327..34666e6a6d 100644 --- a/app/Repositories/Journal/JournalAPIRepository.php +++ b/app/Repositories/Journal/JournalAPIRepository.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * JournalAPIRepository.php diff --git a/app/Repositories/Journal/JournalAPIRepositoryInterface.php b/app/Repositories/Journal/JournalAPIRepositoryInterface.php index 1c1c597dae..2c47832858 100644 --- a/app/Repositories/Journal/JournalAPIRepositoryInterface.php +++ b/app/Repositories/Journal/JournalAPIRepositoryInterface.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * JournalAPIRepositoryInterface.php diff --git a/app/Repositories/Journal/JournalCLIRepository.php b/app/Repositories/Journal/JournalCLIRepository.php index a965211466..de49067efc 100644 --- a/app/Repositories/Journal/JournalCLIRepository.php +++ b/app/Repositories/Journal/JournalCLIRepository.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * JournalCLIRepository.php diff --git a/app/Repositories/Journal/JournalCLIRepositoryInterface.php b/app/Repositories/Journal/JournalCLIRepositoryInterface.php index 3027a7d1c6..e29b2e5f9c 100644 --- a/app/Repositories/Journal/JournalCLIRepositoryInterface.php +++ b/app/Repositories/Journal/JournalCLIRepositoryInterface.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * JournalCLIRepositoryInterface.php diff --git a/app/Repositories/Journal/JournalRepository.php b/app/Repositories/Journal/JournalRepository.php index 375417358f..f51a24ec7f 100644 --- a/app/Repositories/Journal/JournalRepository.php +++ b/app/Repositories/Journal/JournalRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Journal/JournalRepositoryInterface.php b/app/Repositories/Journal/JournalRepositoryInterface.php index 68fe9fe49b..af2a752612 100644 --- a/app/Repositories/Journal/JournalRepositoryInterface.php +++ b/app/Repositories/Journal/JournalRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/LinkType/LinkTypeRepository.php b/app/Repositories/LinkType/LinkTypeRepository.php index 14daa155dd..f69a747703 100644 --- a/app/Repositories/LinkType/LinkTypeRepository.php +++ b/app/Repositories/LinkType/LinkTypeRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/LinkType/LinkTypeRepositoryInterface.php b/app/Repositories/LinkType/LinkTypeRepositoryInterface.php index 85c37c4644..8a22f9efd8 100644 --- a/app/Repositories/LinkType/LinkTypeRepositoryInterface.php +++ b/app/Repositories/LinkType/LinkTypeRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/PiggyBank/PiggyBankRepository.php b/app/Repositories/PiggyBank/PiggyBankRepository.php index 02edd31a58..fb6227d609 100644 --- a/app/Repositories/PiggyBank/PiggyBankRepository.php +++ b/app/Repositories/PiggyBank/PiggyBankRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/PiggyBank/PiggyBankRepositoryInterface.php b/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php index fe9b044184..fd82dc2c29 100644 --- a/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php +++ b/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Recurring/RecurringRepository.php b/app/Repositories/Recurring/RecurringRepository.php index f54b808abf..7dcad34ad5 100644 --- a/app/Repositories/Recurring/RecurringRepository.php +++ b/app/Repositories/Recurring/RecurringRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Recurring/RecurringRepositoryInterface.php b/app/Repositories/Recurring/RecurringRepositoryInterface.php index 46f6ce175a..440bda4d93 100644 --- a/app/Repositories/Recurring/RecurringRepositoryInterface.php +++ b/app/Repositories/Recurring/RecurringRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Rule/RuleRepository.php b/app/Repositories/Rule/RuleRepository.php index 459657b814..99f24784df 100644 --- a/app/Repositories/Rule/RuleRepository.php +++ b/app/Repositories/Rule/RuleRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Rule/RuleRepositoryInterface.php b/app/Repositories/Rule/RuleRepositoryInterface.php index 7a105bd681..5de0158e30 100644 --- a/app/Repositories/Rule/RuleRepositoryInterface.php +++ b/app/Repositories/Rule/RuleRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/RuleGroup/RuleGroupRepository.php b/app/Repositories/RuleGroup/RuleGroupRepository.php index d27ee4c073..d7dd813900 100644 --- a/app/Repositories/RuleGroup/RuleGroupRepository.php +++ b/app/Repositories/RuleGroup/RuleGroupRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/RuleGroup/RuleGroupRepositoryInterface.php b/app/Repositories/RuleGroup/RuleGroupRepositoryInterface.php index 45847bb7c4..0055d58a23 100644 --- a/app/Repositories/RuleGroup/RuleGroupRepositoryInterface.php +++ b/app/Repositories/RuleGroup/RuleGroupRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Tag/OperationsRepository.php b/app/Repositories/Tag/OperationsRepository.php index bbdaf52097..64f5c0e0b8 100644 --- a/app/Repositories/Tag/OperationsRepository.php +++ b/app/Repositories/Tag/OperationsRepository.php @@ -3,20 +3,20 @@ * OperationsRepository.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/app/Repositories/Tag/OperationsRepositoryInterface.php b/app/Repositories/Tag/OperationsRepositoryInterface.php index 5bca16897d..1736647845 100644 --- a/app/Repositories/Tag/OperationsRepositoryInterface.php +++ b/app/Repositories/Tag/OperationsRepositoryInterface.php @@ -3,20 +3,20 @@ * OperationsRepositoryInterface.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/app/Repositories/Tag/TagRepository.php b/app/Repositories/Tag/TagRepository.php index cd6ffcaa27..330f22f137 100644 --- a/app/Repositories/Tag/TagRepository.php +++ b/app/Repositories/Tag/TagRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/Tag/TagRepositoryInterface.php b/app/Repositories/Tag/TagRepositoryInterface.php index 70e84773a7..d0986822dd 100644 --- a/app/Repositories/Tag/TagRepositoryInterface.php +++ b/app/Repositories/Tag/TagRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/TransactionGroup/TransactionGroupRepository.php b/app/Repositories/TransactionGroup/TransactionGroupRepository.php index 5870bcea5b..3e4289e0f3 100644 --- a/app/Repositories/TransactionGroup/TransactionGroupRepository.php +++ b/app/Repositories/TransactionGroup/TransactionGroupRepository.php @@ -3,20 +3,20 @@ * TransactionGroupRepository.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/app/Repositories/TransactionGroup/TransactionGroupRepositoryInterface.php b/app/Repositories/TransactionGroup/TransactionGroupRepositoryInterface.php index d39a45a98e..d184aa8f27 100644 --- a/app/Repositories/TransactionGroup/TransactionGroupRepositoryInterface.php +++ b/app/Repositories/TransactionGroup/TransactionGroupRepositoryInterface.php @@ -3,20 +3,20 @@ * TransactionGroupRepositoryInterface.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/app/Repositories/TransactionType/TransactionTypeRepository.php b/app/Repositories/TransactionType/TransactionTypeRepository.php index c325ae104a..8597c41662 100644 --- a/app/Repositories/TransactionType/TransactionTypeRepository.php +++ b/app/Repositories/TransactionType/TransactionTypeRepository.php @@ -3,20 +3,20 @@ * TransactionTypeRepository.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/app/Repositories/TransactionType/TransactionTypeRepositoryInterface.php b/app/Repositories/TransactionType/TransactionTypeRepositoryInterface.php index b8332bfa7d..3830f69f0c 100644 --- a/app/Repositories/TransactionType/TransactionTypeRepositoryInterface.php +++ b/app/Repositories/TransactionType/TransactionTypeRepositoryInterface.php @@ -3,20 +3,20 @@ * TransactionTypeRepositoryInterface.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/app/Repositories/User/UserRepository.php b/app/Repositories/User/UserRepository.php index 7b035c8f6b..321959e9d2 100644 --- a/app/Repositories/User/UserRepository.php +++ b/app/Repositories/User/UserRepository.php @@ -1,22 +1,22 @@ . + * You should have 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/Repositories/User/UserRepositoryInterface.php b/app/Repositories/User/UserRepositoryInterface.php index 5f7043b46d..4e8fa38446 100644 --- a/app/Repositories/User/UserRepositoryInterface.php +++ b/app/Repositories/User/UserRepositoryInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Rules/BelongsUser.php b/app/Rules/BelongsUser.php index eb1b518a74..d83d61a405 100644 --- a/app/Rules/BelongsUser.php +++ b/app/Rules/BelongsUser.php @@ -2,22 +2,22 @@ /** * BelongsUser.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/app/Rules/IsAssetAccountId.php b/app/Rules/IsAssetAccountId.php index 292035144a..0e717842b2 100644 --- a/app/Rules/IsAssetAccountId.php +++ b/app/Rules/IsAssetAccountId.php @@ -1,22 +1,22 @@ . + * You should have 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/Rules/IsBoolean.php b/app/Rules/IsBoolean.php index c40e8ce1f8..923b0b46a1 100644 --- a/app/Rules/IsBoolean.php +++ b/app/Rules/IsBoolean.php @@ -2,22 +2,22 @@ /** * IsBoolean.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/app/Rules/IsDateOrTime.php b/app/Rules/IsDateOrTime.php index f942e8206b..b6547d9cb2 100644 --- a/app/Rules/IsDateOrTime.php +++ b/app/Rules/IsDateOrTime.php @@ -4,20 +4,20 @@ * IsDateOrTime.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/app/Rules/IsValidAttachmentModel.php b/app/Rules/IsValidAttachmentModel.php index 132c3fae26..84dea3ce21 100644 --- a/app/Rules/IsValidAttachmentModel.php +++ b/app/Rules/IsValidAttachmentModel.php @@ -1,22 +1,22 @@ . + * You should have 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/Rules/LessThanPiggyTarget.php b/app/Rules/LessThanPiggyTarget.php index 0afea016ea..90fbd4d83a 100644 --- a/app/Rules/LessThanPiggyTarget.php +++ b/app/Rules/LessThanPiggyTarget.php @@ -1,4 +1,23 @@ . + */ namespace FireflyIII\Rules; diff --git a/app/Rules/UniqueIban.php b/app/Rules/UniqueIban.php index 3f1b178704..091597d36a 100644 --- a/app/Rules/UniqueIban.php +++ b/app/Rules/UniqueIban.php @@ -1,22 +1,22 @@ . + * You should have 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/Rules/ValidJournals.php b/app/Rules/ValidJournals.php index 719d112a8d..adcc9c1245 100644 --- a/app/Rules/ValidJournals.php +++ b/app/Rules/ValidJournals.php @@ -4,20 +4,20 @@ * ValidJournals.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/app/Rules/ValidRecurrenceRepetitionType.php b/app/Rules/ValidRecurrenceRepetitionType.php index 00e66ff56b..104c489832 100644 --- a/app/Rules/ValidRecurrenceRepetitionType.php +++ b/app/Rules/ValidRecurrenceRepetitionType.php @@ -1,22 +1,22 @@ . + * You should have 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/Rules/ValidRecurrenceRepetitionValue.php b/app/Rules/ValidRecurrenceRepetitionValue.php index 18e207c328..9c587542c0 100644 --- a/app/Rules/ValidRecurrenceRepetitionValue.php +++ b/app/Rules/ValidRecurrenceRepetitionValue.php @@ -1,22 +1,22 @@ . + * You should have 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/Rules/ZeroOrMore.php b/app/Rules/ZeroOrMore.php index 444f5fb195..cd1885c098 100644 --- a/app/Rules/ZeroOrMore.php +++ b/app/Rules/ZeroOrMore.php @@ -2,22 +2,22 @@ /** * ZeroOrMore.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/app/Services/Bunq/ApiContext.php b/app/Services/Bunq/ApiContext.php index 37b1c9f77c..e4740f0c3f 100644 --- a/app/Services/Bunq/ApiContext.php +++ b/app/Services/Bunq/ApiContext.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Bunq/MonetaryAccount.php b/app/Services/Bunq/MonetaryAccount.php index 9163e70039..3f1b905b8b 100644 --- a/app/Services/Bunq/MonetaryAccount.php +++ b/app/Services/Bunq/MonetaryAccount.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Bunq/Payment.php b/app/Services/Bunq/Payment.php index b01d57fbd1..4ec2980a88 100644 --- a/app/Services/Bunq/Payment.php +++ b/app/Services/Bunq/Payment.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Currency/ExchangeRateInterface.php b/app/Services/Currency/ExchangeRateInterface.php index 8d97a6cc47..46f647f54d 100644 --- a/app/Services/Currency/ExchangeRateInterface.php +++ b/app/Services/Currency/ExchangeRateInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Currency/FixerIOv2.php b/app/Services/Currency/FixerIOv2.php index 6ad748efd9..02e7eb17f1 100644 --- a/app/Services/Currency/FixerIOv2.php +++ b/app/Services/Currency/FixerIOv2.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Currency/RatesApiIOv1.php b/app/Services/Currency/RatesApiIOv1.php index 369b6b1651..d67c434d37 100644 --- a/app/Services/Currency/RatesApiIOv1.php +++ b/app/Services/Currency/RatesApiIOv1.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Github/Object/GithubObject.php b/app/Services/Github/Object/GithubObject.php index 0b83f4bf58..0277c4a3b1 100644 --- a/app/Services/Github/Object/GithubObject.php +++ b/app/Services/Github/Object/GithubObject.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Github/Object/Release.php b/app/Services/Github/Object/Release.php index 7a9ab20e94..23dbdf5e0c 100644 --- a/app/Services/Github/Object/Release.php +++ b/app/Services/Github/Object/Release.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Github/Request/GithubRequest.php b/app/Services/Github/Request/GithubRequest.php index fc3552a18c..ee2d3cd47c 100644 --- a/app/Services/Github/Request/GithubRequest.php +++ b/app/Services/Github/Request/GithubRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Github/Request/UpdateRequest.php b/app/Services/Github/Request/UpdateRequest.php index 6a5fae2116..0c35b057fb 100644 --- a/app/Services/Github/Request/UpdateRequest.php +++ b/app/Services/Github/Request/UpdateRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/IP/IPRetrievalInterface.php b/app/Services/IP/IPRetrievalInterface.php index f8a36580b4..a2f3bdab04 100644 --- a/app/Services/IP/IPRetrievalInterface.php +++ b/app/Services/IP/IPRetrievalInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/IP/IpifyOrg.php b/app/Services/IP/IpifyOrg.php index 80851c9e5e..25750dc7ba 100644 --- a/app/Services/IP/IpifyOrg.php +++ b/app/Services/IP/IpifyOrg.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Destroy/AccountDestroyService.php b/app/Services/Internal/Destroy/AccountDestroyService.php index 9d71351eb4..feb01191d7 100644 --- a/app/Services/Internal/Destroy/AccountDestroyService.php +++ b/app/Services/Internal/Destroy/AccountDestroyService.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Destroy/BillDestroyService.php b/app/Services/Internal/Destroy/BillDestroyService.php index 4b256c8f89..7c1c043d34 100644 --- a/app/Services/Internal/Destroy/BillDestroyService.php +++ b/app/Services/Internal/Destroy/BillDestroyService.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Destroy/BudgetDestroyService.php b/app/Services/Internal/Destroy/BudgetDestroyService.php index 0f7d9eb828..c3b574c3fb 100644 --- a/app/Services/Internal/Destroy/BudgetDestroyService.php +++ b/app/Services/Internal/Destroy/BudgetDestroyService.php @@ -3,20 +3,20 @@ * BudgetDestroyService.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/app/Services/Internal/Destroy/CategoryDestroyService.php b/app/Services/Internal/Destroy/CategoryDestroyService.php index 936a1dff78..39dd766e6e 100644 --- a/app/Services/Internal/Destroy/CategoryDestroyService.php +++ b/app/Services/Internal/Destroy/CategoryDestroyService.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Destroy/CurrencyDestroyService.php b/app/Services/Internal/Destroy/CurrencyDestroyService.php index 9964b081d4..a4b04f96fd 100644 --- a/app/Services/Internal/Destroy/CurrencyDestroyService.php +++ b/app/Services/Internal/Destroy/CurrencyDestroyService.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Destroy/JournalDestroyService.php b/app/Services/Internal/Destroy/JournalDestroyService.php index 7d70c6b540..74c19b0536 100644 --- a/app/Services/Internal/Destroy/JournalDestroyService.php +++ b/app/Services/Internal/Destroy/JournalDestroyService.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Destroy/RecurrenceDestroyService.php b/app/Services/Internal/Destroy/RecurrenceDestroyService.php index b7fc3d8233..465aa4efc7 100644 --- a/app/Services/Internal/Destroy/RecurrenceDestroyService.php +++ b/app/Services/Internal/Destroy/RecurrenceDestroyService.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Destroy/TransactionGroupDestroyService.php b/app/Services/Internal/Destroy/TransactionGroupDestroyService.php index 44cc335255..fce68f60b1 100644 --- a/app/Services/Internal/Destroy/TransactionGroupDestroyService.php +++ b/app/Services/Internal/Destroy/TransactionGroupDestroyService.php @@ -3,20 +3,20 @@ * TransactionGroupDestroyService.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/app/Services/Internal/Support/AccountServiceTrait.php b/app/Services/Internal/Support/AccountServiceTrait.php index 3491205ce5..e5949853de 100644 --- a/app/Services/Internal/Support/AccountServiceTrait.php +++ b/app/Services/Internal/Support/AccountServiceTrait.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Support/BillServiceTrait.php b/app/Services/Internal/Support/BillServiceTrait.php index eb1f9dc992..4249be7889 100644 --- a/app/Services/Internal/Support/BillServiceTrait.php +++ b/app/Services/Internal/Support/BillServiceTrait.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Support/JournalServiceTrait.php b/app/Services/Internal/Support/JournalServiceTrait.php index 4764ec1874..d990cb13c8 100644 --- a/app/Services/Internal/Support/JournalServiceTrait.php +++ b/app/Services/Internal/Support/JournalServiceTrait.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Support/RecurringTransactionTrait.php b/app/Services/Internal/Support/RecurringTransactionTrait.php index d1475c815b..86c26cb7b2 100644 --- a/app/Services/Internal/Support/RecurringTransactionTrait.php +++ b/app/Services/Internal/Support/RecurringTransactionTrait.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Support/TransactionTypeTrait.php b/app/Services/Internal/Support/TransactionTypeTrait.php index e877e3be76..e5bc19efbb 100644 --- a/app/Services/Internal/Support/TransactionTypeTrait.php +++ b/app/Services/Internal/Support/TransactionTypeTrait.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Update/AccountUpdateService.php b/app/Services/Internal/Update/AccountUpdateService.php index 487bdab988..3d3c36f591 100644 --- a/app/Services/Internal/Update/AccountUpdateService.php +++ b/app/Services/Internal/Update/AccountUpdateService.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Update/BillUpdateService.php b/app/Services/Internal/Update/BillUpdateService.php index f3bb7ff8ed..2b79a6e44d 100644 --- a/app/Services/Internal/Update/BillUpdateService.php +++ b/app/Services/Internal/Update/BillUpdateService.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Update/CategoryUpdateService.php b/app/Services/Internal/Update/CategoryUpdateService.php index b3c176e65b..13da6c92eb 100644 --- a/app/Services/Internal/Update/CategoryUpdateService.php +++ b/app/Services/Internal/Update/CategoryUpdateService.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Update/CurrencyUpdateService.php b/app/Services/Internal/Update/CurrencyUpdateService.php index ef5fa2393e..390e0f9475 100644 --- a/app/Services/Internal/Update/CurrencyUpdateService.php +++ b/app/Services/Internal/Update/CurrencyUpdateService.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Update/GroupUpdateService.php b/app/Services/Internal/Update/GroupUpdateService.php index 129e55df89..040579f654 100644 --- a/app/Services/Internal/Update/GroupUpdateService.php +++ b/app/Services/Internal/Update/GroupUpdateService.php @@ -3,20 +3,20 @@ * GroupUpdateService.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/app/Services/Internal/Update/JournalUpdateService.php b/app/Services/Internal/Update/JournalUpdateService.php index be0114e0f6..0749979076 100644 --- a/app/Services/Internal/Update/JournalUpdateService.php +++ b/app/Services/Internal/Update/JournalUpdateService.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Internal/Update/RecurrenceUpdateService.php b/app/Services/Internal/Update/RecurrenceUpdateService.php index 14bbce26a2..bb3c9a748c 100644 --- a/app/Services/Internal/Update/RecurrenceUpdateService.php +++ b/app/Services/Internal/Update/RecurrenceUpdateService.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Password/PwndVerifierV2.php b/app/Services/Password/PwndVerifierV2.php index 571e8277fb..dcd7b40cef 100644 --- a/app/Services/Password/PwndVerifierV2.php +++ b/app/Services/Password/PwndVerifierV2.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Password/PwndVerifierV3.php b/app/Services/Password/PwndVerifierV3.php index 96d5fadf88..1be444c854 100644 --- a/app/Services/Password/PwndVerifierV3.php +++ b/app/Services/Password/PwndVerifierV3.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * PwndVerifierV3.php diff --git a/app/Services/Password/Verifier.php b/app/Services/Password/Verifier.php index 9bc4b164e9..4af2bc7c88 100644 --- a/app/Services/Password/Verifier.php +++ b/app/Services/Password/Verifier.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Exception/DuplicatedCustomerException.php b/app/Services/Spectre/Exception/DuplicatedCustomerException.php index 2bbdc668b4..3af2d78509 100644 --- a/app/Services/Spectre/Exception/DuplicatedCustomerException.php +++ b/app/Services/Spectre/Exception/DuplicatedCustomerException.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Exception/SpectreException.php b/app/Services/Spectre/Exception/SpectreException.php index b96c244325..cbab2c7cd6 100644 --- a/app/Services/Spectre/Exception/SpectreException.php +++ b/app/Services/Spectre/Exception/SpectreException.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Exception/WrongRequestFormatException.php b/app/Services/Spectre/Exception/WrongRequestFormatException.php index ba9a3be93c..e196c9f031 100644 --- a/app/Services/Spectre/Exception/WrongRequestFormatException.php +++ b/app/Services/Spectre/Exception/WrongRequestFormatException.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Object/Account.php b/app/Services/Spectre/Object/Account.php index 5270360736..600530e356 100644 --- a/app/Services/Spectre/Object/Account.php +++ b/app/Services/Spectre/Object/Account.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Object/Attempt.php b/app/Services/Spectre/Object/Attempt.php index 210ad00088..c89f7a9855 100644 --- a/app/Services/Spectre/Object/Attempt.php +++ b/app/Services/Spectre/Object/Attempt.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Object/Customer.php b/app/Services/Spectre/Object/Customer.php index 3376db8daf..a539be4921 100644 --- a/app/Services/Spectre/Object/Customer.php +++ b/app/Services/Spectre/Object/Customer.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Object/Holder.php b/app/Services/Spectre/Object/Holder.php index 87389e714f..a9cec67c0f 100644 --- a/app/Services/Spectre/Object/Holder.php +++ b/app/Services/Spectre/Object/Holder.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Object/Login.php b/app/Services/Spectre/Object/Login.php index 23b120e0a9..3c7d653d4d 100644 --- a/app/Services/Spectre/Object/Login.php +++ b/app/Services/Spectre/Object/Login.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Object/SpectreObject.php b/app/Services/Spectre/Object/SpectreObject.php index 57ecdb686e..e31b4035e4 100644 --- a/app/Services/Spectre/Object/SpectreObject.php +++ b/app/Services/Spectre/Object/SpectreObject.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Object/Token.php b/app/Services/Spectre/Object/Token.php index 42c1263db2..54502556de 100644 --- a/app/Services/Spectre/Object/Token.php +++ b/app/Services/Spectre/Object/Token.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Object/Transaction.php b/app/Services/Spectre/Object/Transaction.php index 82167913e5..8b5476fad0 100644 --- a/app/Services/Spectre/Object/Transaction.php +++ b/app/Services/Spectre/Object/Transaction.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Object/TransactionExtra.php b/app/Services/Spectre/Object/TransactionExtra.php index 652bd9025c..9a881410da 100644 --- a/app/Services/Spectre/Object/TransactionExtra.php +++ b/app/Services/Spectre/Object/TransactionExtra.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Request/CreateTokenRequest.php b/app/Services/Spectre/Request/CreateTokenRequest.php index 83e1aaab03..edd8d6ed40 100644 --- a/app/Services/Spectre/Request/CreateTokenRequest.php +++ b/app/Services/Spectre/Request/CreateTokenRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Request/ListAccountsRequest.php b/app/Services/Spectre/Request/ListAccountsRequest.php index 9df314c2ae..306d3afc7d 100644 --- a/app/Services/Spectre/Request/ListAccountsRequest.php +++ b/app/Services/Spectre/Request/ListAccountsRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Request/ListCustomersRequest.php b/app/Services/Spectre/Request/ListCustomersRequest.php index 823cb55ff5..fc3c58c4d9 100644 --- a/app/Services/Spectre/Request/ListCustomersRequest.php +++ b/app/Services/Spectre/Request/ListCustomersRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Request/ListLoginsRequest.php b/app/Services/Spectre/Request/ListLoginsRequest.php index 70f3097eda..d98f0657fd 100644 --- a/app/Services/Spectre/Request/ListLoginsRequest.php +++ b/app/Services/Spectre/Request/ListLoginsRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Request/ListTransactionsRequest.php b/app/Services/Spectre/Request/ListTransactionsRequest.php index cd9c5ad1e9..058f877377 100644 --- a/app/Services/Spectre/Request/ListTransactionsRequest.php +++ b/app/Services/Spectre/Request/ListTransactionsRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Request/NewCustomerRequest.php b/app/Services/Spectre/Request/NewCustomerRequest.php index f6c31f9932..00fb659b0f 100644 --- a/app/Services/Spectre/Request/NewCustomerRequest.php +++ b/app/Services/Spectre/Request/NewCustomerRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Spectre/Request/SpectreRequest.php b/app/Services/Spectre/Request/SpectreRequest.php index f07a5e175e..3f2a4d1bef 100644 --- a/app/Services/Spectre/Request/SpectreRequest.php +++ b/app/Services/Spectre/Request/SpectreRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Ynab/Request/GetAccountsRequest.php b/app/Services/Ynab/Request/GetAccountsRequest.php index c4e4e83bae..b9849e0313 100644 --- a/app/Services/Ynab/Request/GetAccountsRequest.php +++ b/app/Services/Ynab/Request/GetAccountsRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Ynab/Request/GetBudgetsRequest.php b/app/Services/Ynab/Request/GetBudgetsRequest.php index 03691de2d5..04cd92eb94 100644 --- a/app/Services/Ynab/Request/GetBudgetsRequest.php +++ b/app/Services/Ynab/Request/GetBudgetsRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Ynab/Request/GetTransactionsRequest.php b/app/Services/Ynab/Request/GetTransactionsRequest.php index cc02d9c40b..21191005b3 100644 --- a/app/Services/Ynab/Request/GetTransactionsRequest.php +++ b/app/Services/Ynab/Request/GetTransactionsRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Services/Ynab/Request/YnabRequest.php b/app/Services/Ynab/Request/YnabRequest.php index c538100db2..e767265ec2 100644 --- a/app/Services/Ynab/Request/YnabRequest.php +++ b/app/Services/Ynab/Request/YnabRequest.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Amount.php b/app/Support/Amount.php index 82183dfea1..696373795d 100644 --- a/app/Support/Amount.php +++ b/app/Support/Amount.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Binder/AccountList.php b/app/Support/Binder/AccountList.php index 5700423bfc..4e32bfd6e2 100644 --- a/app/Support/Binder/AccountList.php +++ b/app/Support/Binder/AccountList.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Binder/BinderInterface.php b/app/Support/Binder/BinderInterface.php index 3488867ba1..68b920cdac 100644 --- a/app/Support/Binder/BinderInterface.php +++ b/app/Support/Binder/BinderInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Binder/BudgetList.php b/app/Support/Binder/BudgetList.php index ca816d6aca..ddd8973aa7 100644 --- a/app/Support/Binder/BudgetList.php +++ b/app/Support/Binder/BudgetList.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Binder/CLIToken.php b/app/Support/Binder/CLIToken.php index 65c40b9d57..9e6dfe3d5e 100644 --- a/app/Support/Binder/CLIToken.php +++ b/app/Support/Binder/CLIToken.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Binder/CategoryList.php b/app/Support/Binder/CategoryList.php index df3ab03cf4..fc34c09c7a 100644 --- a/app/Support/Binder/CategoryList.php +++ b/app/Support/Binder/CategoryList.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Binder/ConfigurationName.php b/app/Support/Binder/ConfigurationName.php index 9fdb3c0e0d..03af6a5185 100644 --- a/app/Support/Binder/ConfigurationName.php +++ b/app/Support/Binder/ConfigurationName.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Binder/CurrencyCode.php b/app/Support/Binder/CurrencyCode.php index 1240a4cc8a..1c2cec6dba 100644 --- a/app/Support/Binder/CurrencyCode.php +++ b/app/Support/Binder/CurrencyCode.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Binder/Date.php b/app/Support/Binder/Date.php index 0d42bd2704..a05f673a28 100644 --- a/app/Support/Binder/Date.php +++ b/app/Support/Binder/Date.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Binder/ImportProvider.php b/app/Support/Binder/ImportProvider.php index 98d39a4122..4703b29911 100644 --- a/app/Support/Binder/ImportProvider.php +++ b/app/Support/Binder/ImportProvider.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Binder/JournalList.php b/app/Support/Binder/JournalList.php index 8abc85ed24..e63e8cbd9d 100644 --- a/app/Support/Binder/JournalList.php +++ b/app/Support/Binder/JournalList.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Binder/TagList.php b/app/Support/Binder/TagList.php index 707576041a..b647ff4bc8 100644 --- a/app/Support/Binder/TagList.php +++ b/app/Support/Binder/TagList.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Binder/TagOrId.php b/app/Support/Binder/TagOrId.php index 8873dd5eac..d8f4123bea 100644 --- a/app/Support/Binder/TagOrId.php +++ b/app/Support/Binder/TagOrId.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/CacheProperties.php b/app/Support/CacheProperties.php index b25a4f520e..0b434ec101 100644 --- a/app/Support/CacheProperties.php +++ b/app/Support/CacheProperties.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Chart/Category/WholePeriodChartGenerator.php b/app/Support/Chart/Category/WholePeriodChartGenerator.php index 21dcf7d3c9..bf052d2d75 100644 --- a/app/Support/Chart/Category/WholePeriodChartGenerator.php +++ b/app/Support/Chart/Category/WholePeriodChartGenerator.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * WholePeriodChartGenerator.php diff --git a/app/Support/ChartColour.php b/app/Support/ChartColour.php index 8b1c4d1d47..0b6a7971f0 100644 --- a/app/Support/ChartColour.php +++ b/app/Support/ChartColour.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Cronjobs/AbstractCronjob.php b/app/Support/Cronjobs/AbstractCronjob.php index 37d2fbd0a8..2cb42052d2 100644 --- a/app/Support/Cronjobs/AbstractCronjob.php +++ b/app/Support/Cronjobs/AbstractCronjob.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Cronjobs/RecurringCronjob.php b/app/Support/Cronjobs/RecurringCronjob.php index 863a9670fc..7a5c206509 100644 --- a/app/Support/Cronjobs/RecurringCronjob.php +++ b/app/Support/Cronjobs/RecurringCronjob.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Domain.php b/app/Support/Domain.php index 3cc6f62acd..14d4f22f2e 100644 --- a/app/Support/Domain.php +++ b/app/Support/Domain.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/ExpandedForm.php b/app/Support/ExpandedForm.php index 5f5c49e4da..9b36485fbb 100644 --- a/app/Support/ExpandedForm.php +++ b/app/Support/ExpandedForm.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Facades/AccountForm.php b/app/Support/Facades/AccountForm.php index a9e8924286..40aa6dc609 100644 --- a/app/Support/Facades/AccountForm.php +++ b/app/Support/Facades/AccountForm.php @@ -3,20 +3,20 @@ * AccountForm.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/app/Support/Facades/Amount.php b/app/Support/Facades/Amount.php index 7593ce0ce2..8843effd49 100644 --- a/app/Support/Facades/Amount.php +++ b/app/Support/Facades/Amount.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Facades/CurrencyForm.php b/app/Support/Facades/CurrencyForm.php index b2760568d7..8d62ac661b 100644 --- a/app/Support/Facades/CurrencyForm.php +++ b/app/Support/Facades/CurrencyForm.php @@ -3,20 +3,20 @@ * CurrencyForm.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/app/Support/Facades/ExpandedForm.php b/app/Support/Facades/ExpandedForm.php index d82ae7fd96..9367efe2be 100644 --- a/app/Support/Facades/ExpandedForm.php +++ b/app/Support/Facades/ExpandedForm.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Facades/FireflyConfig.php b/app/Support/Facades/FireflyConfig.php index 92c941e4eb..4745ba9566 100644 --- a/app/Support/Facades/FireflyConfig.php +++ b/app/Support/Facades/FireflyConfig.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Facades/Navigation.php b/app/Support/Facades/Navigation.php index 49e1a22e62..452112a795 100644 --- a/app/Support/Facades/Navigation.php +++ b/app/Support/Facades/Navigation.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Facades/PiggyBankForm.php b/app/Support/Facades/PiggyBankForm.php index a454b571dc..cea008ba0e 100644 --- a/app/Support/Facades/PiggyBankForm.php +++ b/app/Support/Facades/PiggyBankForm.php @@ -3,20 +3,20 @@ * PiggyBankForm.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/app/Support/Facades/Preferences.php b/app/Support/Facades/Preferences.php index 92887c269e..626c76a91f 100644 --- a/app/Support/Facades/Preferences.php +++ b/app/Support/Facades/Preferences.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Facades/RuleForm.php b/app/Support/Facades/RuleForm.php index 1df324e057..3200e6c715 100644 --- a/app/Support/Facades/RuleForm.php +++ b/app/Support/Facades/RuleForm.php @@ -3,20 +3,20 @@ * RuleForm.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/app/Support/Facades/Steam.php b/app/Support/Facades/Steam.php index 1de7ed92f1..c3e979f6e2 100644 --- a/app/Support/Facades/Steam.php +++ b/app/Support/Facades/Steam.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/FinTS/FinTS.php b/app/Support/FinTS/FinTS.php index 3eec3de973..28abb672eb 100644 --- a/app/Support/FinTS/FinTS.php +++ b/app/Support/FinTS/FinTS.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/FinTS/MetadataParser.php b/app/Support/FinTS/MetadataParser.php index 7b22363f45..ab6eac660a 100644 --- a/app/Support/FinTS/MetadataParser.php +++ b/app/Support/FinTS/MetadataParser.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/FireflyConfig.php b/app/Support/FireflyConfig.php index 384578a6c0..6806d6a0b9 100644 --- a/app/Support/FireflyConfig.php +++ b/app/Support/FireflyConfig.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Form/AccountForm.php b/app/Support/Form/AccountForm.php index 75ee52d1b3..bf7796fe05 100644 --- a/app/Support/Form/AccountForm.php +++ b/app/Support/Form/AccountForm.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * AccountForm.php diff --git a/app/Support/Form/CurrencyForm.php b/app/Support/Form/CurrencyForm.php index 60dff2f040..6e6679d85f 100644 --- a/app/Support/Form/CurrencyForm.php +++ b/app/Support/Form/CurrencyForm.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * CurrencyForm.php diff --git a/app/Support/Form/FormSupport.php b/app/Support/Form/FormSupport.php index 9a10ddeaed..56fed6326d 100644 --- a/app/Support/Form/FormSupport.php +++ b/app/Support/Form/FormSupport.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * FormSupport.php diff --git a/app/Support/Form/PiggyBankForm.php b/app/Support/Form/PiggyBankForm.php index e899d953b3..43a198cf25 100644 --- a/app/Support/Form/PiggyBankForm.php +++ b/app/Support/Form/PiggyBankForm.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * PiggyBankForm.php diff --git a/app/Support/Form/RuleForm.php b/app/Support/Form/RuleForm.php index 2851b36581..1d5dbbed08 100644 --- a/app/Support/Form/RuleForm.php +++ b/app/Support/Form/RuleForm.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * RuleForm.php diff --git a/app/Support/Http/Api/AccountFilter.php b/app/Support/Http/Api/AccountFilter.php index 70fc6da847..b4b6d5b6a3 100644 --- a/app/Support/Http/Api/AccountFilter.php +++ b/app/Support/Http/Api/AccountFilter.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Api/ApiSupport.php b/app/Support/Http/Api/ApiSupport.php index 4f7db333cc..30024f1d31 100644 --- a/app/Support/Http/Api/ApiSupport.php +++ b/app/Support/Http/Api/ApiSupport.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * ApiSupport.php diff --git a/app/Support/Http/Api/TransactionFilter.php b/app/Support/Http/Api/TransactionFilter.php index 07147161da..0e68da5a6c 100644 --- a/app/Support/Http/Api/TransactionFilter.php +++ b/app/Support/Http/Api/TransactionFilter.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/AugumentData.php b/app/Support/Http/Controllers/AugumentData.php index 9cf29a83fd..73c3b75ea7 100644 --- a/app/Support/Http/Controllers/AugumentData.php +++ b/app/Support/Http/Controllers/AugumentData.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/BasicDataSupport.php b/app/Support/Http/Controllers/BasicDataSupport.php index 50fcf84a9d..bd18d1529b 100644 --- a/app/Support/Http/Controllers/BasicDataSupport.php +++ b/app/Support/Http/Controllers/BasicDataSupport.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/ChartGeneration.php b/app/Support/Http/Controllers/ChartGeneration.php index 3931e9870c..7e966fb681 100644 --- a/app/Support/Http/Controllers/ChartGeneration.php +++ b/app/Support/Http/Controllers/ChartGeneration.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/CreateStuff.php b/app/Support/Http/Controllers/CreateStuff.php index ca8ce86963..1bb0829870 100644 --- a/app/Support/Http/Controllers/CreateStuff.php +++ b/app/Support/Http/Controllers/CreateStuff.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/CronRunner.php b/app/Support/Http/Controllers/CronRunner.php index 3bbb3d34c0..eac8bb010f 100644 --- a/app/Support/Http/Controllers/CronRunner.php +++ b/app/Support/Http/Controllers/CronRunner.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/DateCalculation.php b/app/Support/Http/Controllers/DateCalculation.php index 4f44ec8f42..21be7687c3 100644 --- a/app/Support/Http/Controllers/DateCalculation.php +++ b/app/Support/Http/Controllers/DateCalculation.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/GetConfigurationData.php b/app/Support/Http/Controllers/GetConfigurationData.php index 49c3d558d0..e29352e7e3 100644 --- a/app/Support/Http/Controllers/GetConfigurationData.php +++ b/app/Support/Http/Controllers/GetConfigurationData.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/ModelInformation.php b/app/Support/Http/Controllers/ModelInformation.php index 771ab35033..597cbaff16 100644 --- a/app/Support/Http/Controllers/ModelInformation.php +++ b/app/Support/Http/Controllers/ModelInformation.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/PeriodOverview.php b/app/Support/Http/Controllers/PeriodOverview.php index ce045bf2ea..24b6006e8b 100644 --- a/app/Support/Http/Controllers/PeriodOverview.php +++ b/app/Support/Http/Controllers/PeriodOverview.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/RenderPartialViews.php b/app/Support/Http/Controllers/RenderPartialViews.php index 20c12b79d5..9177ca3f7a 100644 --- a/app/Support/Http/Controllers/RenderPartialViews.php +++ b/app/Support/Http/Controllers/RenderPartialViews.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/RequestInformation.php b/app/Support/Http/Controllers/RequestInformation.php index c2dad6d4ec..33f723b2a2 100644 --- a/app/Support/Http/Controllers/RequestInformation.php +++ b/app/Support/Http/Controllers/RequestInformation.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/RuleManagement.php b/app/Support/Http/Controllers/RuleManagement.php index d27aba4151..8964248f7b 100644 --- a/app/Support/Http/Controllers/RuleManagement.php +++ b/app/Support/Http/Controllers/RuleManagement.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/TransactionCalculation.php b/app/Support/Http/Controllers/TransactionCalculation.php index cb2dbe5456..18fe85a3f0 100644 --- a/app/Support/Http/Controllers/TransactionCalculation.php +++ b/app/Support/Http/Controllers/TransactionCalculation.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Http/Controllers/UserNavigation.php b/app/Support/Http/Controllers/UserNavigation.php index 993aa65ee7..6d49b4bb7f 100644 --- a/app/Support/Http/Controllers/UserNavigation.php +++ b/app/Support/Http/Controllers/UserNavigation.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Information/GetSpectreCustomerTrait.php b/app/Support/Import/Information/GetSpectreCustomerTrait.php index 9f065359fc..fe3f7ad964 100644 --- a/app/Support/Import/Information/GetSpectreCustomerTrait.php +++ b/app/Support/Import/Information/GetSpectreCustomerTrait.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Information/GetSpectreTokenTrait.php b/app/Support/Import/Information/GetSpectreTokenTrait.php index e29c10f19f..e12558de37 100644 --- a/app/Support/Import/Information/GetSpectreTokenTrait.php +++ b/app/Support/Import/Information/GetSpectreTokenTrait.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Bunq/BunqJobConfigurationInterface.php b/app/Support/Import/JobConfiguration/Bunq/BunqJobConfigurationInterface.php index dcf86bffec..cbd82be38d 100644 --- a/app/Support/Import/JobConfiguration/Bunq/BunqJobConfigurationInterface.php +++ b/app/Support/Import/JobConfiguration/Bunq/BunqJobConfigurationInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Bunq/ChooseAccountsHandler.php b/app/Support/Import/JobConfiguration/Bunq/ChooseAccountsHandler.php index c991c27777..2ba864ae46 100644 --- a/app/Support/Import/JobConfiguration/Bunq/ChooseAccountsHandler.php +++ b/app/Support/Import/JobConfiguration/Bunq/ChooseAccountsHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Bunq/NewBunqJobHandler.php b/app/Support/Import/JobConfiguration/Bunq/NewBunqJobHandler.php index a0e9116bde..65136b2d83 100644 --- a/app/Support/Import/JobConfiguration/Bunq/NewBunqJobHandler.php +++ b/app/Support/Import/JobConfiguration/Bunq/NewBunqJobHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/File/ConfigureMappingHandler.php b/app/Support/Import/JobConfiguration/File/ConfigureMappingHandler.php index 5e71b017ce..74b61992f9 100644 --- a/app/Support/Import/JobConfiguration/File/ConfigureMappingHandler.php +++ b/app/Support/Import/JobConfiguration/File/ConfigureMappingHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/File/ConfigureRolesHandler.php b/app/Support/Import/JobConfiguration/File/ConfigureRolesHandler.php index a5fa035884..5087b6731a 100644 --- a/app/Support/Import/JobConfiguration/File/ConfigureRolesHandler.php +++ b/app/Support/Import/JobConfiguration/File/ConfigureRolesHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/File/ConfigureUploadHandler.php b/app/Support/Import/JobConfiguration/File/ConfigureUploadHandler.php index 473e6b9bfc..89c413aafe 100644 --- a/app/Support/Import/JobConfiguration/File/ConfigureUploadHandler.php +++ b/app/Support/Import/JobConfiguration/File/ConfigureUploadHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/File/FileConfigurationInterface.php b/app/Support/Import/JobConfiguration/File/FileConfigurationInterface.php index 3597ec4206..493a52e22b 100644 --- a/app/Support/Import/JobConfiguration/File/FileConfigurationInterface.php +++ b/app/Support/Import/JobConfiguration/File/FileConfigurationInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/File/NewFileJobHandler.php b/app/Support/Import/JobConfiguration/File/NewFileJobHandler.php index 6ce648d5aa..bb17a40e89 100644 --- a/app/Support/Import/JobConfiguration/File/NewFileJobHandler.php +++ b/app/Support/Import/JobConfiguration/File/NewFileJobHandler.php @@ -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/app/Support/Import/JobConfiguration/FinTS/ChooseAccountHandler.php b/app/Support/Import/JobConfiguration/FinTS/ChooseAccountHandler.php index e657526d8d..58f00856d5 100644 --- a/app/Support/Import/JobConfiguration/FinTS/ChooseAccountHandler.php +++ b/app/Support/Import/JobConfiguration/FinTS/ChooseAccountHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/FinTS/FinTSConfigurationInterface.php b/app/Support/Import/JobConfiguration/FinTS/FinTSConfigurationInterface.php index 8e5233219e..205d2d78b2 100644 --- a/app/Support/Import/JobConfiguration/FinTS/FinTSConfigurationInterface.php +++ b/app/Support/Import/JobConfiguration/FinTS/FinTSConfigurationInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/FinTS/NewFinTSJobHandler.php b/app/Support/Import/JobConfiguration/FinTS/NewFinTSJobHandler.php index 2757ba313b..882d39b260 100644 --- a/app/Support/Import/JobConfiguration/FinTS/NewFinTSJobHandler.php +++ b/app/Support/Import/JobConfiguration/FinTS/NewFinTSJobHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Spectre/AuthenticatedHandler.php b/app/Support/Import/JobConfiguration/Spectre/AuthenticatedHandler.php index 7dba930c40..1c5ef5ea76 100644 --- a/app/Support/Import/JobConfiguration/Spectre/AuthenticatedHandler.php +++ b/app/Support/Import/JobConfiguration/Spectre/AuthenticatedHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Spectre/ChooseAccountsHandler.php b/app/Support/Import/JobConfiguration/Spectre/ChooseAccountsHandler.php index 2255c29329..e1ea7cc868 100644 --- a/app/Support/Import/JobConfiguration/Spectre/ChooseAccountsHandler.php +++ b/app/Support/Import/JobConfiguration/Spectre/ChooseAccountsHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Spectre/ChooseLoginHandler.php b/app/Support/Import/JobConfiguration/Spectre/ChooseLoginHandler.php index e0ed2b6bf0..2db5aa5bcf 100644 --- a/app/Support/Import/JobConfiguration/Spectre/ChooseLoginHandler.php +++ b/app/Support/Import/JobConfiguration/Spectre/ChooseLoginHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandler.php b/app/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandler.php index f92510c875..2328365784 100644 --- a/app/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandler.php +++ b/app/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Spectre/NewSpectreJobHandler.php b/app/Support/Import/JobConfiguration/Spectre/NewSpectreJobHandler.php index efe55c1fd2..f9ce0943ab 100644 --- a/app/Support/Import/JobConfiguration/Spectre/NewSpectreJobHandler.php +++ b/app/Support/Import/JobConfiguration/Spectre/NewSpectreJobHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Spectre/SpectreJobConfigurationInterface.php b/app/Support/Import/JobConfiguration/Spectre/SpectreJobConfigurationInterface.php index 1abc2cc9c9..ea4ed8e67b 100644 --- a/app/Support/Import/JobConfiguration/Spectre/SpectreJobConfigurationInterface.php +++ b/app/Support/Import/JobConfiguration/Spectre/SpectreJobConfigurationInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Ynab/NewYnabJobHandler.php b/app/Support/Import/JobConfiguration/Ynab/NewYnabJobHandler.php index 06e38d875d..ebbe5bef57 100644 --- a/app/Support/Import/JobConfiguration/Ynab/NewYnabJobHandler.php +++ b/app/Support/Import/JobConfiguration/Ynab/NewYnabJobHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Ynab/SelectAccountsHandler.php b/app/Support/Import/JobConfiguration/Ynab/SelectAccountsHandler.php index 0c23723baa..5cab275ee6 100644 --- a/app/Support/Import/JobConfiguration/Ynab/SelectAccountsHandler.php +++ b/app/Support/Import/JobConfiguration/Ynab/SelectAccountsHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Ynab/SelectBudgetHandler.php b/app/Support/Import/JobConfiguration/Ynab/SelectBudgetHandler.php index 1a40058833..6abc94bac7 100644 --- a/app/Support/Import/JobConfiguration/Ynab/SelectBudgetHandler.php +++ b/app/Support/Import/JobConfiguration/Ynab/SelectBudgetHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/JobConfiguration/Ynab/YnabJobConfigurationInterface.php b/app/Support/Import/JobConfiguration/Ynab/YnabJobConfigurationInterface.php index 37d96bb6c7..0032814472 100644 --- a/app/Support/Import/JobConfiguration/Ynab/YnabJobConfigurationInterface.php +++ b/app/Support/Import/JobConfiguration/Ynab/YnabJobConfigurationInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Placeholder/ColumnValue.php b/app/Support/Import/Placeholder/ColumnValue.php index b55cd00a67..159043ddfd 100644 --- a/app/Support/Import/Placeholder/ColumnValue.php +++ b/app/Support/Import/Placeholder/ColumnValue.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Placeholder/ImportTransaction.php b/app/Support/Import/Placeholder/ImportTransaction.php index 3882ba8066..11f1d81db4 100644 --- a/app/Support/Import/Placeholder/ImportTransaction.php +++ b/app/Support/Import/Placeholder/ImportTransaction.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Bunq/PaymentConverter.php b/app/Support/Import/Routine/Bunq/PaymentConverter.php index c6928d062d..543bc3f3dc 100644 --- a/app/Support/Import/Routine/Bunq/PaymentConverter.php +++ b/app/Support/Import/Routine/Bunq/PaymentConverter.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Bunq/StageImportDataHandler.php b/app/Support/Import/Routine/Bunq/StageImportDataHandler.php index 5581066fd6..defcfed343 100644 --- a/app/Support/Import/Routine/Bunq/StageImportDataHandler.php +++ b/app/Support/Import/Routine/Bunq/StageImportDataHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Bunq/StageNewHandler.php b/app/Support/Import/Routine/Bunq/StageNewHandler.php index 836c7f48d0..0ef14ce318 100644 --- a/app/Support/Import/Routine/Bunq/StageNewHandler.php +++ b/app/Support/Import/Routine/Bunq/StageNewHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Fake/StageAhoyHandler.php b/app/Support/Import/Routine/Fake/StageAhoyHandler.php index b7084e0423..3a143d8df2 100644 --- a/app/Support/Import/Routine/Fake/StageAhoyHandler.php +++ b/app/Support/Import/Routine/Fake/StageAhoyHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Fake/StageFinalHandler.php b/app/Support/Import/Routine/Fake/StageFinalHandler.php index 35f2a98b8c..6a2a84363e 100644 --- a/app/Support/Import/Routine/Fake/StageFinalHandler.php +++ b/app/Support/Import/Routine/Fake/StageFinalHandler.php @@ -2,22 +2,22 @@ /** * StageFinalHandler.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/app/Support/Import/Routine/Fake/StageNewHandler.php b/app/Support/Import/Routine/Fake/StageNewHandler.php index 111378042a..18d21a666d 100644 --- a/app/Support/Import/Routine/Fake/StageNewHandler.php +++ b/app/Support/Import/Routine/Fake/StageNewHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/File/AssetAccountMapper.php b/app/Support/Import/Routine/File/AssetAccountMapper.php index 1ed799959f..58f27631f1 100644 --- a/app/Support/Import/Routine/File/AssetAccountMapper.php +++ b/app/Support/Import/Routine/File/AssetAccountMapper.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/File/CSVProcessor.php b/app/Support/Import/Routine/File/CSVProcessor.php index e5b295af2a..e41c1252c4 100644 --- a/app/Support/Import/Routine/File/CSVProcessor.php +++ b/app/Support/Import/Routine/File/CSVProcessor.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/File/CurrencyMapper.php b/app/Support/Import/Routine/File/CurrencyMapper.php index fcb589b909..73d1e9721f 100644 --- a/app/Support/Import/Routine/File/CurrencyMapper.php +++ b/app/Support/Import/Routine/File/CurrencyMapper.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/File/FileProcessorInterface.php b/app/Support/Import/Routine/File/FileProcessorInterface.php index 13f6dfffd8..a6cdecfd12 100644 --- a/app/Support/Import/Routine/File/FileProcessorInterface.php +++ b/app/Support/Import/Routine/File/FileProcessorInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/File/ImportableConverter.php b/app/Support/Import/Routine/File/ImportableConverter.php index f4235d91f8..5681bce30b 100644 --- a/app/Support/Import/Routine/File/ImportableConverter.php +++ b/app/Support/Import/Routine/File/ImportableConverter.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/File/ImportableCreator.php b/app/Support/Import/Routine/File/ImportableCreator.php index e400e4282d..1b0bb83703 100644 --- a/app/Support/Import/Routine/File/ImportableCreator.php +++ b/app/Support/Import/Routine/File/ImportableCreator.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/File/LineReader.php b/app/Support/Import/Routine/File/LineReader.php index ac0185248f..c1f07d3d34 100644 --- a/app/Support/Import/Routine/File/LineReader.php +++ b/app/Support/Import/Routine/File/LineReader.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/File/MappedValuesValidator.php b/app/Support/Import/Routine/File/MappedValuesValidator.php index ba0833aa23..48d54db256 100644 --- a/app/Support/Import/Routine/File/MappedValuesValidator.php +++ b/app/Support/Import/Routine/File/MappedValuesValidator.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/File/MappingConverger.php b/app/Support/Import/Routine/File/MappingConverger.php index 41bb5eae54..d81b0e0555 100644 --- a/app/Support/Import/Routine/File/MappingConverger.php +++ b/app/Support/Import/Routine/File/MappingConverger.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/File/OFXProcessor.php b/app/Support/Import/Routine/File/OFXProcessor.php index 4e14fb139f..faa13d380e 100644 --- a/app/Support/Import/Routine/File/OFXProcessor.php +++ b/app/Support/Import/Routine/File/OFXProcessor.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/File/OpposingAccountMapper.php b/app/Support/Import/Routine/File/OpposingAccountMapper.php index c65c35c6f0..2354e24ee3 100644 --- a/app/Support/Import/Routine/File/OpposingAccountMapper.php +++ b/app/Support/Import/Routine/File/OpposingAccountMapper.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/FinTS/StageImportDataHandler.php b/app/Support/Import/Routine/FinTS/StageImportDataHandler.php index 8094f77d97..9a67b5c56d 100644 --- a/app/Support/Import/Routine/FinTS/StageImportDataHandler.php +++ b/app/Support/Import/Routine/FinTS/StageImportDataHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Spectre/StageAuthenticatedHandler.php b/app/Support/Import/Routine/Spectre/StageAuthenticatedHandler.php index 3e5af0dbee..e85f94f735 100644 --- a/app/Support/Import/Routine/Spectre/StageAuthenticatedHandler.php +++ b/app/Support/Import/Routine/Spectre/StageAuthenticatedHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Spectre/StageImportDataHandler.php b/app/Support/Import/Routine/Spectre/StageImportDataHandler.php index f63618b648..9e28f98f3b 100644 --- a/app/Support/Import/Routine/Spectre/StageImportDataHandler.php +++ b/app/Support/Import/Routine/Spectre/StageImportDataHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Spectre/StageNewHandler.php b/app/Support/Import/Routine/Spectre/StageNewHandler.php index 7cb0d4795f..09c2132ef5 100644 --- a/app/Support/Import/Routine/Spectre/StageNewHandler.php +++ b/app/Support/Import/Routine/Spectre/StageNewHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Ynab/GetAccountsHandler.php b/app/Support/Import/Routine/Ynab/GetAccountsHandler.php index 998f6354ce..5f4c774f4e 100644 --- a/app/Support/Import/Routine/Ynab/GetAccountsHandler.php +++ b/app/Support/Import/Routine/Ynab/GetAccountsHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Ynab/ImportDataHandler.php b/app/Support/Import/Routine/Ynab/ImportDataHandler.php index 55ef817a99..6ff5afce4b 100644 --- a/app/Support/Import/Routine/Ynab/ImportDataHandler.php +++ b/app/Support/Import/Routine/Ynab/ImportDataHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Ynab/StageGetAccessHandler.php b/app/Support/Import/Routine/Ynab/StageGetAccessHandler.php index dafcb89bfa..bff2fc8ebb 100644 --- a/app/Support/Import/Routine/Ynab/StageGetAccessHandler.php +++ b/app/Support/Import/Routine/Ynab/StageGetAccessHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Ynab/StageGetBudgetsHandler.php b/app/Support/Import/Routine/Ynab/StageGetBudgetsHandler.php index 70142c5083..9da284bc2b 100644 --- a/app/Support/Import/Routine/Ynab/StageGetBudgetsHandler.php +++ b/app/Support/Import/Routine/Ynab/StageGetBudgetsHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Ynab/StageGetTransactionsHandler.php b/app/Support/Import/Routine/Ynab/StageGetTransactionsHandler.php index 37e0f16dcf..ef02fc2323 100644 --- a/app/Support/Import/Routine/Ynab/StageGetTransactionsHandler.php +++ b/app/Support/Import/Routine/Ynab/StageGetTransactionsHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Import/Routine/Ynab/StageMatchAccountsHandler.php b/app/Support/Import/Routine/Ynab/StageMatchAccountsHandler.php index 5e0293f456..087d5a6644 100644 --- a/app/Support/Import/Routine/Ynab/StageMatchAccountsHandler.php +++ b/app/Support/Import/Routine/Ynab/StageMatchAccountsHandler.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Logging/AuditLogger.php b/app/Support/Logging/AuditLogger.php index 9895f1017d..c3119919a8 100644 --- a/app/Support/Logging/AuditLogger.php +++ b/app/Support/Logging/AuditLogger.php @@ -4,20 +4,20 @@ * AuditLogger.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/app/Support/Logging/AuditProcessor.php b/app/Support/Logging/AuditProcessor.php index 831fd6099b..7da6aa111d 100644 --- a/app/Support/Logging/AuditProcessor.php +++ b/app/Support/Logging/AuditProcessor.php @@ -4,20 +4,20 @@ * AuditProcessor.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/app/Support/Navigation.php b/app/Support/Navigation.php index 66209f668f..17811fe6b4 100644 --- a/app/Support/Navigation.php +++ b/app/Support/Navigation.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/NullArrayObject.php b/app/Support/NullArrayObject.php index eaa7978555..c5d76237b4 100644 --- a/app/Support/NullArrayObject.php +++ b/app/Support/NullArrayObject.php @@ -3,20 +3,20 @@ * NullArrayObject.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/app/Support/Preferences.php b/app/Support/Preferences.php index 279fc3f77e..29891bd9e0 100644 --- a/app/Support/Preferences.php +++ b/app/Support/Preferences.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Repositories/Recurring/CalculateRangeOccurrences.php b/app/Support/Repositories/Recurring/CalculateRangeOccurrences.php index 3662fa1622..9b35a294be 100644 --- a/app/Support/Repositories/Recurring/CalculateRangeOccurrences.php +++ b/app/Support/Repositories/Recurring/CalculateRangeOccurrences.php @@ -4,20 +4,20 @@ * CalculateRangeOccurrences.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/app/Support/Repositories/Recurring/CalculateXOccurrences.php b/app/Support/Repositories/Recurring/CalculateXOccurrences.php index 7f223c5cca..c5f9013532 100644 --- a/app/Support/Repositories/Recurring/CalculateXOccurrences.php +++ b/app/Support/Repositories/Recurring/CalculateXOccurrences.php @@ -4,20 +4,20 @@ * CalculateXOccurrences.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/app/Support/Repositories/Recurring/CalculateXOccurrencesSince.php b/app/Support/Repositories/Recurring/CalculateXOccurrencesSince.php index f6faf55696..e914198a78 100644 --- a/app/Support/Repositories/Recurring/CalculateXOccurrencesSince.php +++ b/app/Support/Repositories/Recurring/CalculateXOccurrencesSince.php @@ -4,20 +4,20 @@ * CalculateXOccurrencesSince.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/app/Support/Repositories/Recurring/FiltersWeekends.php b/app/Support/Repositories/Recurring/FiltersWeekends.php index ace2b1bddc..c55d9318fc 100644 --- a/app/Support/Repositories/Recurring/FiltersWeekends.php +++ b/app/Support/Repositories/Recurring/FiltersWeekends.php @@ -4,20 +4,20 @@ * FiltersWeekends.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/app/Support/Search/Search.php b/app/Support/Search/Search.php index 0634a38b62..8455c720e0 100644 --- a/app/Support/Search/Search.php +++ b/app/Support/Search/Search.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Search/SearchInterface.php b/app/Support/Search/SearchInterface.php index f3f45511f6..f9431dfecc 100644 --- a/app/Support/Search/SearchInterface.php +++ b/app/Support/Search/SearchInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Steam.php b/app/Support/Steam.php index f25c2c6639..05965e52a6 100644 --- a/app/Support/Steam.php +++ b/app/Support/Steam.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Twig/AmountFormat.php b/app/Support/Twig/AmountFormat.php index 9385b681d7..b9119702c6 100644 --- a/app/Support/Twig/AmountFormat.php +++ b/app/Support/Twig/AmountFormat.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Twig/General.php b/app/Support/Twig/General.php index 69415cd78c..b59782fa66 100644 --- a/app/Support/Twig/General.php +++ b/app/Support/Twig/General.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Twig/Rule.php b/app/Support/Twig/Rule.php index c40c8097bd..89e54705aa 100644 --- a/app/Support/Twig/Rule.php +++ b/app/Support/Twig/Rule.php @@ -1,22 +1,22 @@ . + * You should have 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/Support/Twig/TransactionGroupTwig.php b/app/Support/Twig/TransactionGroupTwig.php index de46620276..83d04d206b 100644 --- a/app/Support/Twig/TransactionGroupTwig.php +++ b/app/Support/Twig/TransactionGroupTwig.php @@ -3,20 +3,20 @@ * TransactionGroupTwig.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/app/Support/Twig/Translation.php b/app/Support/Twig/Translation.php index a1c0c8eead..fe433b8d91 100644 --- a/app/Support/Twig/Translation.php +++ b/app/Support/Twig/Translation.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/ActionInterface.php b/app/TransactionRules/Actions/ActionInterface.php index 71967d7e76..8e0767f64d 100644 --- a/app/TransactionRules/Actions/ActionInterface.php +++ b/app/TransactionRules/Actions/ActionInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/AddTag.php b/app/TransactionRules/Actions/AddTag.php index 252afd1f8e..ded71d7f67 100644 --- a/app/TransactionRules/Actions/AddTag.php +++ b/app/TransactionRules/Actions/AddTag.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/AppendDescription.php b/app/TransactionRules/Actions/AppendDescription.php index 887620a62a..7426c18ee3 100644 --- a/app/TransactionRules/Actions/AppendDescription.php +++ b/app/TransactionRules/Actions/AppendDescription.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/AppendNotes.php b/app/TransactionRules/Actions/AppendNotes.php index b1ff09df5c..628994aeb1 100644 --- a/app/TransactionRules/Actions/AppendNotes.php +++ b/app/TransactionRules/Actions/AppendNotes.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/ClearBudget.php b/app/TransactionRules/Actions/ClearBudget.php index 4d0ae7f241..4921f4abaf 100644 --- a/app/TransactionRules/Actions/ClearBudget.php +++ b/app/TransactionRules/Actions/ClearBudget.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/ClearCategory.php b/app/TransactionRules/Actions/ClearCategory.php index 90ee273feb..be93463fa1 100644 --- a/app/TransactionRules/Actions/ClearCategory.php +++ b/app/TransactionRules/Actions/ClearCategory.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/ClearNotes.php b/app/TransactionRules/Actions/ClearNotes.php index b5f4f1a114..a8da29f4b5 100644 --- a/app/TransactionRules/Actions/ClearNotes.php +++ b/app/TransactionRules/Actions/ClearNotes.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/ConvertToDeposit.php b/app/TransactionRules/Actions/ConvertToDeposit.php index a5b49ee83c..fc8357f796 100644 --- a/app/TransactionRules/Actions/ConvertToDeposit.php +++ b/app/TransactionRules/Actions/ConvertToDeposit.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/ConvertToTransfer.php b/app/TransactionRules/Actions/ConvertToTransfer.php index 6194cc8a24..3631c3664b 100644 --- a/app/TransactionRules/Actions/ConvertToTransfer.php +++ b/app/TransactionRules/Actions/ConvertToTransfer.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/ConvertToWithdrawal.php b/app/TransactionRules/Actions/ConvertToWithdrawal.php index 63546b2d65..05ec04b45e 100644 --- a/app/TransactionRules/Actions/ConvertToWithdrawal.php +++ b/app/TransactionRules/Actions/ConvertToWithdrawal.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/LinkToBill.php b/app/TransactionRules/Actions/LinkToBill.php index e51fb72f34..ba4ac1c5a9 100644 --- a/app/TransactionRules/Actions/LinkToBill.php +++ b/app/TransactionRules/Actions/LinkToBill.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/PrependDescription.php b/app/TransactionRules/Actions/PrependDescription.php index 23b5153402..840c30983c 100644 --- a/app/TransactionRules/Actions/PrependDescription.php +++ b/app/TransactionRules/Actions/PrependDescription.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/PrependNotes.php b/app/TransactionRules/Actions/PrependNotes.php index 4cb7802769..8a574d46e1 100644 --- a/app/TransactionRules/Actions/PrependNotes.php +++ b/app/TransactionRules/Actions/PrependNotes.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/RemoveAllTags.php b/app/TransactionRules/Actions/RemoveAllTags.php index 85ab97668d..ab7f5121a1 100644 --- a/app/TransactionRules/Actions/RemoveAllTags.php +++ b/app/TransactionRules/Actions/RemoveAllTags.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/RemoveTag.php b/app/TransactionRules/Actions/RemoveTag.php index 301a34baad..74caf5c0f0 100644 --- a/app/TransactionRules/Actions/RemoveTag.php +++ b/app/TransactionRules/Actions/RemoveTag.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/SetBudget.php b/app/TransactionRules/Actions/SetBudget.php index 2782647000..2c2f91b0e7 100644 --- a/app/TransactionRules/Actions/SetBudget.php +++ b/app/TransactionRules/Actions/SetBudget.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/SetCategory.php b/app/TransactionRules/Actions/SetCategory.php index 6daeef7fba..60b3f6e6a0 100644 --- a/app/TransactionRules/Actions/SetCategory.php +++ b/app/TransactionRules/Actions/SetCategory.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/SetDescription.php b/app/TransactionRules/Actions/SetDescription.php index ff703d0e32..11a8e90d2b 100644 --- a/app/TransactionRules/Actions/SetDescription.php +++ b/app/TransactionRules/Actions/SetDescription.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/SetDestinationAccount.php b/app/TransactionRules/Actions/SetDestinationAccount.php index fc9e03b411..9446752b7f 100644 --- a/app/TransactionRules/Actions/SetDestinationAccount.php +++ b/app/TransactionRules/Actions/SetDestinationAccount.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/SetNotes.php b/app/TransactionRules/Actions/SetNotes.php index e4193e5c6e..4168433388 100644 --- a/app/TransactionRules/Actions/SetNotes.php +++ b/app/TransactionRules/Actions/SetNotes.php @@ -1,22 +1,22 @@ . + * You should have 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/Actions/SetSourceAccount.php b/app/TransactionRules/Actions/SetSourceAccount.php index a131be87f3..8b3940f407 100644 --- a/app/TransactionRules/Actions/SetSourceAccount.php +++ b/app/TransactionRules/Actions/SetSourceAccount.php @@ -1,22 +1,22 @@ . + * You should have 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/Engine/RuleEngine.php b/app/TransactionRules/Engine/RuleEngine.php index 2a0bcc4796..5541bb4032 100644 --- a/app/TransactionRules/Engine/RuleEngine.php +++ b/app/TransactionRules/Engine/RuleEngine.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); /** * RuleEngine.php diff --git a/app/TransactionRules/Factory/ActionFactory.php b/app/TransactionRules/Factory/ActionFactory.php index f9864c0e5d..8d2050700d 100644 --- a/app/TransactionRules/Factory/ActionFactory.php +++ b/app/TransactionRules/Factory/ActionFactory.php @@ -1,22 +1,22 @@ . + * You should have 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/Factory/TriggerFactory.php b/app/TransactionRules/Factory/TriggerFactory.php index 9af587d3c9..abeff803be 100644 --- a/app/TransactionRules/Factory/TriggerFactory.php +++ b/app/TransactionRules/Factory/TriggerFactory.php @@ -1,22 +1,22 @@ . + * You should have 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/AbstractTrigger.php b/app/TransactionRules/Triggers/AbstractTrigger.php index f4c2afab91..1b6b2df351 100644 --- a/app/TransactionRules/Triggers/AbstractTrigger.php +++ b/app/TransactionRules/Triggers/AbstractTrigger.php @@ -1,22 +1,22 @@ . + * You should have 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/AmountExactly.php b/app/TransactionRules/Triggers/AmountExactly.php index 5ecba6a6b4..08d616bec1 100644 --- a/app/TransactionRules/Triggers/AmountExactly.php +++ b/app/TransactionRules/Triggers/AmountExactly.php @@ -1,22 +1,22 @@ . + * You should have 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/AmountLess.php b/app/TransactionRules/Triggers/AmountLess.php index bad0c9708e..42d411c877 100644 --- a/app/TransactionRules/Triggers/AmountLess.php +++ b/app/TransactionRules/Triggers/AmountLess.php @@ -1,22 +1,22 @@ . + * You should have 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/AmountMore.php b/app/TransactionRules/Triggers/AmountMore.php index c57eaf9621..1d10eccad3 100644 --- a/app/TransactionRules/Triggers/AmountMore.php +++ b/app/TransactionRules/Triggers/AmountMore.php @@ -1,22 +1,22 @@ . + * You should have 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/BudgetIs.php b/app/TransactionRules/Triggers/BudgetIs.php index bc48a87c58..c0a755ff33 100644 --- a/app/TransactionRules/Triggers/BudgetIs.php +++ b/app/TransactionRules/Triggers/BudgetIs.php @@ -1,22 +1,22 @@ . + * You should have 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/CategoryIs.php b/app/TransactionRules/Triggers/CategoryIs.php index ddce55d936..2c5599b66c 100644 --- a/app/TransactionRules/Triggers/CategoryIs.php +++ b/app/TransactionRules/Triggers/CategoryIs.php @@ -1,22 +1,22 @@ . + * You should have 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/CurrencyIs.php b/app/TransactionRules/Triggers/CurrencyIs.php index 03fdc9b5b6..aeb9c12462 100644 --- a/app/TransactionRules/Triggers/CurrencyIs.php +++ b/app/TransactionRules/Triggers/CurrencyIs.php @@ -1,22 +1,22 @@ . + * You should have 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/DescriptionContains.php b/app/TransactionRules/Triggers/DescriptionContains.php index a991101a4e..c730e4bc49 100644 --- a/app/TransactionRules/Triggers/DescriptionContains.php +++ b/app/TransactionRules/Triggers/DescriptionContains.php @@ -1,22 +1,22 @@ . + * You should have 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/DescriptionEnds.php b/app/TransactionRules/Triggers/DescriptionEnds.php index d9215798ce..9ca8ecaef4 100644 --- a/app/TransactionRules/Triggers/DescriptionEnds.php +++ b/app/TransactionRules/Triggers/DescriptionEnds.php @@ -1,22 +1,22 @@ . + * You should have 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/DescriptionIs.php b/app/TransactionRules/Triggers/DescriptionIs.php index 49876e0b73..c80ad094e9 100644 --- a/app/TransactionRules/Triggers/DescriptionIs.php +++ b/app/TransactionRules/Triggers/DescriptionIs.php @@ -1,22 +1,22 @@ . + * You should have 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/DescriptionStarts.php b/app/TransactionRules/Triggers/DescriptionStarts.php index 77c665c711..fb1f6167b0 100644 --- a/app/TransactionRules/Triggers/DescriptionStarts.php +++ b/app/TransactionRules/Triggers/DescriptionStarts.php @@ -1,22 +1,22 @@ . + * You should have 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/FromAccountEnds.php b/app/TransactionRules/Triggers/FromAccountEnds.php index 2dc567e935..9b9d08ce0c 100644 --- a/app/TransactionRules/Triggers/FromAccountEnds.php +++ b/app/TransactionRules/Triggers/FromAccountEnds.php @@ -1,22 +1,22 @@ . + * You should have 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/FromAccountIs.php b/app/TransactionRules/Triggers/FromAccountIs.php index aa8b214fdf..7dc767f008 100644 --- a/app/TransactionRules/Triggers/FromAccountIs.php +++ b/app/TransactionRules/Triggers/FromAccountIs.php @@ -1,22 +1,22 @@ . + * You should have 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/FromAccountStarts.php b/app/TransactionRules/Triggers/FromAccountStarts.php index 7cdc74e752..502347cb5a 100644 --- a/app/TransactionRules/Triggers/FromAccountStarts.php +++ b/app/TransactionRules/Triggers/FromAccountStarts.php @@ -1,22 +1,22 @@ . + * You should have 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/HasAnyBudget.php b/app/TransactionRules/Triggers/HasAnyBudget.php index 89b451412d..7b1fa018e0 100644 --- a/app/TransactionRules/Triggers/HasAnyBudget.php +++ b/app/TransactionRules/Triggers/HasAnyBudget.php @@ -1,22 +1,22 @@ . + * You should have 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/HasAnyCategory.php b/app/TransactionRules/Triggers/HasAnyCategory.php index d27f34fb8c..d935142ba5 100644 --- a/app/TransactionRules/Triggers/HasAnyCategory.php +++ b/app/TransactionRules/Triggers/HasAnyCategory.php @@ -1,22 +1,22 @@ . + * You should have 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/HasAnyTag.php b/app/TransactionRules/Triggers/HasAnyTag.php index a58ca924a3..06af0d784e 100644 --- a/app/TransactionRules/Triggers/HasAnyTag.php +++ b/app/TransactionRules/Triggers/HasAnyTag.php @@ -1,22 +1,22 @@ . + * You should have 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/HasAttachment.php b/app/TransactionRules/Triggers/HasAttachment.php index ec6601b0d1..f07ead0c3e 100644 --- a/app/TransactionRules/Triggers/HasAttachment.php +++ b/app/TransactionRules/Triggers/HasAttachment.php @@ -1,22 +1,22 @@ . + * You should have 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/HasNoBudget.php b/app/TransactionRules/Triggers/HasNoBudget.php index a313ba75ce..67b46e8342 100644 --- a/app/TransactionRules/Triggers/HasNoBudget.php +++ b/app/TransactionRules/Triggers/HasNoBudget.php @@ -1,22 +1,22 @@ . + * You should have 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/HasNoCategory.php b/app/TransactionRules/Triggers/HasNoCategory.php index d986832e65..e55491affc 100644 --- a/app/TransactionRules/Triggers/HasNoCategory.php +++ b/app/TransactionRules/Triggers/HasNoCategory.php @@ -1,22 +1,22 @@ . + * You should have 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/HasNoTag.php b/app/TransactionRules/Triggers/HasNoTag.php index 9077ef1ad7..9cda146096 100644 --- a/app/TransactionRules/Triggers/HasNoTag.php +++ b/app/TransactionRules/Triggers/HasNoTag.php @@ -1,22 +1,22 @@ . + * You should have 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/NotesAny.php b/app/TransactionRules/Triggers/NotesAny.php index 02cce26d53..466144eaa2 100644 --- a/app/TransactionRules/Triggers/NotesAny.php +++ b/app/TransactionRules/Triggers/NotesAny.php @@ -1,22 +1,22 @@ . + * You should have 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/NotesAre.php b/app/TransactionRules/Triggers/NotesAre.php index 5989d7236c..8b0c8e1cec 100644 --- a/app/TransactionRules/Triggers/NotesAre.php +++ b/app/TransactionRules/Triggers/NotesAre.php @@ -1,22 +1,22 @@ . + * You should have 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/NotesContain.php b/app/TransactionRules/Triggers/NotesContain.php index 4c3eef2ff7..9c15c359e9 100644 --- a/app/TransactionRules/Triggers/NotesContain.php +++ b/app/TransactionRules/Triggers/NotesContain.php @@ -1,22 +1,22 @@ . + * You should have 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/NotesEmpty.php b/app/TransactionRules/Triggers/NotesEmpty.php index d1d18e3544..0c87624aa7 100644 --- a/app/TransactionRules/Triggers/NotesEmpty.php +++ b/app/TransactionRules/Triggers/NotesEmpty.php @@ -1,22 +1,22 @@ . + * You should have 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/NotesEnd.php b/app/TransactionRules/Triggers/NotesEnd.php index ebead68e0f..d8f8bcd5bc 100644 --- a/app/TransactionRules/Triggers/NotesEnd.php +++ b/app/TransactionRules/Triggers/NotesEnd.php @@ -1,22 +1,22 @@ . + * You should have 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/NotesStart.php b/app/TransactionRules/Triggers/NotesStart.php index 2ba1d5df11..403c8dc68a 100644 --- a/app/TransactionRules/Triggers/NotesStart.php +++ b/app/TransactionRules/Triggers/NotesStart.php @@ -1,22 +1,22 @@ . + * You should have 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/TagIs.php b/app/TransactionRules/Triggers/TagIs.php index 48bfa3841d..cd57497720 100644 --- a/app/TransactionRules/Triggers/TagIs.php +++ b/app/TransactionRules/Triggers/TagIs.php @@ -1,22 +1,22 @@ . + * You should have 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/ToAccountContains.php b/app/TransactionRules/Triggers/ToAccountContains.php index 0206db1afb..bd88d52e4b 100644 --- a/app/TransactionRules/Triggers/ToAccountContains.php +++ b/app/TransactionRules/Triggers/ToAccountContains.php @@ -1,22 +1,22 @@ . + * You should have 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/ToAccountEnds.php b/app/TransactionRules/Triggers/ToAccountEnds.php index 3026ea6afa..44faac5d47 100644 --- a/app/TransactionRules/Triggers/ToAccountEnds.php +++ b/app/TransactionRules/Triggers/ToAccountEnds.php @@ -1,22 +1,22 @@ . + * You should have 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/ToAccountIs.php b/app/TransactionRules/Triggers/ToAccountIs.php index ca6486db3d..a70adc31b3 100644 --- a/app/TransactionRules/Triggers/ToAccountIs.php +++ b/app/TransactionRules/Triggers/ToAccountIs.php @@ -1,22 +1,22 @@ . + * You should have 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/ToAccountStarts.php b/app/TransactionRules/Triggers/ToAccountStarts.php index 861e36d983..9d8df60b9d 100644 --- a/app/TransactionRules/Triggers/ToAccountStarts.php +++ b/app/TransactionRules/Triggers/ToAccountStarts.php @@ -1,22 +1,22 @@ . + * You should have 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/TransactionType.php b/app/TransactionRules/Triggers/TransactionType.php index 8aa6699155..004801913f 100644 --- a/app/TransactionRules/Triggers/TransactionType.php +++ b/app/TransactionRules/Triggers/TransactionType.php @@ -1,22 +1,22 @@ . + * You should have 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/TriggerInterface.php b/app/TransactionRules/Triggers/TriggerInterface.php index 45b24847ba..1fecddee7c 100644 --- a/app/TransactionRules/Triggers/TriggerInterface.php +++ b/app/TransactionRules/Triggers/TriggerInterface.php @@ -1,22 +1,22 @@ . + * You should have 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/UserAction.php b/app/TransactionRules/Triggers/UserAction.php index f54ac107dd..d31bffef1e 100644 --- a/app/TransactionRules/Triggers/UserAction.php +++ b/app/TransactionRules/Triggers/UserAction.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/AbstractTransformer.php b/app/Transformers/AbstractTransformer.php index 1ad57a7af3..965062da85 100644 --- a/app/Transformers/AbstractTransformer.php +++ b/app/Transformers/AbstractTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/AccountTransformer.php b/app/Transformers/AccountTransformer.php index c360ee651a..ff39d13405 100644 --- a/app/Transformers/AccountTransformer.php +++ b/app/Transformers/AccountTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/AttachmentTransformer.php b/app/Transformers/AttachmentTransformer.php index f7c16b80e2..b524b63a80 100644 --- a/app/Transformers/AttachmentTransformer.php +++ b/app/Transformers/AttachmentTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/AvailableBudgetTransformer.php b/app/Transformers/AvailableBudgetTransformer.php index ca3ccd2f1d..58ac130bc5 100644 --- a/app/Transformers/AvailableBudgetTransformer.php +++ b/app/Transformers/AvailableBudgetTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/BillTransformer.php b/app/Transformers/BillTransformer.php index a51133c94c..e73fa5d2cc 100644 --- a/app/Transformers/BillTransformer.php +++ b/app/Transformers/BillTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/BudgetLimitTransformer.php b/app/Transformers/BudgetLimitTransformer.php index 65b8772b10..fe9ec53a02 100644 --- a/app/Transformers/BudgetLimitTransformer.php +++ b/app/Transformers/BudgetLimitTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/BudgetTransformer.php b/app/Transformers/BudgetTransformer.php index beec454b98..10204d0150 100644 --- a/app/Transformers/BudgetTransformer.php +++ b/app/Transformers/BudgetTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/CategoryTransformer.php b/app/Transformers/CategoryTransformer.php index bc22a2f793..cb4ff9f7d2 100644 --- a/app/Transformers/CategoryTransformer.php +++ b/app/Transformers/CategoryTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/CurrencyExchangeRateTransformer.php b/app/Transformers/CurrencyExchangeRateTransformer.php index 45e6585dd1..7e7afeecb6 100644 --- a/app/Transformers/CurrencyExchangeRateTransformer.php +++ b/app/Transformers/CurrencyExchangeRateTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/CurrencyTransformer.php b/app/Transformers/CurrencyTransformer.php index fb7a26c151..18d1b0721b 100644 --- a/app/Transformers/CurrencyTransformer.php +++ b/app/Transformers/CurrencyTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/ImportJobTransformer.php b/app/Transformers/ImportJobTransformer.php index addfd0b180..74077dd081 100644 --- a/app/Transformers/ImportJobTransformer.php +++ b/app/Transformers/ImportJobTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/LinkTypeTransformer.php b/app/Transformers/LinkTypeTransformer.php index 7bb00626d0..009b8b7930 100644 --- a/app/Transformers/LinkTypeTransformer.php +++ b/app/Transformers/LinkTypeTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/PiggyBankEventTransformer.php b/app/Transformers/PiggyBankEventTransformer.php index 30c1535299..a0bd1eda5e 100644 --- a/app/Transformers/PiggyBankEventTransformer.php +++ b/app/Transformers/PiggyBankEventTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/PiggyBankTransformer.php b/app/Transformers/PiggyBankTransformer.php index 35fe31dfdd..cedbd94ffb 100644 --- a/app/Transformers/PiggyBankTransformer.php +++ b/app/Transformers/PiggyBankTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/PreferenceTransformer.php b/app/Transformers/PreferenceTransformer.php index d817891987..7fdf7079bb 100644 --- a/app/Transformers/PreferenceTransformer.php +++ b/app/Transformers/PreferenceTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/RecurrenceTransformer.php b/app/Transformers/RecurrenceTransformer.php index 7118016721..ce11746c12 100644 --- a/app/Transformers/RecurrenceTransformer.php +++ b/app/Transformers/RecurrenceTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/RuleGroupTransformer.php b/app/Transformers/RuleGroupTransformer.php index 0aea33dcfb..3fac706a77 100644 --- a/app/Transformers/RuleGroupTransformer.php +++ b/app/Transformers/RuleGroupTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/RuleTransformer.php b/app/Transformers/RuleTransformer.php index fb66aac7eb..a18a4dbac2 100644 --- a/app/Transformers/RuleTransformer.php +++ b/app/Transformers/RuleTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/TagTransformer.php b/app/Transformers/TagTransformer.php index 1b35ac4676..7e11c8d2fd 100644 --- a/app/Transformers/TagTransformer.php +++ b/app/Transformers/TagTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/TransactionGroupTransformer.php b/app/Transformers/TransactionGroupTransformer.php index 3699d16ae1..a681377f8c 100644 --- a/app/Transformers/TransactionGroupTransformer.php +++ b/app/Transformers/TransactionGroupTransformer.php @@ -3,20 +3,20 @@ * TransactionGroupTransformer.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/app/Transformers/TransactionLinkTransformer.php b/app/Transformers/TransactionLinkTransformer.php index 9b104f894e..204e5d7cd2 100644 --- a/app/Transformers/TransactionLinkTransformer.php +++ b/app/Transformers/TransactionLinkTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/Transformers/UserTransformer.php b/app/Transformers/UserTransformer.php index bd6b797ef6..aacbe32e9f 100644 --- a/app/Transformers/UserTransformer.php +++ b/app/Transformers/UserTransformer.php @@ -1,22 +1,22 @@ . + * You should have 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/User.php b/app/User.php index cc609c62fd..9e97bc60c5 100644 --- a/app/User.php +++ b/app/User.php @@ -2,22 +2,22 @@ /** * User.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/app/Validation/AccountValidator.php b/app/Validation/AccountValidator.php index 9a894427e3..9721bca282 100644 --- a/app/Validation/AccountValidator.php +++ b/app/Validation/AccountValidator.php @@ -3,20 +3,20 @@ * AccountValidator.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/app/Validation/FireflyValidator.php b/app/Validation/FireflyValidator.php index 1f9206d5c1..f8f0792e06 100644 --- a/app/Validation/FireflyValidator.php +++ b/app/Validation/FireflyValidator.php @@ -1,22 +1,22 @@ . + * You should have 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/Validation/RecurrenceValidation.php b/app/Validation/RecurrenceValidation.php index afd71782c0..ad10bdf9e1 100644 --- a/app/Validation/RecurrenceValidation.php +++ b/app/Validation/RecurrenceValidation.php @@ -1,22 +1,22 @@ . + * You should have 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/Validation/TransactionValidation.php b/app/Validation/TransactionValidation.php index ed6c66b7d1..640e218c90 100644 --- a/app/Validation/TransactionValidation.php +++ b/app/Validation/TransactionValidation.php @@ -1,22 +1,22 @@ . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1);