Skip to content

Commit

Permalink
Merge pull request #19 from ghostwriter/remove-file-headers
Browse files Browse the repository at this point in the history
Remove file headers
  • Loading branch information
Ocramius authored Dec 3, 2021
2 parents 7eba710 + 1544509 commit d61a3cc
Show file tree
Hide file tree
Showing 130 changed files with 0 additions and 780 deletions.
6 changes: 0 additions & 6 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log;

class ConfigProvider
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Exception;

interface ExceptionInterface
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/ExtensionNotLoadedException.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Exception;

class ExtensionNotLoadedException extends RuntimeException
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Exception;

/**
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Exception;

/**
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/FilterInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Filter;

interface FilterInterface
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/LogFilterProviderInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Filter;

interface LogFilterProviderInterface
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/Mock.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Filter;

class Mock implements FilterInterface
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/Priority.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Filter;

use Laminas\Log\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/Regex.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Filter;

use Laminas\Log\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/Sample.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Filter;

use Laminas\Log\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/SuppressFilter.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Filter;

use Laminas\Log\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/Timestamp.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Filter;

use DateTime;
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/Validator.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Filter;

use Laminas\Log\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/FilterPluginManager.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log;

use Laminas\ServiceManager\AbstractPluginManager;
Expand Down
6 changes: 0 additions & 6 deletions src/FilterPluginManagerFactory.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log;

use Interop\Container\ContainerInterface;
Expand Down
6 changes: 0 additions & 6 deletions src/Formatter/Base.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Formatter;

use DateTime;
Expand Down
6 changes: 0 additions & 6 deletions src/Formatter/ChromePhp.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Formatter;

class ChromePhp implements FormatterInterface
Expand Down
6 changes: 0 additions & 6 deletions src/Formatter/Db.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Formatter;

use DateTime;
Expand Down
6 changes: 0 additions & 6 deletions src/Formatter/ErrorHandler.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Formatter;

use DateTime;
Expand Down
6 changes: 0 additions & 6 deletions src/Formatter/ExceptionHandler.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Formatter;

use DateTime;
Expand Down
6 changes: 0 additions & 6 deletions src/Formatter/FirePhp.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Formatter;

class FirePhp implements FormatterInterface
Expand Down
6 changes: 0 additions & 6 deletions src/Formatter/FormatterInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Formatter;

interface FormatterInterface
Expand Down
6 changes: 0 additions & 6 deletions src/Formatter/Json.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Formatter;

use DateTime;
Expand Down
6 changes: 0 additions & 6 deletions src/Formatter/LogFormatterProviderInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Formatter;

interface LogFormatterProviderInterface
Expand Down
6 changes: 0 additions & 6 deletions src/Formatter/Simple.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Formatter;

use Laminas\Log\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Formatter/Xml.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log\Formatter;

use DateTime;
Expand Down
6 changes: 0 additions & 6 deletions src/FormatterPluginManager.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log;

use Laminas\ServiceManager\AbstractPluginManager;
Expand Down
6 changes: 0 additions & 6 deletions src/FormatterPluginManagerFactory.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log;

use Interop\Container\ContainerInterface;
Expand Down
6 changes: 0 additions & 6 deletions src/Logger.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log;

use DateTime;
Expand Down
6 changes: 0 additions & 6 deletions src/LoggerAbstractServiceFactory.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log;

use Interop\Container\ContainerInterface;
Expand Down
6 changes: 0 additions & 6 deletions src/LoggerAwareInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log;

/**
Expand Down
6 changes: 0 additions & 6 deletions src/LoggerAwareTrait.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-log for the canonical source repository
* @copyright https://github.com/laminas/laminas-log/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-log/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Log;

trait LoggerAwareTrait
Expand Down
Loading

0 comments on commit d61a3cc

Please sign in to comment.