From b06167f5e9fec6bc49b172f0393e210bc60c970e Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 25 May 2015 17:53:06 +0100 Subject: [PATCH] Updated joe's 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 +- composer.json | 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 +- 221 files changed, 221 insertions(+), 221 deletions(-) diff --git a/app/Commands/Command.php b/app/Commands/Command.php index 8e5db4a98..c0dc446aa 100644 --- a/app/Commands/Command.php +++ b/app/Commands/Command.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Composers/DashboardComposer.php b/app/Composers/DashboardComposer.php index 42cef9572..17fe03556 100644 --- a/app/Composers/DashboardComposer.php +++ b/app/Composers/DashboardComposer.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Composers/IndexComposer.php b/app/Composers/IndexComposer.php index 161fcfcfd..c7cfe9fd3 100644 --- a/app/Composers/IndexComposer.php +++ b/app/Composers/IndexComposer.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Composers/LoggedUserComposer.php b/app/Composers/LoggedUserComposer.php index e94fad217..5104ca9d5 100644 --- a/app/Composers/LoggedUserComposer.php +++ b/app/Composers/LoggedUserComposer.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Composers/ThemeComposer.php b/app/Composers/ThemeComposer.php index 8fe0c58c8..1ee897f01 100644 --- a/app/Composers/ThemeComposer.php +++ b/app/Composers/ThemeComposer.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Composers/TimezoneLocaleComposer.php b/app/Composers/TimezoneLocaleComposer.php index fb734acea..4e5f42105 100644 --- a/app/Composers/TimezoneLocaleComposer.php +++ b/app/Composers/TimezoneLocaleComposer.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Config/Repository.php b/app/Config/Repository.php index e80ed38c6..9428e71a3 100644 --- a/app/Config/Repository.php +++ b/app/Config/Repository.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Console/Commands/FixPermissionsCommand.php b/app/Console/Commands/FixPermissionsCommand.php index 202c3e87f..a3515bbea 100644 --- a/app/Console/Commands/FixPermissionsCommand.php +++ b/app/Console/Commands/FixPermissionsCommand.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 5e8e5c62a..ea5a69ba3 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Events/Event.php b/app/Events/Event.php index 9fbfbf00b..85f261cf8 100644 --- a/app/Events/Event.php +++ b/app/Events/Event.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 30d5dd3f5..575a7c4de 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Facades/Setting.php b/app/Facades/Setting.php index 48807420c..f1822a4bd 100644 --- a/app/Facades/Setting.php +++ b/app/Facades/Setting.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/AbstractController.php b/app/Http/Controllers/AbstractController.php index 8afa78910..170c60eee 100644 --- a/app/Http/Controllers/AbstractController.php +++ b/app/Http/Controllers/AbstractController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Admin/ApiController.php b/app/Http/Controllers/Admin/ApiController.php index 3169a78e3..ad7e96ad4 100644 --- a/app/Http/Controllers/Admin/ApiController.php +++ b/app/Http/Controllers/Admin/ApiController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Admin/ComponentController.php b/app/Http/Controllers/Admin/ComponentController.php index 39c98c590..e15291225 100644 --- a/app/Http/Controllers/Admin/ComponentController.php +++ b/app/Http/Controllers/Admin/ComponentController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Admin/DashboardController.php b/app/Http/Controllers/Admin/DashboardController.php index a912682c6..578d97326 100644 --- a/app/Http/Controllers/Admin/DashboardController.php +++ b/app/Http/Controllers/Admin/DashboardController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Admin/IncidentController.php b/app/Http/Controllers/Admin/IncidentController.php index 5d0502151..318a949fb 100644 --- a/app/Http/Controllers/Admin/IncidentController.php +++ b/app/Http/Controllers/Admin/IncidentController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Admin/MetricController.php b/app/Http/Controllers/Admin/MetricController.php index f729e4752..92be2e030 100644 --- a/app/Http/Controllers/Admin/MetricController.php +++ b/app/Http/Controllers/Admin/MetricController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Admin/ScheduleController.php b/app/Http/Controllers/Admin/ScheduleController.php index 9a5eadc54..8acaf88a2 100644 --- a/app/Http/Controllers/Admin/ScheduleController.php +++ b/app/Http/Controllers/Admin/ScheduleController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Admin/SettingsController.php b/app/Http/Controllers/Admin/SettingsController.php index 7bc750761..513e290a6 100644 --- a/app/Http/Controllers/Admin/SettingsController.php +++ b/app/Http/Controllers/Admin/SettingsController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Admin/TeamController.php b/app/Http/Controllers/Admin/TeamController.php index cdfc18c2c..cf1f054a1 100644 --- a/app/Http/Controllers/Admin/TeamController.php +++ b/app/Http/Controllers/Admin/TeamController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Admin/UserController.php b/app/Http/Controllers/Admin/UserController.php index 89e44fa03..2641449c7 100644 --- a/app/Http/Controllers/Admin/UserController.php +++ b/app/Http/Controllers/Admin/UserController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Api/AbstractApiController.php b/app/Http/Controllers/Api/AbstractApiController.php index 09d35679e..f71603ead 100644 --- a/app/Http/Controllers/Api/AbstractApiController.php +++ b/app/Http/Controllers/Api/AbstractApiController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Api/ComponentController.php b/app/Http/Controllers/Api/ComponentController.php index 5814d7973..719772caf 100644 --- a/app/Http/Controllers/Api/ComponentController.php +++ b/app/Http/Controllers/Api/ComponentController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Api/IncidentController.php b/app/Http/Controllers/Api/IncidentController.php index 68cf5bfb1..591963ccc 100644 --- a/app/Http/Controllers/Api/IncidentController.php +++ b/app/Http/Controllers/Api/IncidentController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Api/MetricController.php b/app/Http/Controllers/Api/MetricController.php index 2367a8874..ef55493ce 100644 --- a/app/Http/Controllers/Api/MetricController.php +++ b/app/Http/Controllers/Api/MetricController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/Api/MetricPointController.php b/app/Http/Controllers/Api/MetricPointController.php index b3ae6da1e..ce34c34c9 100644 --- a/app/Http/Controllers/Api/MetricPointController.php +++ b/app/Http/Controllers/Api/MetricPointController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/AtomController.php b/app/Http/Controllers/AtomController.php index 54e9dd982..0eeba5069 100644 --- a/app/Http/Controllers/AtomController.php +++ b/app/Http/Controllers/AtomController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/AuthController.php b/app/Http/Controllers/AuthController.php index 0703d9c1a..58289631c 100644 --- a/app/Http/Controllers/AuthController.php +++ b/app/Http/Controllers/AuthController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 6870cf002..936cce9b8 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/RssController.php b/app/Http/Controllers/RssController.php index a82f7f4fa..35071db5d 100644 --- a/app/Http/Controllers/RssController.php +++ b/app/Http/Controllers/RssController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Controllers/SetupController.php b/app/Http/Controllers/SetupController.php index 8e1bba618..239404345 100644 --- a/app/Http/Controllers/SetupController.php +++ b/app/Http/Controllers/SetupController.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index bd395956d..24fe6f9ed 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Middleware/Admin.php b/app/Http/Middleware/Admin.php index 91539d7d8..d08652c2b 100644 --- a/app/Http/Middleware/Admin.php +++ b/app/Http/Middleware/Admin.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Middleware/ApiAuthenticate.php b/app/Http/Middleware/ApiAuthenticate.php index 27f1e7e96..a3a2768c8 100644 --- a/app/Http/Middleware/ApiAuthenticate.php +++ b/app/Http/Middleware/ApiAuthenticate.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Middleware/AppIsSetup.php b/app/Http/Middleware/AppIsSetup.php index 5abdfc4f4..435db1250 100644 --- a/app/Http/Middleware/AppIsSetup.php +++ b/app/Http/Middleware/AppIsSetup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index 9c13aadf5..8d65cc234 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Middleware/HasSetting.php b/app/Http/Middleware/HasSetting.php index 1f741b2d6..badc24655 100644 --- a/app/Http/Middleware/HasSetting.php +++ b/app/Http/Middleware/HasSetting.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Middleware/LoginThrottling.php b/app/Http/Middleware/LoginThrottling.php index aed432747..e3bd7d9c8 100644 --- a/app/Http/Middleware/LoginThrottling.php +++ b/app/Http/Middleware/LoginThrottling.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php index 6993446c6..6cd1ea8cd 100644 --- a/app/Http/Middleware/RedirectIfAuthenticated.php +++ b/app/Http/Middleware/RedirectIfAuthenticated.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php index 8e7b16a99..863c3d3f9 100644 --- a/app/Http/Middleware/VerifyCsrfToken.php +++ b/app/Http/Middleware/VerifyCsrfToken.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Requests/Request.php b/app/Http/Requests/Request.php index 3ccf46db2..578254ca6 100644 --- a/app/Http/Requests/Request.php +++ b/app/Http/Requests/Request.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Routes/AdminRoutes.php b/app/Http/Routes/AdminRoutes.php index 1ce3bf005..5dbdafe8a 100644 --- a/app/Http/Routes/AdminRoutes.php +++ b/app/Http/Routes/AdminRoutes.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Routes/ApiRoutes.php b/app/Http/Routes/ApiRoutes.php index 4e41b397a..ee5c509c6 100644 --- a/app/Http/Routes/ApiRoutes.php +++ b/app/Http/Routes/ApiRoutes.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Routes/AuthRoutes.php b/app/Http/Routes/AuthRoutes.php index 2aadc6f10..9aa94fde1 100644 --- a/app/Http/Routes/AuthRoutes.php +++ b/app/Http/Routes/AuthRoutes.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Routes/SetupRoutes.php b/app/Http/Routes/SetupRoutes.php index 216cfa278..6c0e6ae11 100644 --- a/app/Http/Routes/SetupRoutes.php +++ b/app/Http/Routes/SetupRoutes.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/Routes/StatusPageRoutes.php b/app/Http/Routes/StatusPageRoutes.php index 85ccc5581..fc317fb18 100644 --- a/app/Http/Routes/StatusPageRoutes.php +++ b/app/Http/Routes/StatusPageRoutes.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Http/helpers.php b/app/Http/helpers.php index 6d5e4b7d4..bcb17e610 100644 --- a/app/Http/helpers.php +++ b/app/Http/helpers.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Models/Component.php b/app/Models/Component.php index dba2e199e..095c1ff0f 100644 --- a/app/Models/Component.php +++ b/app/Models/Component.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Models/ComponentGroup.php b/app/Models/ComponentGroup.php index 50b53d20c..9eaa580d0 100644 --- a/app/Models/ComponentGroup.php +++ b/app/Models/ComponentGroup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Models/Incident.php b/app/Models/Incident.php index c1c30f38a..25566ceae 100644 --- a/app/Models/Incident.php +++ b/app/Models/Incident.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Models/IncidentTemplate.php b/app/Models/IncidentTemplate.php index 9be5b3d42..87be3a28b 100644 --- a/app/Models/IncidentTemplate.php +++ b/app/Models/IncidentTemplate.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Models/Metric.php b/app/Models/Metric.php index 8ceb450b2..0a72ad61c 100644 --- a/app/Models/Metric.php +++ b/app/Models/Metric.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Models/MetricPoint.php b/app/Models/MetricPoint.php index 4c2814a94..1e8f9cae0 100644 --- a/app/Models/MetricPoint.php +++ b/app/Models/MetricPoint.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Models/Service.php b/app/Models/Service.php index eeae589ae..689c83681 100644 --- a/app/Models/Service.php +++ b/app/Models/Service.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Models/Setting.php b/app/Models/Setting.php index 9d848efd0..b8640c99c 100644 --- a/app/Models/Setting.php +++ b/app/Models/Setting.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Models/Subscriber.php b/app/Models/Subscriber.php index 6b4646188..e306327ba 100644 --- a/app/Models/Subscriber.php +++ b/app/Models/Subscriber.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Models/Tag.php b/app/Models/Tag.php index 9b6866f7b..a39705278 100644 --- a/app/Models/Tag.php +++ b/app/Models/Tag.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Models/User.php b/app/Models/User.php index e7225e4ca..22c201376 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Presenters/AbstractPresenter.php b/app/Presenters/AbstractPresenter.php index aa3c1fe7b..a8c199094 100644 --- a/app/Presenters/AbstractPresenter.php +++ b/app/Presenters/AbstractPresenter.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Presenters/ComponentPresenter.php b/app/Presenters/ComponentPresenter.php index c098863ab..d8f9affdc 100644 --- a/app/Presenters/ComponentPresenter.php +++ b/app/Presenters/ComponentPresenter.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Presenters/IncidentPresenter.php b/app/Presenters/IncidentPresenter.php index 2bb28ea28..ab32c94de 100644 --- a/app/Presenters/IncidentPresenter.php +++ b/app/Presenters/IncidentPresenter.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Presenters/MetricPointPresenter.php b/app/Presenters/MetricPointPresenter.php index 925a81300..c9f84fb9d 100644 --- a/app/Presenters/MetricPointPresenter.php +++ b/app/Presenters/MetricPointPresenter.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Presenters/MetricPresenter.php b/app/Presenters/MetricPresenter.php index 7c5a35926..185722f06 100644 --- a/app/Presenters/MetricPresenter.php +++ b/app/Presenters/MetricPresenter.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Presenters/Traits/TimestampsTrait.php b/app/Presenters/Traits/TimestampsTrait.php index b01a53f4f..e8e689d9c 100644 --- a/app/Presenters/Traits/TimestampsTrait.php +++ b/app/Presenters/Traits/TimestampsTrait.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index b87dffc29..acbb539e9 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Providers/BusServiceProvider.php b/app/Providers/BusServiceProvider.php index 74fb6bb5e..1e0d69cfa 100644 --- a/app/Providers/BusServiceProvider.php +++ b/app/Providers/BusServiceProvider.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Providers/ConfigServiceProvider.php b/app/Providers/ConfigServiceProvider.php index 524fd917f..4cfdfeac8 100644 --- a/app/Providers/ConfigServiceProvider.php +++ b/app/Providers/ConfigServiceProvider.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Providers/ConsoleServiceProvider.php b/app/Providers/ConsoleServiceProvider.php index 367c0b336..d5f8fe68d 100644 --- a/app/Providers/ConsoleServiceProvider.php +++ b/app/Providers/ConsoleServiceProvider.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php index ef1bd65a8..773240df1 100644 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Providers/LoadConfigServiceProvider.php b/app/Providers/LoadConfigServiceProvider.php index 370717691..2ab9763e5 100644 --- a/app/Providers/LoadConfigServiceProvider.php +++ b/app/Providers/LoadConfigServiceProvider.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Providers/RepositoryServiceProvider.php b/app/Providers/RepositoryServiceProvider.php index 5bf0f4c95..8d1b9428b 100644 --- a/app/Providers/RepositoryServiceProvider.php +++ b/app/Providers/RepositoryServiceProvider.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index d73fda868..1f39379bb 100644 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Providers/SegmentApiServiceProvider.php b/app/Providers/SegmentApiServiceProvider.php index 2f9fd2a42..0f4e6e446 100644 --- a/app/Providers/SegmentApiServiceProvider.php +++ b/app/Providers/SegmentApiServiceProvider.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Providers/SettingsServiceProvider.php b/app/Providers/SettingsServiceProvider.php index fd475a649..eb34c703a 100644 --- a/app/Providers/SettingsServiceProvider.php +++ b/app/Providers/SettingsServiceProvider.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Providers/ViewComposerServiceProvider.php b/app/Providers/ViewComposerServiceProvider.php index 6ab3692f3..9c23e84df 100644 --- a/app/Providers/ViewComposerServiceProvider.php +++ b/app/Providers/ViewComposerServiceProvider.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Repositories/Component/ComponentRepository.php b/app/Repositories/Component/ComponentRepository.php index e2f8439da..d780ed8eb 100644 --- a/app/Repositories/Component/ComponentRepository.php +++ b/app/Repositories/Component/ComponentRepository.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Repositories/Component/EloquentComponentRepository.php b/app/Repositories/Component/EloquentComponentRepository.php index 4038bf237..58104e62a 100644 --- a/app/Repositories/Component/EloquentComponentRepository.php +++ b/app/Repositories/Component/EloquentComponentRepository.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Repositories/EloquentRepository.php b/app/Repositories/EloquentRepository.php index bc05b2257..c98d9aaae 100644 --- a/app/Repositories/EloquentRepository.php +++ b/app/Repositories/EloquentRepository.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Repositories/Incident/EloquentIncidentRepository.php b/app/Repositories/Incident/EloquentIncidentRepository.php index 378af5b40..f1880d71c 100644 --- a/app/Repositories/Incident/EloquentIncidentRepository.php +++ b/app/Repositories/Incident/EloquentIncidentRepository.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Repositories/Incident/IncidentRepository.php b/app/Repositories/Incident/IncidentRepository.php index 1f7514140..7fbd55952 100644 --- a/app/Repositories/Incident/IncidentRepository.php +++ b/app/Repositories/Incident/IncidentRepository.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Repositories/InvalidModelValidationException.php b/app/Repositories/InvalidModelValidationException.php index 47c87ce21..2afc352ad 100644 --- a/app/Repositories/InvalidModelValidationException.php +++ b/app/Repositories/InvalidModelValidationException.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Repositories/InvalidRelationshipException.php b/app/Repositories/InvalidRelationshipException.php index 6d4ea4959..98ec15489 100644 --- a/app/Repositories/InvalidRelationshipException.php +++ b/app/Repositories/InvalidRelationshipException.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Repositories/Metric/EloquentMetricRepository.php b/app/Repositories/Metric/EloquentMetricRepository.php index 2224ea464..dc998aba5 100644 --- a/app/Repositories/Metric/EloquentMetricRepository.php +++ b/app/Repositories/Metric/EloquentMetricRepository.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Repositories/Metric/MetricRepository.php b/app/Repositories/Metric/MetricRepository.php index 6c493f7ac..441b8cd3b 100644 --- a/app/Repositories/Metric/MetricRepository.php +++ b/app/Repositories/Metric/MetricRepository.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Repositories/MetricPoint/EloquentMetricPointRepository.php b/app/Repositories/MetricPoint/EloquentMetricPointRepository.php index acaa98098..12a7033de 100644 --- a/app/Repositories/MetricPoint/EloquentMetricPointRepository.php +++ b/app/Repositories/MetricPoint/EloquentMetricPointRepository.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Repositories/MetricPoint/MetricPointRepository.php b/app/Repositories/MetricPoint/MetricPointRepository.php index 3f190b447..a02042528 100644 --- a/app/Repositories/MetricPoint/MetricPointRepository.php +++ b/app/Repositories/MetricPoint/MetricPointRepository.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Segment/CacheRepository.php b/app/Segment/CacheRepository.php index c6820db6d..821b04897 100644 --- a/app/Segment/CacheRepository.php +++ b/app/Segment/CacheRepository.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Segment/HttpRepository.php b/app/Segment/HttpRepository.php index 06b440ab1..729ff9473 100644 --- a/app/Segment/HttpRepository.php +++ b/app/Segment/HttpRepository.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Segment/RepositoryInterface.php b/app/Segment/RepositoryInterface.php index 8ec2518c8..8f4bda5a4 100644 --- a/app/Segment/RepositoryInterface.php +++ b/app/Segment/RepositoryInterface.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/app/Services/Registrar.php b/app/Services/Registrar.php index 8901c3cb0..e16103dba 100644 --- a/app/Services/Registrar.php +++ b/app/Services/Registrar.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/bootstrap/app.php b/bootstrap/app.php index 0b304674a..7b2086842 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index be83946ae..588ef0d3a 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/composer.json b/composer.json index e7f1b1e39..39a8a388c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, { "name": "Joseph Cohen", - "email": "joseph.cohen@dinkbit.com" + "email": "joe@cachethq.io" } ], "type": "project", diff --git a/config/app.php b/config/app.php index 97d07f6a0..ff9c8c5e3 100644 --- a/config/app.php +++ b/config/app.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/auth.php b/config/auth.php index 92fb7203d..7f1e3e2b7 100644 --- a/config/auth.php +++ b/config/auth.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/cache.php b/config/cache.php index e666d1e17..306e43603 100644 --- a/config/cache.php +++ b/config/cache.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/compile.php b/config/compile.php index 343f0e5cb..8f28e9f3a 100644 --- a/config/compile.php +++ b/config/compile.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/database.php b/config/database.php index 246de3b17..2f18e87ac 100644 --- a/config/database.php +++ b/config/database.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/filesystems.php b/config/filesystems.php index 88fbf985d..9539b43d2 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/langs.php b/config/langs.php index ab23b232f..4eb5e92ee 100755 --- a/config/langs.php +++ b/config/langs.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/mail.php b/config/mail.php index 6ce7360ad..2c3e501fb 100644 --- a/config/mail.php +++ b/config/mail.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/markdown.php b/config/markdown.php index e04d8b1da..9fe6a6ea0 100644 --- a/config/markdown.php +++ b/config/markdown.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/queue.php b/config/queue.php index 0699b29a6..9e1e124be 100644 --- a/config/queue.php +++ b/config/queue.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/security.php b/config/security.php index 38b829f99..4d8ae8e62 100644 --- a/config/security.php +++ b/config/security.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/segment.php b/config/segment.php index 353b266bc..ab44532b5 100644 --- a/config/segment.php +++ b/config/segment.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/services.php b/config/services.php index a1320ccc3..6cf485457 100644 --- a/config/services.php +++ b/config/services.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/session.php b/config/session.php index ddc9a722d..e0c8454d2 100644 --- a/config/session.php +++ b/config/session.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/throttle.php b/config/throttle.php index df5c71a91..985eb5b0a 100644 --- a/config/throttle.php +++ b/config/throttle.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/trustedproxy.php b/config/trustedproxy.php index f36bd2d27..070f310b8 100644 --- a/config/trustedproxy.php +++ b/config/trustedproxy.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/config/view.php b/config/view.php index 540436baa..3cee2e94a 100644 --- a/config/view.php +++ b/config/view.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php b/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php index b0b7c9134..a5cdc2c88 100644 --- a/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php +++ b/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_05_201444_CreateComponentsTable.php b/database/migrations/2015_01_05_201444_CreateComponentsTable.php index c366fe0d5..8004500d8 100644 --- a/database/migrations/2015_01_05_201444_CreateComponentsTable.php +++ b/database/migrations/2015_01_05_201444_CreateComponentsTable.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php b/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php index bb9d3fd48..23b0ddaf1 100644 --- a/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php +++ b/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_05_202609_CreateIncidentsTable.php b/database/migrations/2015_01_05_202609_CreateIncidentsTable.php index 76f44ed99..5e08b225b 100644 --- a/database/migrations/2015_01_05_202609_CreateIncidentsTable.php +++ b/database/migrations/2015_01_05_202609_CreateIncidentsTable.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php b/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php index 34a93ae45..9da1a27a6 100644 --- a/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php +++ b/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_05_202826_CreateMetricsTable.php b/database/migrations/2015_01_05_202826_CreateMetricsTable.php index c4a97a55d..3e59d62d5 100644 --- a/database/migrations/2015_01_05_202826_CreateMetricsTable.php +++ b/database/migrations/2015_01_05_202826_CreateMetricsTable.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_05_202929_CreateServicesTable.php b/database/migrations/2015_01_05_202929_CreateServicesTable.php index d9fd6e71e..3fb98f9e3 100644 --- a/database/migrations/2015_01_05_202929_CreateServicesTable.php +++ b/database/migrations/2015_01_05_202929_CreateServicesTable.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_05_203014_CreateSettingsTable.php b/database/migrations/2015_01_05_203014_CreateSettingsTable.php index 9cedeecde..e425925bb 100644 --- a/database/migrations/2015_01_05_203014_CreateSettingsTable.php +++ b/database/migrations/2015_01_05_203014_CreateSettingsTable.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php b/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php index 6fbadae74..76f571296 100644 --- a/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php +++ b/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_05_203341_CreateUsersTable.php b/database/migrations/2015_01_05_203341_CreateUsersTable.php index 27d3e0423..6cfc9714d 100644 --- a/database/migrations/2015_01_05_203341_CreateUsersTable.php +++ b/database/migrations/2015_01_05_203341_CreateUsersTable.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php b/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php index 3c2f13a59..a9236ed84 100644 --- a/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php +++ b/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_16_083825_CreateTagsTable.php b/database/migrations/2015_01_16_083825_CreateTagsTable.php index 78ae13193..7fbf8458d 100644 --- a/database/migrations/2015_01_16_083825_CreateTagsTable.php +++ b/database/migrations/2015_01_16_083825_CreateTagsTable.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_01_16_084030_CreateComponentTagTable.php b/database/migrations/2015_01_16_084030_CreateComponentTagTable.php index 34f809275..cd314a309 100644 --- a/database/migrations/2015_01_16_084030_CreateComponentTagTable.php +++ b/database/migrations/2015_01_16_084030_CreateComponentTagTable.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php b/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php index b966e007f..0ae63864c 100644 --- a/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php +++ b/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php b/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php index 23f99e614..be7321ac4 100644 --- a/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php +++ b/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/seeds/ComponentTableSeeder.php b/database/seeds/ComponentTableSeeder.php index 1fa2563cb..b088589f6 100644 --- a/database/seeds/ComponentTableSeeder.php +++ b/database/seeds/ComponentTableSeeder.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php index a84ae49ae..7b49530d6 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/seeds/IncidentTableSeeder.php b/database/seeds/IncidentTableSeeder.php index 4cec79693..e94685685 100644 --- a/database/seeds/IncidentTableSeeder.php +++ b/database/seeds/IncidentTableSeeder.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/seeds/MetricPointSeeder.php b/database/seeds/MetricPointSeeder.php index 488003b75..9d7d97b0a 100644 --- a/database/seeds/MetricPointSeeder.php +++ b/database/seeds/MetricPointSeeder.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/seeds/MetricTableSeeder.php b/database/seeds/MetricTableSeeder.php index f61843315..04daecbed 100644 --- a/database/seeds/MetricTableSeeder.php +++ b/database/seeds/MetricTableSeeder.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/seeds/SettingsTableSeeder.php b/database/seeds/SettingsTableSeeder.php index 97fdebb4e..779cb922c 100644 --- a/database/seeds/SettingsTableSeeder.php +++ b/database/seeds/SettingsTableSeeder.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/database/seeds/UsersTableSeeder.php b/database/seeds/UsersTableSeeder.php index b74bbdc1d..e40402c7b 100644 --- a/database/seeds/UsersTableSeeder.php +++ b/database/seeds/UsersTableSeeder.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/public/index.php b/public/index.php index 506a895ab..a9870112b 100644 --- a/public/index.php +++ b/public/index.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/de/cachet.php b/resources/lang/de/cachet.php index 8d49d3d51..08e751dab 100755 --- a/resources/lang/de/cachet.php +++ b/resources/lang/de/cachet.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/de/dashboard.php b/resources/lang/de/dashboard.php index 09ab95366..66590fd22 100755 --- a/resources/lang/de/dashboard.php +++ b/resources/lang/de/dashboard.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/de/errors.php b/resources/lang/de/errors.php index e7bc8a846..6bbfd4be5 100755 --- a/resources/lang/de/errors.php +++ b/resources/lang/de/errors.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/de/forms.php b/resources/lang/de/forms.php index f51039bc0..451468335 100755 --- a/resources/lang/de/forms.php +++ b/resources/lang/de/forms.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/de/pagination.php b/resources/lang/de/pagination.php index c267149df..b23a02244 100755 --- a/resources/lang/de/pagination.php +++ b/resources/lang/de/pagination.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/de/reminders.php b/resources/lang/de/reminders.php index f897afb83..fef3f92b8 100755 --- a/resources/lang/de/reminders.php +++ b/resources/lang/de/reminders.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/de/setup.php b/resources/lang/de/setup.php index 69ee96ed5..7efc94d4d 100755 --- a/resources/lang/de/setup.php +++ b/resources/lang/de/setup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index 750323f46..7178a4147 100755 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/en-UD/cachet.php b/resources/lang/en-UD/cachet.php index 77acfafe2..94401f867 100755 --- a/resources/lang/en-UD/cachet.php +++ b/resources/lang/en-UD/cachet.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/en-UD/dashboard.php b/resources/lang/en-UD/dashboard.php index 1ddadb59f..668f61a01 100755 --- a/resources/lang/en-UD/dashboard.php +++ b/resources/lang/en-UD/dashboard.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/en-UD/forms.php b/resources/lang/en-UD/forms.php index 25768e186..65d4df7e8 100755 --- a/resources/lang/en-UD/forms.php +++ b/resources/lang/en-UD/forms.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/en-UD/setup.php b/resources/lang/en-UD/setup.php index 68ddca6a8..fd91b8bdf 100755 --- a/resources/lang/en-UD/setup.php +++ b/resources/lang/en-UD/setup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index 8b1184d85..00d9c3e4e 100755 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index 15fbffb93..a5c6c7acc 100755 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/en/errors.php b/resources/lang/en/errors.php index effca7498..95158afe9 100755 --- a/resources/lang/en/errors.php +++ b/resources/lang/en/errors.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index d5ad3a0c2..05b9b299e 100755 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/en/pagination.php b/resources/lang/en/pagination.php index e6ac9e7c5..b88fd686a 100755 --- a/resources/lang/en/pagination.php +++ b/resources/lang/en/pagination.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/en/reminders.php b/resources/lang/en/reminders.php index 944797452..53786d056 100755 --- a/resources/lang/en/reminders.php +++ b/resources/lang/en/reminders.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/en/setup.php b/resources/lang/en/setup.php index 9f9572ebc..8ef4e9028 100755 --- a/resources/lang/en/setup.php +++ b/resources/lang/en/setup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 3a9c5707e..74dc7b6f4 100755 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/es/cachet.php b/resources/lang/es/cachet.php index d47809ec5..b534b07ec 100755 --- a/resources/lang/es/cachet.php +++ b/resources/lang/es/cachet.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/es/dashboard.php b/resources/lang/es/dashboard.php index 5fb742ff9..826c31d88 100755 --- a/resources/lang/es/dashboard.php +++ b/resources/lang/es/dashboard.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/es/errors.php b/resources/lang/es/errors.php index a1a0a58ec..7034052d8 100755 --- a/resources/lang/es/errors.php +++ b/resources/lang/es/errors.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/es/forms.php b/resources/lang/es/forms.php index de7195ecf..9285fb90c 100755 --- a/resources/lang/es/forms.php +++ b/resources/lang/es/forms.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/es/pagination.php b/resources/lang/es/pagination.php index eafc3cff7..1a16e8a75 100755 --- a/resources/lang/es/pagination.php +++ b/resources/lang/es/pagination.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/es/reminders.php b/resources/lang/es/reminders.php index 0182239df..906f0b897 100755 --- a/resources/lang/es/reminders.php +++ b/resources/lang/es/reminders.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/es/setup.php b/resources/lang/es/setup.php index 3f2e025fd..b4e627dfb 100755 --- a/resources/lang/es/setup.php +++ b/resources/lang/es/setup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/es/validation.php b/resources/lang/es/validation.php index e5724ce78..3773f393a 100755 --- a/resources/lang/es/validation.php +++ b/resources/lang/es/validation.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/fr/cachet.php b/resources/lang/fr/cachet.php index fc9f68af2..acc3d11e4 100755 --- a/resources/lang/fr/cachet.php +++ b/resources/lang/fr/cachet.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/fr/dashboard.php b/resources/lang/fr/dashboard.php index 27840465c..f88abc46b 100755 --- a/resources/lang/fr/dashboard.php +++ b/resources/lang/fr/dashboard.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/fr/errors.php b/resources/lang/fr/errors.php index ea0145553..753f07ae4 100755 --- a/resources/lang/fr/errors.php +++ b/resources/lang/fr/errors.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/fr/forms.php b/resources/lang/fr/forms.php index 4f9dea8c2..a1a875ad6 100755 --- a/resources/lang/fr/forms.php +++ b/resources/lang/fr/forms.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/fr/pagination.php b/resources/lang/fr/pagination.php index 94d59a245..f0eaac0ff 100755 --- a/resources/lang/fr/pagination.php +++ b/resources/lang/fr/pagination.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/fr/reminders.php b/resources/lang/fr/reminders.php index 0632d8575..5d009234b 100755 --- a/resources/lang/fr/reminders.php +++ b/resources/lang/fr/reminders.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/fr/setup.php b/resources/lang/fr/setup.php index 6a35c89f8..f610a649a 100755 --- a/resources/lang/fr/setup.php +++ b/resources/lang/fr/setup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php index 9bb278213..5483cd8f1 100755 --- a/resources/lang/fr/validation.php +++ b/resources/lang/fr/validation.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/id/cachet.php b/resources/lang/id/cachet.php index cda121757..47a49fd93 100644 --- a/resources/lang/id/cachet.php +++ b/resources/lang/id/cachet.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/id/dashboard.php b/resources/lang/id/dashboard.php index 1ae01aa8d..ef81fcb98 100644 --- a/resources/lang/id/dashboard.php +++ b/resources/lang/id/dashboard.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/id/errors.php b/resources/lang/id/errors.php index 6a2b35a66..1cc29ff88 100644 --- a/resources/lang/id/errors.php +++ b/resources/lang/id/errors.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/id/forms.php b/resources/lang/id/forms.php index 791870390..9f6079fce 100644 --- a/resources/lang/id/forms.php +++ b/resources/lang/id/forms.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/id/pagination.php b/resources/lang/id/pagination.php index 5c59022ae..d3198222b 100644 --- a/resources/lang/id/pagination.php +++ b/resources/lang/id/pagination.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/id/reminders.php b/resources/lang/id/reminders.php index 765089173..27fd58750 100644 --- a/resources/lang/id/reminders.php +++ b/resources/lang/id/reminders.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/id/setup.php b/resources/lang/id/setup.php index 31cb35edb..2dbd544b6 100644 --- a/resources/lang/id/setup.php +++ b/resources/lang/id/setup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php index 60b1edc80..dbec5936d 100644 --- a/resources/lang/id/validation.php +++ b/resources/lang/id/validation.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/nl/cachet.php b/resources/lang/nl/cachet.php index b9a663f5a..a78329eb6 100755 --- a/resources/lang/nl/cachet.php +++ b/resources/lang/nl/cachet.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/nl/dashboard.php b/resources/lang/nl/dashboard.php index 9a828e825..4c8183b5b 100755 --- a/resources/lang/nl/dashboard.php +++ b/resources/lang/nl/dashboard.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/nl/errors.php b/resources/lang/nl/errors.php index 6b60b8e13..dedd8b974 100755 --- a/resources/lang/nl/errors.php +++ b/resources/lang/nl/errors.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/nl/forms.php b/resources/lang/nl/forms.php index a9111cb4a..c089bd657 100755 --- a/resources/lang/nl/forms.php +++ b/resources/lang/nl/forms.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/nl/pagination.php b/resources/lang/nl/pagination.php index d0df35ec2..b4fa509eb 100755 --- a/resources/lang/nl/pagination.php +++ b/resources/lang/nl/pagination.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/nl/reminders.php b/resources/lang/nl/reminders.php index 5fc4238e5..bef4758d2 100755 --- a/resources/lang/nl/reminders.php +++ b/resources/lang/nl/reminders.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/nl/setup.php b/resources/lang/nl/setup.php index 6133c5b02..d67cd6de0 100755 --- a/resources/lang/nl/setup.php +++ b/resources/lang/nl/setup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php index f458037d5..a23953312 100755 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pl/cachet.php b/resources/lang/pl/cachet.php index c50f7aa76..176d4dfa7 100755 --- a/resources/lang/pl/cachet.php +++ b/resources/lang/pl/cachet.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pl/dashboard.php b/resources/lang/pl/dashboard.php index 30b757259..930a37f6d 100755 --- a/resources/lang/pl/dashboard.php +++ b/resources/lang/pl/dashboard.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pl/errors.php b/resources/lang/pl/errors.php index effca7498..95158afe9 100755 --- a/resources/lang/pl/errors.php +++ b/resources/lang/pl/errors.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pl/forms.php b/resources/lang/pl/forms.php index d91c85684..2891329d8 100755 --- a/resources/lang/pl/forms.php +++ b/resources/lang/pl/forms.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pl/pagination.php b/resources/lang/pl/pagination.php index 8cf9df5d1..260f4d310 100755 --- a/resources/lang/pl/pagination.php +++ b/resources/lang/pl/pagination.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pl/reminders.php b/resources/lang/pl/reminders.php index 6c04e774e..a4512d6ef 100755 --- a/resources/lang/pl/reminders.php +++ b/resources/lang/pl/reminders.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pl/setup.php b/resources/lang/pl/setup.php index 74157c805..98c38dd90 100755 --- a/resources/lang/pl/setup.php +++ b/resources/lang/pl/setup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index 3a9c5707e..74dc7b6f4 100755 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index 84a921739..d177ec157 100755 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pt-BR/dashboard.php b/resources/lang/pt-BR/dashboard.php index dd99b534a..0c0fd3e8e 100755 --- a/resources/lang/pt-BR/dashboard.php +++ b/resources/lang/pt-BR/dashboard.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pt-BR/errors.php b/resources/lang/pt-BR/errors.php index cb3ce5b80..d4e076c09 100755 --- a/resources/lang/pt-BR/errors.php +++ b/resources/lang/pt-BR/errors.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php index c6f1b1ba1..06637215a 100755 --- a/resources/lang/pt-BR/forms.php +++ b/resources/lang/pt-BR/forms.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pt-BR/pagination.php b/resources/lang/pt-BR/pagination.php index cb5a45118..f0c3d461d 100755 --- a/resources/lang/pt-BR/pagination.php +++ b/resources/lang/pt-BR/pagination.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pt-BR/reminders.php b/resources/lang/pt-BR/reminders.php index c9e0ae651..31268a410 100755 --- a/resources/lang/pt-BR/reminders.php +++ b/resources/lang/pt-BR/reminders.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pt-BR/setup.php b/resources/lang/pt-BR/setup.php index a3dca9a09..908c4276b 100755 --- a/resources/lang/pt-BR/setup.php +++ b/resources/lang/pt-BR/setup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index 8080bef3e..59300ab40 100755 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php index 95b4db276..ffba7c623 100644 --- a/resources/lang/zh-CN/cachet.php +++ b/resources/lang/zh-CN/cachet.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php index e00cc21ab..6354f819d 100644 --- a/resources/lang/zh-CN/dashboard.php +++ b/resources/lang/zh-CN/dashboard.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-CN/errors.php b/resources/lang/zh-CN/errors.php index 3309d92fc..aeddfbe14 100644 --- a/resources/lang/zh-CN/errors.php +++ b/resources/lang/zh-CN/errors.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index 4eb4cc497..08d7559a0 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-CN/pagination.php b/resources/lang/zh-CN/pagination.php index 569c94d0e..df278decb 100644 --- a/resources/lang/zh-CN/pagination.php +++ b/resources/lang/zh-CN/pagination.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-CN/reminders.php b/resources/lang/zh-CN/reminders.php index ecddbad79..6262cd6d4 100644 --- a/resources/lang/zh-CN/reminders.php +++ b/resources/lang/zh-CN/reminders.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-CN/setup.php b/resources/lang/zh-CN/setup.php index 397946787..e6f90bc3e 100644 --- a/resources/lang/zh-CN/setup.php +++ b/resources/lang/zh-CN/setup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php index 7b69c4dab..0e4e16cce 100644 --- a/resources/lang/zh-CN/validation.php +++ b/resources/lang/zh-CN/validation.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php index e69dcbd9b..baccf3fa0 100644 --- a/resources/lang/zh-TW/cachet.php +++ b/resources/lang/zh-TW/cachet.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-TW/dashboard.php b/resources/lang/zh-TW/dashboard.php index b1ac193be..b0fca3b04 100644 --- a/resources/lang/zh-TW/dashboard.php +++ b/resources/lang/zh-TW/dashboard.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-TW/errors.php b/resources/lang/zh-TW/errors.php index 5c7dbbc2d..f72e4d159 100644 --- a/resources/lang/zh-TW/errors.php +++ b/resources/lang/zh-TW/errors.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-TW/forms.php b/resources/lang/zh-TW/forms.php index 5968a4aed..2d138d8bb 100644 --- a/resources/lang/zh-TW/forms.php +++ b/resources/lang/zh-TW/forms.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-TW/pagination.php b/resources/lang/zh-TW/pagination.php index 9f4030716..33b9fed6f 100644 --- a/resources/lang/zh-TW/pagination.php +++ b/resources/lang/zh-TW/pagination.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-TW/reminders.php b/resources/lang/zh-TW/reminders.php index bf57f1316..7d3771925 100644 --- a/resources/lang/zh-TW/reminders.php +++ b/resources/lang/zh-TW/reminders.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-TW/setup.php b/resources/lang/zh-TW/setup.php index aa46557db..c8dd506db 100644 --- a/resources/lang/zh-TW/setup.php +++ b/resources/lang/zh-TW/setup.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php index 3a9c5707e..74dc7b6f4 100644 --- a/resources/lang/zh-TW/validation.php +++ b/resources/lang/zh-TW/validation.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/server.php b/server.php index 13e3e7dab..a0d5c9a96 100644 --- a/server.php +++ b/server.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 3f6b81c48..7dee574e3 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE diff --git a/tests/TestCase.php b/tests/TestCase.php index 6755914af..88e12822e 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -4,7 +4,7 @@ * This file is part of Cachet. * * (c) James Brooks - * (c) Joseph Cohen + * (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE