diff options
author | Jordi Boggiano <j.boggiano@seld.be> | 2014-09-30 14:24:28 +0100 |
---|---|---|
committer | Jordi Boggiano <j.boggiano@seld.be> | 2014-09-30 14:24:28 +0100 |
commit | 31358c858fa07cf0c6ec5c6a381c10c5ff0154f1 (patch) | |
tree | 9208ac2240ddf54b1cb5c37e523e711eb86111f4 /tests/Monolog/Handler/ErrorLogHandlerTest.php | |
parent | feb19af2d42ab598e3e5e77e8f4bd51b82538acb (diff) | |
download | monolog-31358c858fa07cf0c6ec5c6a381c10c5ff0154f1.zip monolog-31358c858fa07cf0c6ec5c6a381c10c5ff0154f1.tar.gz monolog-31358c858fa07cf0c6ec5c6a381c10c5ff0154f1.tar.bz2 |
Add missing license headers
Diffstat (limited to 'tests/Monolog/Handler/ErrorLogHandlerTest.php')
-rw-r--r-- | tests/Monolog/Handler/ErrorLogHandlerTest.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Monolog/Handler/ErrorLogHandlerTest.php b/tests/Monolog/Handler/ErrorLogHandlerTest.php index 626f5f9..951dec9 100644 --- a/tests/Monolog/Handler/ErrorLogHandlerTest.php +++ b/tests/Monolog/Handler/ErrorLogHandlerTest.php @@ -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; |