Skip to content

Commit 6071d95

Browse files
committed
[KnpLabs#7] remove license info from file headers (consistent with other projects, reduce loc)
1 parent a05c74c commit 6071d95

File tree

10 files changed

+0
-82
lines changed

10 files changed

+0
-82
lines changed

src/Knp/PiwikClient/Client.php

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

3-
/*
4-
* This file is part of the PiwikClient.
5-
* (c) 2013 Knp Labs <http://www.knplabs.com>
6-
*
7-
* For the full copyright and license information, please view the LICENSE
8-
* file that was distributed with this source code.
9-
*/
10-
113
namespace Knp\PiwikClient;
124

135
use Knp\PiwikClient\Connection\ConnectionInterface,

src/Knp/PiwikClient/Connection/ConnectionInterface.php

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

3-
/*
4-
* This file is part of the PiwikClient.
5-
* (c) 2013 Knp Labs <http://www.knplabs.com>
6-
*
7-
* For the full copyright and license information, please view the LICENSE
8-
* file that was distributed with this source code.
9-
*/
10-
113
namespace Knp\PiwikClient\Connection;
124

135
/**

src/Knp/PiwikClient/Connection/HttpConnection.php

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

3-
/*
4-
* This file is part of the PiwikClient.
5-
* (c) 2013 Knp Labs <http://www.knplabs.com>
6-
*
7-
* For the full copyright and license information, please view the LICENSE
8-
* file that was distributed with this source code.
9-
*/
10-
113
namespace Knp\PiwikClient\Connection;
124

135
use Knp\PiwikClient\Exception\Exception as PiwikException;

src/Knp/PiwikClient/Connection/PiwikConnection.php

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

3-
/*
4-
* This file is part of the PiwikClient.
5-
* (c) 2013 Knp Labs <http://www.knplabs.com>
6-
*
7-
* For the full copyright and license information, please view the LICENSE
8-
* file that was distributed with this source code.
9-
*/
10-
113
namespace Knp\PiwikClient\Connection;
124

135
/**

src/Knp/PiwikClient/Connection/StubConnection.php

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

3-
/*
4-
* This file is part of the PiwikClient.
5-
* (c) 2013 Knp Labs <http://www.knplabs.com>
6-
*
7-
* For the full copyright and license information, please view the LICENSE
8-
* file that was distributed with this source code.
9-
*/
10-
113
namespace Knp\PiwikClient\Connection;
124

135
/**

src/Knp/PiwikClient/Exception/Exception.php

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

3-
/*
4-
* This file is part of the PiwikClient.
5-
* (c) 2013 Knp Labs <http://www.knplabs.com>
6-
*
7-
* For the full copyright and license information, please view the LICENSE
8-
* file that was distributed with this source code.
9-
*/
10-
113
namespace Knp\PiwikClient\Exception;
124

135
/**

tests/Knp/PiwikClient/ClientTest.php

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

3-
/*
4-
* This file is part of the PiwikClient.
5-
* (c) 2013 Knp Labs <http://www.knplabs.com>
6-
*
7-
* For the full copyright and license information, please view the LICENSE
8-
* file that was distributed with this source code.
9-
*/
10-
113
namespace Test\Knp\PiwikClient;
124

135
use Knp\PiwikClient\Client;
146

157
class ClientTest extends \PHPUnit_Framework_TestCase
168
{
17-
18-
199
/* TEST GET CONNECTION
2010
*************************************************************************/
2111
public function testConnection()

tests/Knp/PiwikClient/Connection/HttpConnectionTest.php

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

3-
/*
4-
* This file is part of the PiwikClient.
5-
* (c) 2013 Knp Labs <http://www.knplabs.com>
6-
*
7-
* For the full copyright and license information, please view the LICENSE
8-
* file that was distributed with this source code.
9-
*/
10-
113
namespace Test\Knp\PiwikClient\Connection;
124

135
use Buzz;

tests/Knp/PiwikClient/Connection/StubConnectionTest.php

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

3-
/*
4-
* This file is part of the PiwikClient.
5-
* (c) 2013 Knp Labs <http://www.knplabs.com>
6-
*
7-
* For the full copyright and license information, please view the LICENSE
8-
* file that was distributed with this source code.
9-
*/
10-
113
namespace Test\Knp\PiwikClient\Connection;
124

135
use Knp\PiwikClient\Connection\StubConnection;

tests/bootstrap.php

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

3-
/*
4-
* This file is part of the PiwikClient.
5-
* (c) 2013 Knp Labs <http://www.knplabs.com>
6-
*
7-
* For the full copyright and license information, please view the LICENSE
8-
* file that was distributed with this source code.
9-
*/
10-
113
require_once __DIR__ . '/../vendor/autoload.php';

0 commit comments

Comments
 (0)