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 | |
parent | feb19af2d42ab598e3e5e77e8f4bd51b82538acb (diff) | |
download | monolog-31358c858fa07cf0c6ec5c6a381c10c5ff0154f1.zip monolog-31358c858fa07cf0c6ec5c6a381c10c5ff0154f1.tar.gz monolog-31358c858fa07cf0c6ec5c6a381c10c5ff0154f1.tar.bz2 |
Add missing license headers
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Monolog/Handler/ErrorLogHandlerTest.php | 9 | ||||
-rw-r--r-- | tests/Monolog/Handler/FilterHandlerTest.php | 9 | ||||
-rw-r--r-- | tests/Monolog/Handler/SyslogUdpHandlerTest.php | 9 | ||||
-rw-r--r-- | tests/Monolog/Handler/UdpSocketTest.php | 9 | ||||
-rw-r--r-- | tests/Monolog/Handler/WhatFailureGroupHandlerTest.php | 9 |
5 files changed, 45 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; diff --git a/tests/Monolog/Handler/FilterHandlerTest.php b/tests/Monolog/Handler/FilterHandlerTest.php index 76253c1..31b7686 100644 --- a/tests/Monolog/Handler/FilterHandlerTest.php +++ b/tests/Monolog/Handler/FilterHandlerTest.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\Logger; diff --git a/tests/Monolog/Handler/SyslogUdpHandlerTest.php b/tests/Monolog/Handler/SyslogUdpHandlerTest.php index 05fb8cd..8bd46b3 100644 --- a/tests/Monolog/Handler/SyslogUdpHandlerTest.php +++ b/tests/Monolog/Handler/SyslogUdpHandlerTest.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; /** diff --git a/tests/Monolog/Handler/UdpSocketTest.php b/tests/Monolog/Handler/UdpSocketTest.php index f53f03f..b251974 100644 --- a/tests/Monolog/Handler/UdpSocketTest.php +++ b/tests/Monolog/Handler/UdpSocketTest.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; diff --git a/tests/Monolog/Handler/WhatFailureGroupHandlerTest.php b/tests/Monolog/Handler/WhatFailureGroupHandlerTest.php index f9695b4..29508af 100644 --- a/tests/Monolog/Handler/WhatFailureGroupHandlerTest.php +++ b/tests/Monolog/Handler/WhatFailureGroupHandlerTest.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; |