Skip to content

Commit

Permalink
Remove file headers
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed May 10, 2021
1 parent 9ef9931 commit 5964183
Show file tree
Hide file tree
Showing 33 changed files with 0 additions and 198 deletions.
6 changes: 0 additions & 6 deletions bin/bcrypt.php
@@ -1,12 +1,6 @@
#!/usr/bin/env php
<?php

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

use Laminas\Crypt\Password\Bcrypt;

$autoload = realpath(__DIR__ . '/../vendor/autoload.php');
Expand Down
6 changes: 0 additions & 6 deletions config/module.config.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2;

return [
Expand Down
6 changes: 0 additions & 6 deletions src/Adapter/BcryptTrait.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Adapter;

use Laminas\Crypt\Password\Bcrypt;
Expand Down
6 changes: 0 additions & 6 deletions src/Adapter/Exception/RuntimeException.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Adapter\Exception;

use Laminas\ApiTools\OAuth2\ExceptionInterface;
Expand Down
6 changes: 0 additions & 6 deletions src/Adapter/MongoAdapter.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Adapter;

use Laminas\Crypt\Password\Bcrypt;
Expand Down
6 changes: 0 additions & 6 deletions src/Adapter/PdoAdapter.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Adapter;

use Laminas\Crypt\Password\Bcrypt;
Expand Down
6 changes: 0 additions & 6 deletions src/Controller/AuthController.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Controller;

use InvalidArgumentException;
Expand Down
6 changes: 0 additions & 6 deletions src/Controller/Exception/ExceptionInterface.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Controller\Exception;

use Laminas\ApiTools\OAuth2\ExceptionInterface as OAuth2Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Controller/Exception/RuntimeException.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Controller\Exception;

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

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

namespace Laminas\ApiTools\OAuth2;

interface ExceptionInterface
Expand Down
6 changes: 0 additions & 6 deletions src/Factory/AuthControllerFactory.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Factory;

use Interop\Container\ContainerInterface;
Expand Down
6 changes: 0 additions & 6 deletions src/Factory/MongoAdapterFactory.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Factory;

use Interop\Container\ContainerInterface;
Expand Down
6 changes: 0 additions & 6 deletions src/Factory/PdoAdapterFactory.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Factory;

use Interop\Container\ContainerInterface;
Expand Down
6 changes: 0 additions & 6 deletions src/Module.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2;

class Module
Expand Down
6 changes: 0 additions & 6 deletions src/Provider/UserId/AuthenticationService.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Provider\UserId;

use Laminas\Authentication\AuthenticationServiceInterface;
Expand Down
6 changes: 0 additions & 6 deletions src/Provider/UserId/AuthenticationServiceFactory.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Provider\UserId;

use Interop\Container\ContainerInterface;
Expand Down
6 changes: 0 additions & 6 deletions src/Provider/UserId/UserIdProviderInterface.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ApiTools\OAuth2\Provider\UserId;

use Laminas\Stdlib\RequestInterface;
Expand Down
6 changes: 0 additions & 6 deletions test/Adapter/Pdo/BaseTest.php
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ApiTools\OAuth2\Adapter\Pdo;

use ReflectionProperty;
Expand Down
6 changes: 0 additions & 6 deletions test/Controller/AuthControllerTest.php
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ApiTools\OAuth2\Controller;

use Laminas\ApiTools\ApiProblem\ApiProblemResponse;
Expand Down
6 changes: 0 additions & 6 deletions test/Controller/AuthControllerWithCustomAdapterTest.php
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ApiTools\OAuth2\Controller;

use Laminas\Test\PHPUnit\Controller\AbstractHttpControllerTestCase;
Expand Down
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ApiTools\OAuth2\Controller;

use Laminas\Stdlib\Parameters;
Expand Down
6 changes: 0 additions & 6 deletions test/Controller/AuthControllerWithMongoAdapterTest.php
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ApiTools\OAuth2\Controller;

use Laminas\Test\PHPUnit\Controller\AbstractHttpControllerTestCase;
Expand Down
6 changes: 0 additions & 6 deletions test/Controller/CustomAdapter.php
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ApiTools\OAuth2\Controller;

use Laminas\ApiTools\ApiProblem\Exception\DomainException;
Expand Down
6 changes: 0 additions & 6 deletions test/Controller/TestAsset/BodyParams.php
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ApiTools\OAuth2\Controller\TestAsset;

use Laminas\Mvc\Controller\Plugin\AbstractPlugin;
Expand Down
6 changes: 0 additions & 6 deletions test/Controller/TestAsset/CustomProblemDetailsException.php
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ApiTools\OAuth2\Controller\TestAsset;

use RuntimeException;
Expand Down
6 changes: 0 additions & 6 deletions test/Factory/AuthControllerFactoryTest.php
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ApiTools\OAuth2\Factory;

use Laminas\ApiTools\OAuth2\Controller\AuthController;
Expand Down
6 changes: 0 additions & 6 deletions test/Factory/MongoAdapterFactoryTest.php
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ApiTools\OAuth2\Factory;

use Laminas\ApiTools\OAuth2\Factory\MongoAdapterFactory;
Expand Down
6 changes: 0 additions & 6 deletions test/Factory/PdoAdapterFactoryTest.php
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ApiTools\OAuth2\Factory;

use Laminas\ApiTools\OAuth2\Factory\PdoAdapterFactory;
Expand Down
6 changes: 0 additions & 6 deletions test/TestAsset/autoload/mongo/global.php
@@ -1,11 +1,5 @@
<?php

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

return array(
'view_manager' => array(
'display_not_found_reason' => true,
Expand Down
6 changes: 0 additions & 6 deletions test/TestAsset/autoload/pdo/global.php
@@ -1,11 +1,5 @@
<?php

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

return array(
'view_manager' => array(
'display_not_found_reason' => true,
Expand Down
6 changes: 0 additions & 6 deletions test/TestAsset/autoload_custom/global.php
@@ -1,11 +1,5 @@
<?php

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

return [
'view_manager' => [
'display_not_found_reason' => true,
Expand Down
@@ -1,11 +1,5 @@
<?php

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

// @codingStandardsIgnoreFile

return array(
Expand Down
6 changes: 0 additions & 6 deletions test/TestAsset/autoload_mongo/global.php
@@ -1,11 +1,5 @@
<?php

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

return array(
'view_manager' => array(
'display_not_found_reason' => true,
Expand Down

0 comments on commit 5964183

Please sign in to comment.