@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the phpBB Topic Solved extension package. |
|
4 | - * |
|
5 | - * @copyright (c) Bryan Petty |
|
6 | - * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | - * |
|
8 | - * @package tierra/topicsolved/tests/event |
|
9 | - */ |
|
3 | + * This file is part of the phpBB Topic Solved extension package. |
|
4 | + * |
|
5 | + * @copyright (c) Bryan Petty |
|
6 | + * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | + * |
|
8 | + * @package tierra/topicsolved/tests/event |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace tierra\topicsolved\tests\event; |
12 | 12 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the phpBB Topic Solved extension package. |
|
4 | - * |
|
5 | - * @copyright (c) Bryan Petty |
|
6 | - * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | - * |
|
8 | - * @package tierra/topicsolved/tests |
|
9 | - */ |
|
3 | + * This file is part of the phpBB Topic Solved extension package. |
|
4 | + * |
|
5 | + * @copyright (c) Bryan Petty |
|
6 | + * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | + * |
|
8 | + * @package tierra/topicsolved/tests |
|
9 | + */ |
|
10 | 10 | namespace tierra\topicsolved\tests; |
11 | 11 | |
12 | 12 | use tierra\topicsolved\topicsolved; |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the phpBB Topic Solved extension package. |
|
4 | - * |
|
5 | - * @copyright (c) Bryan Petty |
|
6 | - * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | - * |
|
8 | - * @package tierra/topicsolved/tests/functional |
|
9 | - */ |
|
3 | + * This file is part of the phpBB Topic Solved extension package. |
|
4 | + * |
|
5 | + * @copyright (c) Bryan Petty |
|
6 | + * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | + * |
|
8 | + * @package tierra/topicsolved/tests/functional |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace tierra\topicsolved\tests\functional; |
12 | 12 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the phpBB Topic Solved extension package. |
|
4 | - * |
|
5 | - * @copyright (c) Bryan Petty |
|
6 | - * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | - * |
|
8 | - * @package tierra/topicsolved |
|
9 | - */ |
|
3 | + * This file is part of the phpBB Topic Solved extension package. |
|
4 | + * |
|
5 | + * @copyright (c) Bryan Petty |
|
6 | + * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | + * |
|
8 | + * @package tierra/topicsolved |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace tierra\topicsolved; |
12 | 12 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the phpBB Topic Solved extension package. |
|
4 | - * |
|
5 | - * @copyright (c) Bryan Petty |
|
6 | - * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | - * |
|
8 | - * @package tierra/topicsolved/controller |
|
9 | - */ |
|
3 | + * This file is part of the phpBB Topic Solved extension package. |
|
4 | + * |
|
5 | + * @copyright (c) Bryan Petty |
|
6 | + * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | + * |
|
8 | + * @package tierra/topicsolved/controller |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace tierra\topicsolved\controller; |
12 | 12 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the phpBB Topic Solved extension package. |
|
4 | - * |
|
5 | - * @copyright (c) Bryan Petty |
|
6 | - * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | - * |
|
8 | - * @package tierra/topicsolved/language |
|
9 | - */ |
|
3 | + * This file is part of the phpBB Topic Solved extension package. |
|
4 | + * |
|
5 | + * @copyright (c) Bryan Petty |
|
6 | + * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | + * |
|
8 | + * @package tierra/topicsolved/language |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | if (!defined('IN_PHPBB')) |
12 | 12 | { |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the phpBB Topic Solved extension package. |
|
4 | - * |
|
5 | - * @copyright (c) Bryan Petty |
|
6 | - * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | - * |
|
8 | - * @package tierra/topicsolved/event |
|
9 | - */ |
|
3 | + * This file is part of the phpBB Topic Solved extension package. |
|
4 | + * |
|
5 | + * @copyright (c) Bryan Petty |
|
6 | + * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | + * |
|
8 | + * @package tierra/topicsolved/event |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace tierra\topicsolved\event; |
12 | 12 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the phpBB Topic Solved extension package. |
|
4 | - * |
|
5 | - * @copyright (c) Bryan Petty |
|
6 | - * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | - * |
|
8 | - * @package tierra/topicsolved/language |
|
9 | - */ |
|
3 | + * This file is part of the phpBB Topic Solved extension package. |
|
4 | + * |
|
5 | + * @copyright (c) Bryan Petty |
|
6 | + * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | + * |
|
8 | + * @package tierra/topicsolved/language |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | if (!defined('IN_PHPBB')) |
12 | 12 | { |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the phpBB Topic Solved extension package. |
|
4 | - * |
|
5 | - * @copyright (c) Bryan Petty |
|
6 | - * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | - * |
|
8 | - * @package tierra/topicsolved/language |
|
9 | - */ |
|
3 | + * This file is part of the phpBB Topic Solved extension package. |
|
4 | + * |
|
5 | + * @copyright (c) Bryan Petty |
|
6 | + * @license GNU General Public License, version 2 (GPL-2.0) |
|
7 | + * |
|
8 | + * @package tierra/topicsolved/language |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | if (!defined('IN_PHPBB')) |
12 | 12 | { |