Procházet zdrojové kódy

Update license headers

Jordi Boggiano před 12 roky
rodič
revize
e8aa1013f5

+ 3 - 1
src/Monolog/Handler/LogglyHandler.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Monolog package.
  *
- * (c) Przemek Sobstel <przemek@sobstel.org>
+ * (c) Jordi Boggiano <j.boggiano@seld.be>
  *
  * 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 <przemek@sobstel.org>
  */
 class LogglyHandler extends AbstractProcessingHandler
 {

+ 1 - 1
src/Monolog/Handler/MongoDBHandler.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Monolog package.
  *
- * (c) Thomas Tourlourat <thomas@tourlourat.com>
+ * (c) Jordi Boggiano <j.boggiano@seld.be>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Monolog/Handler/RedisHandler.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Monolog package.
  *
- * (c) Thomas Tourlourat <thomas@tourlourat.com>
+ * (c) Jordi Boggiano <j.boggiano@seld.be>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.