|
1 | 1 | <?php |
2 | 2 | namespace Helhum\TyposcriptRendering\Core; |
3 | 3 |
|
4 | | -/*************************************************************** |
5 | | - * Copyright notice |
| 4 | +/* |
| 5 | + * This file is part of the TypoScript Rendering TYPO3 extension. |
6 | 6 | * |
7 | | - * (c) 2014 Helmut Hummel <helmut.hummel@typo3.org> |
8 | | - * All rights reserved |
| 7 | + * It is free software; you can redistribute it and/or modify it under |
| 8 | + * the terms of the GNU General Public License, either version 2 |
| 9 | + * of the License, or any later version. |
9 | 10 | * |
10 | | - * This script is part of the TYPO3 project. The TYPO3 project is |
11 | | - * free software; you can redistribute it and/or modify |
12 | | - * it under the terms of the GNU General Public License as published by |
13 | | - * the Free Software Foundation; either version 2 of the License, or |
14 | | - * (at your option) any later version. |
| 11 | + * For the full copyright and license information, please read |
| 12 | + * LICENSE file that was distributed with this source code. |
15 | 13 | * |
16 | | - * The GNU General Public License can be found at |
17 | | - * http://www.gnu.org/copyleft/gpl.html. |
18 | | - * A copy is found in the text file GPL.txt and important notices to the license |
19 | | - * from the author is found in LICENSE.txt distributed with these scripts. |
20 | | - * |
21 | | - * |
22 | | - * This script is distributed in the hope that it will be useful, |
23 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
24 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
25 | | - * GNU General Public License for more details. |
26 | | - * |
27 | | - * This copyright notice MUST APPEAR in all copies of the script! |
28 | | - ***************************************************************/ |
| 14 | + */ |
29 | 15 |
|
30 | 16 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
31 | 17 | use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController; |
|
0 commit comments