mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
[TASK] Re-work/simplify copyright header in PHP files - Part 5
This patch replaces the copyright/license header in PHP files with a new, simplified one. The new header does not show the year figure, nor an author name, and refers to the LICENSE.txt file for the full copyright information. License is: GPL2 or any later version. This is a multi-part commit due to the huge number of changed files. See issue #59781 for further details. Resolves: #59781 Releases: 6.3, 6.2 Change-Id: I7429b8e9c507a4833215750268d1975402679828 Reviewed-on: https://review.typo3.org/31026 Reviewed-by: Krzysztof Adamczyk Tested-by: Krzysztof Adamczyk Reviewed-by: Markus Klein Tested-by: Markus Klein
This commit is contained in:
parent
39fb1c31a6
commit
5c1d2cd3c9
1 changed files with 12 additions and 20 deletions
|
@ -1,26 +1,18 @@
|
|||
<?php
|
||||
namespace TYPO3\CMS\Feedit;
|
||||
|
||||
/***************************************************************
|
||||
* Copyright notice
|
||||
* (c) 2008-2013 Jeff Segars <jeff@webempoweredchurch.org>
|
||||
* (c) 2008-2013 David Slayback <dave@webempoweredchurch.org>
|
||||
* All rights reserved
|
||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
||||
* free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
* The GNU General Public License can be found at
|
||||
* http://www.gnu.org/copyleft/gpl.html.
|
||||
* A copy is found in the text file GPL.txt and important notices to the license
|
||||
* from the author is found in LICENSE.txt distributed with these scripts.
|
||||
* This script is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* This copyright notice MUST APPEAR in all copies of the script!
|
||||
***************************************************************/
|
||||
/**
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
*
|
||||
* It is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU General Public License, either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* For the full copyright and license information, please read the
|
||||
* LICENSE.txt file that was distributed with this source code.
|
||||
*
|
||||
* The TYPO3 project - inspiring people to share!
|
||||
*/
|
||||
use TYPO3\CMS\Backend\Sprite\SpriteManager;
|
||||
use TYPO3\CMS\Backend\Utility\IconUtility;
|
||||
|
||||
|
|
Loading…
Reference in a new issue