diff --git a/LICENSE b/LICENSE index ff53f7f5..334efe0e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015 James Brooks and individual contributors. +Copyright (c) 2015 Cachet HQ. 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/Commands/Command.php b/app/Commands/Command.php index c0dc446a..a5fbd683 100644 --- a/app/Commands/Command.php +++ b/app/Commands/Command.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 17fe0355..d3134ac5 100644 --- a/app/Composers/DashboardComposer.php +++ b/app/Composers/DashboardComposer.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 c7cfe9fd..155724b9 100644 --- a/app/Composers/IndexComposer.php +++ b/app/Composers/IndexComposer.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 5104ca9d..083c0fac 100644 --- a/app/Composers/LoggedUserComposer.php +++ b/app/Composers/LoggedUserComposer.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 1ee897f0..771820d4 100644 --- a/app/Composers/ThemeComposer.php +++ b/app/Composers/ThemeComposer.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 4e5f4210..969ca0a5 100644 --- a/app/Composers/TimezoneLocaleComposer.php +++ b/app/Composers/TimezoneLocaleComposer.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 9428e71a..98eb467b 100644 --- a/app/Config/Repository.php +++ b/app/Config/Repository.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a3515bbe..612d013d 100644 --- a/app/Console/Commands/FixPermissionsCommand.php +++ b/app/Console/Commands/FixPermissionsCommand.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 ea5a69ba..b8d84a21 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Events/Event.php b/app/Events/Event.php index 85f261cf..3f4ca4ec 100644 --- a/app/Events/Event.php +++ b/app/Events/Event.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 575a7c4d..7a44cfef 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 f1822a4b..aa10edb8 100644 --- a/app/Facades/Setting.php +++ b/app/Facades/Setting.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 170c60ee..a2b7c8f5 100644 --- a/app/Http/Controllers/AbstractController.php +++ b/app/Http/Controllers/AbstractController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 ad7e96ad..2d990142 100644 --- a/app/Http/Controllers/Admin/ApiController.php +++ b/app/Http/Controllers/Admin/ApiController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 e1529122..a9565499 100644 --- a/app/Http/Controllers/Admin/ComponentController.php +++ b/app/Http/Controllers/Admin/ComponentController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 578d9732..164e765b 100644 --- a/app/Http/Controllers/Admin/DashboardController.php +++ b/app/Http/Controllers/Admin/DashboardController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 318a949f..a97f7865 100644 --- a/app/Http/Controllers/Admin/IncidentController.php +++ b/app/Http/Controllers/Admin/IncidentController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 92be2e03..3982f6cf 100644 --- a/app/Http/Controllers/Admin/MetricController.php +++ b/app/Http/Controllers/Admin/MetricController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 8acaf88a..99207723 100644 --- a/app/Http/Controllers/Admin/ScheduleController.php +++ b/app/Http/Controllers/Admin/ScheduleController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 513e290a..cbc0ac86 100644 --- a/app/Http/Controllers/Admin/SettingsController.php +++ b/app/Http/Controllers/Admin/SettingsController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 cf1f054a..a2e058f6 100644 --- a/app/Http/Controllers/Admin/TeamController.php +++ b/app/Http/Controllers/Admin/TeamController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 2641449c..24f7169f 100644 --- a/app/Http/Controllers/Admin/UserController.php +++ b/app/Http/Controllers/Admin/UserController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 f71603ea..e30d0c9a 100644 --- a/app/Http/Controllers/Api/AbstractApiController.php +++ b/app/Http/Controllers/Api/AbstractApiController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 719772ca..3e4171e8 100644 --- a/app/Http/Controllers/Api/ComponentController.php +++ b/app/Http/Controllers/Api/ComponentController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 591963cc..74cd4c5e 100644 --- a/app/Http/Controllers/Api/IncidentController.php +++ b/app/Http/Controllers/Api/IncidentController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 ef55493c..77bb0a35 100644 --- a/app/Http/Controllers/Api/MetricController.php +++ b/app/Http/Controllers/Api/MetricController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 ce34c34c..42a08e45 100644 --- a/app/Http/Controllers/Api/MetricPointController.php +++ b/app/Http/Controllers/Api/MetricPointController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 0eeba506..fbad03f0 100644 --- a/app/Http/Controllers/AtomController.php +++ b/app/Http/Controllers/AtomController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 58289631..1944a67d 100644 --- a/app/Http/Controllers/AuthController.php +++ b/app/Http/Controllers/AuthController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 936cce9b..2f673335 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 35071db5..8ff77d11 100644 --- a/app/Http/Controllers/RssController.php +++ b/app/Http/Controllers/RssController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 23940434..d377c663 100644 --- a/app/Http/Controllers/SetupController.php +++ b/app/Http/Controllers/SetupController.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 24fe6f9e..2f8e8c14 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 d08652c2..37126628 100644 --- a/app/Http/Middleware/Admin.php +++ b/app/Http/Middleware/Admin.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a3a2768c..9423046b 100644 --- a/app/Http/Middleware/ApiAuthenticate.php +++ b/app/Http/Middleware/ApiAuthenticate.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 435db125..e1fbf9dc 100644 --- a/app/Http/Middleware/AppIsSetup.php +++ b/app/Http/Middleware/AppIsSetup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 8d65cc23..75413e0b 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 badc2465..a8a5020d 100644 --- a/app/Http/Middleware/HasSetting.php +++ b/app/Http/Middleware/HasSetting.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 e3bd7d9c..b18b2cc6 100644 --- a/app/Http/Middleware/LoginThrottling.php +++ b/app/Http/Middleware/LoginThrottling.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 6cd1ea8c..52fc9752 100644 --- a/app/Http/Middleware/RedirectIfAuthenticated.php +++ b/app/Http/Middleware/RedirectIfAuthenticated.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php index 863c3d3f..7199ef14 100644 --- a/app/Http/Middleware/VerifyCsrfToken.php +++ b/app/Http/Middleware/VerifyCsrfToken.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Requests/Request.php b/app/Http/Requests/Request.php index 578254ca..469289cd 100644 --- a/app/Http/Requests/Request.php +++ b/app/Http/Requests/Request.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 5dbdafe8..73f09445 100644 --- a/app/Http/Routes/AdminRoutes.php +++ b/app/Http/Routes/AdminRoutes.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 ee5c509c..1d833835 100644 --- a/app/Http/Routes/ApiRoutes.php +++ b/app/Http/Routes/ApiRoutes.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 9aa94fde..76960419 100644 --- a/app/Http/Routes/AuthRoutes.php +++ b/app/Http/Routes/AuthRoutes.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 6c0e6ae1..8006e24d 100644 --- a/app/Http/Routes/SetupRoutes.php +++ b/app/Http/Routes/SetupRoutes.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 fc317fb1..7e76c596 100644 --- a/app/Http/Routes/StatusPageRoutes.php +++ b/app/Http/Routes/StatusPageRoutes.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 bcb17e61..0b7d82b1 100644 --- a/app/Http/helpers.php +++ b/app/Http/helpers.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 095c1ff0..fbb2c498 100644 --- a/app/Models/Component.php +++ b/app/Models/Component.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 9eaa580d..a8e44f39 100644 --- a/app/Models/ComponentGroup.php +++ b/app/Models/ComponentGroup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 25566cea..9ff09dba 100644 --- a/app/Models/Incident.php +++ b/app/Models/Incident.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 87be3a28..f61f3fa3 100644 --- a/app/Models/IncidentTemplate.php +++ b/app/Models/IncidentTemplate.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 0a72ad61..4b2627c2 100644 --- a/app/Models/Metric.php +++ b/app/Models/Metric.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 1e8f9cae..c525c665 100644 --- a/app/Models/MetricPoint.php +++ b/app/Models/MetricPoint.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Service.php b/app/Models/Service.php index 689c8368..a54e943e 100644 --- a/app/Models/Service.php +++ b/app/Models/Service.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 b8640c99..01904f55 100644 --- a/app/Models/Setting.php +++ b/app/Models/Setting.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 e306327b..c43e7021 100644 --- a/app/Models/Subscriber.php +++ b/app/Models/Subscriber.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a3970527..668fd24f 100644 --- a/app/Models/Tag.php +++ b/app/Models/Tag.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 22c20137..8842f0b0 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a8c19909..fc380c57 100644 --- a/app/Presenters/AbstractPresenter.php +++ b/app/Presenters/AbstractPresenter.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 d8f9affd..a513491e 100644 --- a/app/Presenters/ComponentPresenter.php +++ b/app/Presenters/ComponentPresenter.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 ab32c94d..54eb972b 100644 --- a/app/Presenters/IncidentPresenter.php +++ b/app/Presenters/IncidentPresenter.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 c9f84fb9..6b1635bc 100644 --- a/app/Presenters/MetricPointPresenter.php +++ b/app/Presenters/MetricPointPresenter.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 185722f0..244f5bb8 100644 --- a/app/Presenters/MetricPresenter.php +++ b/app/Presenters/MetricPresenter.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 e8e689d9..d0f10408 100644 --- a/app/Presenters/Traits/TimestampsTrait.php +++ b/app/Presenters/Traits/TimestampsTrait.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 acbb539e..0ef8e116 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/BusServiceProvider.php b/app/Providers/BusServiceProvider.php index 1e0d69cf..156be180 100644 --- a/app/Providers/BusServiceProvider.php +++ b/app/Providers/BusServiceProvider.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 4cfdfeac..e0f03820 100644 --- a/app/Providers/ConfigServiceProvider.php +++ b/app/Providers/ConfigServiceProvider.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 d5f8fe68..0124c373 100644 --- a/app/Providers/ConsoleServiceProvider.php +++ b/app/Providers/ConsoleServiceProvider.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 773240df..d40a62af 100644 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/LoadConfigServiceProvider.php b/app/Providers/LoadConfigServiceProvider.php index 2ab9763e..3c418460 100644 --- a/app/Providers/LoadConfigServiceProvider.php +++ b/app/Providers/LoadConfigServiceProvider.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/RepositoryServiceProvider.php b/app/Providers/RepositoryServiceProvider.php index 8d1b9428..635028c0 100644 --- a/app/Providers/RepositoryServiceProvider.php +++ b/app/Providers/RepositoryServiceProvider.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 1f39379b..c4c3fdcf 100644 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/SegmentApiServiceProvider.php b/app/Providers/SegmentApiServiceProvider.php index 0f4e6e44..cca90ff4 100644 --- a/app/Providers/SegmentApiServiceProvider.php +++ b/app/Providers/SegmentApiServiceProvider.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/SettingsServiceProvider.php b/app/Providers/SettingsServiceProvider.php index eb34c703..e99cd40b 100644 --- a/app/Providers/SettingsServiceProvider.php +++ b/app/Providers/SettingsServiceProvider.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/ViewComposerServiceProvider.php b/app/Providers/ViewComposerServiceProvider.php index 9c23e84d..a60647bd 100644 --- a/app/Providers/ViewComposerServiceProvider.php +++ b/app/Providers/ViewComposerServiceProvider.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Component/ComponentRepository.php b/app/Repositories/Component/ComponentRepository.php index d780ed8e..d99cf4bb 100644 --- a/app/Repositories/Component/ComponentRepository.php +++ b/app/Repositories/Component/ComponentRepository.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Component/EloquentComponentRepository.php b/app/Repositories/Component/EloquentComponentRepository.php index 58104e62..a9911981 100644 --- a/app/Repositories/Component/EloquentComponentRepository.php +++ b/app/Repositories/Component/EloquentComponentRepository.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/EloquentRepository.php b/app/Repositories/EloquentRepository.php index c98d9aaa..9df55b28 100644 --- a/app/Repositories/EloquentRepository.php +++ b/app/Repositories/EloquentRepository.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Incident/EloquentIncidentRepository.php b/app/Repositories/Incident/EloquentIncidentRepository.php index f1880d71..63e43dd7 100644 --- a/app/Repositories/Incident/EloquentIncidentRepository.php +++ b/app/Repositories/Incident/EloquentIncidentRepository.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Incident/IncidentRepository.php b/app/Repositories/Incident/IncidentRepository.php index 7fbd5595..65284426 100644 --- a/app/Repositories/Incident/IncidentRepository.php +++ b/app/Repositories/Incident/IncidentRepository.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/InvalidModelValidationException.php b/app/Repositories/InvalidModelValidationException.php index 2afc352a..ff5607a5 100644 --- a/app/Repositories/InvalidModelValidationException.php +++ b/app/Repositories/InvalidModelValidationException.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/InvalidRelationshipException.php b/app/Repositories/InvalidRelationshipException.php index 98ec1548..94e1ddf6 100644 --- a/app/Repositories/InvalidRelationshipException.php +++ b/app/Repositories/InvalidRelationshipException.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Metric/EloquentMetricRepository.php b/app/Repositories/Metric/EloquentMetricRepository.php index dc998aba..50e65b32 100644 --- a/app/Repositories/Metric/EloquentMetricRepository.php +++ b/app/Repositories/Metric/EloquentMetricRepository.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Metric/MetricRepository.php b/app/Repositories/Metric/MetricRepository.php index 441b8cd3..a3dc3694 100644 --- a/app/Repositories/Metric/MetricRepository.php +++ b/app/Repositories/Metric/MetricRepository.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/MetricPoint/EloquentMetricPointRepository.php b/app/Repositories/MetricPoint/EloquentMetricPointRepository.php index 12a7033d..a103b047 100644 --- a/app/Repositories/MetricPoint/EloquentMetricPointRepository.php +++ b/app/Repositories/MetricPoint/EloquentMetricPointRepository.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/MetricPoint/MetricPointRepository.php b/app/Repositories/MetricPoint/MetricPointRepository.php index a0204252..56a14af8 100644 --- a/app/Repositories/MetricPoint/MetricPointRepository.php +++ b/app/Repositories/MetricPoint/MetricPointRepository.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 821b0489..3d2aac6f 100644 --- a/app/Segment/CacheRepository.php +++ b/app/Segment/CacheRepository.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 729ff947..029be396 100644 --- a/app/Segment/HttpRepository.php +++ b/app/Segment/HttpRepository.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 8f4bda5a..aed580b1 100644 --- a/app/Segment/RepositoryInterface.php +++ b/app/Segment/RepositoryInterface.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 e16103db..547b750b 100644 --- a/app/Services/Registrar.php +++ b/app/Services/Registrar.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 7b208684..f68e65c2 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 588ef0d3..44549de5 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 ff9c8c5e..a5904a19 100644 --- a/config/app.php +++ b/config/app.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 7f1e3e2b..72eb6bde 100644 --- a/config/auth.php +++ b/config/auth.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 306e4360..9cea8238 100644 --- a/config/cache.php +++ b/config/cache.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 8f28e9f3..c0cc2ac4 100644 --- a/config/compile.php +++ b/config/compile.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 2f18e87a..70e0c569 100644 --- a/config/database.php +++ b/config/database.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 9539b43d..1a4a0f5f 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 4eb5e92e..230c2335 100755 --- a/config/langs.php +++ b/config/langs.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 2c3e501f..193a4ab5 100644 --- a/config/mail.php +++ b/config/mail.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 9fe6a6ea..8d2e46dd 100644 --- a/config/markdown.php +++ b/config/markdown.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 9e1e124b..aabf4c64 100644 --- a/config/queue.php +++ b/config/queue.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 4d8ae8e6..e2108bfa 100644 --- a/config/security.php +++ b/config/security.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 ab44532b..6d2c7955 100644 --- a/config/segment.php +++ b/config/segment.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 6cf48545..351fb8d5 100644 --- a/config/services.php +++ b/config/services.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 e0c8454d..5a6c35e6 100644 --- a/config/session.php +++ b/config/session.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 985eb5b0..a5a8c9ab 100644 --- a/config/throttle.php +++ b/config/throttle.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 070f310b..e42ad1d0 100644 --- a/config/trustedproxy.php +++ b/config/trustedproxy.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 3cee2e94..8b8e3a1a 100644 --- a/config/view.php +++ b/config/view.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a5cdc2c8..1f6daf83 100644 --- a/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php +++ b/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 8004500d..a8737f7c 100644 --- a/database/migrations/2015_01_05_201444_CreateComponentsTable.php +++ b/database/migrations/2015_01_05_201444_CreateComponentsTable.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 23b0ddaf..7ad0e57e 100644 --- a/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php +++ b/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 5e08b225..826fb694 100644 --- a/database/migrations/2015_01_05_202609_CreateIncidentsTable.php +++ b/database/migrations/2015_01_05_202609_CreateIncidentsTable.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 9da1a27a..da001e1c 100644 --- a/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php +++ b/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 3e59d62d..0e3355b6 100644 --- a/database/migrations/2015_01_05_202826_CreateMetricsTable.php +++ b/database/migrations/2015_01_05_202826_CreateMetricsTable.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202929_CreateServicesTable.php b/database/migrations/2015_01_05_202929_CreateServicesTable.php index 3fb98f9e..35a81c1c 100644 --- a/database/migrations/2015_01_05_202929_CreateServicesTable.php +++ b/database/migrations/2015_01_05_202929_CreateServicesTable.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 e425925b..49895179 100644 --- a/database/migrations/2015_01_05_203014_CreateSettingsTable.php +++ b/database/migrations/2015_01_05_203014_CreateSettingsTable.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php b/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php index 76f57129..34d834b9 100644 --- a/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php +++ b/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 6cfc9714..dd97f94f 100644 --- a/database/migrations/2015_01_05_203341_CreateUsersTable.php +++ b/database/migrations/2015_01_05_203341_CreateUsersTable.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a9236ed8..ca156239 100644 --- a/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php +++ b/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 7fbf8458..4a94f39f 100644 --- a/database/migrations/2015_01_16_083825_CreateTagsTable.php +++ b/database/migrations/2015_01_16_083825_CreateTagsTable.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 cd314a30..eff429e3 100644 --- a/database/migrations/2015_01_16_084030_CreateComponentTagTable.php +++ b/database/migrations/2015_01_16_084030_CreateComponentTagTable.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 0ae63864..175d295b 100644 --- a/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php +++ b/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 be7321ac..862c4b8f 100644 --- a/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php +++ b/database/migrations/2015_05_19_214534_AlterTableComponentGroupsAddOrder.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 b088589f..6acc67d7 100644 --- a/database/seeds/ComponentTableSeeder.php +++ b/database/seeds/ComponentTableSeeder.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 7b49530d..7cb9c76b 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 e9468568..bdf23f03 100644 --- a/database/seeds/IncidentTableSeeder.php +++ b/database/seeds/IncidentTableSeeder.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 9d7d97b0..333458a6 100644 --- a/database/seeds/MetricPointSeeder.php +++ b/database/seeds/MetricPointSeeder.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 04daecbe..749b366c 100644 --- a/database/seeds/MetricTableSeeder.php +++ b/database/seeds/MetricTableSeeder.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 779cb922..0e29c067 100644 --- a/database/seeds/SettingsTableSeeder.php +++ b/database/seeds/SettingsTableSeeder.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 e40402c7..6eed1b69 100644 --- a/database/seeds/UsersTableSeeder.php +++ b/database/seeds/UsersTableSeeder.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a9870112..917dbd3e 100644 --- a/public/index.php +++ b/public/index.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 08e751da..c53261d0 100755 --- a/resources/lang/de/cachet.php +++ b/resources/lang/de/cachet.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 66590fd2..37e7b7c4 100755 --- a/resources/lang/de/dashboard.php +++ b/resources/lang/de/dashboard.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/errors.php b/resources/lang/de/errors.php index 6bbfd4be..2a5f1505 100755 --- a/resources/lang/de/errors.php +++ b/resources/lang/de/errors.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 45146833..88ffd8a6 100755 --- a/resources/lang/de/forms.php +++ b/resources/lang/de/forms.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 b23a0224..af1a2c36 100755 --- a/resources/lang/de/pagination.php +++ b/resources/lang/de/pagination.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 fef3f92b..03168f8d 100755 --- a/resources/lang/de/reminders.php +++ b/resources/lang/de/reminders.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 7efc94d4..25d36be7 100755 --- a/resources/lang/de/setup.php +++ b/resources/lang/de/setup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 7178a414..3d12b055 100755 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 94401f86..137b5f35 100755 --- a/resources/lang/en-UD/cachet.php +++ b/resources/lang/en-UD/cachet.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 668f61a0..6259417b 100755 --- a/resources/lang/en-UD/dashboard.php +++ b/resources/lang/en-UD/dashboard.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 65d4df7e..8996802f 100755 --- a/resources/lang/en-UD/forms.php +++ b/resources/lang/en-UD/forms.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 fd91b8bd..3e295942 100755 --- a/resources/lang/en-UD/setup.php +++ b/resources/lang/en-UD/setup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 00d9c3e4..a8d097a1 100755 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a5c6c7ac..2186a3d3 100755 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/errors.php b/resources/lang/en/errors.php index 95158afe..9e13a37d 100755 --- a/resources/lang/en/errors.php +++ b/resources/lang/en/errors.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 05b9b299..4082d851 100755 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 b88fd686..bdcd847c 100755 --- a/resources/lang/en/pagination.php +++ b/resources/lang/en/pagination.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 53786d05..f39cc489 100755 --- a/resources/lang/en/reminders.php +++ b/resources/lang/en/reminders.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 8ef4e902..876f35dd 100755 --- a/resources/lang/en/setup.php +++ b/resources/lang/en/setup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 74dc7b6f..ea815f99 100755 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 b534b07e..0737fb09 100755 --- a/resources/lang/es/cachet.php +++ b/resources/lang/es/cachet.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 826c31d8..da2729e8 100755 --- a/resources/lang/es/dashboard.php +++ b/resources/lang/es/dashboard.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/errors.php b/resources/lang/es/errors.php index 7034052d..e0867834 100755 --- a/resources/lang/es/errors.php +++ b/resources/lang/es/errors.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 9285fb90..10a6792e 100755 --- a/resources/lang/es/forms.php +++ b/resources/lang/es/forms.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 1a16e8a7..a245bf42 100755 --- a/resources/lang/es/pagination.php +++ b/resources/lang/es/pagination.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 906f0b89..1298b04b 100755 --- a/resources/lang/es/reminders.php +++ b/resources/lang/es/reminders.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 b4e627df..592ab755 100755 --- a/resources/lang/es/setup.php +++ b/resources/lang/es/setup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 3773f393..a1be94fd 100755 --- a/resources/lang/es/validation.php +++ b/resources/lang/es/validation.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 acc3d11e..221e878b 100755 --- a/resources/lang/fr/cachet.php +++ b/resources/lang/fr/cachet.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 f88abc46..7df51d29 100755 --- a/resources/lang/fr/dashboard.php +++ b/resources/lang/fr/dashboard.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/errors.php b/resources/lang/fr/errors.php index 753f07ae..58c89379 100755 --- a/resources/lang/fr/errors.php +++ b/resources/lang/fr/errors.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a1a875ad..b2145052 100755 --- a/resources/lang/fr/forms.php +++ b/resources/lang/fr/forms.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 f0eaac0f..4fc5d4d7 100755 --- a/resources/lang/fr/pagination.php +++ b/resources/lang/fr/pagination.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 5d009234..e56a1d72 100755 --- a/resources/lang/fr/reminders.php +++ b/resources/lang/fr/reminders.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 f610a649..165d5b9a 100755 --- a/resources/lang/fr/setup.php +++ b/resources/lang/fr/setup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 5483cd8f..6dfa5276 100755 --- a/resources/lang/fr/validation.php +++ b/resources/lang/fr/validation.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 47a49fd9..c2ddfb8a 100644 --- a/resources/lang/id/cachet.php +++ b/resources/lang/id/cachet.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 ef81fcb9..0f1f4f29 100644 --- a/resources/lang/id/dashboard.php +++ b/resources/lang/id/dashboard.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/errors.php b/resources/lang/id/errors.php index 1cc29ff8..ba6e430b 100644 --- a/resources/lang/id/errors.php +++ b/resources/lang/id/errors.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 9f6079fc..8b463d46 100644 --- a/resources/lang/id/forms.php +++ b/resources/lang/id/forms.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 d3198222..8b161723 100644 --- a/resources/lang/id/pagination.php +++ b/resources/lang/id/pagination.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 27fd5875..81c69df5 100644 --- a/resources/lang/id/reminders.php +++ b/resources/lang/id/reminders.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 2dbd544b..4bca43c0 100644 --- a/resources/lang/id/setup.php +++ b/resources/lang/id/setup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 dbec5936..ca6d7417 100644 --- a/resources/lang/id/validation.php +++ b/resources/lang/id/validation.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a78329eb..e9d5a2e2 100755 --- a/resources/lang/nl/cachet.php +++ b/resources/lang/nl/cachet.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 4c8183b5..4ba64587 100755 --- a/resources/lang/nl/dashboard.php +++ b/resources/lang/nl/dashboard.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/errors.php b/resources/lang/nl/errors.php index dedd8b97..5b73d1ce 100755 --- a/resources/lang/nl/errors.php +++ b/resources/lang/nl/errors.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 c089bd65..ed565e34 100755 --- a/resources/lang/nl/forms.php +++ b/resources/lang/nl/forms.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 b4fa509e..284fe29f 100755 --- a/resources/lang/nl/pagination.php +++ b/resources/lang/nl/pagination.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 bef4758d..2b139b46 100755 --- a/resources/lang/nl/reminders.php +++ b/resources/lang/nl/reminders.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 d67cd6de..01fa9dd8 100755 --- a/resources/lang/nl/setup.php +++ b/resources/lang/nl/setup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a2395331..6cfc029a 100755 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 176d4dfa..4ecbee7d 100755 --- a/resources/lang/pl/cachet.php +++ b/resources/lang/pl/cachet.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 930a37f6..c16fa61f 100755 --- a/resources/lang/pl/dashboard.php +++ b/resources/lang/pl/dashboard.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/errors.php b/resources/lang/pl/errors.php index 95158afe..9e13a37d 100755 --- a/resources/lang/pl/errors.php +++ b/resources/lang/pl/errors.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 2891329d..1b0b83d4 100755 --- a/resources/lang/pl/forms.php +++ b/resources/lang/pl/forms.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 260f4d31..8f3a8f69 100755 --- a/resources/lang/pl/pagination.php +++ b/resources/lang/pl/pagination.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a4512d6e..ecb053ec 100755 --- a/resources/lang/pl/reminders.php +++ b/resources/lang/pl/reminders.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 98c38dd9..28d1fd5c 100755 --- a/resources/lang/pl/setup.php +++ b/resources/lang/pl/setup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 74dc7b6f..ea815f99 100755 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 d177ec15..e7574a0f 100755 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 0c0fd3e8..914c52fd 100755 --- a/resources/lang/pt-BR/dashboard.php +++ b/resources/lang/pt-BR/dashboard.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/errors.php b/resources/lang/pt-BR/errors.php index d4e076c0..ba315f3b 100755 --- a/resources/lang/pt-BR/errors.php +++ b/resources/lang/pt-BR/errors.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 06637215..b5a2607f 100755 --- a/resources/lang/pt-BR/forms.php +++ b/resources/lang/pt-BR/forms.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 f0c3d461..76ae29e2 100755 --- a/resources/lang/pt-BR/pagination.php +++ b/resources/lang/pt-BR/pagination.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 31268a41..54a0908c 100755 --- a/resources/lang/pt-BR/reminders.php +++ b/resources/lang/pt-BR/reminders.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 908c4276..fafb83cf 100755 --- a/resources/lang/pt-BR/setup.php +++ b/resources/lang/pt-BR/setup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 59300ab4..a1a93621 100755 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 ffba7c62..d0ed1004 100644 --- a/resources/lang/zh-CN/cachet.php +++ b/resources/lang/zh-CN/cachet.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 6354f819..008af0d0 100644 --- a/resources/lang/zh-CN/dashboard.php +++ b/resources/lang/zh-CN/dashboard.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 aeddfbe1..b40875a0 100644 --- a/resources/lang/zh-CN/errors.php +++ b/resources/lang/zh-CN/errors.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 08d7559a..17b2f2e4 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 df278dec..7b026cba 100644 --- a/resources/lang/zh-CN/pagination.php +++ b/resources/lang/zh-CN/pagination.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 6262cd6d..d0e28a32 100644 --- a/resources/lang/zh-CN/reminders.php +++ b/resources/lang/zh-CN/reminders.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 e6f90bc3..b30aefc1 100644 --- a/resources/lang/zh-CN/setup.php +++ b/resources/lang/zh-CN/setup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 0e4e16cc..a37fc179 100644 --- a/resources/lang/zh-CN/validation.php +++ b/resources/lang/zh-CN/validation.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 baccf3fa..4694048b 100644 --- a/resources/lang/zh-TW/cachet.php +++ b/resources/lang/zh-TW/cachet.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 b0fca3b0..8eb7d15d 100644 --- a/resources/lang/zh-TW/dashboard.php +++ b/resources/lang/zh-TW/dashboard.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/errors.php b/resources/lang/zh-TW/errors.php index f72e4d15..33df5af8 100644 --- a/resources/lang/zh-TW/errors.php +++ b/resources/lang/zh-TW/errors.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 2d138d8b..4c599743 100644 --- a/resources/lang/zh-TW/forms.php +++ b/resources/lang/zh-TW/forms.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 33b9fed6..586ec16e 100644 --- a/resources/lang/zh-TW/pagination.php +++ b/resources/lang/zh-TW/pagination.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 7d377192..f75ec1e7 100644 --- a/resources/lang/zh-TW/reminders.php +++ b/resources/lang/zh-TW/reminders.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 c8dd506d..f3a94299 100644 --- a/resources/lang/zh-TW/setup.php +++ b/resources/lang/zh-TW/setup.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 74dc7b6f..ea815f99 100644 --- a/resources/lang/zh-TW/validation.php +++ b/resources/lang/zh-TW/validation.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * 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 a0d5c9a9..125066a5 100644 --- a/server.php +++ b/server.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 7dee574e..9ecd0c71 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/TestCase.php b/tests/TestCase.php index 88e12822..b8d557af 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -3,9 +3,7 @@ /* * This file is part of Cachet. * - * (c) James Brooks - * (c) Joseph Cohen - * (c) Graham Campbell + * (c) Cachet HQ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.