diff --git a/app/Commands/Command.php b/app/Commands/Command.php index 630d90e0..17221745 100644 --- a/app/Commands/Command.php +++ b/app/Commands/Command.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/DashboardComposer.php b/app/Composers/DashboardComposer.php index 55d5bdaa..a3279712 100644 --- a/app/Composers/DashboardComposer.php +++ b/app/Composers/DashboardComposer.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/IndexComposer.php b/app/Composers/IndexComposer.php index f257f7e8..f42850c9 100644 --- a/app/Composers/IndexComposer.php +++ b/app/Composers/IndexComposer.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/LoggedUserComposer.php b/app/Composers/LoggedUserComposer.php index d88b74d9..4c4a274c 100644 --- a/app/Composers/LoggedUserComposer.php +++ b/app/Composers/LoggedUserComposer.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Composers/TimezoneLocaleComposer.php b/app/Composers/TimezoneLocaleComposer.php index a750f514..f1f1770e 100644 --- a/app/Composers/TimezoneLocaleComposer.php +++ b/app/Composers/TimezoneLocaleComposer.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Config/Repository.php b/app/Config/Repository.php index 6e902fe7..f17bec46 100644 --- a/app/Config/Repository.php +++ b/app/Config/Repository.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Console/Commands/FixPermissionsCommand.php b/app/Console/Commands/FixPermissionsCommand.php index 03926b2d..e1c8e2ca 100644 --- a/app/Console/Commands/FixPermissionsCommand.php +++ b/app/Console/Commands/FixPermissionsCommand.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index e996205a..25f75341 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Events/Event.php b/app/Events/Event.php index ecbb0902..654a1fc1 100644 --- a/app/Events/Event.php +++ b/app/Events/Event.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 8a043fa5..670066b4 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Facades/Setting.php b/app/Facades/Setting.php index 4981cd78..46b42465 100644 --- a/app/Facades/Setting.php +++ b/app/Facades/Setting.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/AbstractController.php b/app/Http/Controllers/AbstractController.php index 70dd9798..7983a121 100644 --- a/app/Http/Controllers/AbstractController.php +++ b/app/Http/Controllers/AbstractController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/ApiController.php b/app/Http/Controllers/Admin/ApiController.php index 368a7563..73ca30fa 100644 --- a/app/Http/Controllers/Admin/ApiController.php +++ b/app/Http/Controllers/Admin/ApiController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/ComponentController.php b/app/Http/Controllers/Admin/ComponentController.php index 586468e5..a5125f99 100644 --- a/app/Http/Controllers/Admin/ComponentController.php +++ b/app/Http/Controllers/Admin/ComponentController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/DashboardController.php b/app/Http/Controllers/Admin/DashboardController.php index 62be5350..90d5f192 100644 --- a/app/Http/Controllers/Admin/DashboardController.php +++ b/app/Http/Controllers/Admin/DashboardController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/IncidentController.php b/app/Http/Controllers/Admin/IncidentController.php index 407f3f2c..02b80c67 100644 --- a/app/Http/Controllers/Admin/IncidentController.php +++ b/app/Http/Controllers/Admin/IncidentController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/MetricController.php b/app/Http/Controllers/Admin/MetricController.php index c756a1a8..1fd32a7e 100644 --- a/app/Http/Controllers/Admin/MetricController.php +++ b/app/Http/Controllers/Admin/MetricController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/ScheduleController.php b/app/Http/Controllers/Admin/ScheduleController.php index df5d57d3..6072cab7 100644 --- a/app/Http/Controllers/Admin/ScheduleController.php +++ b/app/Http/Controllers/Admin/ScheduleController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/SettingsController.php b/app/Http/Controllers/Admin/SettingsController.php index 8987758e..501b3410 100644 --- a/app/Http/Controllers/Admin/SettingsController.php +++ b/app/Http/Controllers/Admin/SettingsController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/TeamController.php b/app/Http/Controllers/Admin/TeamController.php index 701fd407..872ce9e7 100644 --- a/app/Http/Controllers/Admin/TeamController.php +++ b/app/Http/Controllers/Admin/TeamController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Admin/UserController.php b/app/Http/Controllers/Admin/UserController.php index 925acebb..e62c8730 100644 --- a/app/Http/Controllers/Admin/UserController.php +++ b/app/Http/Controllers/Admin/UserController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/AbstractApiController.php b/app/Http/Controllers/Api/AbstractApiController.php index 8f64e02d..2cccc15c 100644 --- a/app/Http/Controllers/Api/AbstractApiController.php +++ b/app/Http/Controllers/Api/AbstractApiController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/ComponentController.php b/app/Http/Controllers/Api/ComponentController.php index e5bc866a..a6fe8c6c 100644 --- a/app/Http/Controllers/Api/ComponentController.php +++ b/app/Http/Controllers/Api/ComponentController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/IncidentController.php b/app/Http/Controllers/Api/IncidentController.php index a27eadfd..ac6f5b2c 100644 --- a/app/Http/Controllers/Api/IncidentController.php +++ b/app/Http/Controllers/Api/IncidentController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/MetricController.php b/app/Http/Controllers/Api/MetricController.php index c0ed0cb2..7f91af3e 100644 --- a/app/Http/Controllers/Api/MetricController.php +++ b/app/Http/Controllers/Api/MetricController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/Api/MetricPointController.php b/app/Http/Controllers/Api/MetricPointController.php index c8e5675e..12f2b0d3 100644 --- a/app/Http/Controllers/Api/MetricPointController.php +++ b/app/Http/Controllers/Api/MetricPointController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/AtomController.php b/app/Http/Controllers/AtomController.php index dc00f812..81971fa5 100644 --- a/app/Http/Controllers/AtomController.php +++ b/app/Http/Controllers/AtomController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/AuthController.php b/app/Http/Controllers/AuthController.php index 5172b322..f5da1aff 100644 --- a/app/Http/Controllers/AuthController.php +++ b/app/Http/Controllers/AuthController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 56875c76..ad04fe45 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/RssController.php b/app/Http/Controllers/RssController.php index 4a790685..7d5157fe 100644 --- a/app/Http/Controllers/RssController.php +++ b/app/Http/Controllers/RssController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Controllers/SetupController.php b/app/Http/Controllers/SetupController.php index ef9b1687..e7c459a9 100644 --- a/app/Http/Controllers/SetupController.php +++ b/app/Http/Controllers/SetupController.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index b597b263..c8f1fe46 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/Admin.php b/app/Http/Middleware/Admin.php index 99352211..8f1e27f4 100644 --- a/app/Http/Middleware/Admin.php +++ b/app/Http/Middleware/Admin.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/AllowedDomains.php b/app/Http/Middleware/AllowedDomains.php index a13e2173..5f0433be 100644 --- a/app/Http/Middleware/AllowedDomains.php +++ b/app/Http/Middleware/AllowedDomains.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/ApiAuthenticate.php b/app/Http/Middleware/ApiAuthenticate.php index 126537fc..425be91a 100644 --- a/app/Http/Middleware/ApiAuthenticate.php +++ b/app/Http/Middleware/ApiAuthenticate.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/AppIsSetup.php b/app/Http/Middleware/AppIsSetup.php index b250b1a2..0e31d1a0 100644 --- a/app/Http/Middleware/AppIsSetup.php +++ b/app/Http/Middleware/AppIsSetup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index 41dbdbaa..5bdb738c 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/Cors.php b/app/Http/Middleware/Cors.php index 61ea96ef..6aafae83 100644 --- a/app/Http/Middleware/Cors.php +++ b/app/Http/Middleware/Cors.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/HasSetting.php b/app/Http/Middleware/HasSetting.php index bed9e54a..dbdba130 100644 --- a/app/Http/Middleware/HasSetting.php +++ b/app/Http/Middleware/HasSetting.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/LoginThrottling.php b/app/Http/Middleware/LoginThrottling.php index 5d1cc967..4abd47ec 100644 --- a/app/Http/Middleware/LoginThrottling.php +++ b/app/Http/Middleware/LoginThrottling.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php index 7f2cbe7a..a9debe6a 100644 --- a/app/Http/Middleware/RedirectIfAuthenticated.php +++ b/app/Http/Middleware/RedirectIfAuthenticated.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php index 32b49809..7e4f5621 100644 --- a/app/Http/Middleware/VerifyCsrfToken.php +++ b/app/Http/Middleware/VerifyCsrfToken.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Requests/Request.php b/app/Http/Requests/Request.php index 36b242e6..b362c475 100644 --- a/app/Http/Requests/Request.php +++ b/app/Http/Requests/Request.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/AdminRoutes.php b/app/Http/Routes/AdminRoutes.php index 1e83e043..a8323132 100644 --- a/app/Http/Routes/AdminRoutes.php +++ b/app/Http/Routes/AdminRoutes.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/ApiRoutes.php b/app/Http/Routes/ApiRoutes.php index e71a8d7b..6c5054cb 100644 --- a/app/Http/Routes/ApiRoutes.php +++ b/app/Http/Routes/ApiRoutes.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/AuthRoutes.php b/app/Http/Routes/AuthRoutes.php index b43a44e5..549136d1 100644 --- a/app/Http/Routes/AuthRoutes.php +++ b/app/Http/Routes/AuthRoutes.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/SetupRoutes.php b/app/Http/Routes/SetupRoutes.php index 018367a1..1d78c219 100644 --- a/app/Http/Routes/SetupRoutes.php +++ b/app/Http/Routes/SetupRoutes.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/Routes/StatusPageRoutes.php b/app/Http/Routes/StatusPageRoutes.php index 778c7db7..3d48a7a9 100644 --- a/app/Http/Routes/StatusPageRoutes.php +++ b/app/Http/Routes/StatusPageRoutes.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Http/helpers.php b/app/Http/helpers.php index f731f49e..59fad44f 100644 --- a/app/Http/helpers.php +++ b/app/Http/helpers.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Component.php b/app/Models/Component.php index d27e68a5..bdbf9dad 100644 --- a/app/Models/Component.php +++ b/app/Models/Component.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/ComponentGroup.php b/app/Models/ComponentGroup.php index da69668e..015a45f3 100644 --- a/app/Models/ComponentGroup.php +++ b/app/Models/ComponentGroup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Incident.php b/app/Models/Incident.php index 05862b75..cb013edc 100644 --- a/app/Models/Incident.php +++ b/app/Models/Incident.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/IncidentTemplate.php b/app/Models/IncidentTemplate.php index 82f7f40c..41fb2c98 100644 --- a/app/Models/IncidentTemplate.php +++ b/app/Models/IncidentTemplate.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Metric.php b/app/Models/Metric.php index 5bb0fd62..7f442bb6 100644 --- a/app/Models/Metric.php +++ b/app/Models/Metric.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/MetricPoint.php b/app/Models/MetricPoint.php index 1f1e1df9..ecf32f9d 100644 --- a/app/Models/MetricPoint.php +++ b/app/Models/MetricPoint.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Service.php b/app/Models/Service.php index f134c538..dced29cd 100644 --- a/app/Models/Service.php +++ b/app/Models/Service.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Setting.php b/app/Models/Setting.php index 5a3cb0b5..1d47e4a5 100644 --- a/app/Models/Setting.php +++ b/app/Models/Setting.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Subscriber.php b/app/Models/Subscriber.php index c6575369..c590a2d5 100644 --- a/app/Models/Subscriber.php +++ b/app/Models/Subscriber.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/Tag.php b/app/Models/Tag.php index 34113c97..9148bbd6 100644 --- a/app/Models/Tag.php +++ b/app/Models/Tag.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Models/User.php b/app/Models/User.php index 6a2a8990..3158b710 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Presenters/IncidentPresenter.php b/app/Presenters/IncidentPresenter.php index fa80d43a..bbf0c9c4 100644 --- a/app/Presenters/IncidentPresenter.php +++ b/app/Presenters/IncidentPresenter.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index 6e5433e6..e7666f0e 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/BusServiceProvider.php b/app/Providers/BusServiceProvider.php index 44551593..687a7cd5 100644 --- a/app/Providers/BusServiceProvider.php +++ b/app/Providers/BusServiceProvider.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/ConfigServiceProvider.php b/app/Providers/ConfigServiceProvider.php index edda0da5..0164bdd9 100644 --- a/app/Providers/ConfigServiceProvider.php +++ b/app/Providers/ConfigServiceProvider.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/ConsoleServiceProvider.php b/app/Providers/ConsoleServiceProvider.php index 89fa2fed..d9035e5c 100644 --- a/app/Providers/ConsoleServiceProvider.php +++ b/app/Providers/ConsoleServiceProvider.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php index 39fce7b0..4ef8ee72 100644 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/LoadConfigServiceProvider.php b/app/Providers/LoadConfigServiceProvider.php index 8b934758..10e18ea5 100644 --- a/app/Providers/LoadConfigServiceProvider.php +++ b/app/Providers/LoadConfigServiceProvider.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/RepositoryServiceProvider.php b/app/Providers/RepositoryServiceProvider.php index f5bfd337..3513b142 100644 --- a/app/Providers/RepositoryServiceProvider.php +++ b/app/Providers/RepositoryServiceProvider.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index c5ab3359..dbafcf09 100644 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/SegmentApiServiceProvider.php b/app/Providers/SegmentApiServiceProvider.php index 75d7928c..62243d8f 100644 --- a/app/Providers/SegmentApiServiceProvider.php +++ b/app/Providers/SegmentApiServiceProvider.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/SettingsServiceProvider.php b/app/Providers/SettingsServiceProvider.php index 5b834a3d..8fce1872 100644 --- a/app/Providers/SettingsServiceProvider.php +++ b/app/Providers/SettingsServiceProvider.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Providers/ViewComposerServiceProvider.php b/app/Providers/ViewComposerServiceProvider.php index 62b5f6da..71ace0a4 100644 --- a/app/Providers/ViewComposerServiceProvider.php +++ b/app/Providers/ViewComposerServiceProvider.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Component/ComponentRepository.php b/app/Repositories/Component/ComponentRepository.php index 603f22f2..24e921c7 100644 --- a/app/Repositories/Component/ComponentRepository.php +++ b/app/Repositories/Component/ComponentRepository.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Component/EloquentComponentRepository.php b/app/Repositories/Component/EloquentComponentRepository.php index e712bb42..4c6519b5 100644 --- a/app/Repositories/Component/EloquentComponentRepository.php +++ b/app/Repositories/Component/EloquentComponentRepository.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/EloquentRepository.php b/app/Repositories/EloquentRepository.php index a57d77a5..4ecb57d2 100644 --- a/app/Repositories/EloquentRepository.php +++ b/app/Repositories/EloquentRepository.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Incident/EloquentIncidentRepository.php b/app/Repositories/Incident/EloquentIncidentRepository.php index c84c75b3..f2b517cf 100644 --- a/app/Repositories/Incident/EloquentIncidentRepository.php +++ b/app/Repositories/Incident/EloquentIncidentRepository.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Incident/IncidentRepository.php b/app/Repositories/Incident/IncidentRepository.php index c309882e..a1565a1d 100644 --- a/app/Repositories/Incident/IncidentRepository.php +++ b/app/Repositories/Incident/IncidentRepository.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/InvalidModelValidationException.php b/app/Repositories/InvalidModelValidationException.php index e2825b30..914a742c 100644 --- a/app/Repositories/InvalidModelValidationException.php +++ b/app/Repositories/InvalidModelValidationException.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/InvalidRelationshipException.php b/app/Repositories/InvalidRelationshipException.php index 4762df42..1de1aaee 100644 --- a/app/Repositories/InvalidRelationshipException.php +++ b/app/Repositories/InvalidRelationshipException.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Metric/EloquentMetricRepository.php b/app/Repositories/Metric/EloquentMetricRepository.php index f8a75fc8..aa3d33ea 100644 --- a/app/Repositories/Metric/EloquentMetricRepository.php +++ b/app/Repositories/Metric/EloquentMetricRepository.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/Metric/MetricRepository.php b/app/Repositories/Metric/MetricRepository.php index f5b493de..9101ebd9 100644 --- a/app/Repositories/Metric/MetricRepository.php +++ b/app/Repositories/Metric/MetricRepository.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/MetricPoint/EloquentMetricPointRepository.php b/app/Repositories/MetricPoint/EloquentMetricPointRepository.php index 3c17fc0d..cffa3149 100644 --- a/app/Repositories/MetricPoint/EloquentMetricPointRepository.php +++ b/app/Repositories/MetricPoint/EloquentMetricPointRepository.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Repositories/MetricPoint/MetricPointRepository.php b/app/Repositories/MetricPoint/MetricPointRepository.php index 171f06e4..e18fc9b5 100644 --- a/app/Repositories/MetricPoint/MetricPointRepository.php +++ b/app/Repositories/MetricPoint/MetricPointRepository.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Segment/CacheRepository.php b/app/Segment/CacheRepository.php index c41aa281..586399fb 100644 --- a/app/Segment/CacheRepository.php +++ b/app/Segment/CacheRepository.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Segment/HttpRepository.php b/app/Segment/HttpRepository.php index a4bd5a15..80dbbe6d 100644 --- a/app/Segment/HttpRepository.php +++ b/app/Segment/HttpRepository.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Segment/RepositoryInterface.php b/app/Segment/RepositoryInterface.php index 1fbd13e2..5eb2f5e3 100644 --- a/app/Segment/RepositoryInterface.php +++ b/app/Segment/RepositoryInterface.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/app/Services/Registrar.php b/app/Services/Registrar.php index 102bd37d..d8ba3004 100644 --- a/app/Services/Registrar.php +++ b/app/Services/Registrar.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/bootstrap/app.php b/bootstrap/app.php index 6a538b1d..cc19ab46 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index 17567a24..4725337a 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/app.php b/config/app.php index 773d84cc..8c267429 100644 --- a/config/app.php +++ b/config/app.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/auth.php b/config/auth.php index a6131554..54df3ba0 100644 --- a/config/auth.php +++ b/config/auth.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/cache.php b/config/cache.php index 0f0adc6d..204e2e06 100644 --- a/config/cache.php +++ b/config/cache.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/compile.php b/config/compile.php index ce9eca04..f0028064 100644 --- a/config/compile.php +++ b/config/compile.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/database.php b/config/database.php index 0d2bb7fc..fd20206c 100644 --- a/config/database.php +++ b/config/database.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/filesystems.php b/config/filesystems.php index f41730ae..d6d87af8 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/htmlmin.php b/config/htmlmin.php index b1c0bb92..11aae407 100644 --- a/config/htmlmin.php +++ b/config/htmlmin.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/langs.php b/config/langs.php index eae4ecbe..d5f6a8c8 100755 --- a/config/langs.php +++ b/config/langs.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/mail.php b/config/mail.php index 00d3a68a..fba75cbc 100644 --- a/config/mail.php +++ b/config/mail.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/markdown.php b/config/markdown.php index 8ac0f611..bdd9e103 100644 --- a/config/markdown.php +++ b/config/markdown.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/queue.php b/config/queue.php index 9cbdb4f2..65f13b66 100644 --- a/config/queue.php +++ b/config/queue.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/security.php b/config/security.php index 153b1d78..a3ef408f 100644 --- a/config/security.php +++ b/config/security.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/segment.php b/config/segment.php index 8ee81ce2..c70efa1f 100644 --- a/config/segment.php +++ b/config/segment.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/services.php b/config/services.php index 5990b3e9..949746b0 100644 --- a/config/services.php +++ b/config/services.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/session.php b/config/session.php index 2f29f03f..8e6affb9 100644 --- a/config/session.php +++ b/config/session.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/throttle.php b/config/throttle.php index 45e1f284..98755f2c 100644 --- a/config/throttle.php +++ b/config/throttle.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/trustedproxy.php b/config/trustedproxy.php index c57ef5c4..a570f95f 100644 --- a/config/trustedproxy.php +++ b/config/trustedproxy.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/config/view.php b/config/view.php index 63603b61..d4e966aa 100644 --- a/config/view.php +++ b/config/view.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php b/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php index 4b1ba82c..464e97a4 100644 --- a/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php +++ b/database/migrations/2015_01_05_201324_CreateComponentGroupsTable.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_201444_CreateComponentsTable.php b/database/migrations/2015_01_05_201444_CreateComponentsTable.php index 9bdbcbed..6cad9c74 100644 --- a/database/migrations/2015_01_05_201444_CreateComponentsTable.php +++ b/database/migrations/2015_01_05_201444_CreateComponentsTable.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php b/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php index 61a0491f..2fd84a15 100644 --- a/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php +++ b/database/migrations/2015_01_05_202446_CreateIncidentTemplatesTable.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202609_CreateIncidentsTable.php b/database/migrations/2015_01_05_202609_CreateIncidentsTable.php index 0f50d22d..9fb670b9 100644 --- a/database/migrations/2015_01_05_202609_CreateIncidentsTable.php +++ b/database/migrations/2015_01_05_202609_CreateIncidentsTable.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php b/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php index 4fb64b77..582eb7ed 100644 --- a/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php +++ b/database/migrations/2015_01_05_202730_CreateMetricPointsTable.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202826_CreateMetricsTable.php b/database/migrations/2015_01_05_202826_CreateMetricsTable.php index 858cffc8..dda84583 100644 --- a/database/migrations/2015_01_05_202826_CreateMetricsTable.php +++ b/database/migrations/2015_01_05_202826_CreateMetricsTable.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_202929_CreateServicesTable.php b/database/migrations/2015_01_05_202929_CreateServicesTable.php index 2cc798f9..1809571e 100644 --- a/database/migrations/2015_01_05_202929_CreateServicesTable.php +++ b/database/migrations/2015_01_05_202929_CreateServicesTable.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_203014_CreateSettingsTable.php b/database/migrations/2015_01_05_203014_CreateSettingsTable.php index 07418d26..cd1d6069 100644 --- a/database/migrations/2015_01_05_203014_CreateSettingsTable.php +++ b/database/migrations/2015_01_05_203014_CreateSettingsTable.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php b/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php index e8363680..f38432e4 100644 --- a/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php +++ b/database/migrations/2015_01_05_203235_CreateSubscriptionsTable.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_05_203341_CreateUsersTable.php b/database/migrations/2015_01_05_203341_CreateUsersTable.php index c4b27e70..89b39df5 100644 --- a/database/migrations/2015_01_05_203341_CreateUsersTable.php +++ b/database/migrations/2015_01_05_203341_CreateUsersTable.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php b/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php index 02866dda..c2ea7504 100644 --- a/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php +++ b/database/migrations/2015_01_09_083419_AlterTableUsersAdd2FA.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_16_083825_CreateTagsTable.php b/database/migrations/2015_01_16_083825_CreateTagsTable.php index 3be4e1b4..e38531fb 100644 --- a/database/migrations/2015_01_16_083825_CreateTagsTable.php +++ b/database/migrations/2015_01_16_083825_CreateTagsTable.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_01_16_084030_CreateComponentTagTable.php b/database/migrations/2015_01_16_084030_CreateComponentTagTable.php index 943fe009..f353b932 100644 --- a/database/migrations/2015_01_16_084030_CreateComponentTagTable.php +++ b/database/migrations/2015_01_16_084030_CreateComponentTagTable.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php b/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php index 2a7a10f4..659d0a61 100644 --- a/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php +++ b/database/migrations/2015_02_28_214642_UpdateIncidentsAddScheduledAt.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/ComponentTableSeeder.php b/database/seeds/ComponentTableSeeder.php index bc4f7ab4..4345b043 100644 --- a/database/seeds/ComponentTableSeeder.php +++ b/database/seeds/ComponentTableSeeder.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php index 4cdbaecb..09c48ea6 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/IncidentTableSeeder.php b/database/seeds/IncidentTableSeeder.php index b8bfbd46..847bc247 100644 --- a/database/seeds/IncidentTableSeeder.php +++ b/database/seeds/IncidentTableSeeder.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/SettingsTableSeeder.php b/database/seeds/SettingsTableSeeder.php index 99ff77e0..057d2624 100644 --- a/database/seeds/SettingsTableSeeder.php +++ b/database/seeds/SettingsTableSeeder.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/database/seeds/UsersTableSeeder.php b/database/seeds/UsersTableSeeder.php index 6f8742d2..024a73c1 100644 --- a/database/seeds/UsersTableSeeder.php +++ b/database/seeds/UsersTableSeeder.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/public/index.php b/public/index.php index 7354ffe8..5c44d7dc 100644 --- a/public/index.php +++ b/public/index.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/cachet.php b/resources/lang/de/cachet.php index 1583e964..493d97ce 100755 --- a/resources/lang/de/cachet.php +++ b/resources/lang/de/cachet.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/dashboard.php b/resources/lang/de/dashboard.php index d36c4723..c715f813 100755 --- a/resources/lang/de/dashboard.php +++ b/resources/lang/de/dashboard.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/errors.php b/resources/lang/de/errors.php index eaab6f3b..5c7dc985 100755 --- a/resources/lang/de/errors.php +++ b/resources/lang/de/errors.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/forms.php b/resources/lang/de/forms.php index 16dcaf6f..e0c0fe5f 100755 --- a/resources/lang/de/forms.php +++ b/resources/lang/de/forms.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/pagination.php b/resources/lang/de/pagination.php index 980171d0..a4bf8963 100755 --- a/resources/lang/de/pagination.php +++ b/resources/lang/de/pagination.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/reminders.php b/resources/lang/de/reminders.php index 7cc5ffe6..4e1753db 100755 --- a/resources/lang/de/reminders.php +++ b/resources/lang/de/reminders.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/setup.php b/resources/lang/de/setup.php index aa1a705b..36c01a47 100755 --- a/resources/lang/de/setup.php +++ b/resources/lang/de/setup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index 22517d4a..b2ab61a2 100755 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/cachet.php b/resources/lang/en-UD/cachet.php index 1d1dded1..fdcd0e43 100755 --- a/resources/lang/en-UD/cachet.php +++ b/resources/lang/en-UD/cachet.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/dashboard.php b/resources/lang/en-UD/dashboard.php index 46187deb..88316e9f 100755 --- a/resources/lang/en-UD/dashboard.php +++ b/resources/lang/en-UD/dashboard.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/errors.php b/resources/lang/en-UD/errors.php index 9e4a6fa6..eb692d67 100755 --- a/resources/lang/en-UD/errors.php +++ b/resources/lang/en-UD/errors.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/forms.php b/resources/lang/en-UD/forms.php index b3b2cf71..974c016f 100755 --- a/resources/lang/en-UD/forms.php +++ b/resources/lang/en-UD/forms.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/pagination.php b/resources/lang/en-UD/pagination.php index e925aab5..fb0ae8dd 100755 --- a/resources/lang/en-UD/pagination.php +++ b/resources/lang/en-UD/pagination.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/reminders.php b/resources/lang/en-UD/reminders.php index f84e6ea4..7d1ffd31 100755 --- a/resources/lang/en-UD/reminders.php +++ b/resources/lang/en-UD/reminders.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/setup.php b/resources/lang/en-UD/setup.php index ee010324..9d5c4aae 100755 --- a/resources/lang/en-UD/setup.php +++ b/resources/lang/en-UD/setup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en-UD/validation.php b/resources/lang/en-UD/validation.php index 774d3409..9c1cd283 100755 --- a/resources/lang/en-UD/validation.php +++ b/resources/lang/en-UD/validation.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index 06bd572e..c20f61c9 100755 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index 6e772837..d2f3d5ab 100755 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/errors.php b/resources/lang/en/errors.php index 418f136b..66570781 100755 --- a/resources/lang/en/errors.php +++ b/resources/lang/en/errors.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index b3c60e8c..8475f268 100755 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/pagination.php b/resources/lang/en/pagination.php index 3a2e16aa..aa1acdd0 100755 --- a/resources/lang/en/pagination.php +++ b/resources/lang/en/pagination.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/reminders.php b/resources/lang/en/reminders.php index f20997ac..28fc85b9 100755 --- a/resources/lang/en/reminders.php +++ b/resources/lang/en/reminders.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/setup.php b/resources/lang/en/setup.php index fbc1c920..d0c70e47 100755 --- a/resources/lang/en/setup.php +++ b/resources/lang/en/setup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 3eec4b92..250268fe 100755 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/cachet.php b/resources/lang/es/cachet.php index 3b682d12..c4d81f7f 100755 --- a/resources/lang/es/cachet.php +++ b/resources/lang/es/cachet.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/dashboard.php b/resources/lang/es/dashboard.php index 9db5ec3a..b803e69c 100755 --- a/resources/lang/es/dashboard.php +++ b/resources/lang/es/dashboard.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/errors.php b/resources/lang/es/errors.php index 5e740a13..b557abc6 100755 --- a/resources/lang/es/errors.php +++ b/resources/lang/es/errors.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/forms.php b/resources/lang/es/forms.php index b0948d89..ad3cb67a 100755 --- a/resources/lang/es/forms.php +++ b/resources/lang/es/forms.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/pagination.php b/resources/lang/es/pagination.php index 96a049bb..268f2e17 100755 --- a/resources/lang/es/pagination.php +++ b/resources/lang/es/pagination.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/reminders.php b/resources/lang/es/reminders.php index ae030b97..0b7da357 100755 --- a/resources/lang/es/reminders.php +++ b/resources/lang/es/reminders.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/setup.php b/resources/lang/es/setup.php index d30abda3..dbddf0c2 100755 --- a/resources/lang/es/setup.php +++ b/resources/lang/es/setup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/es/validation.php b/resources/lang/es/validation.php index 5be8a582..8ef3753c 100755 --- a/resources/lang/es/validation.php +++ b/resources/lang/es/validation.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/cachet.php b/resources/lang/fr/cachet.php index 8adbf382..9ef57299 100755 --- a/resources/lang/fr/cachet.php +++ b/resources/lang/fr/cachet.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/dashboard.php b/resources/lang/fr/dashboard.php index aedba73d..6f8b0c69 100755 --- a/resources/lang/fr/dashboard.php +++ b/resources/lang/fr/dashboard.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/errors.php b/resources/lang/fr/errors.php index f6c75305..00cd0ef1 100755 --- a/resources/lang/fr/errors.php +++ b/resources/lang/fr/errors.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/forms.php b/resources/lang/fr/forms.php index b860f939..ed87f3de 100755 --- a/resources/lang/fr/forms.php +++ b/resources/lang/fr/forms.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/pagination.php b/resources/lang/fr/pagination.php index 456c7695..d1399a9b 100755 --- a/resources/lang/fr/pagination.php +++ b/resources/lang/fr/pagination.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/reminders.php b/resources/lang/fr/reminders.php index 63e51e90..9dce0905 100755 --- a/resources/lang/fr/reminders.php +++ b/resources/lang/fr/reminders.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/setup.php b/resources/lang/fr/setup.php index f87d0bd6..90e9a98c 100755 --- a/resources/lang/fr/setup.php +++ b/resources/lang/fr/setup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php index a1876dbd..faaa1bc5 100755 --- a/resources/lang/fr/validation.php +++ b/resources/lang/fr/validation.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/cachet.php b/resources/lang/id/cachet.php index a6307db1..5582ed0c 100644 --- a/resources/lang/id/cachet.php +++ b/resources/lang/id/cachet.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/dashboard.php b/resources/lang/id/dashboard.php index 4dee251d..22273ae8 100644 --- a/resources/lang/id/dashboard.php +++ b/resources/lang/id/dashboard.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/errors.php b/resources/lang/id/errors.php index 314b1db6..c8cecc07 100644 --- a/resources/lang/id/errors.php +++ b/resources/lang/id/errors.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/forms.php b/resources/lang/id/forms.php index 71f9fcf5..63100c9d 100644 --- a/resources/lang/id/forms.php +++ b/resources/lang/id/forms.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/pagination.php b/resources/lang/id/pagination.php index d22a65d4..16c19d3f 100644 --- a/resources/lang/id/pagination.php +++ b/resources/lang/id/pagination.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/reminders.php b/resources/lang/id/reminders.php index 0a9c5dae..5748cd4d 100644 --- a/resources/lang/id/reminders.php +++ b/resources/lang/id/reminders.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/setup.php b/resources/lang/id/setup.php index e8fd208f..369eaaf1 100644 --- a/resources/lang/id/setup.php +++ b/resources/lang/id/setup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php index df54f825..b047804f 100644 --- a/resources/lang/id/validation.php +++ b/resources/lang/id/validation.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/cachet.php b/resources/lang/nl/cachet.php index 1a21110a..36c884d4 100755 --- a/resources/lang/nl/cachet.php +++ b/resources/lang/nl/cachet.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/dashboard.php b/resources/lang/nl/dashboard.php index 3b49b7b8..eaf9c0ed 100755 --- a/resources/lang/nl/dashboard.php +++ b/resources/lang/nl/dashboard.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/errors.php b/resources/lang/nl/errors.php index c554c790..dae9ab5c 100755 --- a/resources/lang/nl/errors.php +++ b/resources/lang/nl/errors.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/forms.php b/resources/lang/nl/forms.php index 61ca2b8b..b37f31de 100755 --- a/resources/lang/nl/forms.php +++ b/resources/lang/nl/forms.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/pagination.php b/resources/lang/nl/pagination.php index cc393e7f..70785d41 100755 --- a/resources/lang/nl/pagination.php +++ b/resources/lang/nl/pagination.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/reminders.php b/resources/lang/nl/reminders.php index f9058ca8..a20e0e0d 100755 --- a/resources/lang/nl/reminders.php +++ b/resources/lang/nl/reminders.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/setup.php b/resources/lang/nl/setup.php index 0ffb009e..47c5efbc 100755 --- a/resources/lang/nl/setup.php +++ b/resources/lang/nl/setup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php index 2646fab6..da294570 100755 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/cachet.php b/resources/lang/pl/cachet.php index 9bef6a33..236ba9b0 100755 --- a/resources/lang/pl/cachet.php +++ b/resources/lang/pl/cachet.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/dashboard.php b/resources/lang/pl/dashboard.php index 89445c2b..51885f10 100755 --- a/resources/lang/pl/dashboard.php +++ b/resources/lang/pl/dashboard.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/errors.php b/resources/lang/pl/errors.php index 418f136b..66570781 100755 --- a/resources/lang/pl/errors.php +++ b/resources/lang/pl/errors.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/forms.php b/resources/lang/pl/forms.php index 81b58580..f1d3cef6 100755 --- a/resources/lang/pl/forms.php +++ b/resources/lang/pl/forms.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/pagination.php b/resources/lang/pl/pagination.php index f32b0f9a..584a129e 100755 --- a/resources/lang/pl/pagination.php +++ b/resources/lang/pl/pagination.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/reminders.php b/resources/lang/pl/reminders.php index 711ac496..4d94fe0f 100755 --- a/resources/lang/pl/reminders.php +++ b/resources/lang/pl/reminders.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/setup.php b/resources/lang/pl/setup.php index 2715b00a..d04cf7cc 100755 --- a/resources/lang/pl/setup.php +++ b/resources/lang/pl/setup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index 3eec4b92..250268fe 100755 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index 116b56bd..caf97bed 100755 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/dashboard.php b/resources/lang/pt-BR/dashboard.php index 269bc25a..232d8c15 100755 --- a/resources/lang/pt-BR/dashboard.php +++ b/resources/lang/pt-BR/dashboard.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/errors.php b/resources/lang/pt-BR/errors.php index ec476c27..0636fb59 100755 --- a/resources/lang/pt-BR/errors.php +++ b/resources/lang/pt-BR/errors.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php index 2289923c..21202962 100755 --- a/resources/lang/pt-BR/forms.php +++ b/resources/lang/pt-BR/forms.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/pagination.php b/resources/lang/pt-BR/pagination.php index 879ddc09..37598409 100755 --- a/resources/lang/pt-BR/pagination.php +++ b/resources/lang/pt-BR/pagination.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/reminders.php b/resources/lang/pt-BR/reminders.php index e376205e..ffaa8212 100755 --- a/resources/lang/pt-BR/reminders.php +++ b/resources/lang/pt-BR/reminders.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/setup.php b/resources/lang/pt-BR/setup.php index 2d4c1efb..dc5b8c20 100755 --- a/resources/lang/pt-BR/setup.php +++ b/resources/lang/pt-BR/setup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index 603b1569..4006dbf8 100755 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php index b8631086..92bfaab4 100644 --- a/resources/lang/zh-CN/cachet.php +++ b/resources/lang/zh-CN/cachet.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php index 7a1e9681..8e258d33 100644 --- a/resources/lang/zh-CN/dashboard.php +++ b/resources/lang/zh-CN/dashboard.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/errors.php b/resources/lang/zh-CN/errors.php index d71f6e0f..a77576bf 100644 --- a/resources/lang/zh-CN/errors.php +++ b/resources/lang/zh-CN/errors.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index 4a8ca4ee..73041382 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/pagination.php b/resources/lang/zh-CN/pagination.php index 09cab870..c69f5901 100644 --- a/resources/lang/zh-CN/pagination.php +++ b/resources/lang/zh-CN/pagination.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/reminders.php b/resources/lang/zh-CN/reminders.php index 25ce7e4c..a1ba3198 100644 --- a/resources/lang/zh-CN/reminders.php +++ b/resources/lang/zh-CN/reminders.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/setup.php b/resources/lang/zh-CN/setup.php index 8f6091e6..ff67a131 100644 --- a/resources/lang/zh-CN/setup.php +++ b/resources/lang/zh-CN/setup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php index d517c940..91adb662 100644 --- a/resources/lang/zh-CN/validation.php +++ b/resources/lang/zh-CN/validation.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php index f5507383..661ad770 100644 --- a/resources/lang/zh-TW/cachet.php +++ b/resources/lang/zh-TW/cachet.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/dashboard.php b/resources/lang/zh-TW/dashboard.php index 716130c6..0aece534 100644 --- a/resources/lang/zh-TW/dashboard.php +++ b/resources/lang/zh-TW/dashboard.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/errors.php b/resources/lang/zh-TW/errors.php index 138894d9..d765c141 100644 --- a/resources/lang/zh-TW/errors.php +++ b/resources/lang/zh-TW/errors.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/forms.php b/resources/lang/zh-TW/forms.php index 660c3b5f..70f7bd2b 100644 --- a/resources/lang/zh-TW/forms.php +++ b/resources/lang/zh-TW/forms.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/pagination.php b/resources/lang/zh-TW/pagination.php index 5b98a73d..8f15a4ce 100644 --- a/resources/lang/zh-TW/pagination.php +++ b/resources/lang/zh-TW/pagination.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/reminders.php b/resources/lang/zh-TW/reminders.php index 923676a1..62cc8616 100644 --- a/resources/lang/zh-TW/reminders.php +++ b/resources/lang/zh-TW/reminders.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/setup.php b/resources/lang/zh-TW/setup.php index 1d13c679..becc4e1b 100644 --- a/resources/lang/zh-TW/setup.php +++ b/resources/lang/zh-TW/setup.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php index 3eec4b92..250268fe 100644 --- a/resources/lang/zh-TW/validation.php +++ b/resources/lang/zh-TW/validation.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/server.php b/server.php index ef748f84..369a7ed9 100644 --- a/server.php +++ b/server.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index b01d01ec..95663f7b 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/TestCase.php b/tests/TestCase.php index 6c5bf0c3..43f3aa6a 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -4,6 +4,8 @@ * This file is part of Cachet. * * (c) James Brooks + * (c) Joseph Cohen + * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.