Skip to content

Commit

Permalink
Remove file headers
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Rückauer <arueckauer@gmail.com>
  • Loading branch information
arueckauer committed Sep 30, 2021
1 parent 9996468 commit f56aff6
Show file tree
Hide file tree
Showing 80 changed files with 0 additions and 480 deletions.
6 changes: 0 additions & 6 deletions src/Attribute.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap;

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

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

namespace Laminas\Ldap;

use Countable;
Expand Down
6 changes: 0 additions & 6 deletions src/Collection/DefaultIterator.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Collection;

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

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

namespace Laminas\Ldap\Converter;

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

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

namespace Laminas\Ldap\Converter\Exception;

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

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

namespace Laminas\Ldap\Converter\Exception;

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

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

namespace Laminas\Ldap\Converter\Exception;

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

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

namespace Laminas\Ldap\Converter\Exception;

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

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

namespace Laminas\Ldap;

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

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

namespace Laminas\Ldap;

/**
Expand Down
6 changes: 0 additions & 6 deletions src/ErrorHandlerInterface.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap;

/**
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/BadMethodCallException.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Exception;

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

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

namespace Laminas\Ldap\Exception;

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

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

namespace Laminas\Ldap\Exception;

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

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

namespace Laminas\Ldap\Exception;

use Laminas\Ldap\Ldap;
Expand Down
6 changes: 0 additions & 6 deletions src/Filter.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap;

/**
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/AbstractFilter.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Filter;

use Laminas\Ldap\Converter\Converter;
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/AbstractLogicalFilter.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Filter;

/**
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/AndFilter.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Filter;

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

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

namespace Laminas\Ldap\Filter\Exception;

use Laminas\Ldap\Exception\ExceptionInterface as MainLdapException;
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/Exception/FilterException.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Filter\Exception;

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

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

namespace Laminas\Ldap\Filter;

/**
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/NotFilter.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Filter;

/**
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/OrFilter.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Filter;

/**
Expand Down
6 changes: 0 additions & 6 deletions src/Filter/StringFilter.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Filter;

/**
Expand Down
6 changes: 0 additions & 6 deletions src/Ldap.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap;

use Laminas\Ldap\Exception\LdapException;
Expand Down
6 changes: 0 additions & 6 deletions src/Ldif/Encoder.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Ldif;

use Laminas\Ldap;
Expand Down
6 changes: 0 additions & 6 deletions src/Node.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap;

use Iterator;
Expand Down
6 changes: 0 additions & 6 deletions src/Node/AbstractNode.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Node;

use ArrayAccess;
Expand Down
6 changes: 0 additions & 6 deletions src/Node/ChildrenIterator.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Node;

use ArrayAccess;
Expand Down
6 changes: 0 additions & 6 deletions src/Node/Collection.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Node;

use Laminas\Ldap;
Expand Down
6 changes: 0 additions & 6 deletions src/Node/RootDse.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Node;

use Laminas\Ldap;
Expand Down
6 changes: 0 additions & 6 deletions src/Node/RootDse/ActiveDirectory.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Ldap\Node\RootDse;

use Laminas\Ldap;
Expand Down

0 comments on commit f56aff6

Please sign in to comment.