From e8aa1013f5a16cbac12db7aa6764335a16a15c9f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 14 Nov 2013 20:17:23 +0100 Subject: [PATCH] Update license headers --- src/Monolog/Handler/LogglyHandler.php | 4 +++- src/Monolog/Handler/MongoDBHandler.php | 2 +- src/Monolog/Handler/RedisHandler.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Monolog/Handler/LogglyHandler.php b/src/Monolog/Handler/LogglyHandler.php index 744507e3..e0061a53 100644 --- a/src/Monolog/Handler/LogglyHandler.php +++ b/src/Monolog/Handler/LogglyHandler.php @@ -3,7 +3,7 @@ /* * This file is part of the Monolog package. * - * (c) Przemek Sobstel + * (c) Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -16,6 +16,8 @@ use Monolog\Formatter\JsonFormatter; /** * Sends errors to Loggly. + * + * @author Przemek Sobstel */ class LogglyHandler extends AbstractProcessingHandler { diff --git a/src/Monolog/Handler/MongoDBHandler.php b/src/Monolog/Handler/MongoDBHandler.php index 01ebbff9..6c431f2b 100644 --- a/src/Monolog/Handler/MongoDBHandler.php +++ b/src/Monolog/Handler/MongoDBHandler.php @@ -3,7 +3,7 @@ /* * This file is part of the Monolog package. * - * (c) Thomas Tourlourat + * (c) Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Monolog/Handler/RedisHandler.php b/src/Monolog/Handler/RedisHandler.php index 51a8e7df..3fc7f34b 100644 --- a/src/Monolog/Handler/RedisHandler.php +++ b/src/Monolog/Handler/RedisHandler.php @@ -3,7 +3,7 @@ /* * This file is part of the Monolog package. * - * (c) Thomas Tourlourat + * (c) Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.