Skip to content

Commit

Permalink
Merge pull request #80 from arueckauer/change/remove-file-headers
Browse files Browse the repository at this point in the history
Remove file headers
  • Loading branch information
Xerkus authored Oct 9, 2021
2 parents 09d8adb + 3248cde commit 474bb92
Show file tree
Hide file tree
Showing 181 changed files with 0 additions and 1,085 deletions.
6 changes: 0 additions & 6 deletions src/Application.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Mvc;

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

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

namespace Laminas\Mvc;

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

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

namespace Laminas\Mvc\Controller;

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

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

namespace Laminas\Mvc\Controller;

use Laminas\EventManager\EventInterface as Event;
Expand Down
5 changes: 0 additions & 5 deletions src/Controller/AbstractRestfulController.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-mvc for the canonical source repository
* @copyright https://github.com/laminas/laminas-mvc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-mvc/blob/master/LICENSE.md New BSD License
*/
namespace Laminas\Mvc\Controller;

use Laminas\Http\Request as HttpRequest;
Expand Down
6 changes: 0 additions & 6 deletions src/Controller/ControllerManager.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Mvc\Controller;

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

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

namespace Laminas\Mvc\Controller;

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

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

namespace Laminas\Mvc\Controller;

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

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

namespace Laminas\Mvc\Controller\Plugin;

use Laminas\Stdlib\DispatchableInterface as Dispatchable;
Expand Down
6 changes: 0 additions & 6 deletions src/Controller/Plugin/AcceptableViewModelSelector.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Mvc\Controller\Plugin;

use Laminas\Http\Header\Accept\FieldValuePart\AbstractFieldValuePart;
Expand Down
6 changes: 0 additions & 6 deletions src/Controller/Plugin/CreateHttpNotFoundModel.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Mvc\Controller\Plugin;

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

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

namespace Laminas\Mvc\Controller\Plugin;

use Laminas\EventManager\SharedEventManagerInterface as SharedEvents;
Expand Down
6 changes: 0 additions & 6 deletions src/Controller/Plugin/Layout.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Mvc\Controller\Plugin;

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

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

namespace Laminas\Mvc\Controller\Plugin;

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

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

namespace Laminas\Mvc\Controller\Plugin;

use Laminas\Stdlib\DispatchableInterface as Dispatchable;
Expand Down
6 changes: 0 additions & 6 deletions src/Controller/Plugin/Redirect.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Mvc\Controller\Plugin;

use Laminas\Http\Response;
Expand Down
6 changes: 0 additions & 6 deletions src/Controller/Plugin/Service/ForwardFactory.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Mvc\Controller\Plugin\Service;

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

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

namespace Laminas\Mvc\Controller\Plugin;

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

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

namespace Laminas\Mvc\Controller;

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

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

namespace Laminas\Mvc;

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

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

namespace Laminas\Mvc\Exception;

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

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

namespace Laminas\Mvc\Exception;

class DomainException extends \DomainException implements ExceptionInterface
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-mvc for the canonical source repository
* @copyright https://github.com/laminas/laminas-mvc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-mvc/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Mvc\Exception;

interface ExceptionInterface
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-mvc for the canonical source repository
* @copyright https://github.com/laminas/laminas-mvc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-mvc/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Mvc\Exception;

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

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

namespace Laminas\Mvc\Exception;

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

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

namespace Laminas\Mvc\Exception;

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

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

namespace Laminas\Mvc\Exception;

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

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

namespace Laminas\Mvc\Exception;

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

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

namespace Laminas\Mvc\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-mvc for the canonical source repository
* @copyright https://github.com/laminas/laminas-mvc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-mvc/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\Mvc\Exception;

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

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

namespace Laminas\Mvc;

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

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

namespace Laminas\Mvc;

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

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

namespace Laminas\Mvc;

use Interop\Container\ContainerInterface;
Expand Down
Loading

0 comments on commit 474bb92

Please sign in to comment.