[TASK] Re-work/simplify copyright header in PHP files - Part 8
This patch replaces the copyright/license header in PHP files with a new, simplified one. The new header does not show the year figure, nor an author name, and refers to the LICENSE.txt file for the full copyright information. License is: GPL2 or any later version. This is a multi-part commit due to the huge number of changed files. See issue #59784 for further details. Resolves: #59784 Releases: 6.3, 6.2 Change-Id: I1eacf9bf4537776e850d091d9d50bc72f8c2b20d Reviewed-on: https://review.typo3.org/31029 Reviewed-by: Krzysztof Adamczyk Tested-by: Krzysztof Adamczyk Reviewed-by: Markus Klein Tested-by: Markus Klein
Showing
- typo3/sysext/aboutmodules/Classes/Controller/ModulesController.php 9 additions, 22 deletions...ext/aboutmodules/Classes/Controller/ModulesController.php
- typo3/sysext/extbase/Classes/Command/HelpCommandController.php 9 additions, 23 deletions.../sysext/extbase/Classes/Command/HelpCommandController.php
- typo3/sysext/extbase/Classes/Core/Bootstrap.php 9 additions, 23 deletionstypo3/sysext/extbase/Classes/Core/Bootstrap.php
- typo3/sysext/extbase/Classes/Core/BootstrapInterface.php 9 additions, 23 deletionstypo3/sysext/extbase/Classes/Core/BootstrapInterface.php
- typo3/sysext/extbase/Classes/Core/ModuleRunner.php 9 additions, 23 deletionstypo3/sysext/extbase/Classes/Core/ModuleRunner.php
- typo3/sysext/extbase/Classes/Core/ModuleRunnerInterface.php 9 additions, 23 deletionstypo3/sysext/extbase/Classes/Core/ModuleRunnerInterface.php
- typo3/sysext/extbase/Classes/Persistence/Exception.php 9 additions, 23 deletionstypo3/sysext/extbase/Classes/Persistence/Exception.php
- typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectTypeException.php 9 additions, 23 deletions...sses/Persistence/Exception/IllegalObjectTypeException.php
- typo3/sysext/extbase/Classes/Persistence/Exception/IllegalRelationTypeException.php 9 additions, 21 deletions...es/Persistence/Exception/IllegalRelationTypeException.php
- typo3/sysext/extbase/Classes/Persistence/Exception/InvalidQueryException.php 9 additions, 23 deletions...e/Classes/Persistence/Exception/InvalidQueryException.php
- typo3/sysext/extbase/Classes/Persistence/Exception/UnknownObjectException.php 9 additions, 23 deletions.../Classes/Persistence/Exception/UnknownObjectException.php
- typo3/sysext/extbase/Classes/Persistence/Generic/BackendInterface.php 9 additions, 23 deletions.../extbase/Classes/Persistence/Generic/BackendInterface.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Exception/CleanStateNotMemorizedException.php 9 additions, 23 deletions...nce/Generic/Exception/CleanStateNotMemorizedException.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InconsistentQuerySettingsException.php 9 additions, 23 deletions.../Generic/Exception/InconsistentQuerySettingsException.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidClassException.php 9 additions, 23 deletions...s/Persistence/Generic/Exception/InvalidClassException.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidNumberOfConstraintsException.php 9 additions, 23 deletions...Generic/Exception/InvalidNumberOfConstraintsException.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidPropertyTypeException.php 9 additions, 23 deletions...stence/Generic/Exception/InvalidPropertyTypeException.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidRelationConfigurationException.php 9 additions, 23 deletions...neric/Exception/InvalidRelationConfigurationException.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Exception/MissingBackendException.php 9 additions, 23 deletions...Persistence/Generic/Exception/MissingBackendException.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Exception/MissingColumnMapException.php 9 additions, 22 deletions...rsistence/Generic/Exception/MissingColumnMapException.php
Please register or sign in to comment