Skip to content

Commit af9634d

Browse files
committed
Apply pull request laminas#190 from ghostwriter/remove-file-headers to 2.13.x branch
1 parent bb6b650 commit af9634d

File tree

375 files changed

+0
-2250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

375 files changed

+0
-2250
lines changed

src/Adapter/Adapter.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* @see https://github.com/laminas/laminas-db for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-db/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-db/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Db\Adapter;
104

115
use Laminas\Db\ResultSet;

src/Adapter/AdapterAbstractServiceFactory.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* @see https://github.com/laminas/laminas-db for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-db/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-db/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Db\Adapter;
104

115
use Interop\Container\ContainerInterface;

src/Adapter/AdapterAwareInterface.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* @see https://github.com/laminas/laminas-db for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-db/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-db/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Db\Adapter;
104

115
interface AdapterAwareInterface

src/Adapter/AdapterAwareTrait.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* @see https://github.com/laminas/laminas-db for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-db/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-db/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Db\Adapter;
104

115
trait AdapterAwareTrait

src/Adapter/AdapterInterface.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* @see https://github.com/laminas/laminas-db for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-db/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-db/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Db\Adapter;
104

115
/**

src/Adapter/AdapterServiceDelegator.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* @see https://github.com/laminas/laminas-db for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-db/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-db/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Db\Adapter;
104

115
use Psr\Container\ContainerInterface;

src/Adapter/AdapterServiceFactory.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* @see https://github.com/laminas/laminas-db for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-db/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-db/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Db\Adapter;
104

115
use Interop\Container\ContainerInterface;

src/Adapter/Driver/AbstractConnection.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* @see https://github.com/laminas/laminas-db for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-db/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-db/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Db\Adapter\Driver;
104

115
use Laminas\Db\Adapter\Profiler\ProfilerAwareInterface;

src/Adapter/Driver/ConnectionInterface.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* @see https://github.com/laminas/laminas-db for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-db/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-db/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Db\Adapter\Driver;
104

115
interface ConnectionInterface

src/Adapter/Driver/DriverInterface.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* @see https://github.com/laminas/laminas-db for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-db/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-db/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Db\Adapter\Driver;
104

115
interface DriverInterface

0 commit comments

Comments
 (0)