Skip to content

Commit b39a4e2

Browse files
committed
Add missing header blocks
1 parent b8ef1ad commit b39a4e2

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/Http/Request.php

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

3+
/*
4+
* This file is part of the Arachne
5+
*
6+
* Copyright (c) Jáchym Toušek (enumag@gmail.com)
7+
*
8+
* For the full copyright and license information, please view the file license.md that was distributed with this source code.
9+
*/
10+
311
namespace Arachne\Codeception\Http;
412

513
use Nette\Http\IRequest;

src/Module/Container.php

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

3+
/*
4+
* This file is part of the Arachne
5+
*
6+
* Copyright (c) Jáchym Toušek (enumag@gmail.com)
7+
*
8+
* For the full copyright and license information, please view the file license.md that was distributed with this source code.
9+
*/
10+
311
namespace Arachne\Codeception\Module;
412

513
use Codeception\Module;

0 commit comments

Comments
 (0)