diff --git a/typo3/ajax.php b/typo3/ajax.php index b6dc9dfcc917064308f30c0e98749ea52ed262bb..2c454da330e25edf078b207999300b468c975c1a 100644 --- a/typo3/ajax.php +++ b/typo3/ajax.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice - * - * (c) 2007-2013 Benjamin Mack - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * AJAX dispatcher diff --git a/typo3/alt_clickmenu.php b/typo3/alt_clickmenu.php index d7be9bf9f26272b04a9209d6fd264f6c45030c97..ea1abe4fd197a7c2b52af7ba07860d3955e4350c 100644 --- a/typo3/alt_clickmenu.php +++ b/typo3/alt_clickmenu.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Context menu diff --git a/typo3/alt_file_navframe.php b/typo3/alt_file_navframe.php index 8a60a2c7dd6a8fa543ea6ed451f6ad4f849dc885..fb020dcd0c3f985686affee0c8a7cecb52fc01d5 100644 --- a/typo3/alt_file_navframe.php +++ b/typo3/alt_file_navframe.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Folder tree in the File main module. diff --git a/typo3/browser.php b/typo3/browser.php index 0a30b0a1fba3f91cb8983baba441342143bcb39d..955e270bca2355b7c9ff2bee4e6ad7c861f2f4be 100644 --- a/typo3/browser.php +++ b/typo3/browser.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * This is the frameset to the file/record browser window diff --git a/typo3/db_new.php b/typo3/db_new.php index d0c84882f762860761bdba708cce31d3b6bef398..0b735506a48a5279655e36f8edd19c5490dda9f9 100644 --- a/typo3/db_new.php +++ b/typo3/db_new.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * New database item menu diff --git a/typo3/file_edit.php b/typo3/file_edit.php index 5a9f26be7922b095e4f7e0d0c7b57bb0d7036899..c267df334116ca444606077981833375eb799cbc 100644 --- a/typo3/file_edit.php +++ b/typo3/file_edit.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Web>File: Editing documents diff --git a/typo3/file_newfolder.php b/typo3/file_newfolder.php index ba3c61006cb2256839ec5fba72733ba20c592cbe..c4ec8b1e1376ac6b9b86629d062a4486630fe150 100644 --- a/typo3/file_newfolder.php +++ b/typo3/file_newfolder.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Web>File: Create new folders in the filemounts diff --git a/typo3/init.php b/typo3/init.php index bce02b5ccd9759bb4bba18f73ddc6a2066b9054b..3e02e77a41febdafe5c30bc06e4a9008f0d67114 100644 --- a/typo3/init.php +++ b/typo3/init.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * TYPO3 Backend initialization diff --git a/typo3/listframe_loader.php b/typo3/listframe_loader.php index 80623e8e8c66ffefdefa658ce1a7940f83d3bbaa..9bf30770dfba23d9a7bff94d91e49ddd2589c303 100644 --- a/typo3/listframe_loader.php +++ b/typo3/listframe_loader.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Redirects to real module if shortcut pressed diff --git a/typo3/show_item.php b/typo3/show_item.php index bed4db62074ea79d76bd3d5428a3ecec8cea0eb0..644b87adde9f9641f91ab656cd91708074ded5a9 100644 --- a/typo3/show_item.php +++ b/typo3/show_item.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice +/** + * This file is part of the TYPO3 CMS project. * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * All rights reserved + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * 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! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ require __DIR__ . '/init.php'; diff --git a/typo3/show_rechis.php b/typo3/show_rechis.php index 82233cb6c96899ac8d6b8fe091f852c85ff72ac3..23d4dc6487749cd7831ef635f987b37f97dc34aa 100644 --- a/typo3/show_rechis.php +++ b/typo3/show_rechis.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Shows information about a database or file item diff --git a/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php b/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php index dd687c97bb2d178ef6267b8cacdabcb92d35a5cc..6e5f808301c81e51fd45b4203a78716e3b73b90a 100644 --- a/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php +++ b/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php @@ -1,31 +1,18 @@ <?php namespace TYPO3\CMS\Cshmanual\Controller; -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Backend\Utility\BackendUtility; use TYPO3\CMS\Core\Utility\GeneralUtility; diff --git a/typo3/sysext/cshmanual/mod/index.php b/typo3/sysext/cshmanual/mod/index.php index 53865c7b6514ad9dfaf55b9381f786eea2688889..282e4a14dbe3eeb1e62e1808022695171492c250 100644 --- a/typo3/sysext/cshmanual/mod/index.php +++ b/typo3/sysext/cshmanual/mod/index.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Extension of the parse_html class. * diff --git a/typo3/sysext/info_pagetsconfig/Classes/Controller/InfoPageTyposcriptConfigController.php b/typo3/sysext/info_pagetsconfig/Classes/Controller/InfoPageTyposcriptConfigController.php index 18a669af27e4c9886f2d6fcf3c3ede6aa8ecfaf7..3041fa97d3d0b4dbc07732c308fb8fb413a90d0c 100644 --- a/typo3/sysext/info_pagetsconfig/Classes/Controller/InfoPageTyposcriptConfigController.php +++ b/typo3/sysext/info_pagetsconfig/Classes/Controller/InfoPageTyposcriptConfigController.php @@ -1,31 +1,18 @@ <?php namespace TYPO3\CMS\InfoPagetsconfig\Controller; -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com) - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Backend\Utility\BackendUtility; diff --git a/typo3/sysext/install/Classes/Configuration/AbstractCustomPreset.php b/typo3/sysext/install/Classes/Configuration/AbstractCustomPreset.php index b890fd8e1d1d23a5a14bf7b09d17659344fc47f2..3ecad6484df4635dbbe2e9e58211124ce763cb60 100644 --- a/typo3/sysext/install/Classes/Configuration/AbstractCustomPreset.php +++ b/typo3/sysext/install/Classes/Configuration/AbstractCustomPreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Core\Utility\GeneralUtility; diff --git a/typo3/sysext/install/Classes/Configuration/AbstractFeature.php b/typo3/sysext/install/Classes/Configuration/AbstractFeature.php index 48c564568b61aa90bfd596ed0cfb96cbb98683f8..645f616fab44df0691ab9f70c231490470241433 100644 --- a/typo3/sysext/install/Classes/Configuration/AbstractFeature.php +++ b/typo3/sysext/install/Classes/Configuration/AbstractFeature.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Abstract feature class implements common code diff --git a/typo3/sysext/install/Classes/Configuration/AbstractPreset.php b/typo3/sysext/install/Classes/Configuration/AbstractPreset.php index 91950f0881377eac02f196a89350806a0a57ba84..ede30392ccfb22dc93dfd7a7c991ef92499f3e85 100644 --- a/typo3/sysext/install/Classes/Configuration/AbstractPreset.php +++ b/typo3/sysext/install/Classes/Configuration/AbstractPreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Core\Utility\GeneralUtility; diff --git a/typo3/sysext/install/Classes/Configuration/Charset/CharsetFeature.php b/typo3/sysext/install/Classes/Configuration/Charset/CharsetFeature.php index f3f729cabc0d6a5bde375be34eaca33a48795f05..d45049182953d9b61640f64bb6d86c4758c0a696 100644 --- a/typo3/sysext/install/Classes/Configuration/Charset/CharsetFeature.php +++ b/typo3/sysext/install/Classes/Configuration/Charset/CharsetFeature.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Charset; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/Charset/CoreInternalPreset.php b/typo3/sysext/install/Classes/Configuration/Charset/CoreInternalPreset.php index 9e84e15678904c0c2ba75e7e2efa570d3520eb55..7430387141c30941c6fd1a0e89a4d72e1045ee2c 100644 --- a/typo3/sysext/install/Classes/Configuration/Charset/CoreInternalPreset.php +++ b/typo3/sysext/install/Classes/Configuration/Charset/CoreInternalPreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Charset; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/Charset/CustomPreset.php b/typo3/sysext/install/Classes/Configuration/Charset/CustomPreset.php index af25a1b9a0f5c298c783675eeee8a138de0aee5c..c818f437031911189567af1c1cf8b123a6082f42 100644 --- a/typo3/sysext/install/Classes/Configuration/Charset/CustomPreset.php +++ b/typo3/sysext/install/Classes/Configuration/Charset/CustomPreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Charset; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/Charset/IconvPreset.php b/typo3/sysext/install/Classes/Configuration/Charset/IconvPreset.php index d67a54ef097177d7cd490295c653267a0c6dd66f..a3b802597e3f836ce41bf55d3b7e9a688615c256 100644 --- a/typo3/sysext/install/Classes/Configuration/Charset/IconvPreset.php +++ b/typo3/sysext/install/Classes/Configuration/Charset/IconvPreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Charset; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/Charset/MbstringPreset.php b/typo3/sysext/install/Classes/Configuration/Charset/MbstringPreset.php index ecfac5b26b0861ce78f9d06aadb8251f44405962..4c02a0fb7317f1a17933af81b11fc4288dc33d2d 100644 --- a/typo3/sysext/install/Classes/Configuration/Charset/MbstringPreset.php +++ b/typo3/sysext/install/Classes/Configuration/Charset/MbstringPreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Charset; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/Context/ContextFeature.php b/typo3/sysext/install/Classes/Configuration/Context/ContextFeature.php index 257938ff01162ecc119b2c1f57df835dde0590d4..f759c61bd5dc7cfe3b2aeca8bef4b78ebb588c65 100644 --- a/typo3/sysext/install/Classes/Configuration/Context/ContextFeature.php +++ b/typo3/sysext/install/Classes/Configuration/Context/ContextFeature.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Context; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/Context/CustomPreset.php b/typo3/sysext/install/Classes/Configuration/Context/CustomPreset.php index 351a413ea9b7ee3ec4f4759586b824728caef2d7..2b53e516d80fd970a8598d88ca4394defeeb7895 100644 --- a/typo3/sysext/install/Classes/Configuration/Context/CustomPreset.php +++ b/typo3/sysext/install/Classes/Configuration/Context/CustomPreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Context; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/Context/DevelopmentPreset.php b/typo3/sysext/install/Classes/Configuration/Context/DevelopmentPreset.php index 000608f6c38642088da758065dbddd2ffd0e7c3b..4cb0eeeb46573ab693f3a91ff8fd6dbd63260056 100644 --- a/typo3/sysext/install/Classes/Configuration/Context/DevelopmentPreset.php +++ b/typo3/sysext/install/Classes/Configuration/Context/DevelopmentPreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Context; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/Context/ProductionPreset.php b/typo3/sysext/install/Classes/Configuration/Context/ProductionPreset.php index 6a7332f8e5af1b56737538c60182ca8f3e035a4f..0731bdebd595ecd8e88590f86ed0cd63fea943a4 100644 --- a/typo3/sysext/install/Classes/Configuration/Context/ProductionPreset.php +++ b/typo3/sysext/install/Classes/Configuration/Context/ProductionPreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Context; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/CustomPresetInterface.php b/typo3/sysext/install/Classes/Configuration/CustomPresetInterface.php index a3bf398868d77ff56dc1ae180864f8a383cac4ba..a24ddbea6beb810cede7f78b027db08a91f0519d 100644 --- a/typo3/sysext/install/Classes/Configuration/CustomPresetInterface.php +++ b/typo3/sysext/install/Classes/Configuration/CustomPresetInterface.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Core\Utility\GeneralUtility; diff --git a/typo3/sysext/install/Classes/Configuration/Exception.php b/typo3/sysext/install/Classes/Configuration/Exception.php index 1fb7464140b27656dce7258d63ba54d992667fc8..e883a871d5b40315c3abb47f1b3282d297dfe567 100644 --- a/typo3/sysext/install/Classes/Configuration/Exception.php +++ b/typo3/sysext/install/Classes/Configuration/Exception.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * A configuration exception diff --git a/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/ApcPreset.php b/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/ApcPreset.php index 2c1f94ebfab62f1bde390d7faaf40b0bd82b5fc6..5e229f013edbd612fad5880e8a98bbd477b7c8f4 100644 --- a/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/ApcPreset.php +++ b/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/ApcPreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\ExtbaseObjectCache; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/DatabasePreset.php b/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/DatabasePreset.php index 76653bbf8cecd43b45dc237afd5ed735410a835e..923a2a921363a41aa915f96c522647110cdc1163 100644 --- a/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/DatabasePreset.php +++ b/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/DatabasePreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\ExtbaseObjectCache; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/ExtbaseObjectCacheFeature.php b/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/ExtbaseObjectCacheFeature.php index c360f5bdf988c789dbb08fcb5f42674aec11a341..320685b8e4ae30266c1aa86e408a8b577bb02320 100644 --- a/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/ExtbaseObjectCacheFeature.php +++ b/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/ExtbaseObjectCacheFeature.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\ExtbaseObjectCache; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/FeatureInterface.php b/typo3/sysext/install/Classes/Configuration/FeatureInterface.php index babc2d5314061c6d3ef36c8aeac02b944a9ef996..009285397731704bf0302d6ada4775515bdf6b58 100644 --- a/typo3/sysext/install/Classes/Configuration/FeatureInterface.php +++ b/typo3/sysext/install/Classes/Configuration/FeatureInterface.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * A feature representation handles preset classes. diff --git a/typo3/sysext/install/Classes/Configuration/FeatureManager.php b/typo3/sysext/install/Classes/Configuration/FeatureManager.php index dfc06a7091919ff72ba8a481a094978a689df5b6..39913ab898258d72ffac2da5539bf7c9662eabae 100644 --- a/typo3/sysext/install/Classes/Configuration/FeatureManager.php +++ b/typo3/sysext/install/Classes/Configuration/FeatureManager.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Instantiate and configure all known features and presets diff --git a/typo3/sysext/install/Classes/Configuration/Image/AbstractImagePreset.php b/typo3/sysext/install/Classes/Configuration/Image/AbstractImagePreset.php index 0cc72a3f0b5ef8ab9e055edd6a82e67bb1bfac5a..a030b95cf1a4fc3600ee78f0926ca569abc9a054 100644 --- a/typo3/sysext/install/Classes/Configuration/Image/AbstractImagePreset.php +++ b/typo3/sysext/install/Classes/Configuration/Image/AbstractImagePreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Image; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/Image/CustomPreset.php b/typo3/sysext/install/Classes/Configuration/Image/CustomPreset.php index a6b1c19cf07ce393d84c9358b94405992070053d..628f6afca9cf618c9148f84fd4e097b5e85c6428 100644 --- a/typo3/sysext/install/Classes/Configuration/Image/CustomPreset.php +++ b/typo3/sysext/install/Classes/Configuration/Image/CustomPreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Image; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/Image/GraphicsMagickPreset.php b/typo3/sysext/install/Classes/Configuration/Image/GraphicsMagickPreset.php index 45c38221955e2352a47f0e4a87394c39cd19beb5..759f0f10f17ea3a03ce5ce2cb5b074696dcbca71 100644 --- a/typo3/sysext/install/Classes/Configuration/Image/GraphicsMagickPreset.php +++ b/typo3/sysext/install/Classes/Configuration/Image/GraphicsMagickPreset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Image; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/Image/ImageFeature.php b/typo3/sysext/install/Classes/Configuration/Image/ImageFeature.php index c8ff119c5ff83416719e926f38c4ce337549ddb3..121134371bd632500cbbe156ffdba2f1d24e823d 100644 --- a/typo3/sysext/install/Classes/Configuration/Image/ImageFeature.php +++ b/typo3/sysext/install/Classes/Configuration/Image/ImageFeature.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Image; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/Image/ImageMagick6Preset.php b/typo3/sysext/install/Classes/Configuration/Image/ImageMagick6Preset.php index 13c89dc294e1a7fd7de3380b93491a49bff3b953..263b93cbf3442927bd502271b00bb41fb05542b2 100644 --- a/typo3/sysext/install/Classes/Configuration/Image/ImageMagick6Preset.php +++ b/typo3/sysext/install/Classes/Configuration/Image/ImageMagick6Preset.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration\Image; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Configuration; diff --git a/typo3/sysext/install/Classes/Configuration/PresetInterface.php b/typo3/sysext/install/Classes/Configuration/PresetInterface.php index bc145d3151e55c95c51bf6a4bfcf2c5831ba09ed..be81d1ad30935f3f879c1a22638a813d5309f2b9 100644 --- a/typo3/sysext/install/Classes/Configuration/PresetInterface.php +++ b/typo3/sysext/install/Classes/Configuration/PresetInterface.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Configuration; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Core\Utility\GeneralUtility; diff --git a/typo3/sysext/install/Classes/Exception.php b/typo3/sysext/install/Classes/Exception.php index ca3f8fb0474f132abc29ae97e0427a0555437798..8e0690ed98ecd262a19430e9971d9028d5cdedcf 100644 --- a/typo3/sysext/install/Classes/Exception.php +++ b/typo3/sysext/install/Classes/Exception.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * A generic install exception diff --git a/typo3/sysext/install/Classes/FolderStructure/AbstractNode.php b/typo3/sysext/install/Classes/FolderStructure/AbstractNode.php index 2c072e82de893d7592b501fb56274cdb09176199..58b15c77f2f9757c325a208053a064ae27c4e842 100644 --- a/typo3/sysext/install/Classes/FolderStructure/AbstractNode.php +++ b/typo3/sysext/install/Classes/FolderStructure/AbstractNode.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Status; diff --git a/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php b/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php index f0a86cd262d55d63ac1a66c3bd315b552da3b359..bd62738871eae8964d3196b19751af6bfe4fcb6c 100644 --- a/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php +++ b/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Factory returns default folder structure object hierarchy diff --git a/typo3/sysext/install/Classes/FolderStructure/DefaultPermissionsCheck.php b/typo3/sysext/install/Classes/FolderStructure/DefaultPermissionsCheck.php index 0501cf3ef58372b043d892f30dd7b7c4c36e9d11..5eaac1233b59aad769ddc0c3d59c8a275fd8431c 100644 --- a/typo3/sysext/install/Classes/FolderStructure/DefaultPermissionsCheck.php +++ b/typo3/sysext/install/Classes/FolderStructure/DefaultPermissionsCheck.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure; -/*************************************************************** - * Copyright notice - * - * (c) 2014 Ernesto Baschny <ernst@cron-it.de> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Service class to check the default folder permissions diff --git a/typo3/sysext/install/Classes/FolderStructure/DirectoryNode.php b/typo3/sysext/install/Classes/FolderStructure/DirectoryNode.php index 43097a15658242172c303845911498974e3845d6..aba78212b468609f274715b1b9d3a4e5e67074f4 100644 --- a/typo3/sysext/install/Classes/FolderStructure/DirectoryNode.php +++ b/typo3/sysext/install/Classes/FolderStructure/DirectoryNode.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Status; diff --git a/typo3/sysext/install/Classes/FolderStructure/Exception.php b/typo3/sysext/install/Classes/FolderStructure/Exception.php index a921e93c2c2f486edd4ca45b17e90c943de2854f..dcd3db800ae4e07c8febc633476b0266e63bb651 100644 --- a/typo3/sysext/install/Classes/FolderStructure/Exception.php +++ b/typo3/sysext/install/Classes/FolderStructure/Exception.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * A folder structure exception diff --git a/typo3/sysext/install/Classes/FolderStructure/Exception/InvalidArgumentException.php b/typo3/sysext/install/Classes/FolderStructure/Exception/InvalidArgumentException.php index c67bc3aefa02449fb83717ae33764913889a0083..e1d536ad67033efaf399d3fa8c8dd568625e8fec 100644 --- a/typo3/sysext/install/Classes/FolderStructure/Exception/InvalidArgumentException.php +++ b/typo3/sysext/install/Classes/FolderStructure/Exception/InvalidArgumentException.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure\Exception; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * An invalid argument exception diff --git a/typo3/sysext/install/Classes/FolderStructure/Exception/RootNodeException.php b/typo3/sysext/install/Classes/FolderStructure/Exception/RootNodeException.php index a22531be98231e7dcc9e205b9b066fb5a4c3f5da..3b26c236c6c749f9cff328f2402d59ff2219fb0f 100644 --- a/typo3/sysext/install/Classes/FolderStructure/Exception/RootNodeException.php +++ b/typo3/sysext/install/Classes/FolderStructure/Exception/RootNodeException.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure\Exception; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * A root node exception diff --git a/typo3/sysext/install/Classes/FolderStructure/FileNode.php b/typo3/sysext/install/Classes/FolderStructure/FileNode.php index 5ad7e26cfa7e7e49756eb9ab97c6e190c702366b..5cdcceb966d823cef0a263b84b1746ef2ab0f676 100644 --- a/typo3/sysext/install/Classes/FolderStructure/FileNode.php +++ b/typo3/sysext/install/Classes/FolderStructure/FileNode.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Status; diff --git a/typo3/sysext/install/Classes/FolderStructure/LinkNode.php b/typo3/sysext/install/Classes/FolderStructure/LinkNode.php index f7da1b85602329e9b4a1f4e3f2fc1ab7178770d4..27bf55b0484a6377b381c1d43d2ca63730464f08 100644 --- a/typo3/sysext/install/Classes/FolderStructure/LinkNode.php +++ b/typo3/sysext/install/Classes/FolderStructure/LinkNode.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Status; diff --git a/typo3/sysext/install/Classes/FolderStructure/NodeInterface.php b/typo3/sysext/install/Classes/FolderStructure/NodeInterface.php index d36af82e787d6548b6f6a19104f861cd3bd5272a..44cb7f537ebe41296b8e1ebef066e2e65259b2b3 100644 --- a/typo3/sysext/install/Classes/FolderStructure/NodeInterface.php +++ b/typo3/sysext/install/Classes/FolderStructure/NodeInterface.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Interface for structure nodes root, link, file, ... diff --git a/typo3/sysext/install/Classes/FolderStructure/RootNode.php b/typo3/sysext/install/Classes/FolderStructure/RootNode.php index 57cc9759729f691ad293c0a3af305007de0f8d16..a21a22cb8aa355e8fd2845ecc51b2f9121593595 100644 --- a/typo3/sysext/install/Classes/FolderStructure/RootNode.php +++ b/typo3/sysext/install/Classes/FolderStructure/RootNode.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Status; diff --git a/typo3/sysext/install/Classes/FolderStructure/RootNodeInterface.php b/typo3/sysext/install/Classes/FolderStructure/RootNodeInterface.php index 92ef0f344c4c967fc8fa3013ddaa888540a5b724..8b2e8f13284f928251ec76403b4e6739d60b866a 100644 --- a/typo3/sysext/install/Classes/FolderStructure/RootNodeInterface.php +++ b/typo3/sysext/install/Classes/FolderStructure/RootNodeInterface.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Interface implemented by root node diff --git a/typo3/sysext/install/Classes/FolderStructure/StructureFacade.php b/typo3/sysext/install/Classes/FolderStructure/StructureFacade.php index 4a17e19cda221ab032bde9635c6f717e4b9e2309..48b3d5c20308d471b94d012967703bd93457a359 100644 --- a/typo3/sysext/install/Classes/FolderStructure/StructureFacade.php +++ b/typo3/sysext/install/Classes/FolderStructure/StructureFacade.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Structure facade, a facade class in front of root node. diff --git a/typo3/sysext/install/Classes/FolderStructure/StructureFacadeInterface.php b/typo3/sysext/install/Classes/FolderStructure/StructureFacadeInterface.php index 1224d03416f37ec37ceaf5eea4e8f908e64f8ad9..f5286dc068fa578b9726b543d7adeb13537e255c 100644 --- a/typo3/sysext/install/Classes/FolderStructure/StructureFacadeInterface.php +++ b/typo3/sysext/install/Classes/FolderStructure/StructureFacadeInterface.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\FolderStructure; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Interface of structure facade, a facade class in front of root node diff --git a/typo3/sysext/install/Classes/Status/AbstractStatus.php b/typo3/sysext/install/Classes/Status/AbstractStatus.php index 197cac85fadf86e7bd9c8bf42dfb8c722afe8841..e0ea6d33a96a505178b301388c9915114ba141df 100644 --- a/typo3/sysext/install/Classes/Status/AbstractStatus.php +++ b/typo3/sysext/install/Classes/Status/AbstractStatus.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Status; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Abstract status diff --git a/typo3/sysext/install/Classes/Status/AlertStatus.php b/typo3/sysext/install/Classes/Status/AlertStatus.php index 99b69326a55a38bed32fb89aff9ba68227d04b3c..f44cc015904dd10930823ec4371d3e4ab9afb048 100644 --- a/typo3/sysext/install/Classes/Status/AlertStatus.php +++ b/typo3/sysext/install/Classes/Status/AlertStatus.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Status; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Alert level status diff --git a/typo3/sysext/install/Classes/Status/ErrorStatus.php b/typo3/sysext/install/Classes/Status/ErrorStatus.php index 3a61778e9fd36793fce5b4b59a88c05304d9096e..39da67ce65f117defca66afe8cb482b5e45718e4 100644 --- a/typo3/sysext/install/Classes/Status/ErrorStatus.php +++ b/typo3/sysext/install/Classes/Status/ErrorStatus.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Status; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Error level status diff --git a/typo3/sysext/install/Classes/Status/Exception.php b/typo3/sysext/install/Classes/Status/Exception.php index 5493baf2dc56ca335fd0109230aa15cdcea7fa0b..5dd27bbca0458297ec5b9ca55bb071bfe36455d0 100644 --- a/typo3/sysext/install/Classes/Status/Exception.php +++ b/typo3/sysext/install/Classes/Status/Exception.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Status; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * A status exception diff --git a/typo3/sysext/install/Classes/Status/InfoStatus.php b/typo3/sysext/install/Classes/Status/InfoStatus.php index 8a5ccec223a47cfd57fb04f496fdb255fa3e6b75..a488c68d815edcd473ee8508c15458888fff3dfb 100644 --- a/typo3/sysext/install/Classes/Status/InfoStatus.php +++ b/typo3/sysext/install/Classes/Status/InfoStatus.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Status; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Info level status diff --git a/typo3/sysext/install/Classes/Status/NoticeStatus.php b/typo3/sysext/install/Classes/Status/NoticeStatus.php index 0e3f6d5e0f829b732ba6d0f7ee0fd4b81c93f17a..f46dda7db34a4a3656fce93ade6c8d35f315c4b9 100644 --- a/typo3/sysext/install/Classes/Status/NoticeStatus.php +++ b/typo3/sysext/install/Classes/Status/NoticeStatus.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Status; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Notice level status diff --git a/typo3/sysext/install/Classes/Status/OkStatus.php b/typo3/sysext/install/Classes/Status/OkStatus.php index 4d40c8b1f31a14e524270f68863d16dde8131913..fac83133c46ac2a9491ec8d18d974b528bbfc268 100644 --- a/typo3/sysext/install/Classes/Status/OkStatus.php +++ b/typo3/sysext/install/Classes/Status/OkStatus.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Status; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Ok level status diff --git a/typo3/sysext/install/Classes/Status/StatusInterface.php b/typo3/sysext/install/Classes/Status/StatusInterface.php index 041f13ce63eab7d2832a0553f55c1deb8ffdfce3..90fa9133406ea9492a908996b66f5ca2819d17c1 100644 --- a/typo3/sysext/install/Classes/Status/StatusInterface.php +++ b/typo3/sysext/install/Classes/Status/StatusInterface.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Status; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Status interface diff --git a/typo3/sysext/install/Classes/Status/StatusUtility.php b/typo3/sysext/install/Classes/Status/StatusUtility.php index 85ee14f51bcb835464c386640d7fea1c148cb1cc..a77e1192daa3893f9692881182d59f3714f0e5cc 100644 --- a/typo3/sysext/install/Classes/Status/StatusUtility.php +++ b/typo3/sysext/install/Classes/Status/StatusUtility.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Status; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Utility methods to handle status objects. Provides some helper diff --git a/typo3/sysext/install/Classes/Status/WarningStatus.php b/typo3/sysext/install/Classes/Status/WarningStatus.php index f59aaf56828a35a599001339bf21dc4646d3e5c0..fa487748ae777a600c7ecb41e7250e1764d306d2 100644 --- a/typo3/sysext/install/Classes/Status/WarningStatus.php +++ b/typo3/sysext/install/Classes/Status/WarningStatus.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Status; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Warning level status diff --git a/typo3/sysext/install/Classes/SystemEnvironment/Check.php b/typo3/sysext/install/Classes/SystemEnvironment/Check.php index ef5f453b6be3b92f1dbc1429f6f74e334b5ab7aa..f5a3de29732cc2b42af8f57a11c04dc05240431d 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/Check.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/Check.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\SystemEnvironment; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Install\Status; diff --git a/typo3/sysext/install/Classes/Updates/AbstractDatabaseSchemaUpdate.php b/typo3/sysext/install/Classes/Updates/AbstractDatabaseSchemaUpdate.php index ced90d8c7da166701681b8ce8e0c6292b097ac9f..f40f6adcabe64b8ca420bad58e9ad09280f85d4e 100644 --- a/typo3/sysext/install/Classes/Updates/AbstractDatabaseSchemaUpdate.php +++ b/typo3/sysext/install/Classes/Updates/AbstractDatabaseSchemaUpdate.php @@ -1,31 +1,18 @@ <?php namespace TYPO3\CMS\Install\Updates; -/*************************************************************** - * Copyright notice - * - * (c) 2014 Stephan Großberndt <stephan@grossberndt.de> - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Contains the update class to create and alter tables, fields and keys to comply to the database schema diff --git a/typo3/sysext/install/Classes/Updates/AbstractUpdate.php b/typo3/sysext/install/Classes/Updates/AbstractUpdate.php index 0fce40eaf7ae146026f217b68a28e69e2f99cd9d..eafa31076f8f2b80f0fb0a6f59caf10d7418263e 100644 --- a/typo3/sysext/install/Classes/Updates/AbstractUpdate.php +++ b/typo3/sysext/install/Classes/Updates/AbstractUpdate.php @@ -1,31 +1,18 @@ <?php namespace TYPO3\CMS\Install\Updates; -/*************************************************************** - * Copyright notice - * - * (c) 2010-2013 Benjamin Mack <benni@typo3.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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Generic class that every update wizard class inherits from. diff --git a/typo3/sysext/install/Classes/Updates/CompatVersionUpdate.php b/typo3/sysext/install/Classes/Updates/CompatVersionUpdate.php index 60fcc15dba451319e75cb50b019af639c968d4b2..42d9ccab871dba5f89aeaf96378fea33d428534c 100644 --- a/typo3/sysext/install/Classes/Updates/CompatVersionUpdate.php +++ b/typo3/sysext/install/Classes/Updates/CompatVersionUpdate.php @@ -1,31 +1,18 @@ <?php namespace TYPO3\CMS\Install\Updates; -/*************************************************************** - * Copyright notice - * - * (c) 1999-2013 Sebastian Kurfürst <sebastian@garbage-group.de> - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Contains the update class for the compatibility version. diff --git a/typo3/sysext/install/Classes/Updates/FilePermissionUpdate.php b/typo3/sysext/install/Classes/Updates/FilePermissionUpdate.php index cbffc1c2be74ede74529cb17a968658febf60b3b..7ec46131d6215a886615cfadfddbf7ef058157c3 100644 --- a/typo3/sysext/install/Classes/Updates/FilePermissionUpdate.php +++ b/typo3/sysext/install/Classes/Updates/FilePermissionUpdate.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Updates; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Nicole Cordes <typo3@cordes.co> - * 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 3 of the License, or - * (at your option) any later version. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Upgrade wizard which goes through all users and groups file permissions and stores them as list in a new field. diff --git a/typo3/sysext/install/Classes/Updates/FilemountUpdateWizard.php b/typo3/sysext/install/Classes/Updates/FilemountUpdateWizard.php index d58b6eb56451922d5399009ed5b37b1edc0502f6..01afe3b072b93dafba293bf3817fccc617cd94a7 100644 --- a/typo3/sysext/install/Classes/Updates/FilemountUpdateWizard.php +++ b/typo3/sysext/install/Classes/Updates/FilemountUpdateWizard.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Updates; -/*************************************************************** - * Copyright notice - * - * (c) 2012-2013 Tolleiv Nietsch <typo3@tolleiv.de> - * 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 3 of the License, or - * (at your option) any later version. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Backend\Utility\BackendUtility; diff --git a/typo3/sysext/install/Classes/Updates/FinalDatabaseSchemaUpdate.php b/typo3/sysext/install/Classes/Updates/FinalDatabaseSchemaUpdate.php index 13becfec50c8f43358d7de43edbf5be9dfa39568..ec27bf6b3662c0937e4ab81c759a9ccec82d90a5 100644 --- a/typo3/sysext/install/Classes/Updates/FinalDatabaseSchemaUpdate.php +++ b/typo3/sysext/install/Classes/Updates/FinalDatabaseSchemaUpdate.php @@ -1,31 +1,18 @@ <?php namespace TYPO3\CMS\Install\Updates; -/*************************************************************** - * Copyright notice - * - * (c) 2014 Stephan Großberndt <stephan@grossberndt.de> - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Contains the update class to create and alter tables, fields and keys to comply to the database schema diff --git a/typo3/sysext/install/Classes/Updates/InitialDatabaseSchemaUpdate.php b/typo3/sysext/install/Classes/Updates/InitialDatabaseSchemaUpdate.php index c7ebe3c574a63dbd57dd2bb0209ddfc6d25eb7f8..c15e908289cd86383b13fcd6320bcbe67fdc1c92 100644 --- a/typo3/sysext/install/Classes/Updates/InitialDatabaseSchemaUpdate.php +++ b/typo3/sysext/install/Classes/Updates/InitialDatabaseSchemaUpdate.php @@ -1,31 +1,18 @@ <?php namespace TYPO3\CMS\Install\Updates; -/*************************************************************** - * Copyright notice - * - * (c) 2014 Stephan Großberndt <stephan@grossberndt.de> - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Contains the update class to create tables, fields and keys to comply to the database schema diff --git a/typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php b/typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php index 4eb9be2731c701a69218c84989a2147622118a1b..217ef8ffc49a8452e4cb4ac13918090ec4e00a09 100644 --- a/typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php +++ b/typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php @@ -1,31 +1,18 @@ <?php namespace TYPO3\CMS\Install\Updates; -/*************************************************************** - * Copyright notice - * - * (c) 2012-2013 Oliver Hader <oliver.hader@typo3.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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Interface to tell that updates shall be executed diff --git a/typo3/sysext/install/Classes/Updates/ReferenceIntegrityUpdateWizard.php b/typo3/sysext/install/Classes/Updates/ReferenceIntegrityUpdateWizard.php index 3da81d0529be83dbbabdc7022398c6ed47bbc3df..610564641fd1c93061be3156c328eaba8e028ba5 100644 --- a/typo3/sysext/install/Classes/Updates/ReferenceIntegrityUpdateWizard.php +++ b/typo3/sysext/install/Classes/Updates/ReferenceIntegrityUpdateWizard.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Updates; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Benni Mack <benni@typo3.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 3 of the License, or - * (at your option) any later version. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Performs certain DB updates in order to ensure that the DB fields diff --git a/typo3/sysext/install/Classes/Updates/RootTemplateUpdate.php b/typo3/sysext/install/Classes/Updates/RootTemplateUpdate.php index 680a11936d6c3f4b6192a4bda3939cf11cd4a1aa..319214a6daa72515e48a2ec37a72e15636fc2897 100644 --- a/typo3/sysext/install/Classes/Updates/RootTemplateUpdate.php +++ b/typo3/sysext/install/Classes/Updates/RootTemplateUpdate.php @@ -1,31 +1,18 @@ <?php namespace TYPO3\CMS\Install\Updates; -/*************************************************************** - * Copyright notice - * - * (c) 2012-2013 Oliver Hader <oliver.hader@typo3.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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Migrates the old media FlexForm to the new diff --git a/typo3/sysext/install/Classes/Updates/RteMagicImagesUpdateWizard.php b/typo3/sysext/install/Classes/Updates/RteMagicImagesUpdateWizard.php index 1fd46b569d42ad8329891c2b976e905d44b91f53..03bd5c016bda698f15a216747790d1c7a217ffb6 100644 --- a/typo3/sysext/install/Classes/Updates/RteMagicImagesUpdateWizard.php +++ b/typo3/sysext/install/Classes/Updates/RteMagicImagesUpdateWizard.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Updates; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Benjamin Mack <benni@typo3.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 3 of the License, or - * (at your option) any later version. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Upgrade wizard that moves all RTE magic images (usually in uploads/) diff --git a/typo3/sysext/install/Classes/Updates/TruncateSysFileProcessedFileTable.php b/typo3/sysext/install/Classes/Updates/TruncateSysFileProcessedFileTable.php index ed7c28505df99d4e57fa348a321405f54d9ef810..a662e39ba204e937a08c6d609d4c7bb91d8fbb4c 100644 --- a/typo3/sysext/install/Classes/Updates/TruncateSysFileProcessedFileTable.php +++ b/typo3/sysext/install/Classes/Updates/TruncateSysFileProcessedFileTable.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\Updates; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Wouter Wolters <typo3@wouterwolters.nl> - * 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 3 of the License, or - * (at your option) any later version. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Upgrade wizard which will truncate the sys_file_processedfile table diff --git a/typo3/sysext/install/Classes/View/FailsafeView.php b/typo3/sysext/install/Classes/View/FailsafeView.php index 22a98ac0489743c12f0e8f7c02295da1bd689bd4..a70510afc03320faca7f2b444c46b2ebee267fa8 100644 --- a/typo3/sysext/install/Classes/View/FailsafeView.php +++ b/typo3/sysext/install/Classes/View/FailsafeView.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\View; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Helmut Hummel <helmut.hummel@typo3.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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Core\Utility\GeneralUtility; /** diff --git a/typo3/sysext/install/Classes/View/JsonView.php b/typo3/sysext/install/Classes/View/JsonView.php index 9b9f1446513aebecbe8dbaa3842bacf410321d81..529d38930f20fff4f3c8357c4554007ff2af2022 100644 --- a/typo3/sysext/install/Classes/View/JsonView.php +++ b/typo3/sysext/install/Classes/View/JsonView.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\View; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Helmut Hummel <helmut.hummel@typo3.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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Extbase\Mvc\View\AbstractView; use TYPO3\CMS\Install\Status\StatusInterface; diff --git a/typo3/sysext/install/Classes/View/StandaloneView.php b/typo3/sysext/install/Classes/View/StandaloneView.php index dd34ca5c81c2fed7e8948593911284e9ea609f09..b87ff7c3ff203929c2869d3a15f0c0a8cf3c35b2 100644 --- a/typo3/sysext/install/Classes/View/StandaloneView.php +++ b/typo3/sysext/install/Classes/View/StandaloneView.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\View; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * A standalone fluid view with reduced functionality for ext:install diff --git a/typo3/sysext/install/Classes/ViewHelpers/Be/ContainerViewHelper.php b/typo3/sysext/install/Classes/ViewHelpers/Be/ContainerViewHelper.php index b04790923bd0a0bedbb141446d02479852d043e2..1248356f4f5a26ebed86e725e382e52027bfd68b 100644 --- a/typo3/sysext/install/Classes/ViewHelpers/Be/ContainerViewHelper.php +++ b/typo3/sysext/install/Classes/ViewHelpers/Be/ContainerViewHelper.php @@ -1,30 +1,18 @@ <?php namespace TYPO3\CMS\Install\ViewHelpers\Be; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * 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. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * View helper which allows you to create extbase based modules in the diff --git a/typo3/sysext/install/Classes/ViewHelpers/ConstantViewHelper.php b/typo3/sysext/install/Classes/ViewHelpers/ConstantViewHelper.php index eb16e7ddc1d46460ac6227efae6c3e66a4ffd81c..4d5cbf7fb1e2f5aa5f8b621697bf4c73e5d3eded 100644 --- a/typo3/sysext/install/Classes/ViewHelpers/ConstantViewHelper.php +++ b/typo3/sysext/install/Classes/ViewHelpers/ConstantViewHelper.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\ViewHelpers; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Render value of a constant diff --git a/typo3/sysext/install/Classes/ViewHelpers/Exception.php b/typo3/sysext/install/Classes/ViewHelpers/Exception.php index dc8ea504581bf22eb4d85f18c1cad95295166a83..254724514c0b2970ffb23cf4cd1cb7492a3fcfb8 100644 --- a/typo3/sysext/install/Classes/ViewHelpers/Exception.php +++ b/typo3/sysext/install/Classes/ViewHelpers/Exception.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\ViewHelpers; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * A view helper exception diff --git a/typo3/sysext/install/Classes/ViewHelpers/File/ExistsViewHelper.php b/typo3/sysext/install/Classes/ViewHelpers/File/ExistsViewHelper.php index badd3631c8a864704483f2714ef77c8487e1c5d8..26644199eb1dc9a7517eb4b75f93b6228f0db6a6 100644 --- a/typo3/sysext/install/Classes/ViewHelpers/File/ExistsViewHelper.php +++ b/typo3/sysext/install/Classes/ViewHelpers/File/ExistsViewHelper.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\ViewHelpers\File; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Simple view helper to check if given file is a regular file diff --git a/typo3/sysext/install/Classes/ViewHelpers/File/ImageDimensionViewHelper.php b/typo3/sysext/install/Classes/ViewHelpers/File/ImageDimensionViewHelper.php index c2503bedc81a5cdded899f682aeb081b2cf95fbb..ba9d4528794f436796080a11da8fda1aaf58fa3b 100644 --- a/typo3/sysext/install/Classes/ViewHelpers/File/ImageDimensionViewHelper.php +++ b/typo3/sysext/install/Classes/ViewHelpers/File/ImageDimensionViewHelper.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\ViewHelpers\File; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Get width or height from image file diff --git a/typo3/sysext/install/Classes/ViewHelpers/File/RelativePathViewHelper.php b/typo3/sysext/install/Classes/ViewHelpers/File/RelativePathViewHelper.php index 4e195866430ae58fc8ab328f5e98994b75d98191..cb534691ede1519b2b439dd19f358fef7180f873 100644 --- a/typo3/sysext/install/Classes/ViewHelpers/File/RelativePathViewHelper.php +++ b/typo3/sysext/install/Classes/ViewHelpers/File/RelativePathViewHelper.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\ViewHelpers\File; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Get file path relative to PATH_site from absolute path diff --git a/typo3/sysext/install/Classes/ViewHelpers/File/SizeViewHelper.php b/typo3/sysext/install/Classes/ViewHelpers/File/SizeViewHelper.php index 2868212fb1eaa65abfbcdb29ae80c5de8009c6c5..0efd704bef0d3c6b7cee1838445fe205e431f586 100644 --- a/typo3/sysext/install/Classes/ViewHelpers/File/SizeViewHelper.php +++ b/typo3/sysext/install/Classes/ViewHelpers/File/SizeViewHelper.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\ViewHelpers\File; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Core\Utility\GeneralUtility; diff --git a/typo3/sysext/install/Classes/ViewHelpers/Format/CropViewHelper.php b/typo3/sysext/install/Classes/ViewHelpers/Format/CropViewHelper.php index f18394145c8df1ea0cff9392742f10b0215a31af..5c25f714a7f55ab530ca3cd26997aa7f50867a2b 100644 --- a/typo3/sysext/install/Classes/ViewHelpers/Format/CropViewHelper.php +++ b/typo3/sysext/install/Classes/ViewHelpers/Format/CropViewHelper.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\ViewHelpers\Format; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Simplified crop view helper that does not need a frontend environment diff --git a/typo3/sysext/install/Classes/ViewHelpers/Format/ImageMagickCommandsViewHelper.php b/typo3/sysext/install/Classes/ViewHelpers/Format/ImageMagickCommandsViewHelper.php index 7a923fa31ddff30d91664c97040d6906762ed93b..be804538d07e555beb34855da08f7551c09b97c3 100644 --- a/typo3/sysext/install/Classes/ViewHelpers/Format/ImageMagickCommandsViewHelper.php +++ b/typo3/sysext/install/Classes/ViewHelpers/Format/ImageMagickCommandsViewHelper.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\ViewHelpers\Format; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Display image magick commands diff --git a/typo3/sysext/install/Classes/ViewHelpers/Format/PhpErrorCodeViewHelper.php b/typo3/sysext/install/Classes/ViewHelpers/Format/PhpErrorCodeViewHelper.php index 8bca7688d322494c303583f602665b7ab48680f1..c51ff5f3e198e6385df7f5164b1b27e50389b930 100644 --- a/typo3/sysext/install/Classes/ViewHelpers/Format/PhpErrorCodeViewHelper.php +++ b/typo3/sysext/install/Classes/ViewHelpers/Format/PhpErrorCodeViewHelper.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\ViewHelpers\Format; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Wouter Wolters <typo3@wouterwolters.nl> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Transform PHP error code to readable text diff --git a/typo3/sysext/install/Classes/ViewHelpers/PhpInfoViewHelper.php b/typo3/sysext/install/Classes/ViewHelpers/PhpInfoViewHelper.php index 8b631c7b49b809bfbc99e4f7040272048ead5c75..2448716ca15b7a2f10bcc06accfb3af91bdbaecd 100644 --- a/typo3/sysext/install/Classes/ViewHelpers/PhpInfoViewHelper.php +++ b/typo3/sysext/install/Classes/ViewHelpers/PhpInfoViewHelper.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\Install\ViewHelpers; -/*************************************************************** - * Copyright notice - * - * (c) 2014 Patrick Broens <patrick@patrickbroens.nl> - * 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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Utility class for phpinfo() diff --git a/typo3/sysext/install/Start/Install.php b/typo3/sysext/install/Start/Install.php index 91f7f98b4c7ab89697004104b886d1021b0d98e2..83ee1e6aa6c511ca3baad6a51d55e3502394e6e0 100644 --- a/typo3/sysext/install/Start/Install.php +++ b/typo3/sysext/install/Start/Install.php @@ -1,29 +1,16 @@ <?php -/*************************************************************** - * Copyright notice - * - * (c) 2013 Christian Kuhn <lolli@schwarzbu.ch> - * 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 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Entry point to the install tool and step installer. diff --git a/typo3/sysext/sys_note/Classes/Controller/NoteController.php b/typo3/sysext/sys_note/Classes/Controller/NoteController.php index a7cd61715415d13a27ad4a4cba26a6378a3d10e4..3ac5ce95586a85937e3a1bdc226b4eb8b013a963 100644 --- a/typo3/sysext/sys_note/Classes/Controller/NoteController.php +++ b/typo3/sysext/sys_note/Classes/Controller/NoteController.php @@ -1,29 +1,18 @@ <?php namespace TYPO3\CMS\SysNote\Controller; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de - * - * 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 3 of the License, or - * (at your option) any later version. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Note controller diff --git a/typo3/sysext/sys_note/Classes/Core/Bootstrap.php b/typo3/sysext/sys_note/Classes/Core/Bootstrap.php index 129ba9b30e083f21b274a75960b7a46bc2b0f651..1d152248e955058b314a8cd06e22510bc5ab533d 100644 --- a/typo3/sysext/sys_note/Classes/Core/Bootstrap.php +++ b/typo3/sysext/sys_note/Classes/Core/Bootstrap.php @@ -1,29 +1,18 @@ <?php namespace TYPO3\CMS\SysNote\Core; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de - * - * 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 3 of the License, or - * (at your option) any later version. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ use TYPO3\CMS\Backend\Utility\BackendUtility; use TYPO3\CMS\Core\Utility\GeneralUtility; diff --git a/typo3/sysext/sys_note/Classes/Domain/Model/SysNote.php b/typo3/sysext/sys_note/Classes/Domain/Model/SysNote.php index 0e0793692fc822c272e5bfaf972a2f110f2d1e12..fd8bb863046911184df3a9edea1052a57534d2fc 100644 --- a/typo3/sysext/sys_note/Classes/Domain/Model/SysNote.php +++ b/typo3/sysext/sys_note/Classes/Domain/Model/SysNote.php @@ -1,29 +1,18 @@ <?php namespace TYPO3\CMS\SysNote\Domain\Model; -/*************************************************************** - * Copyright notice - * - * (c) 2013 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de - * - * 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 3 of the License, or - * (at your option) any later version. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * SysNote model diff --git a/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php b/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php index 1a971607ce6455170d4742a2e501dece607cd852..f35999f411b7aed0813e494b9acae53574d5993b 100644 --- a/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php +++ b/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\SysNote\Domain\Repository; -/*************************************************************** - * Copyright notice - * - * (c) 2012-2013 Georg Ringer <typo3@ringerge.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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Sys_note repository diff --git a/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php b/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php index b78c48c9ad396e4f5f528e7186778be7ed7de112..6c2bc99b170645581963d364a315fa2b19ce26d9 100644 --- a/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php +++ b/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\SysNote\Hook; -/*************************************************************** - * Copyright notice - * - * (c) 2012-2013 Georg Ringer <typo3@ringerge.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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Hook for the info module diff --git a/typo3/sysext/sys_note/Classes/Hook/PageHook.php b/typo3/sysext/sys_note/Classes/Hook/PageHook.php index 193a2b6565d4cadef9e98d465c668e9f0a6051bb..58ccefb6a4464db8089a4709dc80cca2d8f99261 100644 --- a/typo3/sysext/sys_note/Classes/Hook/PageHook.php +++ b/typo3/sysext/sys_note/Classes/Hook/PageHook.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\SysNote\Hook; -/*************************************************************** - * Copyright notice - * - * (c) 2012-2013 Georg Ringer <typo3@ringerge.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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Hook for the page module diff --git a/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php b/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php index 8ee1bc5f7879f49c72e588deb218d5906ce6166d..945460eff0a62fd16abd5d4d6c223fa5638e9dc1 100644 --- a/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php +++ b/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\SysNote\Hook; -/*************************************************************** - * Copyright notice - * - * (c) 2012-2013 Georg Ringer <typo3@ringerge.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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * Hook for the list module diff --git a/typo3/sysext/sys_note/Classes/ViewHelpers/EditLinkViewHelper.php b/typo3/sysext/sys_note/Classes/ViewHelpers/EditLinkViewHelper.php index 0c3e53f7a4c8f12fefb7b0a2950a8b64af28d166..dc3256d1cd422ddbfcf7c08e00b2c6cea67e2e4d 100644 --- a/typo3/sysext/sys_note/Classes/ViewHelpers/EditLinkViewHelper.php +++ b/typo3/sysext/sys_note/Classes/ViewHelpers/EditLinkViewHelper.php @@ -1,28 +1,18 @@ <?php namespace TYPO3\CMS\SysNote\ViewHelpers; -/*************************************************************** - * Copyright notice - * - * (c) 2012-2013 Georg Ringer <typo3@ringerge.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. +/** + * This file is part of the TYPO3 CMS project. * - * The GNU General Public License can be found at - * http://www.gnu.org/copyleft/gpl.html. + * 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. * - * 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. + * For the full copyright and license information, please read the + * LICENSE.txt file that was distributed with this source code. * - * This copyright notice MUST APPEAR in all copies of the script! - ***************************************************************/ + * The TYPO3 project - inspiring people to share! + */ /** * ViewHelper to create a link to edit a note