Skip to content

Commit ab245ca

Browse files
committed
Remove copyright headers
1 parent d69b56f commit ab245ca

File tree

8 files changed

+0
-64
lines changed

8 files changed

+0
-64
lines changed

src/Connector/NetteConnector.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 Arachne
5-
*
6-
* Copyright (c) Jáchym Toušek ([email protected])
7-
*
8-
* For the full copyright and license information, please view the file license.md that was distributed with this source code.
9-
*/
10-
113
namespace Arachne\Codeception\Connector;
124

135
use Arachne\Codeception\Http\Request as HttpRequest;

src/Console/RunTestInput.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 Arachne
5-
*
6-
* Copyright (c) Jáchym Toušek ([email protected])
7-
*
8-
* For the full copyright and license information, please view the file license.md that was distributed with this source code.
9-
*/
10-
113
namespace Arachne\Codeception\Console;
124

135
use Symfony\Component\Console\Input\ArgvInput;

src/DI/HttpExtension.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 Arachne
5-
*
6-
* Copyright (c) Jáchym Toušek ([email protected])
7-
*
8-
* For the full copyright and license information, please view the file license.md that was distributed with this source code.
9-
*/
10-
113
namespace Arachne\Codeception\DI;
124

135
use Nette\DI\CompilerExtension;

src/Http/Request.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 Arachne
5-
*
6-
* Copyright (c) Jáchym Toušek ([email protected])
7-
*
8-
* For the full copyright and license information, please view the file license.md that was distributed with this source code.
9-
*/
10-
113
namespace Arachne\Codeception\Http;
124

135
use Nette\Http\IRequest;

src/Http/Response.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 Arachne
5-
*
6-
* Copyright (c) Jáchym Toušek ([email protected])
7-
*
8-
* For the full copyright and license information, please view the file license.md that was distributed with this source code.
9-
*/
10-
113
namespace Arachne\Codeception\Http;
124

135
use Nette\Http\Helpers;

src/Module/NetteApplicationModule.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 Arachne
5-
*
6-
* Copyright (c) Jáchym Toušek ([email protected])
7-
*
8-
* For the full copyright and license information, please view the file license.md that was distributed with this source code.
9-
*/
10-
113
namespace Arachne\Codeception\Module;
124

135
use Arachne\Codeception\Connector\NetteConnector;

src/Module/NetteDIModule.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 Arachne
5-
*
6-
* Copyright (c) Jáchym Toušek ([email protected])
7-
*
8-
* For the full copyright and license information, please view the file license.md that was distributed with this source code.
9-
*/
10-
113
namespace Arachne\Codeception\Module;
124

135
use Codeception\Module;

src/Tracy/Logger.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 Arachne
5-
*
6-
* Copyright (c) Jáchym Toušek ([email protected])
7-
*
8-
* For the full copyright and license information, please view the file license.md that was distributed with this source code.
9-
*/
10-
113
namespace Arachne\Codeception\Tracy;
124

135
use Codeception\Event\FailEvent;

0 commit comments

Comments
 (0)