From 91e4dafca9690b238a665bd6d2a2178311c7c336 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 23 May 2015 14:48:33 +0100 Subject: [PATCH] Updated my email address --- app/Commands/Command.php | 2 +- app/Composers/DashboardComposer.php | 2 +- app/Composers/IndexComposer.php | 2 +- app/Composers/LoggedUserComposer.php | 2 +- app/Composers/ThemeComposer.php | 2 +- app/Composers/TimezoneLocaleComposer.php | 2 +- app/Config/Repository.php | 2 +- app/Console/Commands/FixPermissionsCommand.php | 2 +- app/Console/Kernel.php | 2 +- app/Events/Event.php | 2 +- app/Exceptions/Handler.php | 2 +- app/Facades/Setting.php | 2 +- app/Http/Controllers/AbstractController.php | 2 +- app/Http/Controllers/Admin/ApiController.php | 2 +- app/Http/Controllers/Admin/ComponentController.php | 2 +- app/Http/Controllers/Admin/DashboardController.php | 2 +- app/Http/Controllers/Admin/IncidentController.php | 2 +- app/Http/Controllers/Admin/MetricController.php | 2 +- app/Http/Controllers/Admin/ScheduleController.php | 2 +- app/Http/Controllers/Admin/SettingsController.php | 2 +- app/Http/Controllers/Admin/TeamController.php | 2 +- app/Http/Controllers/Admin/UserController.php | 2 +- app/Http/Controllers/Api/AbstractApiController.php | 2 +- app/Http/Controllers/Api/ComponentController.php | 2 +- app/Http/Controllers/Api/IncidentController.php | 2 +- app/Http/Controllers/Api/MetricController.php | 2 +- app/Http/Controllers/Api/MetricPointController.php | 2 +- app/Http/Controllers/AtomController.php | 2 +- app/Http/Controllers/AuthController.php | 2 +- app/Http/Controllers/HomeController.php | 2 +- app/Http/Controllers/RssController.php | 2 +- app/Http/Controllers/SetupController.php | 2 +- app/Http/Kernel.php | 2 +- app/Http/Middleware/Admin.php | 2 +- app/Http/Middleware/ApiAuthenticate.php | 2 +- app/Http/Middleware/AppIsSetup.php | 2 +- app/Http/Middleware/Authenticate.php | 2 +- app/Http/Middleware/HasSetting.php | 2 +- app/Http/Middleware/LoginThrottling.php | 2 +- app/Http/Middleware/RedirectIfAuthenticated.php | 2 +- app/Http/Middleware/VerifyCsrfToken.php | 2 +- app/Http/Requests/Request.php | 2 +- app/Http/Routes/AdminRoutes.php | 2 +- app/Http/Routes/ApiRoutes.php | 2 +- app/Http/Routes/AuthRoutes.php | 2 +- app/Http/Routes/SetupRoutes.php | 2 +- app/Http/Routes/StatusPageRoutes.php | 2 +- app/Http/helpers.php | 2 +- app/Models/Component.php | 2 +- app/Models/ComponentGroup.php | 2 +- app/Models/Incident.php | 2 +- app/Models/IncidentTemplate.php | 2 +- app/Models/Metric.php | 2 +- app/Models/MetricPoint.php | 2 +- app/Models/Service.php | 2 +- app/Models/Setting.php | 2 +- app/Models/Subscriber.php | 2 +- app/Models/Tag.php | 2 +- app/Models/User.php | 2 +- app/Presenters/AbstractPresenter.php | 2 +- app/Presenters/ComponentPresenter.php | 2 +- app/Presenters/IncidentPresenter.php | 2 +- app/Presenters/MetricPointPresenter.php | 2 +- app/Presenters/MetricPresenter.php | 2 +- app/Presenters/Traits/TimestampsTrait.php | 2 +- app/Providers/AppServiceProvider.php | 2 +- app/Providers/BusServiceProvider.php | 2 +- app/Providers/ConfigServiceProvider.php | 2 +- app/Providers/ConsoleServiceProvider.php | 2 +- app/Providers/EventServiceProvider.php | 2 +- app/Providers/LoadConfigServiceProvider.php | 2 +- app/Providers/RepositoryServiceProvider.php | 2 +- app/Providers/RouteServiceProvider.php | 2 +- app/Providers/SegmentApiServiceProvider.php | 2 +- app/Providers/SettingsServiceProvider.php | 2 +- app/Providers/ViewComposerServiceProvider.php | 2 +- app/Repositories/Component/ComponentRepository.php | 2 +- app/Repositories/Component/EloquentComponentRepository.php | 2 +- app/Repositories/EloquentRepository.php | 2 +- app/Repositories/Incident/EloquentIncidentRepository.php | 2 +- app/Repositories/Incident/IncidentRepository.php | 2 +- app/Repositories/InvalidModelValidationException.php | 2 +- app/Repositories/InvalidRelationshipException.php | 2 +- app/Repositories/Metric/EloquentMetricRepository.php | 2 +- app/Repositories/Metric/MetricRepository.php | 2 +- app/Repositories/MetricPoint/EloquentMetricPointRepository.php | 2 +- app/Repositories/MetricPoint/MetricPointRepository.php | 2 +- app/Segment/CacheRepository.php | 2 +- app/Segment/HttpRepository.php | 2 +- app/Segment/RepositoryInterface.php | 2 +- app/Services/Registrar.php | 2 +- bootstrap/app.php | 2 +- bootstrap/autoload.php | 2 +- config/app.php | 2 +- config/auth.php | 2 +- config/cache.php | 2 +- config/compile.php | 2 +- config/database.php | 2 +- config/filesystems.php | 2 +- config/langs.php | 2 +- config/mail.php | 2 +- config/markdown.php | 2 +- config/queue.php | 2 +- config/security.php | 2 +- config/segment.php | 2 +- config/services.php | 2 +- config/session.php | 2 +- config/throttle.php | 2 +- config/trustedproxy.php | 2 +- config/view.php | 2 +- .../migrations/2015_01_05_201324_CreateComponentGroupsTable.php | 2 +- database/migrations/2015_01_05_201444_CreateComponentsTable.php | 2 +- .../2015_01_05_202446_CreateIncidentTemplatesTable.php | 2 +- database/migrations/2015_01_05_202609_CreateIncidentsTable.php | 2 +- .../migrations/2015_01_05_202730_CreateMetricPointsTable.php | 2 +- database/migrations/2015_01_05_202826_CreateMetricsTable.php | 2 +- database/migrations/2015_01_05_202929_CreateServicesTable.php | 2 +- database/migrations/2015_01_05_203014_CreateSettingsTable.php | 2 +- .../migrations/2015_01_05_203235_CreateSubscriptionsTable.php | 2 +- database/migrations/2015_01_05_203341_CreateUsersTable.php | 2 +- database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php | 2 +- database/migrations/2015_01_16_083825_CreateTagsTable.php | 2 +- .../migrations/2015_01_16_084030_CreateComponentTagTable.php | 2 +- .../2015_02_28_214642_UpdateIncidentsAddScheduledAt.php | 2 +- .../2015_05_19_214534_AlterTableComponentGroupsAddOrder.php | 2 +- database/seeds/ComponentTableSeeder.php | 2 +- database/seeds/DatabaseSeeder.php | 2 +- database/seeds/IncidentTableSeeder.php | 2 +- database/seeds/MetricPointSeeder.php | 2 +- database/seeds/MetricTableSeeder.php | 2 +- database/seeds/SettingsTableSeeder.php | 2 +- database/seeds/UsersTableSeeder.php | 2 +- public/index.php | 2 +- resources/lang/de/cachet.php | 2 +- resources/lang/de/dashboard.php | 2 +- resources/lang/de/errors.php | 2 +- resources/lang/de/forms.php | 2 +- resources/lang/de/pagination.php | 2 +- resources/lang/de/reminders.php | 2 +- resources/lang/de/setup.php | 2 +- resources/lang/de/validation.php | 2 +- resources/lang/en-UD/cachet.php | 2 +- resources/lang/en-UD/dashboard.php | 2 +- resources/lang/en-UD/forms.php | 2 +- resources/lang/en-UD/setup.php | 2 +- resources/lang/en/cachet.php | 2 +- resources/lang/en/dashboard.php | 2 +- resources/lang/en/errors.php | 2 +- resources/lang/en/forms.php | 2 +- resources/lang/en/pagination.php | 2 +- resources/lang/en/reminders.php | 2 +- resources/lang/en/setup.php | 2 +- resources/lang/en/validation.php | 2 +- resources/lang/es/cachet.php | 2 +- resources/lang/es/dashboard.php | 2 +- resources/lang/es/errors.php | 2 +- resources/lang/es/forms.php | 2 +- resources/lang/es/pagination.php | 2 +- resources/lang/es/reminders.php | 2 +- resources/lang/es/setup.php | 2 +- resources/lang/es/validation.php | 2 +- resources/lang/fr/cachet.php | 2 +- resources/lang/fr/dashboard.php | 2 +- resources/lang/fr/errors.php | 2 +- resources/lang/fr/forms.php | 2 +- resources/lang/fr/pagination.php | 2 +- resources/lang/fr/reminders.php | 2 +- resources/lang/fr/setup.php | 2 +- resources/lang/fr/validation.php | 2 +- resources/lang/id/cachet.php | 2 +- resources/lang/id/dashboard.php | 2 +- resources/lang/id/errors.php | 2 +- resources/lang/id/forms.php | 2 +- resources/lang/id/pagination.php | 2 +- resources/lang/id/reminders.php | 2 +- resources/lang/id/setup.php | 2 +- resources/lang/id/validation.php | 2 +- resources/lang/nl/cachet.php | 2 +- resources/lang/nl/dashboard.php | 2 +- resources/lang/nl/errors.php | 2 +- resources/lang/nl/forms.php | 2 +- resources/lang/nl/pagination.php | 2 +- resources/lang/nl/reminders.php | 2 +- resources/lang/nl/setup.php | 2 +- resources/lang/nl/validation.php | 2 +- resources/lang/pl/cachet.php | 2 +- resources/lang/pl/dashboard.php | 2 +- resources/lang/pl/errors.php | 2 +- resources/lang/pl/forms.php | 2 +- resources/lang/pl/pagination.php | 2 +- resources/lang/pl/reminders.php | 2 +- resources/lang/pl/setup.php | 2 +- resources/lang/pl/validation.php | 2 +- resources/lang/pt-BR/cachet.php | 2 +- resources/lang/pt-BR/dashboard.php | 2 +- resources/lang/pt-BR/errors.php | 2 +- resources/lang/pt-BR/forms.php | 2 +- resources/lang/pt-BR/pagination.php | 2 +- resources/lang/pt-BR/reminders.php | 2 +- resources/lang/pt-BR/setup.php | 2 +- resources/lang/pt-BR/validation.php | 2 +- resources/lang/zh-CN/cachet.php | 2 +- resources/lang/zh-CN/dashboard.php | 2 +- resources/lang/zh-CN/errors.php | 2 +- resources/lang/zh-CN/forms.php | 2 +- resources/lang/zh-CN/pagination.php | 2 +- resources/lang/zh-CN/reminders.php | 2 +- resources/lang/zh-CN/setup.php | 2 +- resources/lang/zh-CN/validation.php | 2 +- resources/lang/zh-TW/cachet.php | 2 +- resources/lang/zh-TW/dashboard.php | 2 +- resources/lang/zh-TW/errors.php | 2 +- resources/lang/zh-TW/forms.php | 2 +- resources/lang/zh-TW/pagination.php | 2 +- resources/lang/zh-TW/reminders.php | 2 +- resources/lang/zh-TW/setup.php | 2 +- resources/lang/zh-TW/validation.php | 2 +- server.php | 2 +- tests/ExampleTest.php | 2 +- tests/TestCase.php | 2 +- 220 files changed, 220 insertions(+), 220 deletions(-) diff --git a/app/Commands/Command.php b/app/Commands/Command.php index 17221745..8e5db4a9 100644 --- a/app/Commands/Command.php +++ b/app/Commands/Command.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/DashboardComposer.php b/app/Composers/DashboardComposer.php index a3279712..42cef957 100644 --- a/app/Composers/DashboardComposer.php +++ b/app/Composers/DashboardComposer.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/IndexComposer.php b/app/Composers/IndexComposer.php index f42850c9..161fcfcf 100644 --- a/app/Composers/IndexComposer.php +++ b/app/Composers/IndexComposer.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/LoggedUserComposer.php b/app/Composers/LoggedUserComposer.php index 4c4a274c..e94fad21 100644 --- a/app/Composers/LoggedUserComposer.php +++ b/app/Composers/LoggedUserComposer.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/ThemeComposer.php b/app/Composers/ThemeComposer.php index 78d6a258..8fe0c58c 100644 --- a/app/Composers/ThemeComposer.php +++ b/app/Composers/ThemeComposer.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/TimezoneLocaleComposer.php b/app/Composers/TimezoneLocaleComposer.php index f1f1770e..fb734ace 100644 --- a/app/Composers/TimezoneLocaleComposer.php +++ b/app/Composers/TimezoneLocaleComposer.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Config/Repository.php b/app/Config/Repository.php index 87c3a8e1..e80ed38c 100644 --- a/app/Config/Repository.php +++ b/app/Config/Repository.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Console/Commands/FixPermissionsCommand.php b/app/Console/Commands/FixPermissionsCommand.php index e1c8e2ca..202c3e87 100644 --- a/app/Console/Commands/FixPermissionsCommand.php +++ b/app/Console/Commands/FixPermissionsCommand.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 25f75341..5e8e5c62 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Events/Event.php b/app/Events/Event.php index 654a1fc1..9fbfbf00 100644 --- a/app/Events/Event.php +++ b/app/Events/Event.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 670066b4..30d5dd3f 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Facades/Setting.php b/app/Facades/Setting.php index 46b42465..48807420 100644 --- a/app/Facades/Setting.php +++ b/app/Facades/Setting.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/AbstractController.php b/app/Http/Controllers/AbstractController.php index 7983a121..8afa7891 100644 --- a/app/Http/Controllers/AbstractController.php +++ b/app/Http/Controllers/AbstractController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/ApiController.php b/app/Http/Controllers/Admin/ApiController.php index 6764af04..3169a78e 100644 --- a/app/Http/Controllers/Admin/ApiController.php +++ b/app/Http/Controllers/Admin/ApiController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/ComponentController.php b/app/Http/Controllers/Admin/ComponentController.php index 8f4202f6..39c98c59 100644 --- a/app/Http/Controllers/Admin/ComponentController.php +++ b/app/Http/Controllers/Admin/ComponentController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/DashboardController.php b/app/Http/Controllers/Admin/DashboardController.php index dec09425..a912682c 100644 --- a/app/Http/Controllers/Admin/DashboardController.php +++ b/app/Http/Controllers/Admin/DashboardController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/IncidentController.php b/app/Http/Controllers/Admin/IncidentController.php index 0a2d60dc..5d050215 100644 --- a/app/Http/Controllers/Admin/IncidentController.php +++ b/app/Http/Controllers/Admin/IncidentController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/MetricController.php b/app/Http/Controllers/Admin/MetricController.php index c7322ac4..901ffdaf 100644 --- a/app/Http/Controllers/Admin/MetricController.php +++ b/app/Http/Controllers/Admin/MetricController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/ScheduleController.php b/app/Http/Controllers/Admin/ScheduleController.php index 5244609a..9a5eadc5 100644 --- a/app/Http/Controllers/Admin/ScheduleController.php +++ b/app/Http/Controllers/Admin/ScheduleController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/SettingsController.php b/app/Http/Controllers/Admin/SettingsController.php index 501b3410..7bc75076 100644 --- a/app/Http/Controllers/Admin/SettingsController.php +++ b/app/Http/Controllers/Admin/SettingsController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/TeamController.php b/app/Http/Controllers/Admin/TeamController.php index e8007c3e..cdfc18c2 100644 --- a/app/Http/Controllers/Admin/TeamController.php +++ b/app/Http/Controllers/Admin/TeamController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/UserController.php b/app/Http/Controllers/Admin/UserController.php index 06964e7a..89e44fa0 100644 --- a/app/Http/Controllers/Admin/UserController.php +++ b/app/Http/Controllers/Admin/UserController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/AbstractApiController.php b/app/Http/Controllers/Api/AbstractApiController.php index 6a41b84a..09d35679 100644 --- a/app/Http/Controllers/Api/AbstractApiController.php +++ b/app/Http/Controllers/Api/AbstractApiController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/ComponentController.php b/app/Http/Controllers/Api/ComponentController.php index e7b46c94..5814d797 100644 --- a/app/Http/Controllers/Api/ComponentController.php +++ b/app/Http/Controllers/Api/ComponentController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/IncidentController.php b/app/Http/Controllers/Api/IncidentController.php index b06fd085..68cf5bfb 100644 --- a/app/Http/Controllers/Api/IncidentController.php +++ b/app/Http/Controllers/Api/IncidentController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/MetricController.php b/app/Http/Controllers/Api/MetricController.php index b6058594..2367a887 100644 --- a/app/Http/Controllers/Api/MetricController.php +++ b/app/Http/Controllers/Api/MetricController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/MetricPointController.php b/app/Http/Controllers/Api/MetricPointController.php index 0c579dc4..b3ae6da1 100644 --- a/app/Http/Controllers/Api/MetricPointController.php +++ b/app/Http/Controllers/Api/MetricPointController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/AtomController.php b/app/Http/Controllers/AtomController.php index c8867c0a..54e9dd98 100644 --- a/app/Http/Controllers/AtomController.php +++ b/app/Http/Controllers/AtomController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/AuthController.php b/app/Http/Controllers/AuthController.php index 9823e346..0703d9c1 100644 --- a/app/Http/Controllers/AuthController.php +++ b/app/Http/Controllers/AuthController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index acfeb165..6870cf00 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/RssController.php b/app/Http/Controllers/RssController.php index 7d5157fe..a82f7f4f 100644 --- a/app/Http/Controllers/RssController.php +++ b/app/Http/Controllers/RssController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/SetupController.php b/app/Http/Controllers/SetupController.php index 41d6a762..8e1bba61 100644 --- a/app/Http/Controllers/SetupController.php +++ b/app/Http/Controllers/SetupController.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 860b3731..bd395956 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/Admin.php b/app/Http/Middleware/Admin.php index f086004e..91539d7d 100644 --- a/app/Http/Middleware/Admin.php +++ b/app/Http/Middleware/Admin.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/ApiAuthenticate.php b/app/Http/Middleware/ApiAuthenticate.php index a2b33ef2..27f1e7e9 100644 --- a/app/Http/Middleware/ApiAuthenticate.php +++ b/app/Http/Middleware/ApiAuthenticate.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/AppIsSetup.php b/app/Http/Middleware/AppIsSetup.php index 0e31d1a0..5abdfc4f 100644 --- a/app/Http/Middleware/AppIsSetup.php +++ b/app/Http/Middleware/AppIsSetup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index 1f93b221..9c13aadf 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/HasSetting.php b/app/Http/Middleware/HasSetting.php index dbdba130..1f741b2d 100644 --- a/app/Http/Middleware/HasSetting.php +++ b/app/Http/Middleware/HasSetting.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/LoginThrottling.php b/app/Http/Middleware/LoginThrottling.php index c0cce483..aed43274 100644 --- a/app/Http/Middleware/LoginThrottling.php +++ b/app/Http/Middleware/LoginThrottling.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php index 178073ea..6993446c 100644 --- a/app/Http/Middleware/RedirectIfAuthenticated.php +++ b/app/Http/Middleware/RedirectIfAuthenticated.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php index 7e4f5621..8e7b16a9 100644 --- a/app/Http/Middleware/VerifyCsrfToken.php +++ b/app/Http/Middleware/VerifyCsrfToken.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Requests/Request.php b/app/Http/Requests/Request.php index b362c475..3ccf46db 100644 --- a/app/Http/Requests/Request.php +++ b/app/Http/Requests/Request.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/AdminRoutes.php b/app/Http/Routes/AdminRoutes.php index fe6a8484..1ce3bf00 100644 --- a/app/Http/Routes/AdminRoutes.php +++ b/app/Http/Routes/AdminRoutes.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/ApiRoutes.php b/app/Http/Routes/ApiRoutes.php index 5bdc3e79..4e41b397 100644 --- a/app/Http/Routes/ApiRoutes.php +++ b/app/Http/Routes/ApiRoutes.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/AuthRoutes.php b/app/Http/Routes/AuthRoutes.php index 549136d1..2aadc6f1 100644 --- a/app/Http/Routes/AuthRoutes.php +++ b/app/Http/Routes/AuthRoutes.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/SetupRoutes.php b/app/Http/Routes/SetupRoutes.php index 1d78c219..216cfa27 100644 --- a/app/Http/Routes/SetupRoutes.php +++ b/app/Http/Routes/SetupRoutes.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/StatusPageRoutes.php b/app/Http/Routes/StatusPageRoutes.php index 3d48a7a9..85ccc558 100644 --- a/app/Http/Routes/StatusPageRoutes.php +++ b/app/Http/Routes/StatusPageRoutes.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/helpers.php b/app/Http/helpers.php index ba8a48fd..6d5e4b7d 100644 --- a/app/Http/helpers.php +++ b/app/Http/helpers.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Component.php b/app/Models/Component.php index e5a8cd8c..dba2e199 100644 --- a/app/Models/Component.php +++ b/app/Models/Component.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/ComponentGroup.php b/app/Models/ComponentGroup.php index 47b3564d..50b53d20 100644 --- a/app/Models/ComponentGroup.php +++ b/app/Models/ComponentGroup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Incident.php b/app/Models/Incident.php index 49c117c7..c1c30f38 100644 --- a/app/Models/Incident.php +++ b/app/Models/Incident.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/IncidentTemplate.php b/app/Models/IncidentTemplate.php index 41fb2c98..9be5b3d4 100644 --- a/app/Models/IncidentTemplate.php +++ b/app/Models/IncidentTemplate.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Metric.php b/app/Models/Metric.php index 2575d6b0..8ceb450b 100644 --- a/app/Models/Metric.php +++ b/app/Models/Metric.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/MetricPoint.php b/app/Models/MetricPoint.php index 53f101f8..4c2814a9 100644 --- a/app/Models/MetricPoint.php +++ b/app/Models/MetricPoint.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Service.php b/app/Models/Service.php index dced29cd..eeae589a 100644 --- a/app/Models/Service.php +++ b/app/Models/Service.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Setting.php b/app/Models/Setting.php index 1d47e4a5..9d848efd 100644 --- a/app/Models/Setting.php +++ b/app/Models/Setting.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Subscriber.php b/app/Models/Subscriber.php index c590a2d5..6b464618 100644 --- a/app/Models/Subscriber.php +++ b/app/Models/Subscriber.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Tag.php b/app/Models/Tag.php index 9148bbd6..9b6866f7 100644 --- a/app/Models/Tag.php +++ b/app/Models/Tag.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/User.php b/app/Models/User.php index 17db89ca..e7225e4c 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/AbstractPresenter.php b/app/Presenters/AbstractPresenter.php index 01786014..aa3c1fe7 100644 --- a/app/Presenters/AbstractPresenter.php +++ b/app/Presenters/AbstractPresenter.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/ComponentPresenter.php b/app/Presenters/ComponentPresenter.php index 96bb31b4..c098863a 100644 --- a/app/Presenters/ComponentPresenter.php +++ b/app/Presenters/ComponentPresenter.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/IncidentPresenter.php b/app/Presenters/IncidentPresenter.php index 5238f028..2bb28ea2 100644 --- a/app/Presenters/IncidentPresenter.php +++ b/app/Presenters/IncidentPresenter.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/MetricPointPresenter.php b/app/Presenters/MetricPointPresenter.php index 5bf232b0..925a8130 100644 --- a/app/Presenters/MetricPointPresenter.php +++ b/app/Presenters/MetricPointPresenter.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/MetricPresenter.php b/app/Presenters/MetricPresenter.php index d117cff1..7c5a3592 100644 --- a/app/Presenters/MetricPresenter.php +++ b/app/Presenters/MetricPresenter.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/Traits/TimestampsTrait.php b/app/Presenters/Traits/TimestampsTrait.php index bf6833d6..b01a53f4 100644 --- a/app/Presenters/Traits/TimestampsTrait.php +++ b/app/Presenters/Traits/TimestampsTrait.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index e7666f0e..b87dffc2 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/BusServiceProvider.php b/app/Providers/BusServiceProvider.php index 687a7cd5..74fb6bb5 100644 --- a/app/Providers/BusServiceProvider.php +++ b/app/Providers/BusServiceProvider.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/ConfigServiceProvider.php b/app/Providers/ConfigServiceProvider.php index 0164bdd9..524fd917 100644 --- a/app/Providers/ConfigServiceProvider.php +++ b/app/Providers/ConfigServiceProvider.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/ConsoleServiceProvider.php b/app/Providers/ConsoleServiceProvider.php index d9035e5c..367c0b33 100644 --- a/app/Providers/ConsoleServiceProvider.php +++ b/app/Providers/ConsoleServiceProvider.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php index 4ef8ee72..ef1bd65a 100644 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/LoadConfigServiceProvider.php b/app/Providers/LoadConfigServiceProvider.php index 16e53ef3..37071769 100644 --- a/app/Providers/LoadConfigServiceProvider.php +++ b/app/Providers/LoadConfigServiceProvider.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/RepositoryServiceProvider.php b/app/Providers/RepositoryServiceProvider.php index 3513b142..5bf0f4c9 100644 --- a/app/Providers/RepositoryServiceProvider.php +++ b/app/Providers/RepositoryServiceProvider.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index dbafcf09..d73fda86 100644 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/SegmentApiServiceProvider.php b/app/Providers/SegmentApiServiceProvider.php index 62243d8f..2f9fd2a4 100644 --- a/app/Providers/SegmentApiServiceProvider.php +++ b/app/Providers/SegmentApiServiceProvider.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/SettingsServiceProvider.php b/app/Providers/SettingsServiceProvider.php index 8fce1872..fd475a64 100644 --- a/app/Providers/SettingsServiceProvider.php +++ b/app/Providers/SettingsServiceProvider.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/ViewComposerServiceProvider.php b/app/Providers/ViewComposerServiceProvider.php index a56b2a09..6ab3692f 100644 --- a/app/Providers/ViewComposerServiceProvider.php +++ b/app/Providers/ViewComposerServiceProvider.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Component/ComponentRepository.php b/app/Repositories/Component/ComponentRepository.php index 24e921c7..e2f8439d 100644 --- a/app/Repositories/Component/ComponentRepository.php +++ b/app/Repositories/Component/ComponentRepository.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Component/EloquentComponentRepository.php b/app/Repositories/Component/EloquentComponentRepository.php index 4c6519b5..4038bf23 100644 --- a/app/Repositories/Component/EloquentComponentRepository.php +++ b/app/Repositories/Component/EloquentComponentRepository.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/EloquentRepository.php b/app/Repositories/EloquentRepository.php index 4ecb57d2..bc05b225 100644 --- a/app/Repositories/EloquentRepository.php +++ b/app/Repositories/EloquentRepository.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Incident/EloquentIncidentRepository.php b/app/Repositories/Incident/EloquentIncidentRepository.php index f2b517cf..378af5b4 100644 --- a/app/Repositories/Incident/EloquentIncidentRepository.php +++ b/app/Repositories/Incident/EloquentIncidentRepository.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Incident/IncidentRepository.php b/app/Repositories/Incident/IncidentRepository.php index a1565a1d..1f751414 100644 --- a/app/Repositories/Incident/IncidentRepository.php +++ b/app/Repositories/Incident/IncidentRepository.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/InvalidModelValidationException.php b/app/Repositories/InvalidModelValidationException.php index 914a742c..47c87ce2 100644 --- a/app/Repositories/InvalidModelValidationException.php +++ b/app/Repositories/InvalidModelValidationException.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/InvalidRelationshipException.php b/app/Repositories/InvalidRelationshipException.php index 1de1aaee..6d4ea495 100644 --- a/app/Repositories/InvalidRelationshipException.php +++ b/app/Repositories/InvalidRelationshipException.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Metric/EloquentMetricRepository.php b/app/Repositories/Metric/EloquentMetricRepository.php index aa3d33ea..2224ea46 100644 --- a/app/Repositories/Metric/EloquentMetricRepository.php +++ b/app/Repositories/Metric/EloquentMetricRepository.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Metric/MetricRepository.php b/app/Repositories/Metric/MetricRepository.php index 9101ebd9..6c493f7a 100644 --- a/app/Repositories/Metric/MetricRepository.php +++ b/app/Repositories/Metric/MetricRepository.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/MetricPoint/EloquentMetricPointRepository.php b/app/Repositories/MetricPoint/EloquentMetricPointRepository.php index cffa3149..acaa9809 100644 --- a/app/Repositories/MetricPoint/EloquentMetricPointRepository.php +++ b/app/Repositories/MetricPoint/EloquentMetricPointRepository.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/MetricPoint/MetricPointRepository.php b/app/Repositories/MetricPoint/MetricPointRepository.php index e18fc9b5..3f190b44 100644 --- a/app/Repositories/MetricPoint/MetricPointRepository.php +++ b/app/Repositories/MetricPoint/MetricPointRepository.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Segment/CacheRepository.php b/app/Segment/CacheRepository.php index b7a293c7..c6820db6 100644 --- a/app/Segment/CacheRepository.php +++ b/app/Segment/CacheRepository.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Segment/HttpRepository.php b/app/Segment/HttpRepository.php index 80dbbe6d..06b440ab 100644 --- a/app/Segment/HttpRepository.php +++ b/app/Segment/HttpRepository.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Segment/RepositoryInterface.php b/app/Segment/RepositoryInterface.php index 5eb2f5e3..8ec2518c 100644 --- a/app/Segment/RepositoryInterface.php +++ b/app/Segment/RepositoryInterface.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Services/Registrar.php b/app/Services/Registrar.php index d8ba3004..8901c3cb 100644 --- a/app/Services/Registrar.php +++ b/app/Services/Registrar.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/bootstrap/app.php b/bootstrap/app.php index cc19ab46..0b304674 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index 4725337a..be83946a 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/app.php b/config/app.php index 39e52bec..97d07f6a 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/auth.php b/config/auth.php index 54df3ba0..92fb7203 100644 --- a/config/auth.php +++ b/config/auth.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/cache.php b/config/cache.php index 204e2e06..e666d1e1 100644 --- a/config/cache.php +++ b/config/cache.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/compile.php b/config/compile.php index f0028064..343f0e5c 100644 --- a/config/compile.php +++ b/config/compile.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/database.php b/config/database.php index fd20206c..246de3b1 100644 --- a/config/database.php +++ b/config/database.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/filesystems.php b/config/filesystems.php index d6d87af8..88fbf985 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/langs.php b/config/langs.php index d5f6a8c8..ab23b232 100755 --- a/config/langs.php +++ b/config/langs.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/mail.php b/config/mail.php index fba75cbc..6ce7360a 100644 --- a/config/mail.php +++ b/config/mail.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/markdown.php b/config/markdown.php index bdd9e103..e04d8b1d 100644 --- a/config/markdown.php +++ b/config/markdown.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/queue.php b/config/queue.php index 65f13b66..0699b29a 100644 --- a/config/queue.php +++ b/config/queue.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/security.php b/config/security.php index a3ef408f..38b829f9 100644 --- a/config/security.php +++ b/config/security.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/segment.php b/config/segment.php index c70efa1f..353b266b 100644 --- a/config/segment.php +++ b/config/segment.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/services.php b/config/services.php index 949746b0..a1320ccc 100644 --- a/config/services.php +++ b/config/services.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/session.php b/config/session.php index 8e6affb9..ddc9a722 100644 --- a/config/session.php +++ b/config/session.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/throttle.php b/config/throttle.php index 98755f2c..df5c71a9 100644 --- a/config/throttle.php +++ b/config/throttle.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/trustedproxy.php b/config/trustedproxy.php index a570f95f..f36bd2d2 100644 --- a/config/trustedproxy.php +++ b/config/trustedproxy.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/view.php b/config/view.php index d4e966aa..540436ba 100644 --- a/config/view.php +++ b/config/view.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php b/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php index 464e97a4..b0b7c913 100644 --- a/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php +++ b/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_201444_CreateComponentsTable.php b/database/migrations/2015_01_05_201444_CreateComponentsTable.php index 6cad9c74..c366fe0d 100644 --- a/database/migrations/2015_01_05_201444_CreateComponentsTable.php +++ b/database/migrations/2015_01_05_201444_CreateComponentsTable.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php b/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php index 2fd84a15..bb9d3fd4 100644 --- a/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php +++ b/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202609_CreateIncidentsTable.php b/database/migrations/2015_01_05_202609_CreateIncidentsTable.php index 9fb670b9..76f44ed9 100644 --- a/database/migrations/2015_01_05_202609_CreateIncidentsTable.php +++ b/database/migrations/2015_01_05_202609_CreateIncidentsTable.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php b/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php index 582eb7ed..34a93ae4 100644 --- a/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php +++ b/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202826_CreateMetricsTable.php b/database/migrations/2015_01_05_202826_CreateMetricsTable.php index dda84583..c4a97a55 100644 --- a/database/migrations/2015_01_05_202826_CreateMetricsTable.php +++ b/database/migrations/2015_01_05_202826_CreateMetricsTable.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202929_CreateServicesTable.php b/database/migrations/2015_01_05_202929_CreateServicesTable.php index 1809571e..d9fd6e71 100644 --- a/database/migrations/2015_01_05_202929_CreateServicesTable.php +++ b/database/migrations/2015_01_05_202929_CreateServicesTable.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_203014_CreateSettingsTable.php b/database/migrations/2015_01_05_203014_CreateSettingsTable.php index cd1d6069..9cedeecd 100644 --- a/database/migrations/2015_01_05_203014_CreateSettingsTable.php +++ b/database/migrations/2015_01_05_203014_CreateSettingsTable.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php b/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php index f38432e4..6fbadae7 100644 --- a/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php +++ b/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_203341_CreateUsersTable.php b/database/migrations/2015_01_05_203341_CreateUsersTable.php index 89b39df5..27d3e042 100644 --- a/database/migrations/2015_01_05_203341_CreateUsersTable.php +++ b/database/migrations/2015_01_05_203341_CreateUsersTable.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php b/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php index c2ea7504..3c2f13a5 100644 --- a/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php +++ b/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_16_083825_CreateTagsTable.php b/database/migrations/2015_01_16_083825_CreateTagsTable.php index e38531fb..78ae1319 100644 --- a/database/migrations/2015_01_16_083825_CreateTagsTable.php +++ b/database/migrations/2015_01_16_083825_CreateTagsTable.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_16_084030_CreateComponentTagTable.php b/database/migrations/2015_01_16_084030_CreateComponentTagTable.php index f353b932..34f80927 100644 --- a/database/migrations/2015_01_16_084030_CreateComponentTagTable.php +++ b/database/migrations/2015_01_16_084030_CreateComponentTagTable.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php b/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php index 659d0a61..b966e007 100644 --- a/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php +++ b/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php b/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php index ec4904e4..23f99e61 100644 --- a/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php +++ b/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/ComponentTableSeeder.php b/database/seeds/ComponentTableSeeder.php index 4345b043..1fa2563c 100644 --- a/database/seeds/ComponentTableSeeder.php +++ b/database/seeds/ComponentTableSeeder.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php index 23e83065..a84ae49a 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/IncidentTableSeeder.php b/database/seeds/IncidentTableSeeder.php index 847bc247..4cec7969 100644 --- a/database/seeds/IncidentTableSeeder.php +++ b/database/seeds/IncidentTableSeeder.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/MetricPointSeeder.php b/database/seeds/MetricPointSeeder.php index 099b6235..488003b7 100644 --- a/database/seeds/MetricPointSeeder.php +++ b/database/seeds/MetricPointSeeder.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/MetricTableSeeder.php b/database/seeds/MetricTableSeeder.php index 41b44dc2..f6184331 100644 --- a/database/seeds/MetricTableSeeder.php +++ b/database/seeds/MetricTableSeeder.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/SettingsTableSeeder.php b/database/seeds/SettingsTableSeeder.php index 68c52567..97fdebb4 100644 --- a/database/seeds/SettingsTableSeeder.php +++ b/database/seeds/SettingsTableSeeder.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/UsersTableSeeder.php b/database/seeds/UsersTableSeeder.php index 024a73c1..b74bbdc1 100644 --- a/database/seeds/UsersTableSeeder.php +++ b/database/seeds/UsersTableSeeder.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/public/index.php b/public/index.php index 5c44d7dc..506a895a 100644 --- a/public/index.php +++ b/public/index.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/cachet.php b/resources/lang/de/cachet.php index 493d97ce..8d49d3d5 100755 --- a/resources/lang/de/cachet.php +++ b/resources/lang/de/cachet.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/dashboard.php b/resources/lang/de/dashboard.php index c715f813..09ab9536 100755 --- a/resources/lang/de/dashboard.php +++ b/resources/lang/de/dashboard.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/errors.php b/resources/lang/de/errors.php index 5c7dc985..e7bc8a84 100755 --- a/resources/lang/de/errors.php +++ b/resources/lang/de/errors.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/forms.php b/resources/lang/de/forms.php index 883f1e35..f51039bc 100755 --- a/resources/lang/de/forms.php +++ b/resources/lang/de/forms.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/pagination.php b/resources/lang/de/pagination.php index a4bf8963..c267149d 100755 --- a/resources/lang/de/pagination.php +++ b/resources/lang/de/pagination.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/reminders.php b/resources/lang/de/reminders.php index 4e1753db..f897afb8 100755 --- a/resources/lang/de/reminders.php +++ b/resources/lang/de/reminders.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/setup.php b/resources/lang/de/setup.php index 36c01a47..69ee96ed 100755 --- a/resources/lang/de/setup.php +++ b/resources/lang/de/setup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index b2ab61a2..750323f4 100755 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/cachet.php b/resources/lang/en-UD/cachet.php index fdcd0e43..77acfafe 100755 --- a/resources/lang/en-UD/cachet.php +++ b/resources/lang/en-UD/cachet.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/dashboard.php b/resources/lang/en-UD/dashboard.php index 342cbb64..1ddadb59 100755 --- a/resources/lang/en-UD/dashboard.php +++ b/resources/lang/en-UD/dashboard.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/forms.php b/resources/lang/en-UD/forms.php index bcae1fe1..25768e18 100755 --- a/resources/lang/en-UD/forms.php +++ b/resources/lang/en-UD/forms.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/setup.php b/resources/lang/en-UD/setup.php index d386812c..68ddca6a 100755 --- a/resources/lang/en-UD/setup.php +++ b/resources/lang/en-UD/setup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index c20f61c9..8b1184d8 100755 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index d2f3d5ab..15fbffb9 100755 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/errors.php b/resources/lang/en/errors.php index 66570781..effca749 100755 --- a/resources/lang/en/errors.php +++ b/resources/lang/en/errors.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index 600e9d21..d5ad3a0c 100755 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/pagination.php b/resources/lang/en/pagination.php index aa1acdd0..e6ac9e7c 100755 --- a/resources/lang/en/pagination.php +++ b/resources/lang/en/pagination.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/reminders.php b/resources/lang/en/reminders.php index 28fc85b9..94479745 100755 --- a/resources/lang/en/reminders.php +++ b/resources/lang/en/reminders.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/setup.php b/resources/lang/en/setup.php index d0c70e47..9f9572eb 100755 --- a/resources/lang/en/setup.php +++ b/resources/lang/en/setup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 250268fe..3a9c5707 100755 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/cachet.php b/resources/lang/es/cachet.php index c4d81f7f..d47809ec 100755 --- a/resources/lang/es/cachet.php +++ b/resources/lang/es/cachet.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/dashboard.php b/resources/lang/es/dashboard.php index b803e69c..5fb742ff 100755 --- a/resources/lang/es/dashboard.php +++ b/resources/lang/es/dashboard.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/errors.php b/resources/lang/es/errors.php index b557abc6..a1a0a58e 100755 --- a/resources/lang/es/errors.php +++ b/resources/lang/es/errors.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/forms.php b/resources/lang/es/forms.php index 2b65cad8..de7195ec 100755 --- a/resources/lang/es/forms.php +++ b/resources/lang/es/forms.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/pagination.php b/resources/lang/es/pagination.php index 268f2e17..eafc3cff 100755 --- a/resources/lang/es/pagination.php +++ b/resources/lang/es/pagination.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/reminders.php b/resources/lang/es/reminders.php index 0b7da357..0182239d 100755 --- a/resources/lang/es/reminders.php +++ b/resources/lang/es/reminders.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/setup.php b/resources/lang/es/setup.php index dbddf0c2..3f2e025f 100755 --- a/resources/lang/es/setup.php +++ b/resources/lang/es/setup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/validation.php b/resources/lang/es/validation.php index 8ef3753c..e5724ce7 100755 --- a/resources/lang/es/validation.php +++ b/resources/lang/es/validation.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/cachet.php b/resources/lang/fr/cachet.php index 9ef57299..fc9f68af 100755 --- a/resources/lang/fr/cachet.php +++ b/resources/lang/fr/cachet.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/dashboard.php b/resources/lang/fr/dashboard.php index 6f8b0c69..27840465 100755 --- a/resources/lang/fr/dashboard.php +++ b/resources/lang/fr/dashboard.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/errors.php b/resources/lang/fr/errors.php index 00cd0ef1..ea014555 100755 --- a/resources/lang/fr/errors.php +++ b/resources/lang/fr/errors.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/forms.php b/resources/lang/fr/forms.php index 22aeb188..4f9dea8c 100755 --- a/resources/lang/fr/forms.php +++ b/resources/lang/fr/forms.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/pagination.php b/resources/lang/fr/pagination.php index d1399a9b..94d59a24 100755 --- a/resources/lang/fr/pagination.php +++ b/resources/lang/fr/pagination.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/reminders.php b/resources/lang/fr/reminders.php index 9dce0905..0632d857 100755 --- a/resources/lang/fr/reminders.php +++ b/resources/lang/fr/reminders.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/setup.php b/resources/lang/fr/setup.php index 90e9a98c..6a35c89f 100755 --- a/resources/lang/fr/setup.php +++ b/resources/lang/fr/setup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php index faaa1bc5..9bb27821 100755 --- a/resources/lang/fr/validation.php +++ b/resources/lang/fr/validation.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/cachet.php b/resources/lang/id/cachet.php index 5582ed0c..cda12175 100644 --- a/resources/lang/id/cachet.php +++ b/resources/lang/id/cachet.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/dashboard.php b/resources/lang/id/dashboard.php index 22273ae8..1ae01aa8 100644 --- a/resources/lang/id/dashboard.php +++ b/resources/lang/id/dashboard.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/errors.php b/resources/lang/id/errors.php index c8cecc07..6a2b35a6 100644 --- a/resources/lang/id/errors.php +++ b/resources/lang/id/errors.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/forms.php b/resources/lang/id/forms.php index 07cea9eb..79187039 100644 --- a/resources/lang/id/forms.php +++ b/resources/lang/id/forms.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/pagination.php b/resources/lang/id/pagination.php index 16c19d3f..5c59022a 100644 --- a/resources/lang/id/pagination.php +++ b/resources/lang/id/pagination.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/reminders.php b/resources/lang/id/reminders.php index 5748cd4d..76508917 100644 --- a/resources/lang/id/reminders.php +++ b/resources/lang/id/reminders.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/setup.php b/resources/lang/id/setup.php index 369eaaf1..31cb35ed 100644 --- a/resources/lang/id/setup.php +++ b/resources/lang/id/setup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php index b047804f..60b1edc8 100644 --- a/resources/lang/id/validation.php +++ b/resources/lang/id/validation.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/cachet.php b/resources/lang/nl/cachet.php index 36c884d4..b9a663f5 100755 --- a/resources/lang/nl/cachet.php +++ b/resources/lang/nl/cachet.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/dashboard.php b/resources/lang/nl/dashboard.php index eaf9c0ed..9a828e82 100755 --- a/resources/lang/nl/dashboard.php +++ b/resources/lang/nl/dashboard.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/errors.php b/resources/lang/nl/errors.php index dae9ab5c..6b60b8e1 100755 --- a/resources/lang/nl/errors.php +++ b/resources/lang/nl/errors.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/forms.php b/resources/lang/nl/forms.php index 36175d2e..a9111cb4 100755 --- a/resources/lang/nl/forms.php +++ b/resources/lang/nl/forms.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/pagination.php b/resources/lang/nl/pagination.php index 70785d41..d0df35ec 100755 --- a/resources/lang/nl/pagination.php +++ b/resources/lang/nl/pagination.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/reminders.php b/resources/lang/nl/reminders.php index a20e0e0d..5fc4238e 100755 --- a/resources/lang/nl/reminders.php +++ b/resources/lang/nl/reminders.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/setup.php b/resources/lang/nl/setup.php index 47c5efbc..6133c5b0 100755 --- a/resources/lang/nl/setup.php +++ b/resources/lang/nl/setup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php index da294570..f458037d 100755 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/cachet.php b/resources/lang/pl/cachet.php index 236ba9b0..c50f7aa7 100755 --- a/resources/lang/pl/cachet.php +++ b/resources/lang/pl/cachet.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/dashboard.php b/resources/lang/pl/dashboard.php index 51885f10..30b75725 100755 --- a/resources/lang/pl/dashboard.php +++ b/resources/lang/pl/dashboard.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/errors.php b/resources/lang/pl/errors.php index 66570781..effca749 100755 --- a/resources/lang/pl/errors.php +++ b/resources/lang/pl/errors.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/forms.php b/resources/lang/pl/forms.php index 8a66a238..d91c8568 100755 --- a/resources/lang/pl/forms.php +++ b/resources/lang/pl/forms.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/pagination.php b/resources/lang/pl/pagination.php index 584a129e..8cf9df5d 100755 --- a/resources/lang/pl/pagination.php +++ b/resources/lang/pl/pagination.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/reminders.php b/resources/lang/pl/reminders.php index 4d94fe0f..6c04e774 100755 --- a/resources/lang/pl/reminders.php +++ b/resources/lang/pl/reminders.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/setup.php b/resources/lang/pl/setup.php index d04cf7cc..74157c80 100755 --- a/resources/lang/pl/setup.php +++ b/resources/lang/pl/setup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index 250268fe..3a9c5707 100755 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index caf97bed..84a92173 100755 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/dashboard.php b/resources/lang/pt-BR/dashboard.php index 232d8c15..dd99b534 100755 --- a/resources/lang/pt-BR/dashboard.php +++ b/resources/lang/pt-BR/dashboard.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/errors.php b/resources/lang/pt-BR/errors.php index 0636fb59..cb3ce5b8 100755 --- a/resources/lang/pt-BR/errors.php +++ b/resources/lang/pt-BR/errors.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php index a160dbfa..c6f1b1ba 100755 --- a/resources/lang/pt-BR/forms.php +++ b/resources/lang/pt-BR/forms.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/pagination.php b/resources/lang/pt-BR/pagination.php index 37598409..cb5a4511 100755 --- a/resources/lang/pt-BR/pagination.php +++ b/resources/lang/pt-BR/pagination.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/reminders.php b/resources/lang/pt-BR/reminders.php index ffaa8212..c9e0ae65 100755 --- a/resources/lang/pt-BR/reminders.php +++ b/resources/lang/pt-BR/reminders.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/setup.php b/resources/lang/pt-BR/setup.php index dc5b8c20..a3dca9a0 100755 --- a/resources/lang/pt-BR/setup.php +++ b/resources/lang/pt-BR/setup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index 4006dbf8..8080bef3 100755 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php index 92bfaab4..95b4db27 100644 --- a/resources/lang/zh-CN/cachet.php +++ b/resources/lang/zh-CN/cachet.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php index 8e258d33..e00cc21a 100644 --- a/resources/lang/zh-CN/dashboard.php +++ b/resources/lang/zh-CN/dashboard.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/errors.php b/resources/lang/zh-CN/errors.php index a77576bf..3309d92f 100644 --- a/resources/lang/zh-CN/errors.php +++ b/resources/lang/zh-CN/errors.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index 62bd2f38..4eb4cc49 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/pagination.php b/resources/lang/zh-CN/pagination.php index c69f5901..569c94d0 100644 --- a/resources/lang/zh-CN/pagination.php +++ b/resources/lang/zh-CN/pagination.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/reminders.php b/resources/lang/zh-CN/reminders.php index a1ba3198..ecddbad7 100644 --- a/resources/lang/zh-CN/reminders.php +++ b/resources/lang/zh-CN/reminders.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/setup.php b/resources/lang/zh-CN/setup.php index ff67a131..39794678 100644 --- a/resources/lang/zh-CN/setup.php +++ b/resources/lang/zh-CN/setup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php index 91adb662..7b69c4da 100644 --- a/resources/lang/zh-CN/validation.php +++ b/resources/lang/zh-CN/validation.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php index 661ad770..e69dcbd9 100644 --- a/resources/lang/zh-TW/cachet.php +++ b/resources/lang/zh-TW/cachet.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/dashboard.php b/resources/lang/zh-TW/dashboard.php index 0aece534..b1ac193b 100644 --- a/resources/lang/zh-TW/dashboard.php +++ b/resources/lang/zh-TW/dashboard.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/errors.php b/resources/lang/zh-TW/errors.php index d765c141..5c7dbbc2 100644 --- a/resources/lang/zh-TW/errors.php +++ b/resources/lang/zh-TW/errors.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/forms.php b/resources/lang/zh-TW/forms.php index 3d5234ef..5968a4ae 100644 --- a/resources/lang/zh-TW/forms.php +++ b/resources/lang/zh-TW/forms.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/pagination.php b/resources/lang/zh-TW/pagination.php index 8f15a4ce..9f403071 100644 --- a/resources/lang/zh-TW/pagination.php +++ b/resources/lang/zh-TW/pagination.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/reminders.php b/resources/lang/zh-TW/reminders.php index 62cc8616..bf57f131 100644 --- a/resources/lang/zh-TW/reminders.php +++ b/resources/lang/zh-TW/reminders.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/setup.php b/resources/lang/zh-TW/setup.php index becc4e1b..aa46557d 100644 --- a/resources/lang/zh-TW/setup.php +++ b/resources/lang/zh-TW/setup.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php index 250268fe..3a9c5707 100644 --- a/resources/lang/zh-TW/validation.php +++ b/resources/lang/zh-TW/validation.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/server.php b/server.php index 369a7ed9..13e3e7da 100644 --- a/server.php +++ b/server.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 95663f7b..3f6b81c4 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/TestCase.php b/tests/TestCase.php index 43f3aa6a..6755914a 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -5,7 +5,7 @@ * * (c) James Brooks * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.