|
1 | 1 | <?php
|
2 | 2 | namespace Slub\Dfgviewer\Controller;
|
3 | 3 |
|
4 |
| -/*************************************************************** |
5 |
| - * Copyright notice |
| 4 | +/** |
| 5 | + * Copyright notice |
6 | 6 | *
|
7 |
| - * (c) 2012 Sebastian Meyer <[email protected]> |
8 |
| - * (c) 2022 Alexander Bigga <[email protected]> |
9 |
| - * All rights reserved |
| 7 | + * (c) Saxon State and University Library Dresden <[email protected]> |
| 8 | + * All rights reserved |
10 | 9 | *
|
11 |
| - * This script is part of the TYPO3 project. The TYPO3 project is |
12 |
| - * free software; you can redistribute it and/or modify |
13 |
| - * it under the terms of the GNU General Public License as published by |
14 |
| - * the Free Software Foundation; either version 2 of the License, or |
15 |
| - * (at your option) any later version. |
| 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 3 of the License, or |
| 14 | + * (at your option) any later version. |
16 | 15 | *
|
17 |
| - * The GNU General Public License can be found at |
18 |
| - * http://www.gnu.org/copyleft/gpl.html. |
| 16 | + * The GNU General Public License can be found at |
| 17 | + * http://www.gnu.org/copyleft/gpl.html. |
19 | 18 | *
|
20 |
| - * This script is distributed in the hope that it will be useful, |
21 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
22 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
23 |
| - * GNU General Public License for more details. |
| 19 | + * This script is distributed in the hope that it will be useful, |
| 20 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 21 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 22 | + * GNU General Public License for more details. |
24 | 23 | *
|
25 |
| - * This copyright notice MUST APPEAR in all copies of the script! |
26 |
| - ***************************************************************/ |
| 24 | + * This copyright notice MUST APPEAR in all copies of the script! |
| 25 | + */ |
27 | 26 |
|
28 | 27 | use Kitodo\Dlf\Common\Helper;
|
29 | 28 | use TYPO3\CMS\Core\Utility\MathUtility;
|
|
0 commit comments