Skip to content

Commit c2bf846

Browse files
Merge pull request #325 from beatrycze-volk/fix-license
[MAINTENANCE] Fix license comments
2 parents 0ca8a3f + 78ca4ed commit c2bf846

35 files changed

+760
-230
lines changed

Classes/Controller/SruController.php

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
namespace Slub\Dfgviewer\Controller;
44

5+
/**
6+
* Copyright notice
7+
*
8+
* (c) Saxon State and University Library Dresden <[email protected]>
9+
* All rights reserved
10+
*
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 3 of the License, or
15+
* (at your option) any later version.
16+
*
17+
* The GNU General Public License can be found at
18+
* http://www.gnu.org/copyleft/gpl.html.
19+
*
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.
24+
*
25+
* This copyright notice MUST APPEAR in all copies of the script!
26+
*/
27+
528
use Kitodo\Dlf\Common\MetsDocument;
629
use TYPO3\CMS\Core\Page\PageRenderer;
730
use TYPO3\CMS\Core\Utility\GeneralUtility;

Classes/Controller/UriController.php

+17-18
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
<?php
22
namespace Slub\Dfgviewer\Controller;
33

4-
/***************************************************************
5-
* Copyright notice
4+
/**
5+
* Copyright notice
66
*
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
109
*
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.
1615
*
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.
1918
*
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.
2423
*
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+
*/
2726

2827
use Kitodo\Dlf\Common\Helper;
2928
use TYPO3\CMS\Core\Utility\MathUtility;

Classes/Middleware/SruMiddleware.php

+16-17
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,27 @@
22

33
namespace Slub\Dfgviewer\Middleware;
44

5-
/*
6-
* Copyright notice
5+
/**
6+
* Copyright notice
77
*
8-
* (c) 2014 Alexander Bigga <[email protected]>
9-
* (c) 2023 Beatrycze Volk <[email protected]>
10-
* All rights reserved
8+
* (c) Saxon State and University Library Dresden <[email protected]>
9+
* All rights reserved
1110
*
12-
* This script is part of the TYPO3 project. The TYPO3 project is
13-
* free software; you can redistribute it and/or modify
14-
* it under the terms of the GNU General Public License as published by
15-
* the Free Software Foundation; either version 2 of the License, or
16-
* (at your option) any later version.
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 3 of the License, or
15+
* (at your option) any later version.
1716
*
18-
* The GNU General Public License can be found at
19-
* http://www.gnu.org/copyleft/gpl.html.
17+
* The GNU General Public License can be found at
18+
* http://www.gnu.org/copyleft/gpl.html.
2019
*
21-
* This script is distributed in the hope that it will be useful,
22-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
23-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24-
* GNU General Public License for more details.
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.
2524
*
26-
* This copyright notice MUST APPEAR in all copies of the script!
25+
* This copyright notice MUST APPEAR in all copies of the script!
2726
*/
2827

2928
use Psr\Http\Message\ResponseInterface;

Classes/ViewHelpers/CalendarDataVariableViewHelper.php

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
namespace Slub\Dfgviewer\ViewHelpers;
44

5+
/**
6+
* Copyright notice
7+
*
8+
* (c) Saxon State and University Library Dresden <[email protected]>
9+
* All rights reserved
10+
*
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 3 of the License, or
15+
* (at your option) any later version.
16+
*
17+
* The GNU General Public License can be found at
18+
* http://www.gnu.org/copyleft/gpl.html.
19+
*
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.
24+
*
25+
* This copyright notice MUST APPEAR in all copies of the script!
26+
*/
27+
528
use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
629
use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;
730
use TYPO3\CMS\Core\TypoScript\Parser\TypoScriptParser;

Classes/ViewHelpers/Format/SubStringLastViewHelper.php

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
<?php
22
namespace Slub\Dfgviewer\ViewHelpers\Format;
3-
/***************************************************************
4-
* Copyright notice
3+
4+
/**
5+
* Copyright notice
56
*
6-
* (c) 2019 Alexander Bigga <[email protected]>
7-
* All rights reserved
7+
* (c) Saxon State and University Library Dresden <[email protected]>
8+
* All rights reserved
89
*
9-
* This script is part of the TYPO3 project. The TYPO3 project is
10-
* free software; you can redistribute it and/or modify
11-
* it under the terms of the GNU General Public License as published by
12-
* the Free Software Foundation; either version 3 of the License, or
13-
* (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.
1415
*
15-
* The GNU General Public License can be found at
16-
* 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.
1718
*
18-
* This script is distributed in the hope that it will be useful,
19-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21-
* 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.
2223
*
23-
* This copyright notice MUST APPEAR in all copies of the script!
24-
***************************************************************/
24+
* This copyright notice MUST APPEAR in all copies of the script!
25+
*/
2526

2627
use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;
2728

Classes/ViewHelpers/TitleTagViewHelper.php

+18-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@
22
namespace Slub\Dfgviewer\ViewHelpers;
33

