diff --git a/app/Commands/Command.php b/app/Commands/Command.php index 630d90e0e..17221745d 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 55d5bdaa0..a3279712e 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 f257f7e89..f42850c95 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 d88b74d9e..4c4a274c9 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 a750f5141..f1f1770ef 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 6e902fe77..f17bec46b 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 03926b2db..e1c8e2ca6 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 e996205ac..25f753418 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 ecbb09024..654a1fc18 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 8a043fa58..670066b4a 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 4981cd78f..46b42465c 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 70dd97986..7983a1212 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 368a75635..73ca30fa7 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 586468e51..a5125f992 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 62be53504..90d5f192b 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 407f3f2ca..02b80c673 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 c756a1a8e..1fd32a7ea 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 df5d57d3d..6072cab7f 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 8987758ee..501b34104 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 701fd407e..872ce9e71 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 925acebb7..e62c8730e 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 8f64e02d3..2cccc15ce 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 e5bc866ac..a6fe8c6c8 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 a27eadfd9..ac6f5b2cf 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 c0ed0cb24..7f91af3eb 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 c8e5675ed..12f2b0d38 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 dc00f8128..81971fa5c 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 5172b3221..f5da1aff9 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 56875c76c..ad04fe459 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 4a7906855..7d5157fe3 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 ef9b16879..e7c459a9f 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 b597b263c..c8f1fe46a 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 99352211f..8f1e27f4c 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 a13e21738..5f0433be7 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 126537fcd..425be91a9 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 b250b1a25..0e31d1a0e 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 41dbdbaa2..5bdb738ce 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 61ea96ef9..6aafae831 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 bed9e54ae..dbdba1309 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 5d1cc9677..4abd47ec5 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 7f2cbe7a9..a9debe6aa 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 32b49809e..7e4f56214 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 36b242e6a..b362c4750 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 1e83e0439..a83231320 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 e71a8d7bc..6c5054cb7 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 b43a44e53..549136d14 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 018367a1d..1d78c2194 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 778c7db73..3d48a7a99 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 f731f49e9..59fad44f4 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 d27e68a51..bdbf9dadb 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 da69668e9..015a45f3a 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 05862b75b..cb013edc9 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 82f7f40c8..41fb2c985 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 5bb0fd62c..7f442bb69 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 1f1e1df9c..ecf32f9df 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 f134c5388..dced29cda 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 5a3cb0b58..1d47e4a5d 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 c65753696..c590a2d54 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 34113c979..9148bbd6f 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 6a2a8990e..3158b710c 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 fa80d43af..bbf0c9c44 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 6e5433e64..e7666f0ec 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 445515933..687a7cd57 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 edda0da5d..0164bdd95 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 89fa2fed9..d9035e5c1 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 39fce7b01..4ef8ee72f 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 8b9347588..10e18ea56 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 f5bfd337f..3513b1428 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 c5ab33596..dbafcf096 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 75d7928c9..62243d8f5 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 5b834a3d5..8fce18728 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 62b5f6da8..71ace0a40 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 603f22f23..24e921c71 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 e712bb423..4c6519b5d 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 a57d77a56..4ecb57d2f 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 c84c75b3f..f2b517cfb 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 c309882ed..a1565a1d7 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 e2825b301..914a742c7 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 4762df421..1de1aaee7 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 f8a75fc81..aa3d33ea9 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 f5b493de8..9101ebd98 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 3c17fc0d2..cffa3149c 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 171f06e46..e18fc9b55 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 c41aa281a..586399fb8 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 a4bd5a15f..80dbbe6d3 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 1fbd13e23..5eb2f5e3f 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 102bd37d2..d8ba30048 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 6a538b1da..cc19ab460 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 17567a24f..4725337a7 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 773d84cc0..8c267429b 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 a6131554a..54df3ba02 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 0f0adc6d5..204e2e06a 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 ce9eca049..f0028064c 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 0d2bb7fcf..fd20206c7 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 f41730aee..d6d87af8a 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 b1c0bb92b..11aae4071 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 eae4ecbe7..d5f6a8c84 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 00d3a68aa..fba75cbc6 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 8ac0f6117..bdd9e103e 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 9cbdb4f20..65f13b665 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 153b1d78b..a3ef408f9 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 8ee81ce2e..c70efa1f4 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 5990b3e96..949746b01 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 2f29f03f4..8e6affb98 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 45e1f2844..98755f2c6 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 c57ef5c43..a570f95f0 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 63603b617..d4e966aa2 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 4b1ba82ca..464e97a49 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 9bdbcbeda..6cad9c744 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 61a0491f2..2fd84a155 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 0f50d22db..9fb670b9f 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 4fb64b776..582eb7ed0 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 858cffc8a..dda845830 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 2cc798f9e..1809571e6 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 07418d26c..cd1d60692 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 e83636801..f38432e4e 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 c4b27e708..89b39df5b 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 02866dda7..c2ea75047 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 3be4e1b46..e38531fbe 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 943fe0092..f353b932d 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 2a7a10f43..659d0a616 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 bc4f7ab45..4345b043d 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 4cdbaecb3..09c48ea64 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 b8bfbd469..847bc2477 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 99ff77e02..057d26247 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 6f8742d26..024a73c1e 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 7354ffe8a..5c44d7dcc 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 1583e964a..493d97ce2 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 d36c47230..c715f8134 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 eaab6f3b3..5c7dc9859 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 16dcaf6fe..e0c0fe5fe 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 980171d03..a4bf89634 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 7cc5ffe6e..4e1753dbb 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 aa1a705ba..36c01a47f 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 22517d4ad..b2ab61a2b 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 1d1dded1f..fdcd0e434 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 46187debe..88316e9fa 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 9e4a6fa67..eb692d671 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 b3b2cf719..974c016fa 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 e925aab52..fb0ae8dd9 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 f84e6ea4f..7d1ffd319 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 ee010324f..9d5c4aaed 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 774d3409e..9c1cd2832 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 06bd572e4..c20f61c93 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 6e772837e..d2f3d5abb 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 418f136bc..66570781e 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 b3c60e8ce..8475f2689 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 3a2e16aae..aa1acdd07 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 f20997ac7..28fc85b9c 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 fbc1c920a..d0c70e474 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 3eec4b927..250268feb 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 3b682d125..c4d81f7f1 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 9db5ec3a6..b803e69c5 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 5e740a132..b557abc61 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 b0948d890..ad3cb67ac 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 96a049bb3..268f2e172 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 ae030b978..0b7da357b 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 d30abda39..dbddf0c22 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 5be8a582f..8ef3753cc 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 8adbf382e..9ef572993 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 aedba73de..6f8b0c691 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 f6c75305a..00cd0ef1b 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 b860f9391..ed87f3de6 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 456c76951..d1399a9b2 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 63e51e90e..9dce0905c 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 f87d0bd61..90e9a98c6 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 a1876dbd4..faaa1bc5b 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 a6307db1a..5582ed0c1 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 4dee251df..22273ae82 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 314b1db66..c8cecc078 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 71f9fcf5e..63100c9d3 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 d22a65d45..16c19d3f1 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 0a9c5dae1..5748cd4df 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 e8fd208f5..369eaaf1b 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 df54f825f..b047804f8 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 1a21110aa..36c884d4b 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 3b49b7b87..eaf9c0edc 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 c554c790d..dae9ab5cd 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 61ca2b8b4..b37f31dea 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 cc393e7f6..70785d411 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 f9058ca80..a20e0e0d6 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 0ffb009e4..47c5efbc5 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 2646fab6f..da2945702 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 9bef6a339..236ba9b02 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 89445c2bf..51885f107 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 418f136bc..66570781e 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 81b585802..f1d3cef68 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 f32b0f9a6..584a129e9 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 711ac4967..4d94fe0f4 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 2715b00a4..d04cf7ccc 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 3eec4b927..250268feb 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 116b56bdc..caf97bed1 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 269bc25a0..232d8c15d 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 ec476c27e..0636fb597 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 2289923c3..212029624 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 879ddc091..375984094 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 e376205ed..ffaa82123 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 2d4c1efb1..dc5b8c206 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 603b1569e..4006dbf8a 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 b8631086a..92bfaab4b 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 7a1e96816..8e258d334 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 d71f6e0f0..a77576bfa 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 4a8ca4ee9..730413829 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 09cab8700..c69f59014 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 25ce7e4cf..a1ba3198d 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 8f6091e65..ff67a1315 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 d517c9408..91adb662e 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 f5507383e..661ad7701 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 716130c6b..0aece5340 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 138894d90..d765c141c 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 660c3b5f9..70f7bd2b6 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 5b98a73d5..8f15a4ce2 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 923676a11..62cc86169 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 1d13c6793..becc4e1b0 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 3eec4b927..250268feb 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 ef748f843..369a7ed91 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 b01d01ec1..95663f7b0 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 6c5bf0c30..43f3aa6ac 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.