Skip to content

Commit a59b0a9

Browse files
committed
Remove file headers, closes #10
1 parent ffd9756 commit a59b0a9

12 files changed

+0
-108
lines changed

src/ClassDiscovery.php

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

3-
/*
4-
* This file is part of the Http Discovery package.
5-
*
6-
* (c) PHP HTTP Team <[email protected]>
7-
*
8-
* For the full copyright and license information, please read the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Http\Discovery;
134

145
/**

src/HttpClientDiscovery.php

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

3-
/*
4-
* This file is part of the Http Discovery package.
5-
*
6-
* (c) PHP HTTP Team <[email protected]>
7-
*
8-
* For the full copyright and license information, please read the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Http\Discovery;
134

145
use Http\Client\HttpClient;

src/MessageFactory/DiactorosFactory.php

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

3-
/*
4-
* This file is part of the Http Discovery package.
5-
*
6-
* (c) PHP HTTP Team <[email protected]>
7-
*
8-
* For the full copyright and license information, please read the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Http\Discovery\MessageFactory;
134

145
use Http\Message\MessageFactory;

src/MessageFactory/GuzzleFactory.php

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

3-
/*
4-
* This file is part of the Http Discovery package.
5-
*
6-
* (c) PHP HTTP Team <[email protected]>
7-
*
8-
* For the full copyright and license information, please read the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Http\Discovery\MessageFactory;
134

145
use GuzzleHttp\Psr7\Request;

src/MessageFactoryDiscovery.php

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

3-
/*
4-
* This file is part of the Http Discovery package.
5-
*
6-
* (c) PHP HTTP Team <[email protected]>
7-
*
8-
* For the full copyright and license information, please read the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Http\Discovery;
134

145
use Http\Message\MessageFactory;

src/NotFoundException.php

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

3-
/*
4-
* This file is part of the Http Discovery package.
5-
*
6-
* (c) PHP HTTP Team <[email protected]>
7-
*
8-
* For the full copyright and license information, please read the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Http\Discovery;
134

145
/**

src/StreamFactory/DiactorosStreamFactory.php

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

3-
/*
4-
* This file is part of the Http Discovery package.
5-
*
6-
* (c) PHP HTTP Team <[email protected]>
7-
*
8-
* For the full copyright and license information, please read the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Http\Discovery\StreamFactory;
134

145
use Http\Message\StreamFactory;

src/StreamFactory/GuzzleStreamFactory.php

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

3-
/*
4-
* This file is part of the Http Discovery package.
5-
*
6-
* (c) PHP HTTP Team <[email protected]>
7-
*
8-
* For the full copyright and license information, please read the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Http\Discovery\StreamFactory;
134

145
use Http\Message\StreamFactory;

src/StreamFactoryDiscovery.php

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

3-
/*
4-
* This file is part of the Http Discovery package.
5-
*
6-
* (c) PHP HTTP Team <[email protected]>
7-
*
8-
* For the full copyright and license information, please read the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Http\Discovery;
134

145
use Http\Message\StreamFactory;

src/UriFactory/DiactorosFactory.php

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

3-
/*
4-
* This file is part of the Http Discovery package.
5-
*
6-
* (c) PHP HTTP Team <[email protected]>
7-
*
8-
* For the full copyright and license information, please read the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Http\Discovery\UriFactory;
134

145
use Http\Message\UriFactory;

0 commit comments

Comments
 (0)