44
/**
5-
* (c) Kitodo. Key to digital objects e.V. <[email protected]>
5+
* Copyright notice
66
*
7-
* This file is part of the Kitodo and TYPO3 projects.
7+
* (c) Saxon State and University Library Dresden <[email protected]>
8+
* All rights reserved
89
*
9-
* @license GNU General Public License version 3 or later.
10-
* For the full copyright and license information, please read the
11-
* LICENSE.txt file that was distributed with this source code.
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.
15+
*
16+
* The GNU General Public License can be found at
17+
* http://www.gnu.org/copyleft/gpl.html.
18+
*
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.
23+
*
24+
* This copyright notice MUST APPEAR in all copies of the script!
1225
*/
1326

1427
use TYPO3\CMS\Core\Utility\GeneralUtility;

Configuration/RequestMiddlewares.php

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
<?php
22

3-
/***************************************************************
4-
* Copyright notice
3+
/**
4+
* Copyright notice
55
*
6-
* (c) 2023 Beatrycze Volk <[email protected]>
7-
* All rights reserved
6+
* (c) Saxon State and University Library Dresden <[email protected]>
7+
* All rights reserved
88
*
9-
* This script is part of the TYPO3 project. The TYPO3 project is
10-
* free software; you can redistribute it and/or modify
11-
* it under the terms of the GNU General Public License as published by
12-
* the Free Software Foundation; either version 2 of the License, or
13-
* (at your option) any later version.
9+
* This script is part of the TYPO3 project. The TYPO3 project is
10+
* free software; you can redistribute it and/or modify
11+
* it under the terms of the GNU General Public License as published by
12+
* the Free Software Foundation; either version 3 of the License, or
13+
* (at your option) any later version.
1414
*
15-
* The GNU General Public License can be found at
16-
* http://www.gnu.org/copyleft/gpl.html.
15+
* The GNU General Public License can be found at
16+
* http://www.gnu.org/copyleft/gpl.html.
1717
*
18-
* This script is distributed in the hope that it will be useful,
19-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21-
* GNU General Public License for more details.
18+
* This script is distributed in the hope that it will be useful,
19+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+
* GNU General Public License for more details.
2222
*
23-
* This copyright notice MUST APPEAR in all copies of the script!
24-
***************************************************************/
23+
* This copyright notice MUST APPEAR in all copies of the script!
24+
*/
2525

2626
return [
2727
'frontend' => [

Resources/Private/JavaScript/dfgviewerScripts.js

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
/**
2+
* Copyright notice
3+
*
4+
* (c) Saxon State and University Library Dresden <[email protected]>
5+
* All rights reserved
6+
*
7+
* This script is part of the TYPO3 project. The TYPO3 project is
8+
* free software; you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* The GNU General Public License can be found at
14+
* http://www.gnu.org/copyleft/gpl.html.
15+
*
16+
* This script is distributed in the hope that it will be useful,
17+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
* GNU General Public License for more details.
20+
*
21+
* This copyright notice MUST APPEAR in all copies of the script!
22+
*/
23+
124
/*!
225
326
Custom scripts

Resources/Private/JavaScript/dfgviewerSru.js

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
/***************************************************************
2-
* Copyright notice
3-
*
4-
* (c) 2014 Kitodo. Key to digital objects e. V. <[email protected]>
5-
* All rights reserved
6-
*
7-
* This script is part of the TYPO3 project. The TYPO3 project is
8-
* free software; you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation; either version 2 of the License, or
11-
* (at your option) any later version.
12-
*
13-
* The GNU General Public License can be found at
14-
* http://www.gnu.org/copyleft/gpl.html.
15-
*
16-
* This script is distributed in the hope that it will be useful,
17-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
* GNU General Public License for more details.
20-
*
21-
* This copyright notice MUST APPEAR in all copies of the script!
22-
***************************************************************/
1+
/**
2+
* Copyright notice
3+
*
4+
* (c) Saxon State and University Library Dresden <[email protected]>
5+
* All rights reserved
6+
*
7+
* This script is part of the TYPO3 project. The TYPO3 project is
8+
* free software; you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* The GNU General Public License can be found at
14+
* http://www.gnu.org/copyleft/gpl.html.
15+
*
16+
* This script is distributed in the hope that it will be useful,
17+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
* GNU General Public License for more details.
20+
*
21+
* This copyright notice MUST APPEAR in all copies of the script!
22+
*/
2323

2424
$(document).ready(function() {
2525

Resources/Private/JavaScript/websiteScripts.js

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
/**
2+
* Copyright notice
3+
*
4+
* (c) Saxon State and University Library Dresden <[email protected]>
5+
* All rights reserved
6+
*
7+
* This script is part of the TYPO3 project. The TYPO3 project is
8+
* free software; you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* The GNU General Public License can be found at
14+
* http://www.gnu.org/copyleft/gpl.html.
15+
*
16+
* This script is distributed in the hope that it will be useful,
17+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
* GNU General Public License for more details.
20+
*
21+
* This copyright notice MUST APPEAR in all copies of the script!
22+
*/
23+
124
/*!
225
326
Custom scripts

0 commit comments

Comments
 (0)