Skip to content

Commit

Permalink
Merge pull request #8 from ghostwriter/remove-file-headers
Browse files Browse the repository at this point in the history
Remove file headers
  • Loading branch information
geerteltink authored May 14, 2021
2 parents 079ed83 + 51bf93c commit 3694544
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 66 deletions.
6 changes: 0 additions & 6 deletions src/AuthorizationInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

declare(strict_types=1);

namespace Mezzio\Authorization;
Expand Down
6 changes: 0 additions & 6 deletions src/AuthorizationMiddleware.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

declare(strict_types=1);

namespace Mezzio\Authorization;
Expand Down
6 changes: 0 additions & 6 deletions src/AuthorizationMiddlewareFactory.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

declare(strict_types=1);

namespace Mezzio\Authorization;
Expand Down
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/mezzio/mezzio-authorization for the canonical source repository
* @copyright https://github.com/mezzio/mezzio-authorization/blob/master/COPYRIGHT.md
* @license https://github.com/mezzio/mezzio-authorization/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace Mezzio\Authorization;
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/mezzio/mezzio-authorization for the canonical source repository
* @copyright https://github.com/mezzio/mezzio-authorization/blob/master/COPYRIGHT.md
* @license https://github.com/mezzio/mezzio-authorization/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace Mezzio\Authorization\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/InvalidConfigException.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

declare(strict_types=1);

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

declare(strict_types=1);

namespace Mezzio\Authorization\Exception;
Expand Down
6 changes: 0 additions & 6 deletions test/AuthorizationMiddlewareFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

declare(strict_types=1);

namespace MezzioTest\Authorization;
Expand Down
6 changes: 0 additions & 6 deletions test/AuthorizationMiddlewareTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

declare(strict_types=1);

namespace MezzioTest\Authorization;
Expand Down
6 changes: 0 additions & 6 deletions test/ConfigProviderTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

declare(strict_types=1);

namespace MezzioTest\Authorization;
Expand Down
6 changes: 0 additions & 6 deletions test/ExceptionTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

declare(strict_types=1);

namespace MezzioTest\Authorization;
Expand Down

0 comments on commit 3694544

Please sign in to comment.