From 0a321bffd8e64aca8d1d1ca1b7a575b4840c60bb Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 6 Jul 2015 17:37:01 +0100 Subject: [PATCH] Updated copyright information --- .php_cs | 2 +- LICENSE | 2 +- app/Composers/AppComposer.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/CustomerHasSubscribedEvent.php | 2 +- app/Events/IncidentHasReportedEvent.php | 2 +- app/Events/MaintenanceHasScheduledEvent.php | 2 +- app/Exceptions/Displayers/RedirectDisplayer.php | 2 +- app/Exceptions/Filters/ApiFilter.php | 2 +- app/Exceptions/Handler.php | 2 +- app/Facades/Setting.php | 2 +- app/Handlers/Events/SendIncidentEmailNotificationHandler.php | 2 +- app/Handlers/Events/SendMaintenanceEmailNotificationHandler.php | 2 +- app/Handlers/Events/SendSubscriberVerificationEmailHandler.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/GeneralController.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/Controllers/SubscribeController.php | 2 +- app/Http/Kernel.php | 2 +- app/Http/Middleware/Acceptable.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/SubscribersConfigured.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/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/ComposerServiceProvider.php | 2 +- app/Providers/ConfigServiceProvider.php | 2 +- app/Providers/ConsoleServiceProvider.php | 2 +- app/Providers/EventServiceProvider.php | 2 +- app/Providers/RouteServiceProvider.php | 2 +- app/Providers/SegmentServiceProvider.php | 2 +- app/Segment/CacheRepository.php | 2 +- app/Segment/HttpRepository.php | 2 +- app/Segment/RepositoryInterface.php | 2 +- app/Services/Registrar.php | 2 +- bootstrap/app.php | 2 +- bootstrap/autoload.php | 2 +- config/app.php | 2 +- config/auth.php | 2 +- config/broadcasting.php | 2 +- config/cache.php | 2 +- config/compile.php | 2 +- config/cors.php | 2 +- config/database.php | 2 +- config/exceptions.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 +- database/factories/ModelFactory.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_203014_CreateSettingsTable.php | 2 +- .../migrations/2015_01_05_203235_CreateSubscribersTable.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 +- .../2015_05_20_073041_AlterTableIncidentsAddVisibileColumn.php | 2 +- database/migrations/2015_05_24_210939_create_jobs_table.php | 2 +- .../migrations/2015_05_24_210948_create_failed_jobs_table.php | 2 +- .../2015_06_10_122216_AlterTableComponentsDropUserIdColumn.php | 2 +- .../2015_06_10_122229_AlterTableIncidentsDropUserIdColumn.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/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/pagination.php | 2 +- resources/lang/en-UD/reminders.php | 2 +- resources/lang/en-UD/setup.php | 2 +- resources/lang/en-UD/validation.php | 2 +- resources/lang/en/cachet.php | 2 +- resources/lang/en/dashboard.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/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/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/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/ko/cachet.php | 2 +- resources/lang/ko/dashboard.php | 2 +- resources/lang/ko/errors.php | 2 +- resources/lang/ko/forms.php | 2 +- resources/lang/ko/pagination.php | 2 +- resources/lang/ko/reminders.php | 2 +- resources/lang/ko/setup.php | 2 +- resources/lang/ko/validation.php | 2 +- resources/lang/nl/cachet.php | 2 +- resources/lang/nl/dashboard.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/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/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/ru/cachet.php | 2 +- resources/lang/ru/dashboard.php | 2 +- resources/lang/ru/forms.php | 2 +- resources/lang/ru/pagination.php | 2 +- resources/lang/ru/reminders.php | 2 +- resources/lang/ru/setup.php | 2 +- resources/lang/ru/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/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/AbstractTestCase.php | 2 +- tests/Api/ComponentTest.php | 2 +- tests/Api/GeneralTest.php | 2 +- tests/Api/IncidentTest.php | 2 +- tests/Api/MetricPointTest.php | 2 +- tests/Api/MetricTest.php | 2 +- tests/Functional/CommandTest.php | 2 +- 237 files changed, 237 insertions(+), 237 deletions(-) diff --git a/.php_cs b/.php_cs index 43f69652..53659618 100644 --- a/.php_cs +++ b/.php_cs @@ -3,7 +3,7 @@ $header = << +(c) Alt Three Services Limited For the full copyright and license information, please view the LICENSE file that was distributed with this source code. diff --git a/LICENSE b/LICENSE index 9252e549..36d4b01e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2015 Cachet HQ. +Copyright (c) 2015 Alt Three Services Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/app/Composers/AppComposer.php b/app/Composers/AppComposer.php index 873e7c5d..3e30aa40 100644 --- a/app/Composers/AppComposer.php +++ b/app/Composers/AppComposer.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/DashboardComposer.php b/app/Composers/DashboardComposer.php index 3ad53991..e2f6678f 100644 --- a/app/Composers/DashboardComposer.php +++ b/app/Composers/DashboardComposer.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/IndexComposer.php b/app/Composers/IndexComposer.php index 9167db7d..206feeb6 100644 --- a/app/Composers/IndexComposer.php +++ b/app/Composers/IndexComposer.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/LoggedUserComposer.php b/app/Composers/LoggedUserComposer.php index 2478e528..75ffe744 100644 --- a/app/Composers/LoggedUserComposer.php +++ b/app/Composers/LoggedUserComposer.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/ThemeComposer.php b/app/Composers/ThemeComposer.php index 5e30c5ea..35ce8a23 100644 --- a/app/Composers/ThemeComposer.php +++ b/app/Composers/ThemeComposer.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/TimezoneLocaleComposer.php b/app/Composers/TimezoneLocaleComposer.php index 68c8eeea..5080f74d 100644 --- a/app/Composers/TimezoneLocaleComposer.php +++ b/app/Composers/TimezoneLocaleComposer.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Config/Repository.php b/app/Config/Repository.php index 203807da..be98b51e 100644 --- a/app/Config/Repository.php +++ b/app/Config/Repository.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Console/Commands/FixPermissionsCommand.php b/app/Console/Commands/FixPermissionsCommand.php index ae97ab02..bc1e9d69 100644 --- a/app/Console/Commands/FixPermissionsCommand.php +++ b/app/Console/Commands/FixPermissionsCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index c361f3a7..7b580186 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Events/CustomerHasSubscribedEvent.php b/app/Events/CustomerHasSubscribedEvent.php index d527ba97..03002b46 100644 --- a/app/Events/CustomerHasSubscribedEvent.php +++ b/app/Events/CustomerHasSubscribedEvent.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Events/IncidentHasReportedEvent.php b/app/Events/IncidentHasReportedEvent.php index 9824493b..cad5bc17 100644 --- a/app/Events/IncidentHasReportedEvent.php +++ b/app/Events/IncidentHasReportedEvent.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Events/MaintenanceHasScheduledEvent.php b/app/Events/MaintenanceHasScheduledEvent.php index 55a98890..66689ab0 100644 --- a/app/Events/MaintenanceHasScheduledEvent.php +++ b/app/Events/MaintenanceHasScheduledEvent.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Exceptions/Displayers/RedirectDisplayer.php b/app/Exceptions/Displayers/RedirectDisplayer.php index 1a3e1cb7..810f9a44 100644 --- a/app/Exceptions/Displayers/RedirectDisplayer.php +++ b/app/Exceptions/Displayers/RedirectDisplayer.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Exceptions/Filters/ApiFilter.php b/app/Exceptions/Filters/ApiFilter.php index 93695211..49e5f880 100644 --- a/app/Exceptions/Filters/ApiFilter.php +++ b/app/Exceptions/Filters/ApiFilter.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 8ad40e20..c594454e 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Facades/Setting.php b/app/Facades/Setting.php index aa10edb8..8dc9a4ae 100644 --- a/app/Facades/Setting.php +++ b/app/Facades/Setting.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Handlers/Events/SendIncidentEmailNotificationHandler.php b/app/Handlers/Events/SendIncidentEmailNotificationHandler.php index c2b821ec..61aee6db 100644 --- a/app/Handlers/Events/SendIncidentEmailNotificationHandler.php +++ b/app/Handlers/Events/SendIncidentEmailNotificationHandler.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Handlers/Events/SendMaintenanceEmailNotificationHandler.php b/app/Handlers/Events/SendMaintenanceEmailNotificationHandler.php index bbc8503f..1f458622 100644 --- a/app/Handlers/Events/SendMaintenanceEmailNotificationHandler.php +++ b/app/Handlers/Events/SendMaintenanceEmailNotificationHandler.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Handlers/Events/SendSubscriberVerificationEmailHandler.php b/app/Handlers/Events/SendSubscriberVerificationEmailHandler.php index 39ffab20..93ff42a7 100644 --- a/app/Handlers/Events/SendSubscriberVerificationEmailHandler.php +++ b/app/Handlers/Events/SendSubscriberVerificationEmailHandler.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/AbstractController.php b/app/Http/Controllers/AbstractController.php index 8dcfbb0b..cea29d4f 100644 --- a/app/Http/Controllers/AbstractController.php +++ b/app/Http/Controllers/AbstractController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/ApiController.php b/app/Http/Controllers/Admin/ApiController.php index 95b32e17..59788859 100644 --- a/app/Http/Controllers/Admin/ApiController.php +++ b/app/Http/Controllers/Admin/ApiController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/ComponentController.php b/app/Http/Controllers/Admin/ComponentController.php index 95b17118..4bf776cf 100644 --- a/app/Http/Controllers/Admin/ComponentController.php +++ b/app/Http/Controllers/Admin/ComponentController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/DashboardController.php b/app/Http/Controllers/Admin/DashboardController.php index 00eea6e3..0b24c1c2 100644 --- a/app/Http/Controllers/Admin/DashboardController.php +++ b/app/Http/Controllers/Admin/DashboardController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/IncidentController.php b/app/Http/Controllers/Admin/IncidentController.php index 838e3f6c..8fe8de81 100644 --- a/app/Http/Controllers/Admin/IncidentController.php +++ b/app/Http/Controllers/Admin/IncidentController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/MetricController.php b/app/Http/Controllers/Admin/MetricController.php index ceb478bf..aef91ed6 100644 --- a/app/Http/Controllers/Admin/MetricController.php +++ b/app/Http/Controllers/Admin/MetricController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/ScheduleController.php b/app/Http/Controllers/Admin/ScheduleController.php index eb5f8222..1928548f 100644 --- a/app/Http/Controllers/Admin/ScheduleController.php +++ b/app/Http/Controllers/Admin/ScheduleController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/SettingsController.php b/app/Http/Controllers/Admin/SettingsController.php index 1565c9a2..d85bc61b 100644 --- a/app/Http/Controllers/Admin/SettingsController.php +++ b/app/Http/Controllers/Admin/SettingsController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/TeamController.php b/app/Http/Controllers/Admin/TeamController.php index c9bf68f3..da578b28 100644 --- a/app/Http/Controllers/Admin/TeamController.php +++ b/app/Http/Controllers/Admin/TeamController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/UserController.php b/app/Http/Controllers/Admin/UserController.php index a698018b..28c578e0 100644 --- a/app/Http/Controllers/Admin/UserController.php +++ b/app/Http/Controllers/Admin/UserController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/AbstractApiController.php b/app/Http/Controllers/Api/AbstractApiController.php index 29db8c1c..a18612aa 100644 --- a/app/Http/Controllers/Api/AbstractApiController.php +++ b/app/Http/Controllers/Api/AbstractApiController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/ComponentController.php b/app/Http/Controllers/Api/ComponentController.php index 1319de3a..254f2f53 100644 --- a/app/Http/Controllers/Api/ComponentController.php +++ b/app/Http/Controllers/Api/ComponentController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/GeneralController.php b/app/Http/Controllers/Api/GeneralController.php index 9214b9a8..38fb3d08 100644 --- a/app/Http/Controllers/Api/GeneralController.php +++ b/app/Http/Controllers/Api/GeneralController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/IncidentController.php b/app/Http/Controllers/Api/IncidentController.php index e20f245f..105bcf0f 100644 --- a/app/Http/Controllers/Api/IncidentController.php +++ b/app/Http/Controllers/Api/IncidentController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/MetricController.php b/app/Http/Controllers/Api/MetricController.php index b2c46938..aeed19f0 100644 --- a/app/Http/Controllers/Api/MetricController.php +++ b/app/Http/Controllers/Api/MetricController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/MetricPointController.php b/app/Http/Controllers/Api/MetricPointController.php index 24924c0a..07eadf23 100644 --- a/app/Http/Controllers/Api/MetricPointController.php +++ b/app/Http/Controllers/Api/MetricPointController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/AtomController.php b/app/Http/Controllers/AtomController.php index 33e63669..4cb2a418 100644 --- a/app/Http/Controllers/AtomController.php +++ b/app/Http/Controllers/AtomController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/AuthController.php b/app/Http/Controllers/AuthController.php index bbb1493e..91881cd8 100644 --- a/app/Http/Controllers/AuthController.php +++ b/app/Http/Controllers/AuthController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 98b3d847..24e06b68 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/RssController.php b/app/Http/Controllers/RssController.php index 1911961f..c58b1b97 100644 --- a/app/Http/Controllers/RssController.php +++ b/app/Http/Controllers/RssController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/SetupController.php b/app/Http/Controllers/SetupController.php index f1454063..138e206a 100644 --- a/app/Http/Controllers/SetupController.php +++ b/app/Http/Controllers/SetupController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/SubscribeController.php b/app/Http/Controllers/SubscribeController.php index 56b2d04e..f8765365 100644 --- a/app/Http/Controllers/SubscribeController.php +++ b/app/Http/Controllers/SubscribeController.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 24706e4a..25c78a29 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/Acceptable.php b/app/Http/Middleware/Acceptable.php index d635fa80..c54383e2 100644 --- a/app/Http/Middleware/Acceptable.php +++ b/app/Http/Middleware/Acceptable.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/Admin.php b/app/Http/Middleware/Admin.php index f989a008..bc600ad4 100644 --- a/app/Http/Middleware/Admin.php +++ b/app/Http/Middleware/Admin.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/ApiAuthenticate.php b/app/Http/Middleware/ApiAuthenticate.php index 3a510506..1d9cd1d1 100644 --- a/app/Http/Middleware/ApiAuthenticate.php +++ b/app/Http/Middleware/ApiAuthenticate.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/AppIsSetup.php b/app/Http/Middleware/AppIsSetup.php index e1fbf9dc..8ab7dcb1 100644 --- a/app/Http/Middleware/AppIsSetup.php +++ b/app/Http/Middleware/AppIsSetup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index cc0513cc..b26de572 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/HasSetting.php b/app/Http/Middleware/HasSetting.php index a8a5020d..3efc43db 100644 --- a/app/Http/Middleware/HasSetting.php +++ b/app/Http/Middleware/HasSetting.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/LoginThrottling.php b/app/Http/Middleware/LoginThrottling.php index b18b2cc6..a96901ec 100644 --- a/app/Http/Middleware/LoginThrottling.php +++ b/app/Http/Middleware/LoginThrottling.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php index 9e887c39..74cc1e3f 100644 --- a/app/Http/Middleware/RedirectIfAuthenticated.php +++ b/app/Http/Middleware/RedirectIfAuthenticated.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/SubscribersConfigured.php b/app/Http/Middleware/SubscribersConfigured.php index fb062aac..907c2792 100644 --- a/app/Http/Middleware/SubscribersConfigured.php +++ b/app/Http/Middleware/SubscribersConfigured.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/AdminRoutes.php b/app/Http/Routes/AdminRoutes.php index 73f09445..f369e0b4 100644 --- a/app/Http/Routes/AdminRoutes.php +++ b/app/Http/Routes/AdminRoutes.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/ApiRoutes.php b/app/Http/Routes/ApiRoutes.php index 94668fb0..14625e18 100644 --- a/app/Http/Routes/ApiRoutes.php +++ b/app/Http/Routes/ApiRoutes.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/AuthRoutes.php b/app/Http/Routes/AuthRoutes.php index 76960419..f7723bb9 100644 --- a/app/Http/Routes/AuthRoutes.php +++ b/app/Http/Routes/AuthRoutes.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/SetupRoutes.php b/app/Http/Routes/SetupRoutes.php index 8006e24d..2f9ed252 100644 --- a/app/Http/Routes/SetupRoutes.php +++ b/app/Http/Routes/SetupRoutes.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/StatusPageRoutes.php b/app/Http/Routes/StatusPageRoutes.php index be4efdb9..94b70af3 100644 --- a/app/Http/Routes/StatusPageRoutes.php +++ b/app/Http/Routes/StatusPageRoutes.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/helpers.php b/app/Http/helpers.php index 56575223..36e55f05 100644 --- a/app/Http/helpers.php +++ b/app/Http/helpers.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Component.php b/app/Models/Component.php index 6d0617b6..53160e73 100644 --- a/app/Models/Component.php +++ b/app/Models/Component.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/ComponentGroup.php b/app/Models/ComponentGroup.php index 2fec691b..30a58164 100644 --- a/app/Models/ComponentGroup.php +++ b/app/Models/ComponentGroup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Incident.php b/app/Models/Incident.php index cbaf9743..82aa4581 100644 --- a/app/Models/Incident.php +++ b/app/Models/Incident.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/IncidentTemplate.php b/app/Models/IncidentTemplate.php index ecb47fec..3c038599 100644 --- a/app/Models/IncidentTemplate.php +++ b/app/Models/IncidentTemplate.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Metric.php b/app/Models/Metric.php index 5765e363..9af475a3 100644 --- a/app/Models/Metric.php +++ b/app/Models/Metric.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/MetricPoint.php b/app/Models/MetricPoint.php index 7b7cb21e..0579634b 100644 --- a/app/Models/MetricPoint.php +++ b/app/Models/MetricPoint.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Setting.php b/app/Models/Setting.php index ccaf442e..f378684c 100644 --- a/app/Models/Setting.php +++ b/app/Models/Setting.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Subscriber.php b/app/Models/Subscriber.php index 9b92b3fc..b17721e9 100644 --- a/app/Models/Subscriber.php +++ b/app/Models/Subscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Tag.php b/app/Models/Tag.php index 5e9cec7d..842a262b 100644 --- a/app/Models/Tag.php +++ b/app/Models/Tag.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/User.php b/app/Models/User.php index a74864c9..ce8d72f8 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/AbstractPresenter.php b/app/Presenters/AbstractPresenter.php index fc380c57..01581c75 100644 --- a/app/Presenters/AbstractPresenter.php +++ b/app/Presenters/AbstractPresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/ComponentPresenter.php b/app/Presenters/ComponentPresenter.php index a513491e..8b192d7d 100644 --- a/app/Presenters/ComponentPresenter.php +++ b/app/Presenters/ComponentPresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/IncidentPresenter.php b/app/Presenters/IncidentPresenter.php index 54eb972b..ad044303 100644 --- a/app/Presenters/IncidentPresenter.php +++ b/app/Presenters/IncidentPresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/MetricPointPresenter.php b/app/Presenters/MetricPointPresenter.php index 6b1635bc..39971d68 100644 --- a/app/Presenters/MetricPointPresenter.php +++ b/app/Presenters/MetricPointPresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/MetricPresenter.php b/app/Presenters/MetricPresenter.php index 244f5bb8..3591c20f 100644 --- a/app/Presenters/MetricPresenter.php +++ b/app/Presenters/MetricPresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/Traits/TimestampsTrait.php b/app/Presenters/Traits/TimestampsTrait.php index d0f10408..1ec048d4 100644 --- a/app/Presenters/Traits/TimestampsTrait.php +++ b/app/Presenters/Traits/TimestampsTrait.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index 8269bcbe..da90ecfb 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/ComposerServiceProvider.php b/app/Providers/ComposerServiceProvider.php index 55d3a4b9..6f57a669 100644 --- a/app/Providers/ComposerServiceProvider.php +++ b/app/Providers/ComposerServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/ConfigServiceProvider.php b/app/Providers/ConfigServiceProvider.php index 345f4fca..dea7ea16 100644 --- a/app/Providers/ConfigServiceProvider.php +++ b/app/Providers/ConfigServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/ConsoleServiceProvider.php b/app/Providers/ConsoleServiceProvider.php index bfefd978..bb3f8c6c 100644 --- a/app/Providers/ConsoleServiceProvider.php +++ b/app/Providers/ConsoleServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php index ebf09606..05914609 100644 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index 7ac073b9..cf3c3e2b 100644 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/SegmentServiceProvider.php b/app/Providers/SegmentServiceProvider.php index ee105275..cb1c28c5 100644 --- a/app/Providers/SegmentServiceProvider.php +++ b/app/Providers/SegmentServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Segment/CacheRepository.php b/app/Segment/CacheRepository.php index ce7f914a..7dc8cc81 100644 --- a/app/Segment/CacheRepository.php +++ b/app/Segment/CacheRepository.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Segment/HttpRepository.php b/app/Segment/HttpRepository.php index 12d18b53..cba52bf5 100644 --- a/app/Segment/HttpRepository.php +++ b/app/Segment/HttpRepository.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Segment/RepositoryInterface.php b/app/Segment/RepositoryInterface.php index bac83a2c..302398c2 100644 --- a/app/Segment/RepositoryInterface.php +++ b/app/Segment/RepositoryInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Services/Registrar.php b/app/Services/Registrar.php index 547b750b..a881cf60 100644 --- a/app/Services/Registrar.php +++ b/app/Services/Registrar.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/bootstrap/app.php b/bootstrap/app.php index f68e65c2..8b64edcc 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index 560dd616..467116a6 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/app.php b/config/app.php index b5e58bf4..838463ee 100644 --- a/config/app.php +++ b/config/app.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/auth.php b/config/auth.php index 72eb6bde..d07a0c6e 100644 --- a/config/auth.php +++ b/config/auth.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/broadcasting.php b/config/broadcasting.php index 1bcb4b0e..60f7ba82 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/cache.php b/config/cache.php index 9cea8238..7b7f67cd 100644 --- a/config/cache.php +++ b/config/cache.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/compile.php b/config/compile.php index 318b39de..1f3f2b71 100644 --- a/config/compile.php +++ b/config/compile.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/cors.php b/config/cors.php index 81cff7fc..d75987b6 100644 --- a/config/cors.php +++ b/config/cors.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/database.php b/config/database.php index 08c6b442..72471742 100644 --- a/config/database.php +++ b/config/database.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/exceptions.php b/config/exceptions.php index 030f47d8..124b3346 100644 --- a/config/exceptions.php +++ b/config/exceptions.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/filesystems.php b/config/filesystems.php index ab66dd5f..399c3514 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/langs.php b/config/langs.php index 733e3bcf..e4b5dca2 100755 --- a/config/langs.php +++ b/config/langs.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/mail.php b/config/mail.php index 3df0777c..3588fece 100644 --- a/config/mail.php +++ b/config/mail.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/markdown.php b/config/markdown.php index 8d2e46dd..fd56e660 100644 --- a/config/markdown.php +++ b/config/markdown.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/queue.php b/config/queue.php index 70ff12b8..7eaecbfb 100644 --- a/config/queue.php +++ b/config/queue.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/security.php b/config/security.php index 8d313cb1..724338af 100644 --- a/config/security.php +++ b/config/security.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/segment.php b/config/segment.php index 193e8635..639a36d2 100644 --- a/config/segment.php +++ b/config/segment.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/services.php b/config/services.php index 9676697d..d661bdaa 100644 --- a/config/services.php +++ b/config/services.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/session.php b/config/session.php index 5a6c35e6..7978d9fe 100644 --- a/config/session.php +++ b/config/session.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/throttle.php b/config/throttle.php index a5a8c9ab..75bdde6f 100644 --- a/config/throttle.php +++ b/config/throttle.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/trustedproxy.php b/config/trustedproxy.php index e2b6a79d..8c145b74 100644 --- a/config/trustedproxy.php +++ b/config/trustedproxy.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/view.php b/config/view.php index 8b8e3a1a..2bd842c4 100644 --- a/config/view.php +++ b/config/view.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/factories/ModelFactory.php b/database/factories/ModelFactory.php index 567b9559..f2b166fb 100644 --- a/database/factories/ModelFactory.php +++ b/database/factories/ModelFactory.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php b/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php index 70c44cab..f6dd5895 100644 --- a/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php +++ b/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_201444_CreateComponentsTable.php b/database/migrations/2015_01_05_201444_CreateComponentsTable.php index f3d5cbea..4498f5a2 100644 --- a/database/migrations/2015_01_05_201444_CreateComponentsTable.php +++ b/database/migrations/2015_01_05_201444_CreateComponentsTable.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php b/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php index 3858c7a2..3b58da33 100644 --- a/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php +++ b/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202609_CreateIncidentsTable.php b/database/migrations/2015_01_05_202609_CreateIncidentsTable.php index a7910be2..4d2aa05a 100644 --- a/database/migrations/2015_01_05_202609_CreateIncidentsTable.php +++ b/database/migrations/2015_01_05_202609_CreateIncidentsTable.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php b/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php index 90c5bc9d..6d3bc2f8 100644 --- a/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php +++ b/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202826_CreateMetricsTable.php b/database/migrations/2015_01_05_202826_CreateMetricsTable.php index ab66a25d..78a62063 100644 --- a/database/migrations/2015_01_05_202826_CreateMetricsTable.php +++ b/database/migrations/2015_01_05_202826_CreateMetricsTable.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_203014_CreateSettingsTable.php b/database/migrations/2015_01_05_203014_CreateSettingsTable.php index 003b855e..ccd0dd73 100644 --- a/database/migrations/2015_01_05_203014_CreateSettingsTable.php +++ b/database/migrations/2015_01_05_203014_CreateSettingsTable.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_203235_CreateSubscribersTable.php b/database/migrations/2015_01_05_203235_CreateSubscribersTable.php index 445d4712..204d3fbc 100644 --- a/database/migrations/2015_01_05_203235_CreateSubscribersTable.php +++ b/database/migrations/2015_01_05_203235_CreateSubscribersTable.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_203341_CreateUsersTable.php b/database/migrations/2015_01_05_203341_CreateUsersTable.php index d236e368..86eac205 100644 --- a/database/migrations/2015_01_05_203341_CreateUsersTable.php +++ b/database/migrations/2015_01_05_203341_CreateUsersTable.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php b/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php index ca156239..e8f2312e 100644 --- a/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php +++ b/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_16_083825_CreateTagsTable.php b/database/migrations/2015_01_16_083825_CreateTagsTable.php index cebc72ad..81edb136 100644 --- a/database/migrations/2015_01_16_083825_CreateTagsTable.php +++ b/database/migrations/2015_01_16_083825_CreateTagsTable.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_16_084030_CreateComponentTagTable.php b/database/migrations/2015_01_16_084030_CreateComponentTagTable.php index 47f2068b..befb0409 100644 --- a/database/migrations/2015_01_16_084030_CreateComponentTagTable.php +++ b/database/migrations/2015_01_16_084030_CreateComponentTagTable.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php b/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php index 175d295b..5c2c7175 100644 --- a/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php +++ b/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php b/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php index 4e9ab7e4..c5c7deae 100644 --- a/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php +++ b/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_05_20_073041_AlterTableIncidentsAddVisibileColumn.php b/database/migrations/2015_05_20_073041_AlterTableIncidentsAddVisibileColumn.php index 43f7fe52..9fa00c9b 100644 --- a/database/migrations/2015_05_20_073041_AlterTableIncidentsAddVisibileColumn.php +++ b/database/migrations/2015_05_20_073041_AlterTableIncidentsAddVisibileColumn.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_05_24_210939_create_jobs_table.php b/database/migrations/2015_05_24_210939_create_jobs_table.php index ea62b29e..9797329a 100644 --- a/database/migrations/2015_05_24_210939_create_jobs_table.php +++ b/database/migrations/2015_05_24_210939_create_jobs_table.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_05_24_210948_create_failed_jobs_table.php b/database/migrations/2015_05_24_210948_create_failed_jobs_table.php index 56d3efa8..011a433f 100644 --- a/database/migrations/2015_05_24_210948_create_failed_jobs_table.php +++ b/database/migrations/2015_05_24_210948_create_failed_jobs_table.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_06_10_122216_AlterTableComponentsDropUserIdColumn.php b/database/migrations/2015_06_10_122216_AlterTableComponentsDropUserIdColumn.php index 06dab264..41d57a3d 100644 --- a/database/migrations/2015_06_10_122216_AlterTableComponentsDropUserIdColumn.php +++ b/database/migrations/2015_06_10_122216_AlterTableComponentsDropUserIdColumn.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_06_10_122229_AlterTableIncidentsDropUserIdColumn.php b/database/migrations/2015_06_10_122229_AlterTableIncidentsDropUserIdColumn.php index 31d2312a..ce694c74 100644 --- a/database/migrations/2015_06_10_122229_AlterTableIncidentsDropUserIdColumn.php +++ b/database/migrations/2015_06_10_122229_AlterTableIncidentsDropUserIdColumn.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/ComponentTableSeeder.php b/database/seeds/ComponentTableSeeder.php index 2c97ba49..25a4c861 100644 --- a/database/seeds/ComponentTableSeeder.php +++ b/database/seeds/ComponentTableSeeder.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php index 6cdd5173..65546c2b 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/IncidentTableSeeder.php b/database/seeds/IncidentTableSeeder.php index 85170dac..d479e4f9 100644 --- a/database/seeds/IncidentTableSeeder.php +++ b/database/seeds/IncidentTableSeeder.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/MetricPointSeeder.php b/database/seeds/MetricPointSeeder.php index c46630ff..21a0f88f 100644 --- a/database/seeds/MetricPointSeeder.php +++ b/database/seeds/MetricPointSeeder.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/MetricTableSeeder.php b/database/seeds/MetricTableSeeder.php index e9521ac1..db8d9ff1 100644 --- a/database/seeds/MetricTableSeeder.php +++ b/database/seeds/MetricTableSeeder.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/SettingsTableSeeder.php b/database/seeds/SettingsTableSeeder.php index fbe592d0..a09fc451 100644 --- a/database/seeds/SettingsTableSeeder.php +++ b/database/seeds/SettingsTableSeeder.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/UsersTableSeeder.php b/database/seeds/UsersTableSeeder.php index d1afb11d..f25734da 100644 --- a/database/seeds/UsersTableSeeder.php +++ b/database/seeds/UsersTableSeeder.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/public/index.php b/public/index.php index 917dbd3e..bc3cbd82 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/cachet.php b/resources/lang/de/cachet.php index 18153dda..253443c1 100755 --- a/resources/lang/de/cachet.php +++ b/resources/lang/de/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/dashboard.php b/resources/lang/de/dashboard.php index 550f48f1..aa651695 100755 --- a/resources/lang/de/dashboard.php +++ b/resources/lang/de/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/forms.php b/resources/lang/de/forms.php index 8c6d45da..4fc84eae 100755 --- a/resources/lang/de/forms.php +++ b/resources/lang/de/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/pagination.php b/resources/lang/de/pagination.php index af1a2c36..e9ac98d0 100755 --- a/resources/lang/de/pagination.php +++ b/resources/lang/de/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/reminders.php b/resources/lang/de/reminders.php index 03168f8d..20b8b9aa 100755 --- a/resources/lang/de/reminders.php +++ b/resources/lang/de/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/setup.php b/resources/lang/de/setup.php index 25d36be7..120a2501 100755 --- a/resources/lang/de/setup.php +++ b/resources/lang/de/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index d17f5c2b..1688a670 100755 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/cachet.php b/resources/lang/en-UD/cachet.php index 393ccefb..9d8c42be 100755 --- a/resources/lang/en-UD/cachet.php +++ b/resources/lang/en-UD/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/dashboard.php b/resources/lang/en-UD/dashboard.php index 792ce8dc..16c1c21d 100755 --- a/resources/lang/en-UD/dashboard.php +++ b/resources/lang/en-UD/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/forms.php b/resources/lang/en-UD/forms.php index 4ff4a5d0..aa21e02a 100755 --- a/resources/lang/en-UD/forms.php +++ b/resources/lang/en-UD/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/pagination.php b/resources/lang/en-UD/pagination.php index ebece693..08fa787b 100755 --- a/resources/lang/en-UD/pagination.php +++ b/resources/lang/en-UD/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/reminders.php b/resources/lang/en-UD/reminders.php index 8db5dd63..999f3266 100755 --- a/resources/lang/en-UD/reminders.php +++ b/resources/lang/en-UD/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/setup.php b/resources/lang/en-UD/setup.php index 2773a2bd..1765f1c4 100755 --- a/resources/lang/en-UD/setup.php +++ b/resources/lang/en-UD/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/validation.php b/resources/lang/en-UD/validation.php index b4480ec6..95b4a69b 100755 --- a/resources/lang/en-UD/validation.php +++ b/resources/lang/en-UD/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index 353def00..103129b2 100755 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index ff4eb4a5..d8a0b3eb 100755 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index 74af5d1f..bd7c6719 100755 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/pagination.php b/resources/lang/en/pagination.php index bdcd847c..add1092a 100755 --- a/resources/lang/en/pagination.php +++ b/resources/lang/en/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/reminders.php b/resources/lang/en/reminders.php index f39cc489..ad6814c4 100755 --- a/resources/lang/en/reminders.php +++ b/resources/lang/en/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/setup.php b/resources/lang/en/setup.php index d09dfee1..bc08c2c6 100755 --- a/resources/lang/en/setup.php +++ b/resources/lang/en/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 2b3d8198..3f561c00 100755 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/cachet.php b/resources/lang/es/cachet.php index 43535aa2..890477a3 100755 --- a/resources/lang/es/cachet.php +++ b/resources/lang/es/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/dashboard.php b/resources/lang/es/dashboard.php index 949c281e..2499e694 100755 --- a/resources/lang/es/dashboard.php +++ b/resources/lang/es/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/forms.php b/resources/lang/es/forms.php index 8b390a45..9b052164 100755 --- a/resources/lang/es/forms.php +++ b/resources/lang/es/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/pagination.php b/resources/lang/es/pagination.php index a245bf42..c508cde1 100755 --- a/resources/lang/es/pagination.php +++ b/resources/lang/es/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/reminders.php b/resources/lang/es/reminders.php index 1298b04b..9270a97b 100755 --- a/resources/lang/es/reminders.php +++ b/resources/lang/es/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/setup.php b/resources/lang/es/setup.php index 592ab755..9b16bf2f 100755 --- a/resources/lang/es/setup.php +++ b/resources/lang/es/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/validation.php b/resources/lang/es/validation.php index b2541a3d..50b17c5c 100755 --- a/resources/lang/es/validation.php +++ b/resources/lang/es/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/cachet.php b/resources/lang/fr/cachet.php index 3bbb05f5..e68b3030 100755 --- a/resources/lang/fr/cachet.php +++ b/resources/lang/fr/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/dashboard.php b/resources/lang/fr/dashboard.php index 49966d85..b6fc24dd 100755 --- a/resources/lang/fr/dashboard.php +++ b/resources/lang/fr/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/forms.php b/resources/lang/fr/forms.php index 5bd50d09..47ca809b 100755 --- a/resources/lang/fr/forms.php +++ b/resources/lang/fr/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/pagination.php b/resources/lang/fr/pagination.php index 4fc5d4d7..21a2f594 100755 --- a/resources/lang/fr/pagination.php +++ b/resources/lang/fr/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/reminders.php b/resources/lang/fr/reminders.php index e56a1d72..a76debde 100755 --- a/resources/lang/fr/reminders.php +++ b/resources/lang/fr/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/setup.php b/resources/lang/fr/setup.php index 165d5b9a..6a4d0fee 100755 --- a/resources/lang/fr/setup.php +++ b/resources/lang/fr/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php index 6e4f4d3d..c9497f15 100755 --- a/resources/lang/fr/validation.php +++ b/resources/lang/fr/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/cachet.php b/resources/lang/id/cachet.php index c46d2f99..1237307c 100644 --- a/resources/lang/id/cachet.php +++ b/resources/lang/id/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/dashboard.php b/resources/lang/id/dashboard.php index 615b4537..c4407e49 100644 --- a/resources/lang/id/dashboard.php +++ b/resources/lang/id/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/forms.php b/resources/lang/id/forms.php index b3cad248..cea9cd9b 100644 --- a/resources/lang/id/forms.php +++ b/resources/lang/id/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/pagination.php b/resources/lang/id/pagination.php index 8b161723..7d4bba4b 100644 --- a/resources/lang/id/pagination.php +++ b/resources/lang/id/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/reminders.php b/resources/lang/id/reminders.php index 81c69df5..85110661 100644 --- a/resources/lang/id/reminders.php +++ b/resources/lang/id/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/setup.php b/resources/lang/id/setup.php index 4bca43c0..1e095437 100644 --- a/resources/lang/id/setup.php +++ b/resources/lang/id/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php index 14d8c330..272ea51a 100644 --- a/resources/lang/id/validation.php +++ b/resources/lang/id/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ko/cachet.php b/resources/lang/ko/cachet.php index a82c01f5..1b7ce466 100755 --- a/resources/lang/ko/cachet.php +++ b/resources/lang/ko/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ko/dashboard.php b/resources/lang/ko/dashboard.php index 0fe7454b..db49ed56 100755 --- a/resources/lang/ko/dashboard.php +++ b/resources/lang/ko/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ko/errors.php b/resources/lang/ko/errors.php index b795eb14..07b8d1dd 100755 --- a/resources/lang/ko/errors.php +++ b/resources/lang/ko/errors.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ko/forms.php b/resources/lang/ko/forms.php index f56558aa..8c477c8b 100755 --- a/resources/lang/ko/forms.php +++ b/resources/lang/ko/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ko/pagination.php b/resources/lang/ko/pagination.php index 8299c09f..9d8c0351 100755 --- a/resources/lang/ko/pagination.php +++ b/resources/lang/ko/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ko/reminders.php b/resources/lang/ko/reminders.php index af97dd84..036a40ed 100755 --- a/resources/lang/ko/reminders.php +++ b/resources/lang/ko/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ko/setup.php b/resources/lang/ko/setup.php index 392933ff..1d8db477 100755 --- a/resources/lang/ko/setup.php +++ b/resources/lang/ko/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php index 18375334..0fea3c60 100755 --- a/resources/lang/ko/validation.php +++ b/resources/lang/ko/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/cachet.php b/resources/lang/nl/cachet.php index 10771828..eece17b1 100755 --- a/resources/lang/nl/cachet.php +++ b/resources/lang/nl/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/dashboard.php b/resources/lang/nl/dashboard.php index 2674f08f..e56d49b1 100755 --- a/resources/lang/nl/dashboard.php +++ b/resources/lang/nl/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/forms.php b/resources/lang/nl/forms.php index 9ba93cf1..0c2befc3 100755 --- a/resources/lang/nl/forms.php +++ b/resources/lang/nl/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/pagination.php b/resources/lang/nl/pagination.php index 284fe29f..4863de06 100755 --- a/resources/lang/nl/pagination.php +++ b/resources/lang/nl/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/reminders.php b/resources/lang/nl/reminders.php index 2b139b46..708445ba 100755 --- a/resources/lang/nl/reminders.php +++ b/resources/lang/nl/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/setup.php b/resources/lang/nl/setup.php index 01fa9dd8..78c452fa 100755 --- a/resources/lang/nl/setup.php +++ b/resources/lang/nl/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php index 7a6e2ecd..17b30da5 100755 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/cachet.php b/resources/lang/pl/cachet.php index 2a75e63b..e139f270 100755 --- a/resources/lang/pl/cachet.php +++ b/resources/lang/pl/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/dashboard.php b/resources/lang/pl/dashboard.php index 4ff7ce6f..168fca61 100755 --- a/resources/lang/pl/dashboard.php +++ b/resources/lang/pl/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/forms.php b/resources/lang/pl/forms.php index d5a04b2e..9148f751 100755 --- a/resources/lang/pl/forms.php +++ b/resources/lang/pl/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/pagination.php b/resources/lang/pl/pagination.php index 8f3a8f69..3006cb19 100755 --- a/resources/lang/pl/pagination.php +++ b/resources/lang/pl/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/reminders.php b/resources/lang/pl/reminders.php index ecb053ec..d3160465 100755 --- a/resources/lang/pl/reminders.php +++ b/resources/lang/pl/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/setup.php b/resources/lang/pl/setup.php index 28d1fd5c..6a33277c 100755 --- a/resources/lang/pl/setup.php +++ b/resources/lang/pl/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index 2b3d8198..3f561c00 100755 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index e3e352f0..6f297120 100755 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/dashboard.php b/resources/lang/pt-BR/dashboard.php index ea9d5e3f..e0e92dc9 100755 --- a/resources/lang/pt-BR/dashboard.php +++ b/resources/lang/pt-BR/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php index 818f28b6..d9d1a534 100755 --- a/resources/lang/pt-BR/forms.php +++ b/resources/lang/pt-BR/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/pagination.php b/resources/lang/pt-BR/pagination.php index 76ae29e2..5599d696 100755 --- a/resources/lang/pt-BR/pagination.php +++ b/resources/lang/pt-BR/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/reminders.php b/resources/lang/pt-BR/reminders.php index 54a0908c..f1b10a5d 100755 --- a/resources/lang/pt-BR/reminders.php +++ b/resources/lang/pt-BR/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/setup.php b/resources/lang/pt-BR/setup.php index fafb83cf..a005e8cb 100755 --- a/resources/lang/pt-BR/setup.php +++ b/resources/lang/pt-BR/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index fcac97d0..568ad9c9 100755 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ru/cachet.php b/resources/lang/ru/cachet.php index 5071f7b1..ffac20b5 100644 --- a/resources/lang/ru/cachet.php +++ b/resources/lang/ru/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ru/dashboard.php b/resources/lang/ru/dashboard.php index ef1c2a58..dbf063e4 100644 --- a/resources/lang/ru/dashboard.php +++ b/resources/lang/ru/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ru/forms.php b/resources/lang/ru/forms.php index 9c4076fd..2e46fcbe 100644 --- a/resources/lang/ru/forms.php +++ b/resources/lang/ru/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ru/pagination.php b/resources/lang/ru/pagination.php index bdba8d07..6e82f77b 100644 --- a/resources/lang/ru/pagination.php +++ b/resources/lang/ru/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ru/reminders.php b/resources/lang/ru/reminders.php index 3e695d73..4999b5e8 100644 --- a/resources/lang/ru/reminders.php +++ b/resources/lang/ru/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ru/setup.php b/resources/lang/ru/setup.php index 26b658bd..461d8f9c 100644 --- a/resources/lang/ru/setup.php +++ b/resources/lang/ru/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/ru/validation.php b/resources/lang/ru/validation.php index aa8336cb..d8686fab 100644 --- a/resources/lang/ru/validation.php +++ b/resources/lang/ru/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php index 87074ea5..fd563430 100755 --- a/resources/lang/zh-CN/cachet.php +++ b/resources/lang/zh-CN/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php index 852d7474..c0e37f52 100755 --- a/resources/lang/zh-CN/dashboard.php +++ b/resources/lang/zh-CN/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/errors.php b/resources/lang/zh-CN/errors.php index b40875a0..c2234cb9 100644 --- a/resources/lang/zh-CN/errors.php +++ b/resources/lang/zh-CN/errors.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index ceaa7305..7f343677 100755 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/pagination.php b/resources/lang/zh-CN/pagination.php index 7b026cba..741cd8da 100755 --- a/resources/lang/zh-CN/pagination.php +++ b/resources/lang/zh-CN/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/reminders.php b/resources/lang/zh-CN/reminders.php index d0e28a32..cd1c02d0 100755 --- a/resources/lang/zh-CN/reminders.php +++ b/resources/lang/zh-CN/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/setup.php b/resources/lang/zh-CN/setup.php index 1e574db7..334039bd 100755 --- a/resources/lang/zh-CN/setup.php +++ b/resources/lang/zh-CN/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php index 7897cbc2..38d09293 100755 --- a/resources/lang/zh-CN/validation.php +++ b/resources/lang/zh-CN/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php index 8d1c9fca..9832a030 100755 --- a/resources/lang/zh-TW/cachet.php +++ b/resources/lang/zh-TW/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/dashboard.php b/resources/lang/zh-TW/dashboard.php index 0dadfe8c..768055bb 100755 --- a/resources/lang/zh-TW/dashboard.php +++ b/resources/lang/zh-TW/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/forms.php b/resources/lang/zh-TW/forms.php index 4a4e214f..78ed066b 100755 --- a/resources/lang/zh-TW/forms.php +++ b/resources/lang/zh-TW/forms.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/pagination.php b/resources/lang/zh-TW/pagination.php index de52f3a4..57b293ae 100755 --- a/resources/lang/zh-TW/pagination.php +++ b/resources/lang/zh-TW/pagination.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/reminders.php b/resources/lang/zh-TW/reminders.php index ba1a256e..d49d75cf 100755 --- a/resources/lang/zh-TW/reminders.php +++ b/resources/lang/zh-TW/reminders.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/setup.php b/resources/lang/zh-TW/setup.php index 872bddd8..8eed2f1e 100755 --- a/resources/lang/zh-TW/setup.php +++ b/resources/lang/zh-TW/setup.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php index d7ca2e56..f0decb71 100755 --- a/resources/lang/zh-TW/validation.php +++ b/resources/lang/zh-TW/validation.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/server.php b/server.php index e08c4671..b47e6bf3 100644 --- a/server.php +++ b/server.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/AbstractTestCase.php b/tests/AbstractTestCase.php index 6251429b..78c421d8 100644 --- a/tests/AbstractTestCase.php +++ b/tests/AbstractTestCase.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Api/ComponentTest.php b/tests/Api/ComponentTest.php index e503712e..31dbab56 100644 --- a/tests/Api/ComponentTest.php +++ b/tests/Api/ComponentTest.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Api/GeneralTest.php b/tests/Api/GeneralTest.php index e44f257b..29700d5d 100644 --- a/tests/Api/GeneralTest.php +++ b/tests/Api/GeneralTest.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Api/IncidentTest.php b/tests/Api/IncidentTest.php index b764d45b..9124ce9f 100644 --- a/tests/Api/IncidentTest.php +++ b/tests/Api/IncidentTest.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Api/MetricPointTest.php b/tests/Api/MetricPointTest.php index a3c25015..2fac2b06 100644 --- a/tests/Api/MetricPointTest.php +++ b/tests/Api/MetricPointTest.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Api/MetricTest.php b/tests/Api/MetricTest.php index ef16f959..613b3e6a 100644 --- a/tests/Api/MetricTest.php +++ b/tests/Api/MetricTest.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Functional/CommandTest.php b/tests/Functional/CommandTest.php index b6a67c7f..27dc1719 100644 --- a/tests/Functional/CommandTest.php +++ b/tests/Functional/CommandTest.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Cachet HQ + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.