Skip to content

Commit 13cc91d

Browse files
committed
[TASK] Unify copyright header
1 parent 5d105f9 commit 13cc91d

19 files changed

Lines changed: 493 additions & 374 deletions

Classes/Configuration/ConfigurationBuildingException.php

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
11
<?php
22
namespace Helhum\TyposcriptRendering\Configuration;
33

4-
/***************************************************************
5-
* Copyright notice
4+
/*
5+
* This file is part of the TypoScript Rendering TYPO3 extension.
66
*
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.
910
*
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.
1513
*
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+
*/
2915

3016
class ConfigurationBuildingException extends \Exception
3117
{

Classes/Configuration/RecordRenderingConfigurationBuilder.php

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
11
<?php
22
namespace Helhum\TyposcriptRendering\Configuration;
33

4-
/***************************************************************
5-
* Copyright notice
4+
/*
5+
* This file is part of the TypoScript Rendering TYPO3 extension.
66
*
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.
910
*
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.
1513
*
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+
*/
2915

3016
use Helhum\TyposcriptRendering\Renderer\RenderingContext;
3117
use TYPO3\CMS\Core\Utility\MathUtility;

Classes/Core/FrontendRenderingProvisioner.php

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
11
<?php
22
namespace Helhum\TyposcriptRendering\Core;
33

4-
/***************************************************************
5-
* Copyright notice
4+
/*
5+
* This file is part of the TypoScript Rendering TYPO3 extension.
66
*
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.
910
*
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.
1513
*
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+
*/
2915

3016
use TYPO3\CMS\Core\Utility\GeneralUtility;
3117
use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;

Classes/Exception.php

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
11
<?php
22
namespace Helhum\TyposcriptRendering;
33

4-
/***************************************************************
5-
* Copyright notice
4+
/*
5+
* This file is part of the TypoScript Rendering TYPO3 extension.
66
*
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.
910
*
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.
1513
*
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+
*/
2915

3016
class Exception extends \TYPO3\CMS\Core\Error\Exception
3117
{

Classes/Mvc/Request.php

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,18 @@
11
<?php
22
namespace Helhum\TyposcriptRendering\Mvc;
33

4-
/***************************************************************
5-
* Copyright notice
4+
/*
5+
* This file is part of the TypoScript Rendering TYPO3 extension.
66
*
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.
910
*
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.
1513
*
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-
***************************************************************/
29-
30-
/**
31-
* Class Request
3214
*/
15+
3316
class Request
3417
{
3518
/**

Classes/Mvc/RequestBuilder.php

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
11
<?php
22
namespace Helhum\TyposcriptRendering\Mvc;
33

4-
/***************************************************************
5-
* Copyright notice
4+
/*
5+
* This file is part of the TypoScript Rendering TYPO3 extension.
66
*
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.
910
*
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.
1513
*
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+
*/
2915

3016
use Helhum\TyposcriptRendering\Exception;
3117

Classes/Mvc/Response.php

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,18 @@
11
<?php
22
namespace Helhum\TyposcriptRendering\Mvc;
33

4-
/***************************************************************
5-
* Copyright notice
4+
/*
5+
* This file is part of the TypoScript Rendering TYPO3 extension.
66
*
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.
910
*
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.
1513
*
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-
***************************************************************/
29-
30-
/**
31-
* Class Response
3214
*/
15+
3316
class Response
3417
{
3518
/**

Classes/Renderer/RecordRenderer.php

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
11
<?php
22
namespace Helhum\TyposcriptRendering\Renderer;
33

4-
/***************************************************************
5-
* Copyright notice
4+
/*
5+
* This file is part of the TypoScript Rendering TYPO3 extension.
66
*
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.
910
*
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.
1513
*
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+
*/
2915

3016
use Helhum\TyposcriptRendering\Mvc\Request;
3117
use Helhum\TyposcriptRendering\Mvc\Response;

Classes/Renderer/RenderingContext.php

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
11
<?php
22
namespace Helhum\TyposcriptRendering\Renderer;
33

4-
/***************************************************************
5-
* Copyright notice
4+
/*
5+
* This file is part of the TypoScript Rendering TYPO3 extension.
66
*
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.
910
*
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.
1513
*
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+
*/
2915

3016
use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
3117

0 commit comments

Comments
 (0)