From 5c7df5c04d7253566cbf083aef1268ceeb831bbe Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 20 May 2016 12:41:23 +0200 Subject: [PATCH] Copyright notices. [skip ci] Signed-off-by: James Cole --- app/Http/Controllers/Chart/AccountController.php | 8 ++++++++ app/Http/Controllers/Chart/BillController.php | 8 ++++++++ app/Http/Controllers/Chart/BudgetController.php | 8 ++++++++ .../Controllers/Chart/CategoryController.php | 8 ++++++++ .../Controllers/Chart/PiggyBankController.php | 8 ++++++++ app/Http/Controllers/Chart/ReportController.php | 8 ++++++++ app/Http/Controllers/Popup/ReportController.php | 3 ++- .../Controllers/Transaction/MassController.php | 4 ++-- .../Controllers/Transaction/SplitController.php | 4 ++-- app/Http/Middleware/Authenticate.php | 8 ++++++++ app/Http/Middleware/AuthenticateTwoFactor.php | 1 - app/Http/Middleware/Binder.php | 8 ++++++++ app/Http/Middleware/EncryptCookies.php | 8 ++++++++ app/Http/Middleware/IsAdmin.php | 4 ---- app/Http/Middleware/IsConfirmed.php | 1 - app/Http/Middleware/IsNotConfirmed.php | 1 - app/Http/Middleware/Range.php | 9 ++++++++- app/Http/Middleware/RedirectIfAuthenticated.php | 8 ++++++++ .../RedirectIfTwoFactorAuthenticated.php | 1 - app/Http/Middleware/VerifyCsrfToken.php | 8 ++++++++ app/Http/Requests/AccountFormRequest.php | 8 ++++++++ app/Http/Requests/AttachmentFormRequest.php | 8 ++++++++ app/Http/Requests/BillFormRequest.php | 8 ++++++++ app/Http/Requests/BudgetFormRequest.php | 8 ++++++++ app/Http/Requests/CategoryFormRequest.php | 8 ++++++++ app/Http/Requests/CurrencyFormRequest.php | 8 ++++++++ app/Http/Requests/DeleteAccountFormRequest.php | 8 ++++++++ app/Http/Requests/ExportFormRequest.php | 3 ++- app/Http/Requests/JournalFormRequest.php | 8 ++++++++ app/Http/Requests/MassDeleteJournalRequest.php | 4 ++-- app/Http/Requests/MassEditJournalRequest.php | 4 ++-- app/Http/Requests/NewUserFormRequest.php | 8 ++++++++ app/Http/Requests/PiggyBankFormRequest.php | 8 ++++++++ app/Http/Requests/ProfileFormRequest.php | 8 ++++++++ app/Http/Requests/Request.php | 8 ++++++++ app/Http/Requests/RuleFormRequest.php | 3 ++- app/Http/Requests/RuleGroupFormRequest.php | 8 ++++++++ app/Http/Requests/SelectTransactionsRequest.php | 5 +++-- app/Http/Requests/SplitJournalFormRequest.php | 4 ++-- app/Http/Requests/TagFormRequest.php | 8 ++++++++ app/Http/Requests/TestRuleFormRequest.php | 8 -------- app/Http/Requests/TokenFormRequest.php | 8 ++++++++ .../ExecuteRuleGroupOnExistingTransactions.php | 8 ++++++++ app/Jobs/Job.php | 8 ++++++++ app/Jobs/MailError.php | 8 ++++++++ app/Models/Account.php | 8 ++++++++ app/Models/AccountMeta.php | 8 ++++++++ app/Models/AccountType.php | 8 ++++++++ app/Models/Attachment.php | 8 ++++++++ app/Models/Bill.php | 8 ++++++++ app/Models/Budget.php | 8 ++++++++ app/Models/BudgetLimit.php | 8 ++++++++ app/Models/Category.php | 8 ++++++++ app/Models/Component.php | 8 ++++++++ app/Models/ExportJob.php | 3 ++- app/Models/LimitRepetition.php | 8 ++++++++ app/Models/PiggyBank.php | 8 ++++++++ app/Models/PiggyBankEvent.php | 8 ++++++++ app/Models/PiggyBankRepetition.php | 8 ++++++++ app/Models/Preference.php | 8 ++++++++ app/Models/Role.php | 8 ++++++++ app/Models/Rule.php | 3 ++- app/Models/RuleAction.php | 8 ++++++++ app/Models/RuleGroup.php | 3 ++- app/Models/RuleTrigger.php | 3 ++- app/Models/Tag.php | 8 ++++++++ app/Models/Transaction.php | 8 ++++++++ app/Models/TransactionCurrency.php | 8 ++++++++ app/Models/TransactionGroup.php | 8 ++++++++ app/Models/TransactionJournal.php | 8 ++++++++ app/Models/TransactionJournalMeta.php | 3 ++- app/Models/TransactionType.php | 8 ++++++++ app/Providers/AccountServiceProvider.php | 8 ++++++++ app/Providers/AppServiceProvider.php | 8 ++++++++ app/Providers/AttachmentServiceProvider.php | 8 ++++++++ app/Providers/AuthServiceProvider.php | 8 ++++++++ app/Providers/BillServiceProvider.php | 8 ++++++++ app/Providers/BudgetServiceProvider.php | 8 ++++++++ app/Providers/CategoryServiceProvider.php | 8 ++++++++ app/Providers/CrudServiceProvider.php | 5 ++--- app/Providers/EventServiceProvider.php | 8 ++++++++ app/Providers/ExportJobServiceProvider.php | 8 ++++++++ app/Providers/FireflyServiceProvider.php | 8 ++++++++ app/Providers/JournalServiceProvider.php | 8 ++++++++ app/Providers/PiggyBankServiceProvider.php | 8 ++++++++ app/Providers/RouteServiceProvider.php | 8 ++++++++ app/Providers/RuleGroupServiceProvider.php | 8 ++++++++ app/Providers/RuleServiceProvider.php | 8 ++++++++ app/Providers/TagServiceProvider.php | 8 ++++++++ app/Repositories/Account/AccountRepository.php | 8 ++++++++ .../Account/AccountRepositoryInterface.php | 8 ++++++++ .../Attachment/AttachmentRepository.php | 8 ++++++++ .../Attachment/AttachmentRepositoryInterface.php | 8 ++++++++ app/Repositories/Bill/BillRepository.php | 8 ++++++++ .../Bill/BillRepositoryInterface.php | 8 ++++++++ app/Repositories/Budget/BudgetRepository.php | 8 ++++++++ .../Budget/BudgetRepositoryInterface.php | 8 ++++++++ app/Repositories/Category/CategoryRepository.php | 8 ++++++++ .../Category/CategoryRepositoryInterface.php | 8 ++++++++ app/Repositories/Currency/CurrencyRepository.php | 8 ++++++++ .../Currency/CurrencyRepositoryInterface.php | 8 ++++++++ .../ExportJob/ExportJobRepository.php | 3 ++- .../ExportJob/ExportJobRepositoryInterface.php | 3 ++- app/Repositories/Journal/JournalRepository.php | 8 ++++++++ .../Journal/JournalRepositoryInterface.php | 8 ++++++++ .../PiggyBank/PiggyBankRepository.php | 8 ++++++++ .../PiggyBank/PiggyBankRepositoryInterface.php | 8 ++++++++ app/Repositories/Rule/RuleRepository.php | 3 ++- .../Rule/RuleRepositoryInterface.php | 3 ++- .../RuleGroup/RuleGroupRepository.php | 8 ++++++++ .../RuleGroup/RuleGroupRepositoryInterface.php | 8 ++++++++ app/Repositories/Tag/TagRepository.php | 8 ++++++++ app/Repositories/Tag/TagRepositoryInterface.php | 8 ++++++++ app/Repositories/User/UserRepository.php | 3 ++- .../User/UserRepositoryInterface.php | 3 ++- app/Rules/Actions/ActionInterface.php | 3 ++- app/Rules/Actions/AddTag.php | 3 ++- app/Rules/Actions/AppendDescription.php | 3 ++- app/Rules/Actions/ClearBudget.php | 3 ++- app/Rules/Actions/ClearCategory.php | 3 ++- app/Rules/Actions/PrependDescription.php | 3 ++- app/Rules/Actions/RemoveAllTags.php | 3 ++- app/Rules/Actions/RemoveTag.php | 3 ++- app/Rules/Actions/SetBudget.php | 3 ++- app/Rules/Actions/SetCategory.php | 3 ++- app/Rules/Actions/SetDescription.php | 3 ++- app/Rules/Factory/TriggerFactory.php | 1 - app/Rules/Processor.php | 3 ++- app/Rules/TransactionMatcher.php | 3 ++- app/Rules/Triggers/AbstractTrigger.php | 3 ++- app/Rules/Triggers/AmountExactly.php | 3 ++- app/Rules/Triggers/AmountLess.php | 3 ++- app/Rules/Triggers/AmountMore.php | 3 ++- app/Rules/Triggers/DescriptionContains.php | 3 ++- app/Rules/Triggers/DescriptionEnds.php | 3 ++- app/Rules/Triggers/DescriptionIs.php | 3 ++- app/Rules/Triggers/DescriptionStarts.php | 3 ++- app/Rules/Triggers/FromAccountContains.php | 3 ++- app/Rules/Triggers/FromAccountEnds.php | 3 ++- app/Rules/Triggers/FromAccountIs.php | 3 ++- app/Rules/Triggers/FromAccountStarts.php | 3 ++- app/Rules/Triggers/ToAccountContains.php | 3 ++- app/Rules/Triggers/ToAccountEnds.php | 3 ++- app/Rules/Triggers/ToAccountIs.php | 3 ++- app/Rules/Triggers/ToAccountStarts.php | 3 ++- app/Rules/Triggers/TransactionType.php | 3 ++- app/Rules/Triggers/TriggerInterface.php | 3 ++- app/Rules/Triggers/UserAction.php | 3 ++- app/Support/Amount.php | 8 ++++++++ app/Support/Binder/AccountList.php | 2 +- app/Support/Binder/BinderInterface.php | 3 ++- app/Support/Binder/BudgetList.php | 3 ++- app/Support/Binder/CategoryList.php | 3 ++- app/Support/Binder/Date.php | 3 ++- app/Support/Binder/JournalList.php | 6 ++---- app/Support/Binder/UnfinishedJournal.php | 10 ---------- app/Support/CacheProperties.php | 8 ++++++++ app/Support/Domain.php | 3 ++- app/Support/Events/BillScanner.php | 3 ++- app/Support/ExpandedForm.php | 8 ++++++++ app/Support/Facades/Amount.php | 8 ++++++++ app/Support/Facades/ExpandedForm.php | 8 ++++++++ app/Support/Facades/Navigation.php | 8 ++++++++ app/Support/Facades/Preferences.php | 8 ++++++++ app/Support/Facades/Steam.php | 8 ++++++++ app/Support/Migration/TestData.php | 16 ++++++++-------- app/Support/Models/TagSupport.php | 8 ++++++++ app/Support/Models/TransactionJournalSupport.php | 3 ++- app/Support/Navigation.php | 8 ++++++++ app/Support/Preferences.php | 8 ++++++++ app/Support/Search/Search.php | 8 ++++++++ app/Support/Search/SearchInterface.php | 8 ++++++++ app/Support/Steam.php | 8 ++++++++ app/Support/Twig/Budget.php | 8 ++++++++ app/Support/Twig/General.php | 8 ++++++++ app/Support/Twig/Journal.php | 8 ++++++++ app/Support/Twig/PiggyBank.php | 8 ++++++++ app/Support/Twig/Rule.php | 8 ++++++++ app/Support/Twig/Translation.php | 8 ++++++++ app/Validation/FireflyValidator.php | 10 +++++++++- 180 files changed, 1005 insertions(+), 110 deletions(-) diff --git a/app/Http/Controllers/Chart/AccountController.php b/app/Http/Controllers/Chart/AccountController.php index 177c572ef3..1b3518466c 100644 --- a/app/Http/Controllers/Chart/AccountController.php +++ b/app/Http/Controllers/Chart/AccountController.php @@ -1,4 +1,12 @@