1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-30 18:00:17 +02:00

Add missing license headers

This commit is contained in:
Jordi Boggiano
2014-09-30 14:24:28 +01:00
parent feb19af2d4
commit 31358c858f
9 changed files with 81 additions and 0 deletions

View File

@@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Monolog package.
*
* (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.
*/
namespace Monolog\Handler;
use Monolog\TestCase;