From 4d46397664f9d7262cc98d8a030f44b36c2ae257 Mon Sep 17 00:00:00 2001
From: Wouter Wolters <typo3@wouterwolters.nl>
Date: Sat, 16 Mar 2013 20:43:11 +0100
Subject: [PATCH] [TASK] Update copyright year to 2013

In this patch are also some fixes for files containing
a interface. Due the namespace change all interfaces
have the curly bracket not on the same line as the
interface name.

Change-Id: I64ba45de73693452d681ce7f018965968b11d2af
Resolves: #46370
Releases: 6.1
Reviewed-on: https://review.typo3.org/18984
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
---
 index.php                                     |  2 +-
 t3lib/class.t3lib_ajax.php                    |  2 +-
 t3lib/class.t3lib_formmail.php                |  2 +-
 t3lib/class.t3lib_install.php                 |  2 +-
 t3lib/class.t3lib_readmail.php                |  2 +-
 t3lib/class.t3lib_svbase.php                  |  2 +-
 t3lib/class.t3lib_syntaxhl.php                |  2 +-
 t3lib/class.t3lib_userauth.php                |  2 +-
 t3lib/class.t3lib_userauthgroup.php           |  2 +-
 t3lib/class.t3lib_xml.php                     |  2 +-
 t3lib/http/class.t3lib_http_request.php       |  2 +-
 t3lib/mail/class.t3lib_mail_mailer.php        |  2 +-
 t3lib/mail/class.t3lib_mail_message.php       |  2 +-
 typo3/ajax.php                                |  2 +-
 typo3/alt_clickmenu.php                       |  2 +-
 typo3/alt_db_navframe.php                     |  2 +-
 typo3/alt_doc.php                             |  2 +-
 typo3/alt_doc_nodoc.php                       |  2 +-
 typo3/alt_file_navframe.php                   |  2 +-
 typo3/alt_shortcut.php                        |  2 +-
 typo3/backend.php                             |  2 +-
 typo3/browse_links.php                        |  2 +-
 typo3/browser.php                             |  2 +-
 typo3/classes/class.modulemenu.php            |  2 +-
 typo3/classes/class.shortcutmenu.php          |  2 +-
 typo3/cli_dispatch.phpsh                      |  2 +-
 typo3/db_new.php                              |  2 +-
 typo3/dummy.php                               |  2 +-
 typo3/file_edit.php                           |  2 +-
 typo3/file_newfolder.php                      |  2 +-
 typo3/file_rename.php                         |  2 +-
 typo3/file_upload.php                         |  2 +-
 typo3/index.php                               |  2 +-
 typo3/init.php                                |  2 +-
 typo3/install/index.php                       |  2 +-
 typo3/listframe_loader.php                    |  2 +-
 typo3/login_frameset.php                      |  2 +-
 typo3/logout.php                              |  2 +-
 typo3/mod.php                                 |  2 +-
 typo3/move_el.php                             |  2 +-
 typo3/show_item.php                           |  2 +-
 typo3/show_rechis.php                         |  2 +-
 .../Classes/Controller/AboutController.php    |  2 +-
 .../about/Classes/Domain/Model/Extension.php  |  2 +-
 .../Domain/Repository/ExtensionRepository.php |  2 +-
 .../ViewHelpers/SkinImageViewHelper.php       |  2 +-
 .../Classes/Controller/ModulesController.php  |  2 +-
 .../DatabaseTypeItemsFunction.php             |  4 +--
 .../View/CheckConnectionWizardView.php        | 23 ++++++++++++++++
 typo3/sysext/adodb/checkconnectionwizard.php  |  2 +-
 .../backend/Classes/AjaxLoginHandler.php      |  2 +-
 .../backend/Classes/ClickMenu/ClickMenu.php   | 26 ++++++++++++++++++
 .../backend/Classes/Clipboard/Clipboard.php   |  2 +-
 .../TranslationConfigurationProvider.php      |  2 +-
 .../Classes/Configuration/TsConfigParser.php  |  4 +--
 .../ConditionMatching/ConditionMatcher.php    |  2 +-
 .../ContextMenu/AbstractContextMenu.php       |  2 +-
 .../AbstractContextMenuDataProvider.php       |  2 +-
 .../Classes/ContextMenu/ContextMenuAction.php |  2 +-
 .../ContextMenuActionCollection.php           |  2 +-
 .../AbstractExtdirectContextMenu.php          |  2 +-
 .../Pagetree/ContextMenuDataProvider.php      |  2 +-
 .../Extdirect/ContextMenuConfiguration.php    |  2 +-
 .../Renderer/AbstractContextMenuRenderer.php  |  2 +-
 .../Classes/Controller/BackendController.php  | 26 ++++++++++++++++++
 .../BackendLayoutWizardController.php         | 26 ++++++++++++++++++
 .../Controller/ClickMenuController.php        | 26 ++++++++++++++++++
 .../ElementHistoryController.php              | 26 ++++++++++++++++++
 .../ElementInformationController.php          | 26 ++++++++++++++++++
 .../ContentElement/MoveElementController.php  | 26 ++++++++++++++++++
 .../NewContentElementController.php           | 26 ++++++++++++++++++
 .../Classes/Controller/DummyController.php    | 26 ++++++++++++++++++
 .../Controller/EditDocumentController.php     | 26 ++++++++++++++++++
 .../File/CreateFolderController.php           | 26 ++++++++++++++++++
 .../Controller/File/EditFileController.php    | 26 ++++++++++++++++++
 .../Controller/File/FileController.php        |  4 +--
 .../Controller/File/FileUploadController.php  | 26 ++++++++++++++++++
 .../Controller/File/RenameFileController.php  | 26 ++++++++++++++++++
 .../FileSystemNavigationFrameController.php   | 26 ++++++++++++++++++
 .../Controller/ListFrameLoaderController.php  | 26 ++++++++++++++++++
 .../Classes/Controller/LoginController.php    | 26 ++++++++++++++++++
 .../Controller/LoginFramesetController.php    | 26 ++++++++++++++++++
 .../Classes/Controller/LogoutController.php   | 26 ++++++++++++++++++
 .../Controller/NewRecordController.php        | 26 ++++++++++++++++++
 .../Controller/NoDocumentsOpenController.php  | 26 ++++++++++++++++++
 .../Controller/PageLayoutController.php       | 26 ++++++++++++++++++
 .../PageTreeNavigationController.php          | 26 ++++++++++++++++++
 .../Controller/ShortcutFrameController.php    | 26 ++++++++++++++++++
 .../SimpleDataHandlerController.php           | 26 ++++++++++++++++++
 .../Controller/Wizard/AddController.php       | 26 ++++++++++++++++++
 .../Wizard/ColorpickerController.php          | 26 ++++++++++++++++++
 .../Controller/Wizard/EditController.php      | 26 ++++++++++++++++++
 .../Controller/Wizard/FormsController.php     | 26 ++++++++++++++++++
 .../Controller/Wizard/ListController.php      | 26 ++++++++++++++++++
 .../Controller/Wizard/RteController.php       | 26 ++++++++++++++++++
 .../Controller/Wizard/TableController.php     | 26 ++++++++++++++++++
 .../Domain/Model/Module/BackendModule.php     |  2 +-
 .../Module/BackendModuleRepository.php        |  2 +-
 .../backend/Classes/Form/DataPreprocessor.php |  2 +-
 .../Form/DatabaseFileIconsHookInterface.php   |  2 +-
 .../Classes/Form/Element/InlineElement.php    |  2 +-
 .../Element/InlineElementHookInterface.php    |  2 +-
 .../Form/Element/SuggestDefaultReceiver.php   |  2 +-
 .../Classes/Form/Element/SuggestElement.php   |  2 +-
 .../Classes/Form/Element/TreeElement.php      |  4 +--
 .../Classes/Form/Element/ValueSlider.php      |  4 +--
 .../backend/Classes/Form/FlexFormsHelper.php  |  2 +-
 .../backend/Classes/Form/FormEngine.php       |  2 +-
 .../Classes/Form/FrontendFormEngine.php       |  2 +-
 .../FrontendBackendUserAuthentication.php     |  2 +-
 .../backend/Classes/History/RecordHistory.php |  4 +--
 .../InterfaceState/ExtDirect/DataProvider.php |  2 +-
 .../Classes/Module/AbstractFunctionModule.php |  2 +-
 .../Classes/Module/BaseScriptClass.php        |  2 +-
 .../Classes/Module/ModuleController.php       |  2 +-
 .../backend/Classes/Module/ModuleLoader.php   |  2 +-
 .../backend/Classes/Module/ModuleSettings.php |  2 +-
 .../backend/Classes/Module/ModuleStorage.php  |  2 +-
 .../Classes/RecordList/AbstractRecordList.php |  2 +-
 .../RecordList/ElementBrowserRecordList.php   |  2 +-
 .../RecordListGetTableHookInterface.php       |  2 +-
 .../backend/Classes/Rte/AbstractRte.php       |  2 +-
 .../ExtDirect/LiveSearchDataProvider.php      |  4 +--
 .../Classes/Search/LiveSearch/LiveSearch.php  |  4 +--
 .../Classes/Search/LiveSearch/QueryParser.php |  4 +--
 .../Classes/Sprite/AbstractSpriteHandler.php  |  2 +-
 .../Classes/Sprite/SimpleSpriteHandler.php    |  2 +-
 .../Classes/Sprite/SpriteBuildingHandler.php  |  2 +-
 .../Classes/Sprite/SpriteGenerator.php        |  2 +-
 .../Sprite/SpriteIconGeneratorInterface.php   |  2 +-
 .../backend/Classes/Sprite/SpriteManager.php  |  2 +-
 .../Classes/Template/BigDocumentTemplate.php  | 26 ++++++++++++++++++
 .../Classes/Template/DocumentTemplate.php     | 26 ++++++++++++++++++
 .../Template/FrontendDocumentTemplate.php     | 26 ++++++++++++++++++
 .../Template/MediumDocumentTemplate.php       | 26 ++++++++++++++++++
 .../Template/SmallDocumentTemplate.php        | 26 ++++++++++++++++++
 .../Template/StandardDocumentTemplate.php     | 26 ++++++++++++++++++
 .../ClearCacheActionsHookInterface.php        |  5 ++--
 .../Classes/Toolbar/ClearCacheToolbarItem.php |  2 +-
 .../Classes/Toolbar/LiveSearchToolbarItem.php |  4 +--
 .../Classes/Toolbar/ShortcutToolbarItem.php   | 26 ++++++++++++++++++
 .../Toolbar/ToolbarItemHookInterface.php      |  5 ++--
 .../Classes/Tree/AbstractExtJsTree.php        |  2 +-
 .../backend/Classes/Tree/AbstractTree.php     |  2 +-
 .../Classes/Tree/AbstractTreeDataProvider.php |  2 +-
 .../Tree/AbstractTreeStateProvider.php        |  2 +-
 .../Classes/Tree/ComparableNodeInterface.php  |  2 +-
 .../DraggableAndDropableNodeInterface.php     |  2 +-
 .../Tree/EditableNodeLabelInterface.php       |  2 +-
 .../backend/Classes/Tree/ExtDirectNode.php    |  2 +-
 .../Pagetree/CollectionProcessorInterface.php |  2 +-
 .../Classes/Tree/Pagetree/Commands.php        |  2 +-
 .../Classes/Tree/Pagetree/DataProvider.php    |  2 +-
 .../Tree/Pagetree/ExtdirectTreeCommands.php   |  2 +-
 .../Pagetree/ExtdirectTreeDataProvider.php    |  2 +-
 .../Classes/Tree/Pagetree/Indicator.php       |  2 +-
 .../Pagetree/IndicatorProviderInterface.php   |  2 +-
 .../Classes/Tree/Pagetree/PagetreeNode.php    |  2 +-
 .../Tree/Pagetree/PagetreeNodeCollection.php  |  2 +-
 .../Tree/Renderer/AbstractTreeRenderer.php    |  2 +-
 .../Tree/Renderer/ExtJsJsonTreeRenderer.php   |  4 +--
 .../Renderer/UnorderedListTreeRenderer.php    |  2 +-
 .../Classes/Tree/SortedTreeNodeCollection.php |  2 +-
 .../sysext/backend/Classes/Tree/TreeNode.php  |  2 +-
 .../Classes/Tree/TreeNodeCollection.php       |  2 +-
 .../Classes/Tree/TreeRepresentationNode.php   |  2 +-
 .../Classes/Tree/View/AbstractTreeView.php    |  2 +-
 .../Classes/Tree/View/BrowseTreeView.php      |  2 +-
 .../Classes/Tree/View/FolderTreeView.php      |  2 +-
 .../Classes/Tree/View/PagePositionMap.php     |  2 +-
 .../Classes/Tree/View/PageTreeView.php        |  2 +-
 .../BackendUserSettingsDataProvider.php       |  2 +-
 .../Classes/Utility/BackendUtility.php        |  2 +-
 .../backend/Classes/Utility/IconUtility.php   |  2 +-
 .../Classes/View/BackendLayoutView.php        |  4 +--
 .../sysext/backend/Classes/View/LogoView.php  |  2 +-
 .../backend/Classes/View/ModuleMenuView.php   | 26 ++++++++++++++++++
 .../Extdirect/ExtdirectPageCommands.php       |  2 +-
 .../backend/Classes/View/PageLayoutView.php   |  2 +-
 .../PageLayoutViewDrawItemHookInterface.php   |  2 +-
 .../backend/Classes/View/PageTreeView.php     |  2 +-
 .../backend/Classes/View/ThumbnailView.php    |  2 +-
 .../NewContentElementWizardHookInterface.php  |  5 ++--
 .../backend/Classes/Wizard/TsconfigWizard.php | 26 ++++++++++++++++++
 .../ConditionMatcherTest.php                  |  2 +-
 .../Unit/Form/Element/InlineElementTest.php   |  2 +-
 .../Unit/Module/ModuleControllerTest.php      |  2 +-
 .../Tests/Unit/Sprite/SpriteManagerTest.php   |  2 +-
 .../Unit/Tree/Pagetree/DataProviderTest.php   |  2 +-
 .../Tree/SortedTreeNodeCollectionTest.php     |  2 +-
 .../Unit/Tree/TreeNodeCollectionTest.php      |  2 +-
 .../backend/Tests/Unit/Tree/TreeNodeTest.php  |  2 +-
 .../Tests/Unit/Utility/BackendUtilityTest.php |  2 +-
 .../Tests/Unit/Utility/IconUtilityTest.php    |  4 +--
 .../Classes/Controller/AbstractController.php |  2 +-
 .../Classes/Controller/ToolsController.php    |  2 +-
 .../Classes/Controller/WebInfoController.php  |  2 +-
 .../belog/Classes/Domain/Model/Constraint.php |  2 +-
 .../Classes/Domain/Model/HistoryEntry.php     |  2 +-
 .../belog/Classes/Domain/Model/LogEntry.php   |  2 +-
 .../belog/Classes/Domain/Model/Workspace.php  |  2 +-
 .../Repository/HistoryEntryRepository.php     |  2 +-
 .../Domain/Repository/LogEntryRepository.php  |  2 +-
 .../Domain/Repository/WorkspaceRepository.php |  2 +-
 .../Module/BackendLogModuleBootstrap.php      |  2 +-
 .../ViewHelpers/Be/AddJsFileViewHelper.php    |  2 +-
 .../Be/InlineSettingsArrayViewHelper.php      |  2 +-
 .../ViewHelpers/Be/PagePathViewHelper.php     |  2 +-
 .../ViewHelpers/ErrorIconViewHelper.php       |  2 +-
 .../Form/TranslateLabelSelectViewHelper.php   |  2 +-
 .../ViewHelpers/FormatDetailsViewHelper.php   |  2 +-
 .../ViewHelpers/HistoryEntryViewHelper.php    |  2 +-
 .../IsExtensionLoadedViewHelper.php           |  2 +-
 .../ViewHelpers/UsernameViewHelper.php        |  2 +-
 .../ViewHelpers/WorkspaceTitleViewHelper.php  |  2 +-
 .../Tests/Unit/Domain/Model/LogEntryTest.php  |  2 +-
 .../Repository/HistoryEntryRepositoryTest.php |  2 +-
 .../Repository/LogEntryRepositoryTest.php     |  2 +-
 .../Repository/WorkspaceRepositoryTest.php    |  2 +-
 .../Controller/BackendUserController.php      |  2 +-
 .../Classes/Domain/Model/BackendUser.php      |  2 +-
 .../Classes/Domain/Model/BackendUserGroup.php |  2 +-
 .../beuser/Classes/Domain/Model/Demand.php    |  2 +-
 .../Classes/Domain/Model/ModuleData.php       |  2 +-
 .../Repository/BackendUserGroupRepository.php |  2 +-
 .../Repository/BackendUserRepository.php      |  2 +-
 .../BackendUserSessionRepository.php          |  2 +-
 .../Classes/Hook/SwitchBackUserHook.php       |  2 +-
 .../Service/ModuleDataStorageService.php      |  2 +-
 .../ViewHelpers/Display/PagesViewHelper.php   |  2 +-
 .../Display/SysFileMountsViewHelper.php       |  2 +-
 .../Display/SysLanguageViewHelper.php         |  2 +-
 .../ViewHelpers/IssueCommandViewHelper.php    |  2 +-
 .../Classes/ViewHelpers/SectionViewHelper.php |  2 +-
 .../SpriteIconForRecordViewHelper.php         |  2 +-
 .../SpriteManagerIconViewHelper.php           |  2 +-
 .../ViewHelpers/SwitchUserViewHelper.php      |  2 +-
 typo3/sysext/cms/layout/db_layout.php         |  2 +-
 typo3/sysext/cms/layout/db_new_content_el.php |  2 +-
 .../cms/layout/wizard_backend_layout.php      |  2 +-
 typo3/sysext/cms/tslib/extdirecteid.php       |  2 +-
 typo3/sysext/cms/tslib/index_ts.php           |  2 +-
 typo3/sysext/cms/tslib/pagegen.php            |  2 +-
 typo3/sysext/cms/tslib/showpic.php            |  2 +-
 .../cms/web_info/class.tx_cms_webinfo.php     |  2 +-
 .../ExtDirect/ContextHelpDataProvider.php     |  2 +-
 .../AbstractUserAuthentication.php            | 26 ++++++++++++++++++
 .../BackendUserAuthentication.php             |  2 +-
 .../Classes/Cache/Backend/AbstractBackend.php |  2 +-
 .../core/Classes/Cache/Backend/ApcBackend.php |  2 +-
 .../Cache/Backend/BackendInterface.php        |  2 +-
 .../Classes/Cache/Backend/FileBackend.php     |  2 +-
 .../Backend/FreezableBackendInterface.php     |  3 +--
 .../Cache/Backend/MemcachedBackend.php        |  2 +-
 .../Classes/Cache/Backend/NullBackend.php     |  2 +-
 .../core/Classes/Cache/Backend/PdoBackend.php |  2 +-
 .../Backend/PhpCapableBackendInterface.php    |  3 +--
 .../Classes/Cache/Backend/RedisBackend.php    |  2 +-
 .../Backend/TaggableBackendInterface.php      |  3 +--
 .../Cache/Backend/TransientMemoryBackend.php  |  2 +-
 .../Cache/Backend/Typo3DatabaseBackend.php    |  2 +-
 .../Classes/Cache/Backend/WincacheBackend.php |  2 +-
 typo3/sysext/core/Classes/Cache/Cache.php     |  2 +-
 .../core/Classes/Cache/CacheFactory.php       |  2 +-
 .../core/Classes/Cache/CacheManager.php       |  2 +-
 typo3/sysext/core/Classes/Cache/Exception.php |  2 +-
 .../Exception/ClassAlreadyLoadedException.php |  2 +-
 .../DuplicateIdentifierException.php          |  2 +-
 .../Exception/InvalidBackendException.php     |  2 +-
 .../Cache/Exception/InvalidCacheException.php |  2 +-
 .../Cache/Exception/InvalidDataException.php  |  2 +-
 .../Cache/Exception/NoSuchCacheException.php  |  2 +-
 .../Cache/Frontend/AbstractFrontend.php       |  2 +-
 .../Cache/Frontend/FrontendInterface.php      |  2 +-
 .../Classes/Cache/Frontend/PhpFrontend.php    |  2 +-
 .../Classes/Cache/Frontend/StringFrontend.php |  2 +-
 .../Cache/Frontend/VariableFrontend.php       |  2 +-
 .../Classes/Category/CategoryRegistry.php     |  2 +-
 .../Collection/CategoryCollection.php         |  2 +-
 .../core/Classes/Charset/CharsetConverter.php |  2 +-
 .../Collection/AbstractRecordCollection.php   |  2 +-
 .../Collection/CollectionInterface.php        |  3 +--
 .../EditableCollectionInterface.php           |  2 +-
 .../NameableCollectionInterface.php           |  2 +-
 .../PersistableCollectionInterface.php        |  5 ++--
 .../Collection/RecordCollectionInterface.php  |  2 +-
 .../Collection/RecordCollectionRepository.php |  2 +-
 .../SortableCollectionInterface.php           |  2 +-
 .../Collection/StaticRecordCollection.php     |  2 +-
 .../CompatbilityClassLoaderPhpBelow50307.php  |  2 +-
 .../Configuration/ConfigurationManager.php    |  2 +-
 .../Configuration/FlexForm/FlexFormTools.php  |  2 +-
 .../AbstractConditionMatcher.php              |  2 +-
 .../Controller/CommandLineController.php      |  2 +-
 typo3/sysext/core/Classes/Core/Bootstrap.php  |  2 +-
 .../sysext/core/Classes/Core/ClassLoader.php  |  2 +-
 .../sysext/core/Classes/Core/CliBootstrap.php |  2 +-
 .../Classes/Core/SystemEnvironmentBuilder.php |  2 +-
 .../core/Classes/DataHandling/DataHandler.php |  2 +-
 ...dlerCheckModifyAccessListHookInterface.php |  3 +--
 .../DataHandlerProcessUploadHookInterface.php |  5 ++--
 .../Classes/Database/DatabaseConnection.php   |  2 +-
 .../core/Classes/Database/PdoHelper.php       |  2 +-
 .../PostProcessQueryHookInterface.php         |  5 ++--
 .../Database/PreProcessQueryHookInterface.php |  5 ++--
 .../Classes/Database/PreparedStatement.php    |  2 +-
 .../core/Classes/Database/QueryGenerator.php  |  2 +-
 .../core/Classes/Database/QueryView.php       |  2 +-
 .../core/Classes/Database/ReferenceIndex.php  |  2 +-
 .../core/Classes/Database/RelationHandler.php |  2 +-
 .../Classes/Database/SoftReferenceIndex.php   |  2 +-
 .../core/Classes/Database/SqlParser.php       |  2 +-
 ...nfigurationPostProcessingHookInterface.php |  3 +--
 .../ElementBrowserHookInterface.php           |  5 ++--
 .../Classes/Encoder/JavaScriptEncoder.php     |  4 +--
 .../Error/AbstractExceptionHandler.php        |  2 +-
 .../Classes/Error/DebugExceptionHandler.php   |  2 +-
 .../core/Classes/Error/ErrorHandler.php       |  2 +-
 .../Classes/Error/ErrorHandlerInterface.php   |  5 ++--
 typo3/sysext/core/Classes/Error/Exception.php |  2 +-
 .../Error/ExceptionHandlerInterface.php       |  2 +-
 .../Http/AbstractClientErrorException.php     |  2 +-
 .../Http/AbstractServerErrorException.php     |  2 +-
 .../Error/Http/BadRequestException.php        |  2 +-
 .../Classes/Error/Http/ForbiddenException.php |  2 +-
 .../Error/Http/PageNotFoundException.php      |  2 +-
 .../Http/ServiceUnavailableException.php      |  2 +-
 .../Classes/Error/Http/StatusException.php    |  2 +-
 .../Error/Http/UnauthorizedException.php      |  2 +-
 .../Error/ProductionExceptionHandler.php      |  2 +-
 typo3/sysext/core/Classes/Exception.php       |  2 +-
 .../core/Classes/ExtDirect/ExtDirectApi.php   |  2 +-
 .../core/Classes/ExtDirect/ExtDirectDebug.php |  2 +-
 .../Classes/ExtDirect/ExtDirectRouter.php     |  4 +--
 .../FormProtection/AbstractFormProtection.php |  2 +-
 .../FormProtection/BackendFormProtection.php  |  4 +--
 .../FormProtection/DisabledFormProtection.php |  2 +-
 .../core/Classes/FormProtection/Exception.php |  2 +-
 .../FormProtection/FormProtectionFactory.php  |  2 +-
 .../InstallToolFormProtection.php             |  2 +-
 .../FrontendEditingController.php             |  4 +--
 typo3/sysext/core/Classes/Html/HtmlParser.php |  2 +-
 .../core/Classes/Html/RteHtmlParser.php       |  2 +-
 .../core/Classes/Http/AjaxRequestHandler.php  |  2 +-
 .../sysext/core/Classes/Http/HttpRequest.php  |  2 +-
 .../core/Classes/Http/Observer/Download.php   |  2 +-
 .../Classes/Imaging/GraphicalFunctions.php    |  2 +-
 .../Integrity/DatabaseIntegrityCheck.php      |  2 +-
 .../Exception/FileNotFoundException.php       |  2 +-
 .../Exception/InvalidParserException.php      |  2 +-
 .../Exception/InvalidXmlFileException.php     |  2 +-
 .../Classes/Localization/LanguageStore.php    |  2 +-
 .../core/Classes/Localization/Locales.php     |  2 +-
 .../Localization/LocalizationFactory.php      |  2 +-
 .../Localization/Parser/AbstractXmlParser.php |  2 +-
 .../Parser/LocalizationParserInterface.php    |  2 +-
 .../Parser/LocallangArrayParser.php           |  2 +-
 .../Parser/LocallangXmlParser.php             |  2 +-
 .../Localization/Parser/XliffParser.php       |  2 +-
 typo3/sysext/core/Classes/Locking/Locker.php  |  2 +-
 typo3/sysext/core/Classes/Log/LogLevel.php    |  2 +-
 typo3/sysext/core/Classes/Log/LogManager.php  |  6 ++---
 typo3/sysext/core/Classes/Log/LogRecord.php   |  4 +--
 typo3/sysext/core/Classes/Log/Logger.php      |  6 ++---
 .../Log/Processor/AbstractMemoryProcessor.php |  4 +--
 .../Log/Processor/AbstractProcessor.php       |  2 +-
 .../Log/Processor/IntrospectionProcessor.php  |  4 +--
 .../Processor/MemoryPeakUsageProcessor.php    |  4 +--
 .../Log/Processor/MemoryUsageProcessor.php    |  4 +--
 .../Classes/Log/Processor/NullProcessor.php   |  2 +-
 .../Log/Processor/ProcessorInterface.php      |  3 +--
 .../Classes/Log/Processor/WebProcessor.php    |  4 +--
 .../Classes/Log/Writer/AbstractWriter.php     |  2 +-
 .../Classes/Log/Writer/DatabaseWriter.php     |  2 +-
 .../core/Classes/Log/Writer/FileWriter.php    |  6 ++---
 .../core/Classes/Log/Writer/NullWriter.php    |  2 +-
 .../Classes/Log/Writer/PhpErrorLogWriter.php  |  4 +--
 .../core/Classes/Log/Writer/SyslogWriter.php  |  4 +--
 .../Classes/Log/Writer/WriterInterface.php    |  5 ++--
 .../sysext/core/Classes/Mail/MailMessage.php  | 26 ++++++++++++++++++
 typo3/sysext/core/Classes/Mail/Mailer.php     | 26 ++++++++++++++++++
 .../Classes/Mail/MailerAdapterInterface.php   |  5 ++--
 .../core/Classes/Mail/MboxTransport.php       |  2 +-
 .../core/Classes/Mail/SwiftMailerAdapter.php  |  2 +-
 .../Classes/Messaging/AbstractMessage.php     |  4 +--
 .../Messaging/AbstractStandaloneMessage.php   |  4 +--
 .../Classes/Messaging/ErrorpageMessage.php    |  2 +-
 .../core/Classes/Messaging/FlashMessage.php   |  2 +-
 .../Classes/Messaging/FlashMessageQueue.php   |  2 +-
 .../sysext/core/Classes/Page/PageRenderer.php |  4 +--
 typo3/sysext/core/Classes/Registry.php        |  2 +-
 .../core/Classes/Resource/AbstractFile.php    |  2 +-
 .../Classes/Resource/AbstractRepository.php   |  2 +-
 .../Collection/AbstractFileCollection.php     |  2 +-
 .../Collection/FolderBasedFileCollection.php  |  2 +-
 .../Collection/StaticFileCollection.php       |  2 +-
 .../Resource/Driver/AbstractDriver.php        |  2 +-
 .../Resource/Driver/DriverRegistry.php        |  2 +-
 .../Classes/Resource/Driver/LocalDriver.php   |  2 +-
 .../core/Classes/Resource/Exception.php       |  2 +-
 .../AbstractFileOperationException.php        |  2 +-
 .../ExistingTargetFileNameException.php       |  2 +-
 .../ExistingTargetFolderException.php         |  2 +-
 .../Exception/FileDoesNotExistException.php   |  2 +-
 .../Exception/FileOperationErrorException.php |  2 +-
 .../Exception/FolderDoesNotExistException.php |  2 +-
 .../IllegalFileExtensionException.php         |  2 +-
 ...fficientFileAccessPermissionsException.php |  2 +-
 ...sufficientFileReadPermissionsException.php |  2 +-
 ...ufficientFileWritePermissionsException.php |  2 +-
 ...icientFolderAccessPermissionsException.php |  2 +-
 ...fficientFolderReadPermissionsException.php |  2 +-
 ...ficientFolderWritePermissionsException.php |  2 +-
 .../InsufficientUserPermissionsException.php  |  2 +-
 .../InvalidConfigurationException.php         |  2 +-
 .../Exception/InvalidFileException.php        |  2 +-
 .../Exception/InvalidFileNameException.php    |  2 +-
 .../Exception/InvalidFolderException.php      |  2 +-
 .../Exception/InvalidPathException.php        |  2 +-
 .../InvalidTargetFolderException.php          |  2 +-
 .../Exception/NotInMountPointException.php    |  2 +-
 .../Resource/Exception/UploadException.php    |  2 +-
 .../Exception/UploadSizeException.php         |  2 +-
 typo3/sysext/core/Classes/Resource/File.php   |  2 +-
 .../Resource/FileCollectionRepository.php     |  2 +-
 .../core/Classes/Resource/FileInterface.php   |  2 +-
 .../core/Classes/Resource/FileReference.php   |  2 +-
 .../core/Classes/Resource/FileRepository.php  |  2 +-
 .../Resource/Filter/FileExtensionFilter.php   |  2 +-
 .../Resource/Filter/FileNameFilter.php        |  2 +-
 typo3/sysext/core/Classes/Resource/Folder.php |  2 +-
 .../core/Classes/Resource/FolderInterface.php |  2 +-
 .../Classes/Resource/Hook/FileInfoHook.php    |  2 +-
 .../core/Classes/Resource/ProcessedFile.php   |  2 +-
 .../Resource/ProcessedFileRepository.php      |  2 +-
 .../Processing/AbstractGraphicalTask.php      |  2 +-
 .../Resource/Processing/AbstractTask.php      |  2 +-
 .../Processing/ImageCropScaleMaskTask.php     |  2 +-
 .../Resource/Processing/ImagePreviewTask.php  |  2 +-
 .../Processing/LocalCropScaleMaskHelper.php   |  2 +-
 .../Processing/LocalImageProcessor.php        |  2 +-
 .../Processing/LocalPreviewHelper.php         |  2 +-
 .../Processing/ProcessorInterface.php         |  2 +-
 .../Resource/Processing/TaskInterface.php     |  2 +-
 .../Resource/Processing/TaskTypeRegistry.php  |  2 +-
 .../Classes/Resource/ResourceCompressor.php   |  4 +--
 .../core/Classes/Resource/ResourceFactory.php |  2 +-
 .../Classes/Resource/ResourceInterface.php    |  3 +--
 .../core/Classes/Resource/ResourceStorage.php |  2 +-
 .../Service/FileProcessingService.php         |  2 +-
 .../Service/FrontendContentAdapterService.php |  2 +-
 .../Service/ImageProcessingService.php        |  2 +-
 .../Resource/Service/IndexerService.php       |  2 +-
 .../Resource/Service/MagicImageService.php    |  2 +-
 .../Resource/Service/UserFileMountService.php |  2 +-
 .../Classes/Resource/StorageRepository.php    |  2 +-
 .../core/Classes/Service/AbstractService.php  | 26 ++++++++++++++++++
 .../core/Classes/SingletonInterface.php       |  5 ++--
 .../Classes/TimeTracker/NullTimeTracker.php   |  2 +-
 .../core/Classes/TimeTracker/TimeTracker.php  |  2 +-
 ...ractTableConfigurationTreeDataProvider.php |  2 +-
 .../DatabaseTreeDataProvider.php              |  2 +-
 .../TableConfiguration/DatabaseTreeNode.php   |  2 +-
 .../ExtJsArrayTreeRenderer.php                |  2 +-
 .../TableConfigurationTree.php                |  2 +-
 .../TreeDataProviderFactory.php               |  2 +-
 .../Classes/TypoScript/ConfigurationForm.php  |  2 +-
 .../TypoScript/ExtendedTemplateService.php    |  2 +-
 .../TypoScript/Parser/TypoScriptParser.php    |  2 +-
 .../Classes/TypoScript/TemplateService.php    |  2 +-
 .../core/Classes/Utility/ArrayUtility.php     |  2 +-
 .../Classes/Utility/ClassNamingUtility.php    |  2 +-
 .../core/Classes/Utility/ClientUtility.php    |  2 +-
 .../core/Classes/Utility/CommandUtility.php   |  2 +-
 .../core/Classes/Utility/DebugUtility.php     |  2 +-
 .../core/Classes/Utility/DiffUtility.php      |  2 +-
 .../Utility/ExtensionManagementUtility.php    |  2 +-
 .../Classes/Utility/File/BasicFileUtility.php |  2 +-
 .../Utility/File/ExtendedFileUtility.php      |  2 +-
 ...dedFileUtilityProcessDataHookInterface.php |  5 ++--
 .../core/Classes/Utility/GeneralUtility.php   |  2 +-
 .../core/Classes/Utility/HttpUtility.php      |  2 +-
 .../core/Classes/Utility/MailUtility.php      |  2 +-
 .../core/Classes/Utility/MathUtility.php      |  2 +-
 .../core/Classes/Utility/MonitorUtility.php   |  2 +-
 .../core/Classes/Utility/PathUtility.php      |  2 +-
 .../Classes/Utility/PhpOptionsUtility.php     |  2 +-
 .../core/Classes/Utility/RootlineUtility.php  |  2 +-
 .../core/Classes/Utility/StringUtility.php    |  2 +-
 .../Classes/Utility/VersionNumberUtility.php  |  2 +-
 .../core/Tests/AccessibleObjectInterface.php  |  2 +-
 typo3/sysext/core/Tests/BaseTestCase.php      |  2 +-
 .../Collection/CategoryCollectionTest.php     |  2 +-
 .../Functional/Resource/BaseTestCase.php      |  2 +-
 .../Tests/Functional/Resource/FolderTest.php  |  2 +-
 .../Resource/ResourceStorageTest.php          |  2 +-
 .../sysext/core/Tests/FunctionalTestCase.php  |  2 +-
 .../core/Tests/Integrity/IntegrityTest.php    |  2 +-
 .../Legacy/t3lib/class.t3lib_formmailTest.php |  2 +-
 .../typo3/contrib/class.removexssTest.php     |  2 +-
 .../AbstractUserAuthenticationTest.php        |  2 +-
 .../BackendUserAuthenticationTest.php         |  2 +-
 .../Cache/Backend/AbstractBackendTest.php     |  2 +-
 .../Unit/Cache/Backend/ApcBackendTest.php     |  2 +-
 .../Unit/Cache/Backend/DbBackendTest.php      |  2 +-
 .../Unit/Cache/Backend/FileBackendTest.php    |  2 +-
 .../Cache/Backend/MemcachedBackendTest.php    |  2 +-
 .../Tests/Unit/Cache/Backend/MockBackend.php  |  2 +-
 .../Unit/Cache/Backend/PdoBackendTest.php     |  2 +-
 .../Unit/Cache/Backend/RedisBackendTest.php   |  2 +-
 .../Backend/TransientMemoryBackendTest.php    |  2 +-
 .../Cache/Backend/WincacheBackendTest.php     |  2 +-
 .../Tests/Unit/Cache/CacheManagerTest.php     |  2 +-
 .../core/Tests/Unit/Cache/FactoryTest.php     |  2 +-
 .../Cache/Frontend/AbstractFrontendTest.php   |  2 +-
 .../Unit/Cache/Frontend/PhpFrontendTest.php   |  2 +-
 .../Cache/Frontend/StringFrontendTest.php     |  2 +-
 .../Cache/Frontend/VariableFrontendTest.php   |  2 +-
 .../Unit/Category/CategoryRegistryTest.php    |  2 +-
 .../Collection/CategoryCollectionTest.php     |  2 +-
 .../Unit/Charset/CharsetConverterTest.php     |  2 +-
 .../RecordCollectionRepositoryTest.php        |  2 +-
 ...mpatbilityClassLoaderPhpBelow50307Test.php |  2 +-
 .../ConfigurationManagerTest.php              |  2 +-
 .../core/Tests/Unit/Core/ClassLoaderTest.php  |  2 +-
 .../Core/SystemEnvironmentBuilderTest.php     |  2 +-
 .../Unit/DataHandling/DataHandlerTest.php     |  2 +-
 .../Unit/Database/DatabaseConnectionTest.php  |  2 +-
 .../Unit/Database/PreparedStatementTest.php   |  2 +-
 .../Tests/Unit/Database/SqlParserTest.php     |  2 +-
 .../Unit/Encoder/JavaScriptEncoderTest.php    |  2 +-
 .../Unit/Error/DebugExceptionHandlerTest.php  |  2 +-
 .../Error/ProductionExceptionHandlerTest.php  |  2 +-
 .../AbstractFormProtectionTest.php            |  2 +-
 .../BackendFormProtectionTest.php             |  3 +--
 .../Fixtures/FormProtectionTesting.php        |  2 +-
 .../FormProtectionFactoryTest.php             |  2 +-
 .../InstallToolFormProtectionTest.php         |  3 +--
 .../Tests/Unit/Html/RteHtmlParserTest.php     |  2 +-
 .../Unit/Imaging/GraphicalFunctionsTest.php   |  2 +-
 .../Parser/LocallangXmlParserTest.php         |  2 +-
 .../Localization/Parser/XliffParserTest.php   |  2 +-
 .../core/Tests/Unit/Locking/LockerTest.php    |  2 +-
 .../Unit/Log/Fixtures/ProcessorFixture.php    |  2 +-
 .../Tests/Unit/Log/Fixtures/WriterFailing.php |  2 +-
 .../Tests/Unit/Log/Fixtures/WriterFixture.php |  2 +-
 .../core/Tests/Unit/Log/LogLevelTest.php      |  2 +-
 .../core/Tests/Unit/Log/LogManagerTest.php    |  4 +--
 .../core/Tests/Unit/Log/LogRecordTest.php     |  2 +-
 .../sysext/core/Tests/Unit/Log/LoggerTest.php |  4 +--
 .../Unit/Log/Processor/AbstractMemoryTest.php |  2 +-
 .../Tests/Unit/Log/Processor/AbstractTest.php |  2 +-
 .../Unit/Log/Processor/IntrospectionTest.php  |  2 +-
 .../Log/Processor/MemoryPeakUsageTest.php     |  2 +-
 .../Unit/Log/Processor/MemoryUsageTest.php    |  2 +-
 .../Unit/Log/Processor/ProcessorTest.php      |  2 +-
 .../core/Tests/Unit/Log/Processor/WebTest.php |  4 +--
 .../Tests/Unit/Log/Writer/AbstractTest.php    |  2 +-
 .../Tests/Unit/Log/Writer/DatabaseTest.php    |  2 +-
 .../core/Tests/Unit/Log/Writer/FileTest.php   |  2 +-
 .../core/Tests/Unit/Mail/MailerTest.php       |  2 +-
 .../Unit/Mail/SwiftMailerAdapterTest.php      |  2 +-
 .../core/Tests/Unit/Page/PageRendererTest.php |  2 +-
 typo3/sysext/core/Tests/Unit/RegistryTest.php |  2 +-
 .../core/Tests/Unit/Resource/BaseTestCase.php |  2 +-
 .../Resource/Driver/AbstractDriverTest.php    |  2 +-
 .../Resource/Driver/DriverRegistryTest.php    |  2 +-
 .../Fixtures/LocalDriverFilenameFilter.php    |  2 +-
 .../Unit/Resource/Driver/LocalDriverTest.php  |  2 +-
 .../core/Tests/Unit/Resource/FactoryTest.php  |  2 +-
 .../core/Tests/Unit/Resource/FileTest.php     |  2 +-
 .../core/Tests/Unit/Resource/FolderTest.php   |  2 +-
 .../Resource/ProcessedFileRepositoryTest.php  |  6 ++++-
 .../Repository/AbstractRepositoryTest.php     |  2 +-
 .../Unit/Resource/ResourceStorageTest.php     |  2 +-
 .../Resource/Service/IndexerServiceTest.php   |  2 +-
 .../Utility/FileExtensionFilterTest.php       |  2 +-
 .../TreeDataProviderFactoryTest.php           |  2 +-
 .../Unit/TypoScript/TemplateServiceTest.php   |  2 +-
 .../Tests/Unit/Utility/ArrayUtilityTest.php   |  2 +-
 .../Unit/Utility/ClassNamingUtilityTest.php   |  2 +-
 .../Tests/Unit/Utility/ClientUtilityTest.php  |  2 +-
 .../Utility/ExtensionMangementUtilityTest.php |  2 +-
 .../Utility/File/ExtendedFileUtilityTest.php  |  2 +-
 ...stClassWithStringRepresentationFixture.php |  2 +-
 .../Tests/Unit/Utility/GeneralUtilityTest.php |  2 +-
 .../Tests/Unit/Utility/HttpUtilityTest.php    |  2 +-
 .../Tests/Unit/Utility/MailUtilityTest.php    |  2 +-
 .../Tests/Unit/Utility/MathUtilityTest.php    |  2 +-
 .../Tests/Unit/Utility/PathUtilityTest.php    |  2 +-
 .../Unit/Utility/RootlineUtilityTest.php      |  2 +-
 .../Tests/Unit/Utility/StringUtilityTest.php  |  2 +-
 .../Unit/Utility/VersionNumberUtilityTest.php |  2 +-
 typo3/sysext/core/Tests/UnitTestCase.php      |  2 +-
 .../Controller/HelpModuleController.php       |  2 +-
 typo3/sysext/cshmanual/mod/index.php          |  2 +-
 .../Controller/CssStyledContentController.php |  2 +-
 .../Classes/Controller/AbstractController.php |  2 +-
 .../Classes/Controller/ActionController.php   |  2 +-
 .../Controller/ConfigurationController.php    |  2 +-
 .../Classes/Controller/DownloadController.php |  2 +-
 .../Classes/Controller/ListController.php     |  2 +-
 .../Controller/UpdateFromTerController.php    |  2 +-
 .../UploadExtensionFileController.php         |  2 +-
 .../Domain/Model/ConfigurationCategory.php    |  2 +-
 .../Domain/Model/ConfigurationItem.php        |  2 +-
 .../Domain/Model/ConfigurationSubcategory.php |  2 +-
 .../Classes/Domain/Model/Dependency.php       |  2 +-
 .../Classes/Domain/Model/DownloadQueue.php    |  2 +-
 .../Classes/Domain/Model/Extension.php        |  2 +-
 .../Classes/Domain/Model/Mirrors.php          |  2 +-
 .../Classes/Domain/Model/Repository.php       |  2 +-
 .../ConfigurationItemRepository.php           |  2 +-
 .../Domain/Repository/ExtensionRepository.php |  2 +-
 .../Repository/RepositoryRepository.php       |  2 +-
 .../Exception/ExtensionManagerException.php   |  2 +-
 .../Classes/Report/ExtensionStatus.php        |  2 +-
 .../Service/ExtensionManagementService.php    |  2 +-
 .../Classes/Task/UpdateExtensionListTask.php  |  2 +-
 .../Classes/Utility/ConfigurationUtility.php  |  2 +-
 .../Classes/Utility/Connection/TerUtility.php |  4 +--
 .../Classes/Utility/DatabaseUtility.php       |  2 +-
 .../Classes/Utility/DependencyUtility.php     |  2 +-
 .../Classes/Utility/DownloadUtility.php       |  2 +-
 .../Classes/Utility/EmConfUtility.php         |  2 +-
 .../Classes/Utility/FileHandlingUtility.php   |  2 +-
 .../Utility/Importer/ExtensionListUtility.php |  2 +-
 .../Utility/Importer/MirrorListUtility.php    |  2 +-
 .../Classes/Utility/InstallUtility.php        |  2 +-
 .../Classes/Utility/ListUtility.php           |  2 +-
 .../Parser/AbstractExtensionXmlParser.php     |  2 +-
 .../Parser/AbstractMirrorXmlParser.php        |  2 +-
 .../Utility/Parser/AbstractXmlParser.php      |  2 +-
 .../Utility/Parser/ExtensionXmlPullParser.php |  2 +-
 .../Utility/Parser/ExtensionXmlPushParser.php |  2 +-
 .../Utility/Parser/MirrorXmlPullParser.php    |  2 +-
 .../Utility/Parser/MirrorXmlPushParser.php    |  2 +-
 .../Utility/Parser/XmlParserFactory.php       |  2 +-
 .../Classes/Utility/Repository/Helper.php     |  2 +-
 .../ViewHelpers/Be/ContainerViewHelper.php    |  2 +-
 .../ConfigureExtensionViewHelper.php          |  2 +-
 .../DownloadExtensionDataViewHelper.php       |  2 +-
 .../DownloadExtensionViewHelper.php           |  2 +-
 .../Form/TypoScriptConstantsViewHelper.php    |  2 +-
 .../ViewHelpers/Format/ImplodeViewHelper.php  |  2 +-
 .../Format/JsonEncodeViewHelper.php           |  2 +-
 .../Classes/ViewHelpers/ImageViewHelper.php   |  2 +-
 .../InstallationStateCssClassViewHelper.php   |  2 +-
 .../ViewHelpers/RemoveExtensionViewHelper.php |  2 +-
 .../ShowExtensionVersionsViewHelper.php       |  2 +-
 ...leExtensionInstallationStateViewHelper.php |  2 +-
 .../UpdateFromTerControllerTest.php           |  2 +-
 .../Unit/Domain/Model/DownloadQueueTest.php   |  2 +-
 .../ConfigurationItemRepositoryTest.php       |  2 +-
 .../Repository/RepositoryRepositoryTest.php   |  2 +-
 .../Tests/Unit/Report/ExtensionStatusTest.php |  2 +-
 .../Unit/Task/UpdateExtensionListTaskTest.php |  2 +-
 .../Unit/Utility/ConfigurationUtilityTest.php |  2 +-
 .../Tests/Unit/Utility/InstallUtilityTest.php |  2 +-
 .../Tests/Unit/Utility/ListUtilityTest.php    |  2 +-
 .../Classes/ExtraPageContextMenuOptions.php   |  2 +-
 .../feedit/Classes/FrontendEditPanel.php      |  4 +--
 .../Controller/FrontendLoginController.php    |  2 +-
 .../felogin/Classes/Hooks/CmsLayout.php       |  2 +-
 .../FrontendLoginControllerTest.php           |  2 +-
 .../Classes/Controller/FileListController.php |  2 +-
 typo3/sysext/filelist/Classes/FileList.php    |  2 +-
 .../Classes/FileListEditIconHookInterface.php |  2 +-
 .../filelist/Classes/FileListFolderTree.php   |  2 +-
 typo3/sysext/filelist/mod1/index.php          |  2 +-
 .../Classes/Controller/FormController.php     |  2 +-
 .../sysext/form/Classes/Controller/Wizard.php |  2 +-
 .../Classes/Controller/WizardController.php   |  2 +-
 .../Domain/Factory/JsonToTypoScript.php       |  2 +-
 .../Domain/Factory/TypoScriptFactory.php      |  2 +-
 .../Additional/AbstractAdditionalElement.php  |  2 +-
 .../AdditionalAdditionalElement.php           |  2 +-
 .../Additional/ErrorAdditionalElement.php     |  2 +-
 .../Additional/LabelAdditionalElement.php     |  2 +-
 .../Additional/LegendAdditionalElement.php    |  2 +-
 .../Additional/MandatoryAdditionalElement.php |  2 +-
 .../Model/Attribute/AbstractAttribute.php     |  2 +-
 .../Model/Attribute/AcceptAttribute.php       |  2 +-
 .../Attribute/AcceptCharsetAttribute.php      |  2 +-
 .../Model/Attribute/AccesskeyAttribute.php    |  2 +-
 .../Model/Attribute/ActionAttribute.php       |  2 +-
 .../Domain/Model/Attribute/AltAttribute.php   |  2 +-
 .../Model/Attribute/AttributesAttribute.php   |  2 +-
 .../Model/Attribute/CheckedAttribute.php      |  2 +-
 .../Domain/Model/Attribute/ClassAttribute.php |  2 +-
 .../Domain/Model/Attribute/ColsAttribute.php  |  2 +-
 .../Domain/Model/Attribute/DirAttribute.php   |  2 +-
 .../Model/Attribute/DisabledAttribute.php     |  2 +-
 .../Model/Attribute/EnctypeAttribute.php      |  2 +-
 .../Domain/Model/Attribute/IdAttribute.php    |  2 +-
 .../Domain/Model/Attribute/LabelAttribute.php |  2 +-
 .../Domain/Model/Attribute/LangAttribute.php  |  2 +-
 .../Model/Attribute/MaxlengthAttribute.php    |  2 +-
 .../Model/Attribute/MethodAttribute.php       |  2 +-
 .../Model/Attribute/MultipleAttribute.php     |  2 +-
 .../Domain/Model/Attribute/NameAttribute.php  |  2 +-
 .../Model/Attribute/ReadonlyAttribute.php     |  2 +-
 .../Domain/Model/Attribute/RowsAttribute.php  |  2 +-
 .../Model/Attribute/SelectedAttribute.php     |  2 +-
 .../Domain/Model/Attribute/SizeAttribute.php  |  2 +-
 .../Domain/Model/Attribute/SrcAttribute.php   |  2 +-
 .../Domain/Model/Attribute/StyleAttribute.php |  2 +-
 .../Model/Attribute/TabindexAttribute.php     |  2 +-
 .../Domain/Model/Attribute/TitleAttribute.php |  2 +-
 .../Domain/Model/Attribute/TypeAttribute.php  |  2 +-
 .../Domain/Model/Attribute/ValueAttribute.php |  2 +-
 .../form/Classes/Domain/Model/Content.php     |  2 +-
 .../Domain/Model/Element/AbstractElement.php  |  2 +-
 .../Model/Element/AbstractPlainElement.php    |  2 +-
 .../Domain/Model/Element/ButtonElement.php    |  2 +-
 .../Domain/Model/Element/CheckboxElement.php  |  2 +-
 .../Model/Element/CheckboxGroupElement.php    |  2 +-
 .../Domain/Model/Element/ContainerElement.php |  2 +-
 .../Domain/Model/Element/ContentElement.php   |  2 +-
 .../Domain/Model/Element/FieldsetElement.php  |  2 +-
 .../Model/Element/FileuploadElement.php       |  2 +-
 .../Domain/Model/Element/HeaderElement.php    |  2 +-
 .../Domain/Model/Element/HiddenElement.php    |  2 +-
 .../Model/Element/ImagebuttonElement.php      |  2 +-
 .../Domain/Model/Element/OptgroupElement.php  |  2 +-
 .../Domain/Model/Element/OptionElement.php    |  2 +-
 .../Domain/Model/Element/PasswordElement.php  |  2 +-
 .../Domain/Model/Element/RadioElement.php     |  2 +-
 .../Model/Element/RadioGroupElement.php       |  2 +-
 .../Domain/Model/Element/ResetElement.php     |  2 +-
 .../Domain/Model/Element/SelectElement.php    |  2 +-
 .../Domain/Model/Element/SubmitElement.php    |  2 +-
 .../Domain/Model/Element/TextareaElement.php  |  2 +-
 .../Domain/Model/Element/TextblockElement.php |  2 +-
 .../Domain/Model/Element/TextlineElement.php  |  2 +-
 .../sysext/form/Classes/Domain/Model/Form.php |  2 +-
 .../Domain/Model/Json/AbstractJsonElement.php |  2 +-
 .../Domain/Model/Json/ButtonJsonElement.php   |  2 +-
 .../Model/Json/CheckboxGroupJsonElement.php   |  2 +-
 .../Domain/Model/Json/CheckboxJsonElement.php |  2 +-
 .../Model/Json/ContainerJsonElement.php       |  2 +-
 .../Domain/Model/Json/FieldsetJsonElement.php |  2 +-
 .../Model/Json/FileuploadJsonElement.php      |  2 +-
 .../Domain/Model/Json/FormJsonElement.php     |  2 +-
 .../Domain/Model/Json/HeaderJsonElement.php   |  2 +-
 .../Domain/Model/Json/HiddenJsonElement.php   |  2 +-
 .../Domain/Model/Json/NameJsonElement.php     |  2 +-
 .../Domain/Model/Json/PasswordJsonElement.php |  2 +-
 .../Model/Json/RadioGroupJsonElement.php      |  2 +-
 .../Domain/Model/Json/RadioJsonElement.php    |  2 +-
 .../Domain/Model/Json/ResetJsonElement.php    |  2 +-
 .../Domain/Model/Json/SelectJsonElement.php   |  2 +-
 .../Domain/Model/Json/SubmitJsonElement.php   |  2 +-
 .../Domain/Model/Json/TextareaJsonElement.php |  2 +-
 .../Model/Json/TextblockJsonElement.php       |  2 +-
 .../Domain/Model/Json/TextlineJsonElement.php |  2 +-
 .../Domain/Repository/ContentRepository.php   |  2 +-
 typo3/sysext/form/Classes/ElementCounter.php  |  2 +-
 .../form/Classes/Filter/AlphabeticFilter.php  |  2 +-
 .../Classes/Filter/AlphanumericFilter.php     |  2 +-
 .../form/Classes/Filter/CurrencyFilter.php    |  2 +-
 .../form/Classes/Filter/DigitFilter.php       |  2 +-
 .../form/Classes/Filter/FilterInterface.php   |  2 +-
 .../form/Classes/Filter/IntegerFilter.php     |  2 +-
 .../form/Classes/Filter/LowerCaseFilter.php   |  2 +-
 .../form/Classes/Filter/RegExpFilter.php      |  2 +-
 .../form/Classes/Filter/RemoveXssFilter.php   |  2 +-
 .../Classes/Filter/StripNewLinesFilter.php    |  2 +-
 .../form/Classes/Filter/TitleCaseFilter.php   |  2 +-
 .../sysext/form/Classes/Filter/TrimFilter.php |  2 +-
 .../form/Classes/Filter/UpperCaseFilter.php   |  2 +-
 typo3/sysext/form/Classes/Layout.php          |  2 +-
 typo3/sysext/form/Classes/Localization.php    |  2 +-
 .../Classes/PostProcess/MailPostProcessor.php |  2 +-
 .../Classes/PostProcess/PostProcessor.php     |  2 +-
 .../PostProcess/PostProcessorInterface.php    |  2 +-
 typo3/sysext/form/Classes/Request.php         |  2 +-
 .../form/Classes/Utility/FilterUtility.php    |  2 +-
 .../form/Classes/Utility/FormUtility.php      |  2 +-
 .../Utility/TypoScriptToJsonConverter.php     |  2 +-
 .../form/Classes/Utility/ValidatorUtility.php |  2 +-
 .../Classes/Validation/AbstractValidator.php  |  2 +-
 .../Validation/AlphabeticValidator.php        |  2 +-
 .../Validation/AlphanumericValidator.php      |  2 +-
 .../Classes/Validation/BetweenValidator.php   |  2 +-
 .../form/Classes/Validation/DateValidator.php |  2 +-
 .../Classes/Validation/DigitValidator.php     |  2 +-
 .../Classes/Validation/EmailValidator.php     |  2 +-
 .../Classes/Validation/EqualsValidator.php    |  2 +-
 .../Validation/FileAllowedTypesValidator.php  |  2 +-
 .../Validation/FileMaximumSizeValidator.php   |  2 +-
 .../Validation/FileMinimumSizeValidator.php   |  2 +-
 .../Classes/Validation/FloatValidator.php     |  2 +-
 .../Validation/GreaterThanValidator.php       |  2 +-
 .../Classes/Validation/InArrayValidator.php   |  2 +-
 .../Classes/Validation/IntegerValidator.php   |  2 +-
 .../form/Classes/Validation/IpValidator.php   |  2 +-
 .../Classes/Validation/LengthValidator.php    |  2 +-
 .../Classes/Validation/LessthanValidator.php  |  2 +-
 .../Classes/Validation/RegExpValidator.php    |  2 +-
 .../Classes/Validation/RequiredValidator.php  |  2 +-
 .../form/Classes/Validation/UriValidator.php  |  2 +-
 .../Classes/Validation/ValidatorInterface.php |  2 +-
 .../Additional/AdditionalElementView.php      |  2 +-
 .../Additional/LabelAdditionalElementView.php |  2 +-
 .../LegendAdditionalElementView.php           |  2 +-
 .../View/Confirmation/ConfirmationView.php    |  2 +-
 .../Element/AbstractElementView.php           |  2 +-
 .../Element/CheckboxElementView.php           |  2 +-
 .../Element/CheckboxGroupElementView.php      |  2 +-
 .../Element/ContainerElementView.php          |  2 +-
 .../Element/FieldsetElementView.php           |  2 +-
 .../Element/FileuploadElementView.php         |  2 +-
 .../Element/OptgroupElementView.php           |  2 +-
 .../Element/OptionElementView.php             |  2 +-
 .../Confirmation/Element/RadioElementView.php |  2 +-
 .../Element/RadioGroupElementView.php         |  2 +-
 .../Element/SelectElementView.php             |  2 +-
 .../Element/TextareaElementView.php           |  2 +-
 .../Element/TextlineElementView.php           |  2 +-
 .../Form/Additional/AdditionalElementView.php |  2 +-
 .../Additional/ErrorAdditionalElementView.php |  2 +-
 .../Additional/LabelAdditionalElementView.php |  2 +-
 .../LegendAdditionalElementView.php           |  2 +-
 .../MandatoryAdditionalElementView.php        |  2 +-
 .../View/Form/Element/AbstractElementView.php |  2 +-
 .../View/Form/Element/ButtonElementView.php   |  2 +-
 .../View/Form/Element/CheckboxElementView.php |  2 +-
 .../Form/Element/CheckboxGroupElementView.php |  2 +-
 .../Form/Element/ContainerElementView.php     |  2 +-
 .../View/Form/Element/ContentElementView.php  |  2 +-
 .../View/Form/Element/FieldsetElementView.php |  2 +-
 .../Form/Element/FileuploadElementView.php    |  2 +-
 .../View/Form/Element/HeaderElementView.php   |  2 +-
 .../View/Form/Element/HiddenElementView.php   |  2 +-
 .../Form/Element/ImagebuttonElementView.php   |  2 +-
 .../View/Form/Element/OptgroupElementView.php |  2 +-
 .../View/Form/Element/OptionElementView.php   |  2 +-
 .../View/Form/Element/PasswordElementView.php |  2 +-
 .../View/Form/Element/RadioElementView.php    |  2 +-
 .../Form/Element/RadioGroupElementView.php    |  2 +-
 .../View/Form/Element/ResetElementView.php    |  2 +-
 .../View/Form/Element/SelectElementView.php   |  2 +-
 .../View/Form/Element/SubmitElementView.php   |  2 +-
 .../View/Form/Element/TextareaElementView.php |  2 +-
 .../Form/Element/TextblockElementView.php     |  2 +-
 .../View/Form/Element/TextlineElementView.php |  2 +-
 .../form/Classes/View/Form/FormView.php       |  2 +-
 .../Html/Additional/AdditionalElementView.php |  2 +-
 .../Additional/LabelAdditionalElementView.php |  2 +-
 .../LegendAdditionalElementView.php           |  2 +-
 .../Mail/Html/Element/AbstractElementView.php |  2 +-
 .../Mail/Html/Element/CheckboxElementView.php |  2 +-
 .../Html/Element/CheckboxGroupElementView.php |  2 +-
 .../Html/Element/ContainerElementView.php     |  2 +-
 .../Mail/Html/Element/FieldsetElementView.php |  2 +-
 .../Html/Element/FileuploadElementView.php    |  2 +-
 .../Mail/Html/Element/HiddenElementView.php   |  2 +-
 .../Mail/Html/Element/OptgroupElementView.php |  2 +-
 .../Mail/Html/Element/OptionElementView.php   |  2 +-
 .../Mail/Html/Element/RadioElementView.php    |  2 +-
 .../Html/Element/RadioGroupElementView.php    |  2 +-
 .../Mail/Html/Element/SelectElementView.php   |  2 +-
 .../Mail/Html/Element/TextareaElementView.php |  2 +-
 .../Mail/Html/Element/TextlineElementView.php |  2 +-
 .../form/Classes/View/Mail/Html/HtmlView.php  |  2 +-
 .../form/Classes/View/Mail/MailView.php       |  2 +-
 .../Plain/Element/AbstractElementView.php     |  2 +-
 .../Plain/Element/CheckboxElementView.php     |  2 +-
 .../Element/CheckboxGroupElementView.php      |  2 +-
 .../Plain/Element/ContainerElementView.php    |  2 +-
 .../Plain/Element/FieldsetElementView.php     |  2 +-
 .../Plain/Element/FileuploadElementView.php   |  2 +-
 .../Mail/Plain/Element/HiddenElementView.php  |  2 +-
 .../Plain/Element/OptgroupElementView.php     |  2 +-
 .../Mail/Plain/Element/OptionElementView.php  |  2 +-
 .../Mail/Plain/Element/RadioElementView.php   |  2 +-
 .../Plain/Element/RadioGroupElementView.php   |  2 +-
 .../Mail/Plain/Element/SelectElementView.php  |  2 +-
 .../Plain/Element/TextareaElementView.php     |  2 +-
 .../Plain/Element/TextlineElementView.php     |  2 +-
 .../Classes/View/Mail/Plain/PlainView.php     |  2 +-
 .../View/Wizard/AbstractWizardView.php        |  2 +-
 .../Classes/View/Wizard/LoadWizardView.php    |  2 +-
 .../Classes/View/Wizard/SaveWizardView.php    |  2 +-
 .../form/Classes/View/Wizard/WizardView.php   |  2 +-
 .../Unit/Filter/AlphabeticFilterTest.php      |  2 +-
 .../Unit/Filter/AlphanumericFilterTest.php    |  2 +-
 .../Tests/Unit/Filter/CurrencyFilterTest.php  |  2 +-
 .../Tests/Unit/Filter/DigitFilterTest.php     |  2 +-
 .../Tests/Unit/Filter/IntegerFilterTest.php   |  2 +-
 .../Tests/Unit/Filter/LowerCaseFilterTest.php |  2 +-
 .../Tests/Unit/Filter/RegExpFilterTest.php    |  2 +-
 .../Tests/Unit/Filter/RemoveXssFilterTest.php |  2 +-
 .../Unit/Filter/StripNewLinesFilterTest.php   |  2 +-
 .../Tests/Unit/Filter/TitleCaseFilterTest.php |  2 +-
 .../form/Tests/Unit/Filter/TrimFilterTest.php |  2 +-
 .../Tests/Unit/Filter/UpperCaseFilterTest.php |  2 +-
 .../Unit/PostProcess/PostProcessorTest.php    |  2 +-
 .../Validation/AlphabeticValidatorTest.php    |  2 +-
 .../Validation/AlphanumericValidatorTest.php  |  2 +-
 .../Unit/Validation/BetweenValidatorTest.php  |  2 +-
 .../Unit/Validation/DateValidatorTest.php     |  2 +-
 .../Unit/Validation/DigitValidatorTest.php    |  2 +-
 .../Unit/Validation/EmailValidatorTest.php    |  2 +-
 .../Unit/Validation/EqualsValidatorTest.php   |  2 +-
 .../FileAllowedTypesValidatorTest.php         |  2 +-
 .../FileMaximumSizeValidatorTest.php          |  2 +-
 .../FileMinimumSizeValidatorTest.php          |  2 +-
 .../Unit/Validation/FloatValidatorTest.php    |  2 +-
 .../Validation/GreaterThanValidatorTest.php   |  2 +-
 .../form/Tests/Unit/Validation/Helper.php     |  2 +-
 .../Unit/Validation/InArrayValidatorTest.php  |  2 +-
 .../Unit/Validation/IntegerValidatorTest.php  |  2 +-
 .../Tests/Unit/Validation/IpValidatorTest.php |  2 +-
 .../Unit/Validation/LengthValidatorTest.php   |  2 +-
 .../Unit/Validation/LessThanValidatorTest.php |  2 +-
 .../Unit/Validation/RegExpValidatorTest.php   |  2 +-
 .../Unit/Validation/RequiredValidatorTest.php |  2 +-
 .../Unit/Validation/UriValidatorTest.php      |  2 +-
 .../Html/Element/AbstractElementViewTest.php  |  2 +-
 .../FrontendUserAuthentication.php            |  2 +-
 .../ConditionMatching/ConditionMatcher.php    |  2 +-
 .../ContentObject/AbstractContentObject.php   |  4 +--
 .../ContentObject/CaseContentObject.php       |  4 +--
 .../ContentObject/ClearGifContentObject.php   |  4 +--
 .../ContentObject/ColumnsContentObject.php    |  4 +--
 .../ContentObject/ContentContentObject.php    |  4 +--
 .../ContentObjectArrayContentObject.php       |  4 +--
 ...ontentObjectArrayInternalContentObject.php |  4 +--
 .../ContentObjectGetDataHookInterface.php     |  5 ++--
 ...entObjectGetImageResourceHookInterface.php |  5 ++--
 ...ObjectGetPublicUrlForFileHookInterface.php |  5 ++--
 .../ContentObjectGetSingleHookInterface.php   |  2 +-
 .../ContentObjectPostInitHookInterface.php    |  2 +-
 .../ContentObject/ContentObjectRenderer.php   |  2 +-
 .../ContentObjectStdWrapHookInterface.php     |  5 ++--
 .../ContentTableContentObject.php             |  4 +--
 .../ContentObject/EditPanelContentObject.php  |  2 +-
 .../ContentObject/FileContentObject.php       |  4 +--
 .../ContentObject/FileLinkHookInterface.php   |  5 ++--
 .../ContentObject/FilesContentObject.php      |  2 +-
 .../ContentObject/FlowPlayerContentObject.php |  2 +-
 .../FluidTemplateContentObject.php            |  4 +--
 .../ContentObject/FormContentObject.php       |  4 +--
 .../HierarchicalMenuContentObject.php         |  4 +--
 .../HorizontalRulerContentObject.php          |  4 +--
 .../ContentObject/ImageContentObject.php      |  4 +--
 .../ImageResourceContentObject.php            |  4 +--
 .../ContentObject/ImageTextContentObject.php  |  4 +--
 .../LoadRegisterContentObject.php             |  4 +--
 .../ContentObject/MediaContentObject.php      |  6 ++---
 .../Menu/AbstractMenuContentObject.php        |  2 +-
 .../AbstractMenuFilterPagesHookInterface.php  |  5 ++--
 .../Menu/GraphicalMenuContentObject.php       | 26 ++++++++++++++++++
 .../GraphicalMenuFoldoutContentObject.php     |  2 +-
 .../Menu/GraphicalMenuLayersContentObject.php |  2 +-
 .../Menu/ImageMenuContentObject.php           | 26 ++++++++++++++++++
 .../Menu/JavaScriptMenuContentObject.php      | 26 ++++++++++++++++++
 .../Menu/TextMenuContentObject.php            | 26 ++++++++++++++++++
 .../Menu/TextMenuLayersContentObject.php      |  2 +-
 .../ContentObject/MultimediaContentObject.php |  2 +-
 .../OffsetTableContentObject.php              |  2 +-
 .../QuicktimeObjectContentObject.php          |  6 ++---
 .../ContentObject/RecordsContentObject.php    |  4 +--
 .../RestoreRegisterContentObject.php          |  4 +--
 .../ScalableVectorGraphicsContentObject.php   |  4 +--
 .../SearchResultContentObject.php             |  2 +-
 .../ShockwaveFlashObjectContentObject.php     |  6 ++---
 .../Classes/ContentObject/TableRenderer.php   |  2 +-
 .../ContentObject/TemplateContentObject.php   |  4 +--
 .../ContentObject/TextContentObject.php       |  4 +--
 .../ContentObject/UserContentObject.php       |  4 +--
 .../UserInternalContentObject.php             |  4 +--
 .../Controller/ExtDirectEidController.php     |  2 +-
 .../Controller/PageInformationController.php  | 26 ++++++++++++++++++
 .../Controller/ShowImageController.php        | 26 ++++++++++++++++++
 .../TranslationStatusController.php           |  2 +-
 .../TypoScriptFrontendController.php          |  2 +-
 .../frontend/Classes/Hooks/FrontendHooks.php  |  2 +-
 .../frontend/Classes/Hooks/MediaItemHooks.php |  2 +-
 .../Hooks/TreelistCacheUpdateHooks.php        |  2 +-
 .../frontend/Classes/Imaging/GifBuilder.php   |  2 +-
 .../MediaWizard/MediaWizardProvider.php       |  2 +-
 .../MediaWizardProviderInterface.php          |  5 ++--
 .../MediaWizardProviderManager.php            |  2 +-
 .../Classes/Page/CacheHashCalculator.php      |  2 +-
 .../Classes/Page/FramesetRenderer.php         |  2 +-
 .../frontend/Classes/Page/PageGenerator.php   |  2 +-
 .../frontend/Classes/Page/PageRepository.php  |  2 +-
 .../PageRepositoryGetPageHookInterface.php    |  5 ++--
 ...eRepositoryGetPageOverlayHookInterface.php |  5 ++--
 ...epositoryGetRecordOverlayHookInterface.php |  5 ++--
 .../Classes/Plugin/AbstractPlugin.php         |  2 +-
 .../Classes/Utility/CompressionUtility.php    |  2 +-
 .../frontend/Classes/Utility/EidUtility.php   |  2 +-
 .../frontend/Classes/View/AdminPanelView.php  |  4 +--
 .../View/AdminPanelViewHookInterface.php      |  5 ++--
 .../ConditionMatcherTest.php                  |  2 +-
 .../ContentObjectRendererTest.php             |  2 +-
 .../FluidTemplateContentObjectTest.php        |  2 +-
 .../Menu/AbstractMenuContentObjectTest.php    |  2 +-
 .../TypoScriptFrontendControllerTest.php      |  2 +-
 .../Unit/Page/CacheHashCalculatorTest.php     |  2 +-
 .../Tests/Unit/Page/PageRepositoryTest.php    |  2 +-
 .../Tests/Unit/View/AdminPanelViewTest.php    |  2 +-
 .../Controller/PageFunctionsController.php    |  2 +-
 typo3/sysext/func/mod1/index.php              |  2 +-
 .../WebFunctionWizardsBaseController.php      |  2 +-
 typo3/sysext/impexp/Classes/Clickmenu.php     |  2 +-
 .../Controller/ImportExportController.php     |  2 +-
 .../Controller/ModuleFunctionController.php   |  2 +-
 typo3/sysext/impexp/Classes/ImportExport.php  |  2 +-
 typo3/sysext/impexp/Classes/LocalPageTree.php |  2 +-
 .../impexp/Classes/Task/ImportExportTask.php  |  4 +--
 typo3/sysext/impexp/app/index.php             |  2 +-
 .../modfunc1/class.tx_impexp_modfunc1.php     |  2 +-
 .../Controller/IndexedPagesController.php     | 23 ++++++++++++++++
 .../IndexingStatisticsController.php          |  2 +-
 .../Classes/Controller/ModuleController.php   | 26 ++++++++++++++++++
 .../Classes/Controller/SearchController.php   |  2 +-
 .../Controller/SearchFormController.php       | 26 ++++++++++++++++++
 .../Repository/IndexSearchRepository.php      |  2 +-
 .../Classes/Example/CrawlerHook.php           |  2 +-
 .../Classes/Example/PluginHook.php            |  2 +-
 .../Classes/FileContentParser.php             |  2 +-
 .../Classes/Hook/CrawlerFilesHook.php         | 26 ++++++++++++++++++
 .../Classes/Hook/CrawlerHook.php              | 26 ++++++++++++++++++
 .../Classes/Hook/MysqlFulltextIndexHook.php   |  2 +-
 .../Classes/Hook/TypoScriptFrontendHook.php   |  2 +-
 .../sysext/indexed_search/Classes/Indexer.php |  2 +-
 typo3/sysext/indexed_search/Classes/Lexer.php |  2 +-
 .../Classes/Utility/IndexedSearchUtility.php  |  2 +-
 .../PageBrowsingResultsViewHelper.php         |  2 +-
 .../ViewHelpers/PageBrowsingViewHelper.php    |  2 +-
 .../indexed_search/Tests/Unit/IndexerTest.php | 23 ++++++++++++++++
 typo3/sysext/indexed_search/class.crawler.php |  2 +-
 typo3/sysext/indexed_search/mod/index.php     |  2 +-
 .../class.tx_indexedsearch_modfunc1.php       |  2 +-
 .../pi/class.tx_indexedsearch.php             |  2 +-
 .../Controller/InfoModuleController.php       | 26 ++++++++++++++++++
 typo3/sysext/info/mod1/index.php              |  2 +-
 .../InfoPageTyposcriptConfigController.php    |  2 +-
 .../Classes/CheckTheDatabaseHookInterface.php |  2 +-
 .../InstallToolModuleController.php           | 23 ++++++++++++++++
 .../CoreUpdates/AddFlexFormsToAclUpdate.php   |  2 +-
 .../CoreUpdates/CharsetDefaultsUpdate.php     |  2 +-
 .../CoreUpdates/CompatVersionUpdate.php       |  2 +-
 .../CoreUpdates/CompressionLevelUpdate.php    |  2 +-
 .../Classes/CoreUpdates/CscSplitUpdate.php    |  2 +-
 .../CoreUpdates/ExtensionManagerTables.php    |  2 +-
 .../CoreUpdates/FlagsFromSpriteUpdate.php     |  2 +-
 .../Classes/CoreUpdates/ImagecolsUpdate.php   |  2 +-
 .../Classes/CoreUpdates/ImagelinkUpdate.php   |  2 +-
 .../CoreUpdates/InstallSysExtsUpdate.php      |  6 ++---
 .../CoreUpdates/LocalConfigurationUpdate.php  |  2 +-
 .../CoreUpdates/MediaFlexformUpdate.php       |  2 +-
 .../CoreUpdates/MergeAdvancedUpdate.php       |  2 +-
 .../CoreUpdates/MigrateWorkspacesUpdate.php   |  2 +-
 .../Classes/CoreUpdates/NotInMenuUpdate.php   |  2 +-
 .../CoreUpdates/RootTemplateUpdate.php        |  2 +-
 .../CoreUpdates/StaticTemplatesUpdate.php     |  4 +--
 .../Classes/CoreUpdates/T3skinUpdate.php      |  2 +-
 typo3/sysext/install/Classes/EidHandler.php   |  2 +-
 .../install/Classes/EnableFileService.php     |  2 +-
 .../install/Classes/InstallBootstrap.php      |  2 +-
 typo3/sysext/install/Classes/Installer.php    | 26 ++++++++++++++++++
 .../Classes/Report/InstallStatusReport.php    | 23 ++++++++++++++++
 .../Service/UpdateDispatcherService.php       |  2 +-
 typo3/sysext/install/Classes/Session.php      |  2 +-
 .../install/Classes/Sql/SchemaMigrator.php    |  2 +-
 .../Classes/Updates/AbstractUpdate.php        |  2 +-
 .../Classes/Updates/FilemountUpdateWizard.php |  2 +-
 .../Classes/Updates/InitUpdateWizard.php      |  2 +-
 .../Updates/InstallerProcessInterface.php     |  2 +-
 .../Classes/Updates/TceformsUpdateWizard.php  |  2 +-
 .../Updates/TtContentUploadsUpdateWizard.php  |  2 +-
 .../install/Tests/Unit/InstallToolTest.php    |  2 +-
 typo3/sysext/install/mod/class.tx_install.php |  2 +-
 typo3/sysext/install/mod/index.php            |  2 +-
 .../class.tx_install_report_installstatus.php | 22 ---------------
 .../Classes/ClearLanguageCacheMenuItem.php    |  2 +-
 .../Classes/Controller/LanguageController.php |  4 +--
 .../lang/Classes/Domain/Model/Extension.php   |  2 +-
 .../lang/Classes/Domain/Model/Language.php    |  2 +-
 .../Domain/Model/LanguageSelectionForm.php    |  2 +-
 .../Domain/Model/UpdateTranslationForm.php    |  2 +-
 .../Domain/Repository/ExtensionRepository.php |  2 +-
 .../Domain/Repository/LanguageRepository.php  |  2 +-
 typo3/sysext/lang/Classes/Exception/Lang.php  |  2 +-
 typo3/sysext/lang/Classes/Exception/Ter.php   |  2 +-
 .../lang/Classes/Exception/XmlParser.php      |  2 +-
 .../lang/Classes/LanguageCacheClearer.php     |  2 +-
 typo3/sysext/lang/Classes/LanguageService.php |  9 ++++++-
 .../lang/Classes/Utility/Connection/Ter.php   |  2 +-
 .../View/Language/CheckTranslationJson.php    |  2 +-
 .../View/Language/UpdateTranslationJson.php   |  2 +-
 .../ViewHelpers/Be/ContainerViewHelper.php    |  2 +-
 .../ViewHelpers/Be/SpriteIconViewHelper.php   |  2 +-
 .../Tests/Unit/Domain/Model/ExtensionTest.php |  2 +-
 .../Model/LanguageSelectionFormTest.php       |  2 +-
 .../Tests/Unit/Domain/Model/LanguageTest.php  |  2 +-
 .../Model/UpdateTranslationFormTest.php       |  2 +-
 .../sysext/lowlevel/Classes/AdminCommand.php  |  2 +-
 .../lowlevel/Classes/CleanFlexformCommand.php |  2 +-
 .../lowlevel/Classes/CleanerCommand.php       |  2 +-
 .../Classes/DeletedRecordsCommand.php         |  2 +-
 .../lowlevel/Classes/DoubleFilesCommand.php   |  2 +-
 .../lowlevel/Classes/LostFilesCommand.php     |  2 +-
 .../lowlevel/Classes/MissingFilesCommand.php  |  2 +-
 .../Classes/MissingRelationsCommand.php       |  2 +-
 .../lowlevel/Classes/OrphanRecordsCommand.php |  2 +-
 .../lowlevel/Classes/RteImagesCommand.php     |  2 +-
 .../sysext/lowlevel/Classes/SyslogCommand.php |  2 +-
 .../lowlevel/Classes/Utility/ArrayBrowser.php |  2 +-
 .../lowlevel/Classes/VersionsCommand.php      |  2 +-
 .../Classes/View/ConfigurationView.php        | 26 ++++++++++++++++++
 .../Classes/View/DatabaseIntegrityView.php    | 26 ++++++++++++++++++
 .../Tests/Unit/Utility/ArrayBrowserTest.php   |  2 +-
 typo3/sysext/lowlevel/config/index.php        |  2 +-
 typo3/sysext/lowlevel/dbint/index.php         |  2 +-
 .../Classes/Controller/OpendocsController.php | 26 ++++++++++++++++++
 typo3/sysext/opendocs/class.tx_opendocs.php   |  2 +-
 typo3/sysext/openid/Classes/OpenidEid.php     |  2 +-
 .../openid/Classes/OpenidModuleSetup.php      |  2 +-
 typo3/sysext/openid/Classes/OpenidReturn.php  | 23 ++++++++++++++++
 typo3/sysext/openid/Classes/OpenidService.php | 24 +++++++++++++++++
 typo3/sysext/openid/Classes/OpenidStore.php   | 23 ++++++++++++++++
 .../sysext/openid/class.tx_openid_return.php  |  2 +-
 .../openid/sv1/class.tx_openid_store.php      |  2 +-
 .../sysext/openid/sv1/class.tx_openid_sv1.php |  2 +-
 .../Controller/PermissionAjaxController.php   | 23 ++++++++++++++++
 .../Controller/PermissionModuleController.php | 26 ++++++++++++++++++
 .../perm/mod1/class.sc_mod_web_perm_ajax.php  |  2 +-
 typo3/sysext/perm/mod1/index.php              |  2 +-
 .../Classes/Browser/ElementBrowser.php        | 26 ++++++++++++++++++
 .../Controller/ElementBrowserController.php   | 26 ++++++++++++++++++
 .../ElementBrowserFramesetController.php      | 26 ++++++++++++++++++
 .../sysext/recordlist/Classes/RecordList.php  | 26 ++++++++++++++++++
 .../RecordList/AbstractDatabaseRecordList.php |  2 +-
 .../Classes/RecordList/DatabaseRecordList.php |  2 +-
 .../RecordList/RecordListHookInterface.php    |  2 +-
 typo3/sysext/recordlist/mod1/index.php        |  2 +-
 .../Controller/DeletedRecordsController.php   |  2 +-
 .../Controller/RecyclerAjaxController.php     |  2 +-
 .../Controller/RecyclerModuleController.php   |  2 +-
 .../class.tx_recycler_controller_ajax.php     |  2 +-
 .../Classes/Domain/Model/DeletedRecords.php   |  2 +-
 .../recycler/Classes/Domain/Model/Tables.php  |  2 +-
 .../Classes/Utility/RecyclerUtility.php       |  2 +-
 ...class.tx_recycler_model_deletedRecords.php |  2 +-
 .../model/class.tx_recycler_model_tables.php  |  2 +-
 .../class.tx_recycler_view_deletedRecords.php |  2 +-
 typo3/sysext/recycler/mod1/index.php          |  2 +-
 .../Classes/Controller/ReportController.php   |  2 +-
 .../Report/Status/ConfigurationStatus.php     |  2 +-
 .../Classes/Report/Status/SecurityStatus.php  |  2 +-
 .../reports/Classes/Report/Status/Status.php  |  2 +-
 .../Classes/Report/Status/SystemStatus.php    |  2 +-
 .../Classes/Report/Status/Typo3Status.php     |  2 +-
 .../Status/WarningMessagePostProcessor.php    |  2 +-
 .../reports/Classes/ReportInterface.php       |  5 ++--
 typo3/sysext/reports/Classes/Status.php       |  2 +-
 .../Classes/StatusProviderInterface.php       |  5 ++--
 .../Classes/Task/SystemStatusUpdateTask.php   |  2 +-
 ...StatusUpdateTaskNotificationEmailField.php |  2 +-
 .../ViewHelpers/ActionMenuItemViewHelper.php  |  2 +-
 .../Classes/ViewHelpers/IconViewHelper.php    |  2 +-
 .../Classes/Backend/AbstractBackend.php       |  2 +-
 .../Classes/Backend/BackendFactory.php        |  2 +-
 .../Classes/Backend/CommandLineBackend.php    |  2 +-
 .../rsaauth/Classes/Backend/PhpBackend.php    |  2 +-
 .../rsaauth/Classes/BackendWarnings.php       |  2 +-
 .../Classes/Hook/FrontendLoginHook.php        |  2 +-
 .../rsaauth/Classes/Hook/LoginFormHook.php    |  2 +-
 .../rsaauth/Classes/Hook/UserSetupHook.php    |  2 +-
 typo3/sysext/rsaauth/Classes/Keypair.php      |  2 +-
 .../sysext/rsaauth/Classes/RsaAuthService.php | 23 ++++++++++++++++
 .../Classes/Storage/AbstractStorage.php       |  2 +-
 .../Classes/Storage/SessionStorage.php        |  2 +-
 .../rsaauth/Classes/Storage/SplitStorage.php  |  2 +-
 .../Classes/Storage/StorageFactory.php        |  2 +-
 .../rsaauth/sv1/class.tx_rsaauth_sv1.php      |  2 +-
 .../rtehtmlarea/Classes/ContentParser.php     |  2 +-
 .../AccessibilityLinkController.php           |  2 +-
 .../Controller/BrowseLinksController.php      | 27 +++++++++++++++++++
 .../Controller/CustomAttributeController.php  |  2 +-
 .../Controller/FrontendRteController.php      |  2 +-
 .../Controller/SelectImageController.php      | 27 +++++++++++++++++++
 .../Controller/SpellCheckingController.php    |  2 +-
 .../Classes/Extension/AboutEditor.php         |  2 +-
 .../rtehtmlarea/Classes/Extension/Acronym.php |  2 +-
 .../Classes/Extension/BlockElements.php       |  2 +-
 .../Classes/Extension/BlockStyle.php          |  2 +-
 .../Classes/Extension/CharacterMap.php        |  2 +-
 .../Classes/Extension/ContextMenu.php         |  2 +-
 .../Classes/Extension/CopyPaste.php           |  2 +-
 .../Classes/Extension/DefaultClean.php        |  2 +-
 .../Classes/Extension/DefaultImage.php        |  2 +-
 .../Classes/Extension/DefaultInline.php       |  2 +-
 .../Classes/Extension/DefaultLink.php         |  2 +-
 .../Classes/Extension/DefinitionList.php      |  2 +-
 .../Classes/Extension/EditElement.php         |  2 +-
 .../Classes/Extension/EditorMode.php          |  2 +-
 .../Classes/Extension/FindReplace.php         |  2 +-
 .../Classes/Extension/InlineElements.php      |  2 +-
 .../Classes/Extension/InsertSmiley.php        |  2 +-
 .../Classes/Extension/Language.php            |  2 +-
 .../Classes/Extension/MicroDataSchema.php     |  2 +-
 .../Classes/Extension/Plaintext.php           |  2 +-
 .../Classes/Extension/QuickTag.php            |  2 +-
 .../Classes/Extension/RemoveFormat.php        |  2 +-
 .../Classes/Extension/SelectFont.php          |  2 +-
 .../Classes/Extension/Spellchecker.php        |  2 +-
 .../Classes/Extension/TableOperations.php     |  2 +-
 .../Classes/Extension/TextIndicator.php       |  2 +-
 .../Classes/Extension/TextStyle.php           |  2 +-
 .../Classes/Extension/Typo3Color.php          |  2 +-
 .../Classes/Extension/Typo3HtmlParser.php     |  2 +-
 .../Classes/Extension/Typo3Image.php          |  2 +-
 .../Classes/Extension/Typo3Link.php           |  2 +-
 .../Classes/Extension/UndoRedo.php            |  2 +-
 .../Classes/Extension/UserElements.php        |  2 +-
 .../Hook/Install/DeprecatedRteProperties.php  |  2 +-
 .../Classes/Hook/SoftReferenceHook.php        |  2 +-
 .../Hook/StatusReportConflictsCheckHook.php   |  2 +-
 .../rtehtmlarea/Classes/ImageFolderTree.php   |  4 +--
 typo3/sysext/rtehtmlarea/Classes/PageTree.php |  4 +--
 .../rtehtmlarea/Classes/RteHtmlAreaApi.php    |  2 +-
 .../rtehtmlarea/Classes/RteHtmlAreaBase.php   |  6 ++---
 .../rtehtmlarea/Classes/SelectImage.php       | 27 +++++++++++++++++++
 typo3/sysext/rtehtmlarea/Classes/User.php     |  4 +--
 .../sysext/rtehtmlarea/mod3/browse_links.php  |  4 +--
 .../sysext/rtehtmlarea/mod4/select_image.php  |  4 +--
 typo3/sysext/rtehtmlarea/mod5/user.php        |  4 +--
 typo3/sysext/rtehtmlarea/mod6/parse_html.php  |  2 +-
 .../saltedpasswords/Classes/Autoloader.php    |  2 +-
 .../Classes/Salt/AbstractSalt.php             |  2 +-
 .../Classes/Salt/BlowfishSalt.php             |  2 +-
 .../saltedpasswords/Classes/Salt/Md5Salt.php  |  2 +-
 .../Classes/Salt/PhpassSalt.php               |  2 +-
 .../Classes/Salt/SaltFactory.php              |  2 +-
 .../Classes/Salt/SaltInterface.php            |  7 +++--
 .../Classes/Task/BulkUpdateFieldProvider.php  |  2 +-
 .../Classes/Task/BulkUpdateTask.php           |  2 +-
 .../ExtensionManagerConfigurationUtility.php  | 26 ++++++++++++++++++
 .../Tests/Unit/Evaluation/EvaluatorTest.php   |  2 +-
 .../Tests/Unit/Salt/BlowfishSaltTest.php      |  2 +-
 .../Tests/Unit/Salt/Md5SaltTest.php           |  2 +-
 .../Tests/Unit/Salt/PhpassSaltTest.php        |  2 +-
 .../Tests/Unit/Salt/SaltFactoryTest.php       |  2 +-
 .../Utility/SaltedPasswordsUtilityTest.php    |  2 +-
 .../AdditionalFieldProviderInterface.php      |  2 +-
 .../Controller/SchedulerModuleController.php  |  4 +--
 .../Classes/CronCommand/CronCommand.php       |  2 +-
 .../Classes/CronCommand/NormalizeCommand.php  |  2 +-
 .../scheduler/Classes/Example/SleepTask.php   |  2 +-
 .../SleepTaskAdditionalFieldProvider.php      |  2 +-
 .../scheduler/Classes/Example/TestTask.php    |  2 +-
 .../TestTaskAdditionalFieldProvider.php       |  2 +-
 typo3/sysext/scheduler/Classes/Execution.php  |  2 +-
 .../Classes/FailedExecutionException.php      |  2 +-
 .../Classes/ProgressProviderInterface.php     |  5 ++--
 typo3/sysext/scheduler/Classes/Scheduler.php  |  2 +-
 .../scheduler/Classes/Task/AbstractTask.php   |  2 +-
 ...rbageCollectionAdditionalFieldProvider.php |  2 +-
 .../CachingFrameworkGarbageCollectionTask.php |  2 +-
 .../Classes/Task/FileIndexingTask.php         |  2 +-
 ...rbageCollectionAdditionalFieldProvider.php |  2 +-
 .../Task/RecyclerGarbageCollectionTask.php    |  2 +-
 ...rbageCollectionAdditionalFieldProvider.php |  2 +-
 .../Task/TableGarbageCollectionTask.php       |  2 +-
 .../SchedulerModuleControllerTest.php         |  2 +-
 .../Unit/CronCommand/CronCommandTest.php      |  2 +-
 .../Unit/CronCommand/NormalizeCommandTest.php |  2 +-
 .../CachingFrameworkGarbageCollectionTest.php |  2 +-
 .../scheduler/cli/scheduler_cli_dispatch.php  |  2 +-
 typo3/sysext/scheduler/mod1/index.php         |  4 +--
 .../Controller/SetupModuleController.php      |  2 +-
 .../Classes/StaticTemplatesHook.php           |  4 +--
 .../Classes/AbstractAuthenticationService.php | 26 ++++++++++++++++++
 .../sv/Classes/AuthenticationService.php      |  2 +-
 typo3/sysext/sv/Classes/LoginFormHook.php     |  2 +-
 .../sv/Classes/Report/ServicesListReport.php  |  2 +-
 typo3/sysext/sv/class.tx_sv_authbase.php      |  2 +-
 .../sysext/sys_action/Classes/ActionList.php  |  2 +-
 .../sysext/sys_action/Classes/ActionTask.php  |  4 +--
 .../sys_action/Classes/ActionToolbarMenu.php  |  2 +-
 .../Domain/Repository/SysNoteRepository.php   |  2 +-
 .../sys_note/Classes/Hook/InfoModuleHook.php  |  2 +-
 .../sysext/sys_note/Classes/Hook/PageHook.php |  2 +-
 .../sys_note/Classes/Hook/RecordListHook.php  |  2 +-
 .../ViewHelpers/EditLinkViewHelper.php        |  2 +-
 .../t3editor/Classes/CodeCompletion.php       | 26 ++++++++++++++++++
 typo3/sysext/t3editor/Classes/FormWizard.php  | 26 ++++++++++++++++++
 .../t3editor/Classes/Hook/FileEditHook.php    | 26 ++++++++++++++++++
 .../Hook/TypoScriptTemplateInfoHook.php       | 26 ++++++++++++++++++
 typo3/sysext/t3editor/Classes/T3Editor.php    | 26 ++++++++++++++++++
 .../Classes/TypoScriptReferenceLoader.php     | 26 ++++++++++++++++++
 .../t3editor/Classes/class.tx_t3editor.php    |  2 +-
 .../class.tx_t3editor_hooks_fileedit.php      |  2 +-
 ...class.tx_t3editor_hooks_tstemplateinfo.php |  2 +-
 .../class.tx_t3editor_tceforms_wizard.php     |  2 +-
 .../class.tx_t3editor_codecompletion.php      |  2 +-
 .../class.tx_t3editor_tsrefloader.php         |  2 +-
 .../Controller/TaskModuleController.php       |  2 +-
 .../taskcenter/Classes/TaskInterface.php      |  2 +-
 .../sysext/taskcenter/Classes/TaskStatus.php  |  2 +-
 typo3/sysext/taskcenter/task/index.php        |  2 +-
 .../TypoScriptConfigHelpModuleController.php  |  2 +-
 typo3/sysext/tsconfig_help/mod1/index.php     |  2 +-
 .../TypoScriptTemplateModuleController.php    |  2 +-
 typo3/sysext/tstemplate/ts/index.php          |  2 +-
 ...mplateAnalyzerModuleFunctionController.php |  2 +-
 .../class.tx_tstemplateanalyzer.php           | 26 ------------------
 ...ConstantEditorModuleFunctionController.php |  2 +-
 .../class.tx_tstemplateceditor.php            | 26 ------------------
 ...ateInformationModuleFunctionController.php |  2 +-
 .../class.tx_tstemplateinfo.php               | 26 ------------------
 ...eObjectBrowserModuleFunctionController.php |  2 +-
 .../class.tx_tstemplateobjbrowser.php         | 26 ------------------
 .../Controller/ViewModuleController.php       |  2 +-
 ...atePagesWizardModuleFunctionController.php |  2 +-
 .../View/SortPagesWizardModuleFunction.php    |  2 +-
 typo3/tce_db.php                              |  2 +-
 typo3/tce_file.php                            |  2 +-
 typo3/template.php                            |  2 +-
 typo3/thumbs.php                              |  2 +-
 typo3/wizard_add.php                          |  2 +-
 typo3/wizard_colorpicker.php                  |  2 +-
 typo3/wizard_edit.php                         |  2 +-
 typo3/wizard_forms.php                        |  2 +-
 typo3/wizard_list.php                         |  2 +-
 typo3/wizard_rte.php                          |  2 +-
 typo3/wizard_table.php                        |  2 +-
 typo3/wizard_tsconfig.php                     |  2 +-
 1336 files changed, 3583 insertions(+), 1526 deletions(-)

diff --git a/index.php b/index.php
index 848556065c09..afad2a3e0ec0 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2012 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (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
diff --git a/t3lib/class.t3lib_ajax.php b/t3lib/class.t3lib_ajax.php
index 033e8509ecd3..0971db9144e2 100644
--- a/t3lib/class.t3lib_ajax.php
+++ b/t3lib/class.t3lib_ajax.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2004-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_formmail.php b/t3lib/class.t3lib_formmail.php
index 58c43cfc1ed6..0a8de31709fb 100644
--- a/t3lib/class.t3lib_formmail.php
+++ b/t3lib/class.t3lib_formmail.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/t3lib/class.t3lib_install.php b/t3lib/class.t3lib_install.php
index c97ba8543270..4aff4d1f7c92 100644
--- a/t3lib/class.t3lib_install.php
+++ b/t3lib/class.t3lib_install.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/t3lib/class.t3lib_readmail.php b/t3lib/class.t3lib_readmail.php
index 9847aa262440..ac90d04ec9e2 100644
--- a/t3lib/class.t3lib_readmail.php
+++ b/t3lib/class.t3lib_readmail.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/t3lib/class.t3lib_svbase.php b/t3lib/class.t3lib_svbase.php
index 4e9eb188143f..197b2d9af4ef 100644
--- a/t3lib/class.t3lib_svbase.php
+++ b/t3lib/class.t3lib_svbase.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/t3lib/class.t3lib_syntaxhl.php b/t3lib/class.t3lib_syntaxhl.php
index 61e23587f37a..2d40b234993b 100644
--- a/t3lib/class.t3lib_syntaxhl.php
+++ b/t3lib/class.t3lib_syntaxhl.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/t3lib/class.t3lib_userauth.php b/t3lib/class.t3lib_userauth.php
index 7e4ca4c6c8be..b69e48916a5d 100644
--- a/t3lib/class.t3lib_userauth.php
+++ b/t3lib/class.t3lib_userauth.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/t3lib/class.t3lib_userauthgroup.php b/t3lib/class.t3lib_userauthgroup.php
index 4bab07cdbad8..702e8fddb6fb 100644
--- a/t3lib/class.t3lib_userauthgroup.php
+++ b/t3lib/class.t3lib_userauthgroup.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/t3lib/class.t3lib_xml.php b/t3lib/class.t3lib_xml.php
index c897fc325fba..5b6ef481e5ff 100644
--- a/t3lib/class.t3lib_xml.php
+++ b/t3lib/class.t3lib_xml.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/t3lib/http/class.t3lib_http_request.php b/t3lib/http/class.t3lib_http_request.php
index 0b26aee28702..95a768ce772f 100644
--- a/t3lib/http/class.t3lib_http_request.php
+++ b/t3lib/http/class.t3lib_http_request.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Philipp Gampe <dev.typo3@philippgampe.info>
+ *  (c) 2011-2013 Philipp Gampe <dev.typo3@philippgampe.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/mail/class.t3lib_mail_mailer.php b/t3lib/mail/class.t3lib_mail_mailer.php
index 1019bc6116b5..9d10efb568b9 100644
--- a/t3lib/mail/class.t3lib_mail_mailer.php
+++ b/t3lib/mail/class.t3lib_mail_mailer.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Ernesto Baschny <ernst@cron-it.de>
+ *  (c) 2010-2013 Ernesto Baschny <ernst@cron-it.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/mail/class.t3lib_mail_message.php b/t3lib/mail/class.t3lib_mail_message.php
index 2ee5c33d8b17..8c7bf3f8dc49 100644
--- a/t3lib/mail/class.t3lib_mail_message.php
+++ b/t3lib/mail/class.t3lib_mail_message.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Ernesto Baschny <ernst@cron-it.de>
+ *  (c) 2010-2013 Ernesto Baschny <ernst@cron-it.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/ajax.php b/typo3/ajax.php
index e352d5c779e6..7d4a3e885c55 100644
--- a/typo3/ajax.php
+++ b/typo3/ajax.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Benjamin Mack
+ *  (c) 2007-2013 Benjamin Mack
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_clickmenu.php b/typo3/alt_clickmenu.php
index d3aefdc4acdb..a0b14c941331 100644
--- a/typo3/alt_clickmenu.php
+++ b/typo3/alt_clickmenu.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/alt_db_navframe.php b/typo3/alt_db_navframe.php
index 295df12d6452..0a4c8ce90353 100644
--- a/typo3/alt_db_navframe.php
+++ b/typo3/alt_db_navframe.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/alt_doc.php b/typo3/alt_doc.php
index d848038ff891..4ef909253c9e 100644
--- a/typo3/alt_doc.php
+++ b/typo3/alt_doc.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/alt_doc_nodoc.php b/typo3/alt_doc_nodoc.php
index 6ae6dbdab8ae..d92df9543b98 100644
--- a/typo3/alt_doc_nodoc.php
+++ b/typo3/alt_doc_nodoc.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/alt_file_navframe.php b/typo3/alt_file_navframe.php
index 03a97a07c481..3bb748bc0c6d 100644
--- a/typo3/alt_file_navframe.php
+++ b/typo3/alt_file_navframe.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/alt_shortcut.php b/typo3/alt_shortcut.php
index beefedc5ff30..a0551140438c 100644
--- a/typo3/alt_shortcut.php
+++ b/typo3/alt_shortcut.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/backend.php b/typo3/backend.php
index ab0ebcbb0075..00b984a601d9 100644
--- a/typo3/backend.php
+++ b/typo3/backend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/browse_links.php b/typo3/browse_links.php
index 825e1a924e48..fd9d3d30767c 100644
--- a/typo3/browse_links.php
+++ b/typo3/browse_links.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/browser.php b/typo3/browser.php
index 7a7075f42ca8..631cb91ffb37 100644
--- a/typo3/browser.php
+++ b/typo3/browser.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/classes/class.modulemenu.php b/typo3/classes/class.modulemenu.php
index 16e07979e911..8e12c72db1aa 100644
--- a/typo3/classes/class.modulemenu.php
+++ b/typo3/classes/class.modulemenu.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/classes/class.shortcutmenu.php b/typo3/classes/class.shortcutmenu.php
index 67eca6a33345..511a0b4e46df 100644
--- a/typo3/classes/class.shortcutmenu.php
+++ b/typo3/classes/class.shortcutmenu.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/cli_dispatch.phpsh b/typo3/cli_dispatch.phpsh
index d6e10a34f166..50c9c4d2af8f 100755
--- a/typo3/cli_dispatch.phpsh
+++ b/typo3/cli_dispatch.phpsh
@@ -3,7 +3,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2005-2012 Kasper Skaarhoj (kasperYYYY@typo3.com)
+*  (c) 2005-2013 Kasper Skaarhoj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/db_new.php b/typo3/db_new.php
index 95175aa53703..2919a3669297 100644
--- a/typo3/db_new.php
+++ b/typo3/db_new.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/dummy.php b/typo3/dummy.php
index f6c3fe95e44e..5470981bff63 100644
--- a/typo3/dummy.php
+++ b/typo3/dummy.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/file_edit.php b/typo3/file_edit.php
index 812684d1265b..f6055de0a0af 100644
--- a/typo3/file_edit.php
+++ b/typo3/file_edit.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/file_newfolder.php b/typo3/file_newfolder.php
index 205514860ecb..47dd3cd811fe 100644
--- a/typo3/file_newfolder.php
+++ b/typo3/file_newfolder.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/file_rename.php b/typo3/file_rename.php
index 6484037f98e8..0db0ff5671c3 100644
--- a/typo3/file_rename.php
+++ b/typo3/file_rename.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/file_upload.php b/typo3/file_upload.php
index eaadc890f27b..cb18f20953e1 100644
--- a/typo3/file_upload.php
+++ b/typo3/file_upload.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/index.php b/typo3/index.php
index 17de34b9db75..f432f8284df4 100644
--- a/typo3/index.php
+++ b/typo3/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/init.php b/typo3/init.php
index 568f4d8fa6f4..cf7ad32f24b6 100644
--- a/typo3/init.php
+++ b/typo3/init.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/install/index.php b/typo3/install/index.php
index 13d80a717b0d..4f26962224c2 100755
--- a/typo3/install/index.php
+++ b/typo3/install/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/listframe_loader.php b/typo3/listframe_loader.php
index 252abd17d917..560d390e0f29 100644
--- a/typo3/listframe_loader.php
+++ b/typo3/listframe_loader.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/login_frameset.php b/typo3/login_frameset.php
index b306abfa5123..0cd7e4241c63 100644
--- a/typo3/login_frameset.php
+++ b/typo3/login_frameset.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/logout.php b/typo3/logout.php
index 10b176d04d35..d372be334b7f 100644
--- a/typo3/logout.php
+++ b/typo3/logout.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/mod.php b/typo3/mod.php
index 88057e15249b..08a935a038d6 100644
--- a/typo3/mod.php
+++ b/typo3/mod.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2006-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2006-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/move_el.php b/typo3/move_el.php
index 138837dedf5c..19246a20b62a 100644
--- a/typo3/move_el.php
+++ b/typo3/move_el.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/show_item.php b/typo3/show_item.php
index 7dd87b168b67..0f755e118ef1 100644
--- a/typo3/show_item.php
+++ b/typo3/show_item.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2012 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/show_rechis.php b/typo3/show_rechis.php
index 0a44489caaeb..9a32180ebf99 100644
--- a/typo3/show_rechis.php
+++ b/typo3/show_rechis.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/about/Classes/Controller/AboutController.php b/typo3/sysext/about/Classes/Controller/AboutController.php
index b48deec1ec9e..79fe414aac6b 100644
--- a/typo3/sysext/about/Classes/Controller/AboutController.php
+++ b/typo3/sysext/about/Classes/Controller/AboutController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\About\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/about/Classes/Domain/Model/Extension.php b/typo3/sysext/about/Classes/Domain/Model/Extension.php
index dc974c8b9ac7..99adf0af94ce 100644
--- a/typo3/sysext/about/Classes/Domain/Model/Extension.php
+++ b/typo3/sysext/about/Classes/Domain/Model/Extension.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\About\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/about/Classes/Domain/Repository/ExtensionRepository.php b/typo3/sysext/about/Classes/Domain/Repository/ExtensionRepository.php
index 9c22c838c72c..d0abc4c9897a 100644
--- a/typo3/sysext/about/Classes/Domain/Repository/ExtensionRepository.php
+++ b/typo3/sysext/about/Classes/Domain/Repository/ExtensionRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\About\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix@phorax.com>
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/about/Classes/ViewHelpers/SkinImageViewHelper.php b/typo3/sysext/about/Classes/ViewHelpers/SkinImageViewHelper.php
index 6413345eee5b..9e2d2b330d9a 100644
--- a/typo3/sysext/about/Classes/ViewHelpers/SkinImageViewHelper.php
+++ b/typo3/sysext/about/Classes/ViewHelpers/SkinImageViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\About\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/aboutmodules/Classes/Controller/ModulesController.php b/typo3/sysext/aboutmodules/Classes/Controller/ModulesController.php
index 81fe63b1de4e..4d71a3c3d24c 100644
--- a/typo3/sysext/aboutmodules/Classes/Controller/ModulesController.php
+++ b/typo3/sysext/aboutmodules/Classes/Controller/ModulesController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Aboutmodules\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/adodb/Classes/DataHandling/DatabaseTypeItemsFunction.php b/typo3/sysext/adodb/Classes/DataHandling/DatabaseTypeItemsFunction.php
index ddb71be38c4e..950f6d3569fd 100644
--- a/typo3/sysext/adodb/Classes/DataHandling/DatabaseTypeItemsFunction.php
+++ b/typo3/sysext/adodb/Classes/DataHandling/DatabaseTypeItemsFunction.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Adodb\DataHandling;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2011 Robert Lemke (robert@typo3.org)
- *  (c) 2006-2011 Karsten Dambekalns (karsten@typo3.org)
+ *  (c) 2004-2013 Robert Lemke (robert@typo3.org)
+ *  (c) 2006-2013 Karsten Dambekalns (karsten@typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/adodb/Classes/View/CheckConnectionWizardView.php b/typo3/sysext/adodb/Classes/View/CheckConnectionWizardView.php
index 70053f51ea66..69fa8a7fa1de 100644
--- a/typo3/sysext/adodb/Classes/View/CheckConnectionWizardView.php
+++ b/typo3/sysext/adodb/Classes/View/CheckConnectionWizardView.php
@@ -1,6 +1,29 @@
 <?php
 namespace TYPO3\CMS\Adodb\View;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2004-2013 Robert Lemke (robert@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.
+ *
+ *  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!
+ ***************************************************************/
+
 /**
  * Script Class checking the connection to an ADODB handled database
  *
diff --git a/typo3/sysext/adodb/checkconnectionwizard.php b/typo3/sysext/adodb/checkconnectionwizard.php
index 106107c802d6..2a183ed19207 100644
--- a/typo3/sysext/adodb/checkconnectionwizard.php
+++ b/typo3/sysext/adodb/checkconnectionwizard.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2011 Robert Lemke (robert@typo3.org)
+ *  (c) 2004-2013 Robert Lemke (robert@typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/AjaxLoginHandler.php b/typo3/sysext/backend/Classes/AjaxLoginHandler.php
index c26d96bcbe37..1496a9108eae 100644
--- a/typo3/sysext/backend/Classes/AjaxLoginHandler.php
+++ b/typo3/sysext/backend/Classes/AjaxLoginHandler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Christoph Koehler (christoph@webempoweredchurch.org)
+ *  (c) 2008-2013 Christoph Koehler (christoph@webempoweredchurch.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/ClickMenu/ClickMenu.php b/typo3/sysext/backend/Classes/ClickMenu/ClickMenu.php
index c782e992abfd..79a18bc4ac68 100644
--- a/typo3/sysext/backend/Classes/ClickMenu/ClickMenu.php
+++ b/typo3/sysext/backend/Classes/ClickMenu/ClickMenu.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\ClickMenu;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 use TYPO3\CMS\Core\Utility\GeneralUtility;
 
 /**
diff --git a/typo3/sysext/backend/Classes/Clipboard/Clipboard.php b/typo3/sysext/backend/Classes/Clipboard/Clipboard.php
index fbd30b38896c..b95b58c242bd 100644
--- a/typo3/sysext/backend/Classes/Clipboard/Clipboard.php
+++ b/typo3/sysext/backend/Classes/Clipboard/Clipboard.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Clipboard;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Configuration/TranslationConfigurationProvider.php b/typo3/sysext/backend/Classes/Configuration/TranslationConfigurationProvider.php
index 60b0177c3cd3..4443646974c9 100644
--- a/typo3/sysext/backend/Classes/Configuration/TranslationConfigurationProvider.php
+++ b/typo3/sysext/backend/Classes/Configuration/TranslationConfigurationProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Configuration;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2006-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2006-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Configuration/TsConfigParser.php b/typo3/sysext/backend/Classes/Configuration/TsConfigParser.php
index 4da00dcdc875..98401e77f273 100644
--- a/typo3/sysext/backend/Classes/Configuration/TsConfigParser.php
+++ b/typo3/sysext/backend/Classes/Configuration/TsConfigParser.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Backend\Configuration;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
- *  (c) 2007-2011 Kraft Bernhard (kraftb@kraftb.at)
+ *  (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2007-2013 Kraft Bernhard (kraftb@kraftb.at)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php b/typo3/sysext/backend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php
index f8d1af8d1711..0b9cd2dc1922 100644
--- a/typo3/sysext/backend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php
+++ b/typo3/sysext/backend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Configuration\TypoScript\ConditionMatching;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
+ *  (c) 2009-2013 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenu.php b/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenu.php
index e178286f8dbd..caf2f8c94038 100644
--- a/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenu.php
+++ b/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenu.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\ContextMenu;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenuDataProvider.php b/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenuDataProvider.php
index b234e1ef05f4..960a6bb2c918 100644
--- a/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenuDataProvider.php
+++ b/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenuDataProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\ContextMenu;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/ContextMenu/ContextMenuAction.php b/typo3/sysext/backend/Classes/ContextMenu/ContextMenuAction.php
index 6619dd27acdf..8beb0e172ef8 100644
--- a/typo3/sysext/backend/Classes/ContextMenu/ContextMenuAction.php
+++ b/typo3/sysext/backend/Classes/ContextMenu/ContextMenuAction.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\ContextMenu;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/ContextMenu/ContextMenuActionCollection.php b/typo3/sysext/backend/Classes/ContextMenu/ContextMenuActionCollection.php
index 93f75aa9d555..1c1a32a53927 100644
--- a/typo3/sysext/backend/Classes/ContextMenu/ContextMenuActionCollection.php
+++ b/typo3/sysext/backend/Classes/ContextMenu/ContextMenuActionCollection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\ContextMenu;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/ContextMenu/Extdirect/AbstractExtdirectContextMenu.php b/typo3/sysext/backend/Classes/ContextMenu/Extdirect/AbstractExtdirectContextMenu.php
index 95357f3b6fcd..30793d4fa382 100644
--- a/typo3/sysext/backend/Classes/ContextMenu/Extdirect/AbstractExtdirectContextMenu.php
+++ b/typo3/sysext/backend/Classes/ContextMenu/Extdirect/AbstractExtdirectContextMenu.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\ContextMenu\Extdirect;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/ContextMenu/Pagetree/ContextMenuDataProvider.php b/typo3/sysext/backend/Classes/ContextMenu/Pagetree/ContextMenuDataProvider.php
index 76e9070be4a2..d22f1de5a22e 100644
--- a/typo3/sysext/backend/Classes/ContextMenu/Pagetree/ContextMenuDataProvider.php
+++ b/typo3/sysext/backend/Classes/ContextMenu/Pagetree/ContextMenuDataProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\ContextMenu\Pagetree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/ContextMenu/Pagetree/Extdirect/ContextMenuConfiguration.php b/typo3/sysext/backend/Classes/ContextMenu/Pagetree/Extdirect/ContextMenuConfiguration.php
index dcb32dc58c55..6714052d8c1d 100644
--- a/typo3/sysext/backend/Classes/ContextMenu/Pagetree/Extdirect/ContextMenuConfiguration.php
+++ b/typo3/sysext/backend/Classes/ContextMenu/Pagetree/Extdirect/ContextMenuConfiguration.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\ContextMenu\Pagetree\Extdirect;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/ContextMenu/Renderer/AbstractContextMenuRenderer.php b/typo3/sysext/backend/Classes/ContextMenu/Renderer/AbstractContextMenuRenderer.php
index f4892f19d102..d20532424130 100644
--- a/typo3/sysext/backend/Classes/ContextMenu/Renderer/AbstractContextMenuRenderer.php
+++ b/typo3/sysext/backend/Classes/ContextMenu/Renderer/AbstractContextMenuRenderer.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\ContextMenu\Renderer;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Controller/BackendController.php b/typo3/sysext/backend/Classes/Controller/BackendController.php
index a55d7cd4b37d..3080202bcbae 100644
--- a/typo3/sysext/backend/Classes/Controller/BackendController.php
+++ b/typo3/sysext/backend/Classes/Controller/BackendController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2007-2013 Ingo Renner <ingo@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 textfile 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!
+ ***************************************************************/
+
 /**
  * Class for rendering the TYPO3 backend version 4.2+
  *
diff --git a/typo3/sysext/backend/Classes/Controller/BackendLayoutWizardController.php b/typo3/sysext/backend/Classes/Controller/BackendLayoutWizardController.php
index 34988b76bb43..e50f6b78d8a8 100644
--- a/typo3/sysext/backend/Classes/Controller/BackendLayoutWizardController.php
+++ b/typo3/sysext/backend/Classes/Controller/BackendLayoutWizardController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for grid wizard
  *
diff --git a/typo3/sysext/backend/Classes/Controller/ClickMenuController.php b/typo3/sysext/backend/Classes/Controller/ClickMenuController.php
index be99c40391c7..0288ae679334 100644
--- a/typo3/sysext/backend/Classes/Controller/ClickMenuController.php
+++ b/typo3/sysext/backend/Classes/Controller/ClickMenuController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for the Context Sensitive Menu in TYPO3 (rendered in top frame, normally writing content dynamically to list frames).
  *
diff --git a/typo3/sysext/backend/Classes/Controller/ContentElement/ElementHistoryController.php b/typo3/sysext/backend/Classes/Controller/ContentElement/ElementHistoryController.php
index bf6460f7e5f4..bb8bab61131a 100644
--- a/typo3/sysext/backend/Classes/Controller/ContentElement/ElementHistoryController.php
+++ b/typo3/sysext/backend/Classes/Controller/ContentElement/ElementHistoryController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\ContentElement;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 1999-2031 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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for showing the history module of TYPO3s backend
  *
diff --git a/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php b/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php
index 4f5e0dafedd1..047b0ea283a4 100644
--- a/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php
+++ b/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\ContentElement;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for showing information about an item.
  *
diff --git a/typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php b/typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php
index c3c2610d432f..7b951210c770 100644
--- a/typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php
+++ b/typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\ContentElement;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for rendering the move-element wizard display
  *
diff --git a/typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php b/typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php
index be6de4307163..5067744c4b95 100644
--- a/typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php
+++ b/typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\ContentElement;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 1999-2011 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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for the New Content element wizard
  *
diff --git a/typo3/sysext/backend/Classes/Controller/DummyController.php b/typo3/sysext/backend/Classes/Controller/DummyController.php
index 76e0bb67e17e..5d6860ffc7fa 100644
--- a/typo3/sysext/backend/Classes/Controller/DummyController.php
+++ b/typo3/sysext/backend/Classes/Controller/DummyController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class, creating the content for the dummy script - which is just blank output.
  *
diff --git a/typo3/sysext/backend/Classes/Controller/EditDocumentController.php b/typo3/sysext/backend/Classes/Controller/EditDocumentController.php
index edf1c0741750..0f11ff9d0153 100644
--- a/typo3/sysext/backend/Classes/Controller/EditDocumentController.php
+++ b/typo3/sysext/backend/Classes/Controller/EditDocumentController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class: Drawing the editing form for editing records in TYPO3.
  * Notice: It does NOT use tce_db.php to submit data to, rather it handles submissions itself
diff --git a/typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php b/typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php
index 066868d35bb0..0d196bfd4f2e 100644
--- a/typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php
+++ b/typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\File;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for the create-new script; Displays a form for creating up to 10 folders or one new text file
  *
diff --git a/typo3/sysext/backend/Classes/Controller/File/EditFileController.php b/typo3/sysext/backend/Classes/Controller/File/EditFileController.php
index f5e1d1fb4114..7620c6695df4 100644
--- a/typo3/sysext/backend/Classes/Controller/File/EditFileController.php
+++ b/typo3/sysext/backend/Classes/Controller/File/EditFileController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\File;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for rendering the file editing screen
  *
diff --git a/typo3/sysext/backend/Classes/Controller/File/FileController.php b/typo3/sysext/backend/Classes/Controller/File/FileController.php
index a210afd1cb9f..8e379e6ab4f8 100644
--- a/typo3/sysext/backend/Classes/Controller/File/FileController.php
+++ b/typo3/sysext/backend/Classes/Controller/File/FileController.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Backend\Controller\File;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
- *  (c) 2009-2011 Benjamin Mack (benni.typo3.org)
+ *  (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2009-2013 Benjamin Mack (benni.typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Controller/File/FileUploadController.php b/typo3/sysext/backend/Classes/Controller/File/FileUploadController.php
index ab876f8c6295..9471216572ce 100644
--- a/typo3/sysext/backend/Classes/Controller/File/FileUploadController.php
+++ b/typo3/sysext/backend/Classes/Controller/File/FileUploadController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\File;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for display up to 10 upload fields
  *
diff --git a/typo3/sysext/backend/Classes/Controller/File/RenameFileController.php b/typo3/sysext/backend/Classes/Controller/File/RenameFileController.php
index ae520148acc8..d3c57f654823 100644
--- a/typo3/sysext/backend/Classes/Controller/File/RenameFileController.php
+++ b/typo3/sysext/backend/Classes/Controller/File/RenameFileController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\File;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for the rename-file form.
  *
diff --git a/typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php b/typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php
index de982ebedb0d..b382570aacfc 100644
--- a/typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php
+++ b/typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Main script class for rendering of the folder tree
  *
diff --git a/typo3/sysext/backend/Classes/Controller/ListFrameLoaderController.php b/typo3/sysext/backend/Classes/Controller/ListFrameLoaderController.php
index ab6ad93a16ba..d08f2ecc959a 100644
--- a/typo3/sysext/backend/Classes/Controller/ListFrameLoaderController.php
+++ b/typo3/sysext/backend/Classes/Controller/ListFrameLoaderController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for redirecting shortcut actions to the correct script
  *
diff --git a/typo3/sysext/backend/Classes/Controller/LoginController.php b/typo3/sysext/backend/Classes/Controller/LoginController.php
index 4d8c1b0a276a..75086e687c2a 100644
--- a/typo3/sysext/backend/Classes/Controller/LoginController.php
+++ b/typo3/sysext/backend/Classes/Controller/LoginController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for rendering the login form
  *
diff --git a/typo3/sysext/backend/Classes/Controller/LoginFramesetController.php b/typo3/sysext/backend/Classes/Controller/LoginFramesetController.php
index c7487c743fca..219f324fbc45 100644
--- a/typo3/sysext/backend/Classes/Controller/LoginFramesetController.php
+++ b/typo3/sysext/backend/Classes/Controller/LoginFramesetController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class, putting the frameset together.
  *
diff --git a/typo3/sysext/backend/Classes/Controller/LogoutController.php b/typo3/sysext/backend/Classes/Controller/LogoutController.php
index bd3da77e5f8f..85dc975b94ac 100644
--- a/typo3/sysext/backend/Classes/Controller/LogoutController.php
+++ b/typo3/sysext/backend/Classes/Controller/LogoutController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for logging a user out.
  * Does not display any content, just calls the logout-function for the current user and then makes a redirect.
diff --git a/typo3/sysext/backend/Classes/Controller/NewRecordController.php b/typo3/sysext/backend/Classes/Controller/NewRecordController.php
index 551da0bbd2e8..cc7995020e7f 100644
--- a/typo3/sysext/backend/Classes/Controller/NewRecordController.php
+++ b/typo3/sysext/backend/Classes/Controller/NewRecordController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script class for 'db_new'
  *
diff --git a/typo3/sysext/backend/Classes/Controller/NoDocumentsOpenController.php b/typo3/sysext/backend/Classes/Controller/NoDocumentsOpenController.php
index 5668c00c097f..d5c1077f9b3f 100644
--- a/typo3/sysext/backend/Classes/Controller/NoDocumentsOpenController.php
+++ b/typo3/sysext/backend/Classes/Controller/NoDocumentsOpenController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for the "No-doc" display; This shows most recently edited records.
  *
diff --git a/typo3/sysext/backend/Classes/Controller/PageLayoutController.php b/typo3/sysext/backend/Classes/Controller/PageLayoutController.php
index c4b8d838cb4d..e31a660a7369 100644
--- a/typo3/sysext/backend/Classes/Controller/PageLayoutController.php
+++ b/typo3/sysext/backend/Classes/Controller/PageLayoutController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for Web > Layout module
  *
diff --git a/typo3/sysext/backend/Classes/Controller/PageTreeNavigationController.php b/typo3/sysext/backend/Classes/Controller/PageTreeNavigationController.php
index 0905434ace48..7615c738c9c5 100644
--- a/typo3/sysext/backend/Classes/Controller/PageTreeNavigationController.php
+++ b/typo3/sysext/backend/Classes/Controller/PageTreeNavigationController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Main script class for the page tree navigation frame
  *
diff --git a/typo3/sysext/backend/Classes/Controller/ShortcutFrameController.php b/typo3/sysext/backend/Classes/Controller/ShortcutFrameController.php
index 38054528020d..18bcd4c55ce4 100644
--- a/typo3/sysext/backend/Classes/Controller/ShortcutFrameController.php
+++ b/typo3/sysext/backend/Classes/Controller/ShortcutFrameController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for the shortcut frame, bottom frame of the backend frameset
  *
diff --git a/typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php b/typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php
index ba8296f3f0cd..a759e7dfb2b6 100644
--- a/typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php
+++ b/typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class, creating object of t3lib_TCEmain and sending the posted data to the object.
  * Used by many smaller forms/links in TYPO3, including the QuickEdit module.
diff --git a/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php b/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php
index 5ae81e6fed1a..3308b3e81b39 100644
--- a/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php
+++ b/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\Wizard;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for adding new items to a group/select field. Performs proper redirection as needed.
  *
diff --git a/typo3/sysext/backend/Classes/Controller/Wizard/ColorpickerController.php b/typo3/sysext/backend/Classes/Controller/Wizard/ColorpickerController.php
index 094ebb72cbe1..3c5a411c1d71 100644
--- a/typo3/sysext/backend/Classes/Controller/Wizard/ColorpickerController.php
+++ b/typo3/sysext/backend/Classes/Controller/Wizard/ColorpickerController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\Wizard;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for colorpicker wizard
  *
diff --git a/typo3/sysext/backend/Classes/Controller/Wizard/EditController.php b/typo3/sysext/backend/Classes/Controller/Wizard/EditController.php
index 7be6863d0e9c..0d44c512788f 100644
--- a/typo3/sysext/backend/Classes/Controller/Wizard/EditController.php
+++ b/typo3/sysext/backend/Classes/Controller/Wizard/EditController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\Wizard;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for redirecting a backend user to the editing form when an "Edit wizard" link was clicked in TCEforms somewhere
  *
diff --git a/typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php b/typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php
index b80f25cc81d6..51f79e4b1241 100644
--- a/typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php
+++ b/typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\Wizard;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * API comments:
  *
diff --git a/typo3/sysext/backend/Classes/Controller/Wizard/ListController.php b/typo3/sysext/backend/Classes/Controller/Wizard/ListController.php
index be1d66e8cfce..74d672e16326 100644
--- a/typo3/sysext/backend/Classes/Controller/Wizard/ListController.php
+++ b/typo3/sysext/backend/Classes/Controller/Wizard/ListController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\Wizard;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for redirecting the user to the Web > List module if a wizard-link has been clicked in TCEforms
  *
diff --git a/typo3/sysext/backend/Classes/Controller/Wizard/RteController.php b/typo3/sysext/backend/Classes/Controller/Wizard/RteController.php
index fed7acac2e87..302c84e5a6cc 100644
--- a/typo3/sysext/backend/Classes/Controller/Wizard/RteController.php
+++ b/typo3/sysext/backend/Classes/Controller/Wizard/RteController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\Wizard;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for rendering the full screen RTE display
  *
diff --git a/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php b/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php
index d713a30bcc71..c35013d32276 100644
--- a/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php
+++ b/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Controller\Wizard;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for rendering the Table Wizard
  *
diff --git a/typo3/sysext/backend/Classes/Domain/Model/Module/BackendModule.php b/typo3/sysext/backend/Classes/Domain/Model/Module/BackendModule.php
index 5f02742e6d4c..69f85c521779 100644
--- a/typo3/sysext/backend/Classes/Domain/Model/Module/BackendModule.php
+++ b/typo3/sysext/backend/Classes/Domain/Model/Module/BackendModule.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Domain\Model\Module;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 - Susanne Moog <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Domain/Repository/Module/BackendModuleRepository.php b/typo3/sysext/backend/Classes/Domain/Repository/Module/BackendModuleRepository.php
index cc150bc238bc..8bbcf297380b 100644
--- a/typo3/sysext/backend/Classes/Domain/Repository/Module/BackendModuleRepository.php
+++ b/typo3/sysext/backend/Classes/Domain/Repository/Module/BackendModuleRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Domain\Repository\Module;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 - Susanne Moog <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Form/DataPreprocessor.php b/typo3/sysext/backend/Classes/Form/DataPreprocessor.php
index bafebfdae799..749c5b034e5d 100644
--- a/typo3/sysext/backend/Classes/Form/DataPreprocessor.php
+++ b/typo3/sysext/backend/Classes/Form/DataPreprocessor.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Form;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Form/DatabaseFileIconsHookInterface.php b/typo3/sysext/backend/Classes/Form/DatabaseFileIconsHookInterface.php
index 6a44b4700169..bc14516bde6b 100644
--- a/typo3/sysext/backend/Classes/Form/DatabaseFileIconsHookInterface.php
+++ b/typo3/sysext/backend/Classes/Form/DatabaseFileIconsHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Form;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Andy Grunwald <andreas.grunwald@wmdb.de>
+ *  (c) 2010-2013 Andy Grunwald <andreas.grunwald@wmdb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Form/Element/InlineElement.php b/typo3/sysext/backend/Classes/Form/Element/InlineElement.php
index 43f6827e4e34..2b7a6badc65d 100644
--- a/typo3/sysext/backend/Classes/Form/Element/InlineElement.php
+++ b/typo3/sysext/backend/Classes/Form/Element/InlineElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2006-2011 Oliver Hader <oliver@typo3.org>
+ *  (c) 2006-2013 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Form/Element/InlineElementHookInterface.php b/typo3/sysext/backend/Classes/Form/Element/InlineElementHookInterface.php
index f0d1439a8fd3..a83669b9dd5b 100644
--- a/typo3/sysext/backend/Classes/Form/Element/InlineElementHookInterface.php
+++ b/typo3/sysext/backend/Classes/Form/Element/InlineElementHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Form\Element;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2008-2011 Oliver Hader <oh@inpublica.de>
+ * (c) 2008-2013 Oliver Hader <oh@inpublica.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Form/Element/SuggestDefaultReceiver.php b/typo3/sysext/backend/Classes/Form/Element/SuggestDefaultReceiver.php
index 6d40e68d8a86..c88c810479eb 100644
--- a/typo3/sysext/backend/Classes/Form/Element/SuggestDefaultReceiver.php
+++ b/typo3/sysext/backend/Classes/Form/Element/SuggestDefaultReceiver.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2007-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Form/Element/SuggestElement.php b/typo3/sysext/backend/Classes/Form/Element/SuggestElement.php
index 7a7fd5e436c6..02afff1ffb63 100644
--- a/typo3/sysext/backend/Classes/Form/Element/SuggestElement.php
+++ b/typo3/sysext/backend/Classes/Form/Element/SuggestElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2007-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Form/Element/TreeElement.php b/typo3/sysext/backend/Classes/Form/Element/TreeElement.php
index 6dbeb3763be2..11ea8e811732 100644
--- a/typo3/sysext/backend/Classes/Form/Element/TreeElement.php
+++ b/typo3/sysext/backend/Classes/Form/Element/TreeElement.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Backend\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Form/Element/ValueSlider.php b/typo3/sysext/backend/Classes/Form/Element/ValueSlider.php
index fca6f5a4255e..454be5b22eb1 100644
--- a/typo3/sysext/backend/Classes/Form/Element/ValueSlider.php
+++ b/typo3/sysext/backend/Classes/Form/Element/ValueSlider.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Backend\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Form/FlexFormsHelper.php b/typo3/sysext/backend/Classes/Form/FlexFormsHelper.php
index 0d1dbfe3c57b..c78d0ed08eef 100644
--- a/typo3/sysext/backend/Classes/Form/FlexFormsHelper.php
+++ b/typo3/sysext/backend/Classes/Form/FlexFormsHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Form;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Kai Vogel (kai.vogel(at)speedprogs.de)
+ *  (c) 2010-2013 Kai Vogel (kai.vogel(at)speedprogs.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Form/FormEngine.php b/typo3/sysext/backend/Classes/Form/FormEngine.php
index 292ceb6e1005..09c1cdb43bac 100644
--- a/typo3/sysext/backend/Classes/Form/FormEngine.php
+++ b/typo3/sysext/backend/Classes/Form/FormEngine.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Form;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Form/FrontendFormEngine.php b/typo3/sysext/backend/Classes/Form/FrontendFormEngine.php
index 5d6898be5fd4..3863715d7d4a 100644
--- a/typo3/sysext/backend/Classes/Form/FrontendFormEngine.php
+++ b/typo3/sysext/backend/Classes/Form/FrontendFormEngine.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Form;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php b/typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php
index a5207b6986ea..987249f75948 100644
--- a/typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php
+++ b/typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/History/RecordHistory.php b/typo3/sysext/backend/Classes/History/RecordHistory.php
index cccdfcf0babd..55125ee3d986 100644
--- a/typo3/sysext/backend/Classes/History/RecordHistory.php
+++ b/typo3/sysext/backend/Classes/History/RecordHistory.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Backend\History;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2009 Kasper Skårhøj (kasperYYYY@typo3.com)
- *  (c) 2006-2009 Sebastian Kurfürst (sebastian@garbage-group.de)
+ *  (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2006-2013 Sebastian Kurfürst (sebastian@garbage-group.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/InterfaceState/ExtDirect/DataProvider.php b/typo3/sysext/backend/Classes/InterfaceState/ExtDirect/DataProvider.php
index a10a0c9d21b9..d74f3f65dd80 100644
--- a/typo3/sysext/backend/Classes/InterfaceState/ExtDirect/DataProvider.php
+++ b/typo3/sysext/backend/Classes/InterfaceState/ExtDirect/DataProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\InterfaceState\ExtDirect;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Module/AbstractFunctionModule.php b/typo3/sysext/backend/Classes/Module/AbstractFunctionModule.php
index d4a7cad69d49..4138d1dfb003 100644
--- a/typo3/sysext/backend/Classes/Module/AbstractFunctionModule.php
+++ b/typo3/sysext/backend/Classes/Module/AbstractFunctionModule.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Module;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Module/BaseScriptClass.php b/typo3/sysext/backend/Classes/Module/BaseScriptClass.php
index 16a15e069349..b068c1e19216 100644
--- a/typo3/sysext/backend/Classes/Module/BaseScriptClass.php
+++ b/typo3/sysext/backend/Classes/Module/BaseScriptClass.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Module;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Module/ModuleController.php b/typo3/sysext/backend/Classes/Module/ModuleController.php
index 250ff502ba30..cbc3f38fe696 100644
--- a/typo3/sysext/backend/Classes/Module/ModuleController.php
+++ b/typo3/sysext/backend/Classes/Module/ModuleController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Module;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 - Susanne Moog <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Module/ModuleLoader.php b/typo3/sysext/backend/Classes/Module/ModuleLoader.php
index 0fc5a00818f0..8c2dba00f63e 100644
--- a/typo3/sysext/backend/Classes/Module/ModuleLoader.php
+++ b/typo3/sysext/backend/Classes/Module/ModuleLoader.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Module;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Module/ModuleSettings.php b/typo3/sysext/backend/Classes/Module/ModuleSettings.php
index 7018d9fd77f1..76b30c58e368 100644
--- a/typo3/sysext/backend/Classes/Module/ModuleSettings.php
+++ b/typo3/sysext/backend/Classes/Module/ModuleSettings.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Module/ModuleStorage.php b/typo3/sysext/backend/Classes/Module/ModuleStorage.php
index 8a930a30def8..cbc168dd0d77 100644
--- a/typo3/sysext/backend/Classes/Module/ModuleStorage.php
+++ b/typo3/sysext/backend/Classes/Module/ModuleStorage.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Module;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 - Susanne Moog <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php b/typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php
index 171b1a3aac4f..10be0601f295 100644
--- a/typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php
+++ b/typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\RecordList;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/RecordList/ElementBrowserRecordList.php b/typo3/sysext/backend/Classes/RecordList/ElementBrowserRecordList.php
index d5bac9eeb13e..4eb5b895acb1 100644
--- a/typo3/sysext/backend/Classes/RecordList/ElementBrowserRecordList.php
+++ b/typo3/sysext/backend/Classes/RecordList/ElementBrowserRecordList.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\RecordList;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/RecordList/RecordListGetTableHookInterface.php b/typo3/sysext/backend/Classes/RecordList/RecordListGetTableHookInterface.php
index 16a9da9c3f3c..87d98b88a9e6 100644
--- a/typo3/sysext/backend/Classes/RecordList/RecordListGetTableHookInterface.php
+++ b/typo3/sysext/backend/Classes/RecordList/RecordListGetTableHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\RecordList;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Rte/AbstractRte.php b/typo3/sysext/backend/Classes/Rte/AbstractRte.php
index 1a058a68c1a0..16916e3ecc67 100644
--- a/typo3/sysext/backend/Classes/Rte/AbstractRte.php
+++ b/typo3/sysext/backend/Classes/Rte/AbstractRte.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Rte;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2004-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Search/LiveSearch/ExtDirect/LiveSearchDataProvider.php b/typo3/sysext/backend/Classes/Search/LiveSearch/ExtDirect/LiveSearchDataProvider.php
index b2ffbcd3bb5a..adcbb8507c8f 100644
--- a/typo3/sysext/backend/Classes/Search/LiveSearch/ExtDirect/LiveSearchDataProvider.php
+++ b/typo3/sysext/backend/Classes/Search/LiveSearch/ExtDirect/LiveSearchDataProvider.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Backend\Search\LiveSearch\ExtDirect;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Michael Klapper <michael.klapper@aoemedia.de>
- *  (c) 2010-2011 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2009-2013 Michael Klapper <michael.klapper@aoemedia.de>
+ *  (c) 2010-2013 Jeff Segars <jeff@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php b/typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php
index 87444e98c771..f64fa41646fa 100644
--- a/typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php
+++ b/typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Backend\Search\LiveSearch;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Michael Klapper <michael.klapper@aoemedia.de>
- *  (c) 2010-2011 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2009-2013 Michael Klapper <michael.klapper@aoemedia.de>
+ *  (c) 2010-2013 Jeff Segars <jeff@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Search/LiveSearch/QueryParser.php b/typo3/sysext/backend/Classes/Search/LiveSearch/QueryParser.php
index 55d8c4e29a59..255b97946b93 100644
--- a/typo3/sysext/backend/Classes/Search/LiveSearch/QueryParser.php
+++ b/typo3/sysext/backend/Classes/Search/LiveSearch/QueryParser.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Backend\Search\LiveSearch;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Michael Klapper <michael.klapper@aoemedia.de>
- *  (c) 2010-2011 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2009-2013 Michael Klapper <michael.klapper@aoemedia.de>
+ *  (c) 2010-2013 Jeff Segars <jeff@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Sprite/AbstractSpriteHandler.php b/typo3/sysext/backend/Classes/Sprite/AbstractSpriteHandler.php
index 45b33e824565..9142723abe46 100644
--- a/typo3/sysext/backend/Classes/Sprite/AbstractSpriteHandler.php
+++ b/typo3/sysext/backend/Classes/Sprite/AbstractSpriteHandler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Sprite;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Sprite/SimpleSpriteHandler.php b/typo3/sysext/backend/Classes/Sprite/SimpleSpriteHandler.php
index 438df8aa6cc2..f2adcba29853 100644
--- a/typo3/sysext/backend/Classes/Sprite/SimpleSpriteHandler.php
+++ b/typo3/sysext/backend/Classes/Sprite/SimpleSpriteHandler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Sprite;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Sprite/SpriteBuildingHandler.php b/typo3/sysext/backend/Classes/Sprite/SpriteBuildingHandler.php
index fdd4232807e9..5d06394a1185 100644
--- a/typo3/sysext/backend/Classes/Sprite/SpriteBuildingHandler.php
+++ b/typo3/sysext/backend/Classes/Sprite/SpriteBuildingHandler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Sprite;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Sprite/SpriteGenerator.php b/typo3/sysext/backend/Classes/Sprite/SpriteGenerator.php
index 4e75396497c7..7d62cfeaec05 100644
--- a/typo3/sysext/backend/Classes/Sprite/SpriteGenerator.php
+++ b/typo3/sysext/backend/Classes/Sprite/SpriteGenerator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Sprite;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Sprite/SpriteIconGeneratorInterface.php b/typo3/sysext/backend/Classes/Sprite/SpriteIconGeneratorInterface.php
index 848e557a0406..ccbcc5ac2975 100644
--- a/typo3/sysext/backend/Classes/Sprite/SpriteIconGeneratorInterface.php
+++ b/typo3/sysext/backend/Classes/Sprite/SpriteIconGeneratorInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Sprite;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Sprite/SpriteManager.php b/typo3/sysext/backend/Classes/Sprite/SpriteManager.php
index fd441100f3ef..35475f132700 100644
--- a/typo3/sysext/backend/Classes/Sprite/SpriteManager.php
+++ b/typo3/sysext/backend/Classes/Sprite/SpriteManager.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Sprite;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Template/BigDocumentTemplate.php b/typo3/sysext/backend/Classes/Template/BigDocumentTemplate.php
index 84efb4944fde..534bd53eca30 100644
--- a/typo3/sysext/backend/Classes/Template/BigDocumentTemplate.php
+++ b/typo3/sysext/backend/Classes/Template/BigDocumentTemplate.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Template;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 // Extension classes of the template class.
 // These are meant to provide backend screens with different widths.
 // They still do because of the different class-prefixes used for the <div>-sections
diff --git a/typo3/sysext/backend/Classes/Template/DocumentTemplate.php b/typo3/sysext/backend/Classes/Template/DocumentTemplate.php
index 9c34bfc1ffc4..c51bbc9c79ef 100644
--- a/typo3/sysext/backend/Classes/Template/DocumentTemplate.php
+++ b/typo3/sysext/backend/Classes/Template/DocumentTemplate.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Template;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * TYPO3 Backend Template Class
  *
diff --git a/typo3/sysext/backend/Classes/Template/FrontendDocumentTemplate.php b/typo3/sysext/backend/Classes/Template/FrontendDocumentTemplate.php
index d5cb0a9129e3..fbf41b330459 100644
--- a/typo3/sysext/backend/Classes/Template/FrontendDocumentTemplate.php
+++ b/typo3/sysext/backend/Classes/Template/FrontendDocumentTemplate.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Template;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Extension class for "template" - used in the context of frontend editing.
  */
diff --git a/typo3/sysext/backend/Classes/Template/MediumDocumentTemplate.php b/typo3/sysext/backend/Classes/Template/MediumDocumentTemplate.php
index 8623ee044c83..3da08df01d78 100644
--- a/typo3/sysext/backend/Classes/Template/MediumDocumentTemplate.php
+++ b/typo3/sysext/backend/Classes/Template/MediumDocumentTemplate.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Template;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Extension class for "template" - used for backend pages which were medium wide. Typically submodules to Web or File which were presented in the list-frame when the content frame were divided into a navigation and list frame.
  * The class were more significant in the past than today. But probably you should use this one for most modules you make.
diff --git a/typo3/sysext/backend/Classes/Template/SmallDocumentTemplate.php b/typo3/sysext/backend/Classes/Template/SmallDocumentTemplate.php
index 856d8acb74a7..705687d9e00e 100644
--- a/typo3/sysext/backend/Classes/Template/SmallDocumentTemplate.php
+++ b/typo3/sysext/backend/Classes/Template/SmallDocumentTemplate.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Template;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Extension class for "template" - used for backend pages which were narrow (like the Web>List modules list frame. Or the "Show details" pop up box)
  * The class were more significant in the past than today.
diff --git a/typo3/sysext/backend/Classes/Template/StandardDocumentTemplate.php b/typo3/sysext/backend/Classes/Template/StandardDocumentTemplate.php
index 8dc6d82c5c0a..0f5c17d24cbe 100644
--- a/typo3/sysext/backend/Classes/Template/StandardDocumentTemplate.php
+++ b/typo3/sysext/backend/Classes/Template/StandardDocumentTemplate.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Template;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Extension class for "template" - used for backend pages without the "document" background image
  * The class were more significant in the past than today.
diff --git a/typo3/sysext/backend/Classes/Toolbar/ClearCacheActionsHookInterface.php b/typo3/sysext/backend/Classes/Toolbar/ClearCacheActionsHookInterface.php
index 252eca2c0da0..53e75c44f2e0 100644
--- a/typo3/sysext/backend/Classes/Toolbar/ClearCacheActionsHookInterface.php
+++ b/typo3/sysext/backend/Classes/Toolbar/ClearCacheActionsHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Toolbar;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Steffen Kamper <info@sk-typo3.de>
+ *  (c) 2008-2013 Steffen Kamper <info@sk-typo3.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Backend\Toolbar;
  *
  * @author Steffen Kamper <info@sk-typo3.de>
  */
-interface ClearCacheActionsHookInterface
-{
+interface ClearCacheActionsHookInterface {
 	/**
 	 * Modifies CacheMenuItems array
 	 *
diff --git a/typo3/sysext/backend/Classes/Toolbar/ClearCacheToolbarItem.php b/typo3/sysext/backend/Classes/Toolbar/ClearCacheToolbarItem.php
index a1cc5b1f7d6c..8e6c3eab376f 100644
--- a/typo3/sysext/backend/Classes/Toolbar/ClearCacheToolbarItem.php
+++ b/typo3/sysext/backend/Classes/Toolbar/ClearCacheToolbarItem.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Toolbar;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Toolbar/LiveSearchToolbarItem.php b/typo3/sysext/backend/Classes/Toolbar/LiveSearchToolbarItem.php
index f41d4a39680f..632499985198 100644
--- a/typo3/sysext/backend/Classes/Toolbar/LiveSearchToolbarItem.php
+++ b/typo3/sysext/backend/Classes/Toolbar/LiveSearchToolbarItem.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Backend\Toolbar;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Michael Klapper <michael.klapper@aoemedia.de>
- *  (c) 2010-2011 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2009-2013 Michael Klapper <michael.klapper@aoemedia.de>
+ *  (c) 2010-2013 Jeff Segars <jeff@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Toolbar/ShortcutToolbarItem.php b/typo3/sysext/backend/Classes/Toolbar/ShortcutToolbarItem.php
index b614127b90f7..c6cb80b7776b 100644
--- a/typo3/sysext/backend/Classes/Toolbar/ShortcutToolbarItem.php
+++ b/typo3/sysext/backend/Classes/Toolbar/ShortcutToolbarItem.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Toolbar;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2007-2013 Ingo Renner <ingo@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 textfile 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!
+ ***************************************************************/
+
 /**
  * Class to render the shortcut menu
  *
diff --git a/typo3/sysext/backend/Classes/Toolbar/ToolbarItemHookInterface.php b/typo3/sysext/backend/Classes/Toolbar/ToolbarItemHookInterface.php
index 5aec2e42f168..ef2e7484ad80 100644
--- a/typo3/sysext/backend/Classes/Toolbar/ToolbarItemHookInterface.php
+++ b/typo3/sysext/backend/Classes/Toolbar/ToolbarItemHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Toolbar;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Backend\Toolbar;
  *
  * @author Ingo Renner <ingo@typo3.org>
  */
-interface ToolbarItemHookInterface
-{
+interface ToolbarItemHookInterface {
 	/**
 	 * Constructor that receives a back reference to the backend
 	 *
diff --git a/typo3/sysext/backend/Classes/Tree/AbstractExtJsTree.php b/typo3/sysext/backend/Classes/Tree/AbstractExtJsTree.php
index 7e84f1be9ed8..8218409ed7f5 100644
--- a/typo3/sysext/backend/Classes/Tree/AbstractExtJsTree.php
+++ b/typo3/sysext/backend/Classes/Tree/AbstractExtJsTree.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/AbstractTree.php b/typo3/sysext/backend/Classes/Tree/AbstractTree.php
index 9dcd87a43570..c6c69c7b707f 100644
--- a/typo3/sysext/backend/Classes/Tree/AbstractTree.php
+++ b/typo3/sysext/backend/Classes/Tree/AbstractTree.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/AbstractTreeDataProvider.php b/typo3/sysext/backend/Classes/Tree/AbstractTreeDataProvider.php
index 38b3151055d1..b8074ad4da75 100644
--- a/typo3/sysext/backend/Classes/Tree/AbstractTreeDataProvider.php
+++ b/typo3/sysext/backend/Classes/Tree/AbstractTreeDataProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/AbstractTreeStateProvider.php b/typo3/sysext/backend/Classes/Tree/AbstractTreeStateProvider.php
index f460c807a048..4e8fe1da0d94 100644
--- a/typo3/sysext/backend/Classes/Tree/AbstractTreeStateProvider.php
+++ b/typo3/sysext/backend/Classes/Tree/AbstractTreeStateProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/ComparableNodeInterface.php b/typo3/sysext/backend/Classes/Tree/ComparableNodeInterface.php
index bfa703e0d0d3..3a6b8975e448 100644
--- a/typo3/sysext/backend/Classes/Tree/ComparableNodeInterface.php
+++ b/typo3/sysext/backend/Classes/Tree/ComparableNodeInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/DraggableAndDropableNodeInterface.php b/typo3/sysext/backend/Classes/Tree/DraggableAndDropableNodeInterface.php
index 2d8ba577a3d8..500f11deba99 100644
--- a/typo3/sysext/backend/Classes/Tree/DraggableAndDropableNodeInterface.php
+++ b/typo3/sysext/backend/Classes/Tree/DraggableAndDropableNodeInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/EditableNodeLabelInterface.php b/typo3/sysext/backend/Classes/Tree/EditableNodeLabelInterface.php
index 167fff068880..3ffd3bef8604 100644
--- a/typo3/sysext/backend/Classes/Tree/EditableNodeLabelInterface.php
+++ b/typo3/sysext/backend/Classes/Tree/EditableNodeLabelInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/ExtDirectNode.php b/typo3/sysext/backend/Classes/Tree/ExtDirectNode.php
index f9aa203f26d0..8af11e0aba4d 100644
--- a/typo3/sysext/backend/Classes/Tree/ExtDirectNode.php
+++ b/typo3/sysext/backend/Classes/Tree/ExtDirectNode.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/Pagetree/CollectionProcessorInterface.php b/typo3/sysext/backend/Classes/Tree/Pagetree/CollectionProcessorInterface.php
index 0a369f5641f8..9190de307b3d 100644
--- a/typo3/sysext/backend/Classes/Tree/Pagetree/CollectionProcessorInterface.php
+++ b/typo3/sysext/backend/Classes/Tree/Pagetree/CollectionProcessorInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\Pagetree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Tolleiv Nietsch <typo3@tolleiv.de>
+ *  (c) 2011-2013 Tolleiv Nietsch <typo3@tolleiv.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/Pagetree/Commands.php b/typo3/sysext/backend/Classes/Tree/Pagetree/Commands.php
index ebbc1e41f7c9..c4d23464b5cf 100644
--- a/typo3/sysext/backend/Classes/Tree/Pagetree/Commands.php
+++ b/typo3/sysext/backend/Classes/Tree/Pagetree/Commands.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\Pagetree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/Pagetree/DataProvider.php b/typo3/sysext/backend/Classes/Tree/Pagetree/DataProvider.php
index 2c6d4ffd2078..364ac274e223 100644
--- a/typo3/sysext/backend/Classes/Tree/Pagetree/DataProvider.php
+++ b/typo3/sysext/backend/Classes/Tree/Pagetree/DataProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\Pagetree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2012 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeCommands.php b/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeCommands.php
index 0c98b1f2899f..c255a2be2bbe 100644
--- a/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeCommands.php
+++ b/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeCommands.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\Pagetree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeDataProvider.php b/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeDataProvider.php
index bb15905c3581..0c4334c506c6 100644
--- a/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeDataProvider.php
+++ b/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeDataProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\Pagetree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/Pagetree/Indicator.php b/typo3/sysext/backend/Classes/Tree/Pagetree/Indicator.php
index 2ac86aeda6f5..49d95ba63f46 100644
--- a/typo3/sysext/backend/Classes/Tree/Pagetree/Indicator.php
+++ b/typo3/sysext/backend/Classes/Tree/Pagetree/Indicator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\Pagetree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Susanne Moog <typo3@susanne-moog.de>
+ *  (c) 2010-2013 Susanne Moog <typo3@susanne-moog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/Pagetree/IndicatorProviderInterface.php b/typo3/sysext/backend/Classes/Tree/Pagetree/IndicatorProviderInterface.php
index e2fc3c3a87f4..ad5993acd130 100644
--- a/typo3/sysext/backend/Classes/Tree/Pagetree/IndicatorProviderInterface.php
+++ b/typo3/sysext/backend/Classes/Tree/Pagetree/IndicatorProviderInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\Pagetree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Susanne Moog <typo3@susanne-moog.de>
+ *  (c) 2010-2013 Susanne Moog <typo3@susanne-moog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNode.php b/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNode.php
index 7f59e34afcda..508e163eebd2 100644
--- a/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNode.php
+++ b/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNode.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\Pagetree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNodeCollection.php b/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNodeCollection.php
index ab4f578a2c2f..7499cc48e2cc 100644
--- a/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNodeCollection.php
+++ b/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNodeCollection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\Pagetree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/Renderer/AbstractTreeRenderer.php b/typo3/sysext/backend/Classes/Tree/Renderer/AbstractTreeRenderer.php
index a03c53906ec9..68f5584956ad 100644
--- a/typo3/sysext/backend/Classes/Tree/Renderer/AbstractTreeRenderer.php
+++ b/typo3/sysext/backend/Classes/Tree/Renderer/AbstractTreeRenderer.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\Renderer;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/Renderer/ExtJsJsonTreeRenderer.php b/typo3/sysext/backend/Classes/Tree/Renderer/ExtJsJsonTreeRenderer.php
index c040815bde76..412900050df4 100644
--- a/typo3/sysext/backend/Classes/Tree/Renderer/ExtJsJsonTreeRenderer.php
+++ b/typo3/sysext/backend/Classes/Tree/Renderer/ExtJsJsonTreeRenderer.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Backend\Tree\Renderer;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/Renderer/UnorderedListTreeRenderer.php b/typo3/sysext/backend/Classes/Tree/Renderer/UnorderedListTreeRenderer.php
index 2f0dfb89c614..d26474384f86 100644
--- a/typo3/sysext/backend/Classes/Tree/Renderer/UnorderedListTreeRenderer.php
+++ b/typo3/sysext/backend/Classes/Tree/Renderer/UnorderedListTreeRenderer.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\Renderer;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/SortedTreeNodeCollection.php b/typo3/sysext/backend/Classes/Tree/SortedTreeNodeCollection.php
index b924107b179e..363ca37e5ffa 100644
--- a/typo3/sysext/backend/Classes/Tree/SortedTreeNodeCollection.php
+++ b/typo3/sysext/backend/Classes/Tree/SortedTreeNodeCollection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/TreeNode.php b/typo3/sysext/backend/Classes/Tree/TreeNode.php
index e9d275788af7..72634f9b75e2 100644
--- a/typo3/sysext/backend/Classes/Tree/TreeNode.php
+++ b/typo3/sysext/backend/Classes/Tree/TreeNode.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/TreeNodeCollection.php b/typo3/sysext/backend/Classes/Tree/TreeNodeCollection.php
index 2056c92e6672..36b1de323513 100644
--- a/typo3/sysext/backend/Classes/Tree/TreeNodeCollection.php
+++ b/typo3/sysext/backend/Classes/Tree/TreeNodeCollection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/TreeRepresentationNode.php b/typo3/sysext/backend/Classes/Tree/TreeRepresentationNode.php
index 71bd4870d952..841d81f50092 100644
--- a/typo3/sysext/backend/Classes/Tree/TreeRepresentationNode.php
+++ b/typo3/sysext/backend/Classes/Tree/TreeRepresentationNode.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2013 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php b/typo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php
index 52bfd7ad39ab..05b7af718933 100644
--- a/typo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php
+++ b/typo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Tree/View/BrowseTreeView.php b/typo3/sysext/backend/Classes/Tree/View/BrowseTreeView.php
index 6bd052eab841..e8f15fcb34c7 100644
--- a/typo3/sysext/backend/Classes/Tree/View/BrowseTreeView.php
+++ b/typo3/sysext/backend/Classes/Tree/View/BrowseTreeView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Tree/View/FolderTreeView.php b/typo3/sysext/backend/Classes/Tree/View/FolderTreeView.php
index 563638098bb8..209e5b002ff5 100644
--- a/typo3/sysext/backend/Classes/Tree/View/FolderTreeView.php
+++ b/typo3/sysext/backend/Classes/Tree/View/FolderTreeView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php b/typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php
index 3a7152d390e2..3ea14e9ea9e1 100644
--- a/typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php
+++ b/typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Tree/View/PageTreeView.php b/typo3/sysext/backend/Classes/Tree/View/PageTreeView.php
index 3e8c3df56f2a..670b8cd5e2b8 100644
--- a/typo3/sysext/backend/Classes/Tree/View/PageTreeView.php
+++ b/typo3/sysext/backend/Classes/Tree/View/PageTreeView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tree\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/User/ExtDirect/BackendUserSettingsDataProvider.php b/typo3/sysext/backend/Classes/User/ExtDirect/BackendUserSettingsDataProvider.php
index 458d8eef29b1..54fe753d1be6 100644
--- a/typo3/sysext/backend/Classes/User/ExtDirect/BackendUserSettingsDataProvider.php
+++ b/typo3/sysext/backend/Classes/User/ExtDirect/BackendUserSettingsDataProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\User\ExtDirect;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/Utility/BackendUtility.php b/typo3/sysext/backend/Classes/Utility/BackendUtility.php
index 37c51557fd83..427ed4077aa3 100644
--- a/typo3/sysext/backend/Classes/Utility/BackendUtility.php
+++ b/typo3/sysext/backend/Classes/Utility/BackendUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Utility/IconUtility.php b/typo3/sysext/backend/Classes/Utility/IconUtility.php
index 2f6c93c480c6..3ead38e6a7fc 100644
--- a/typo3/sysext/backend/Classes/Utility/IconUtility.php
+++ b/typo3/sysext/backend/Classes/Utility/IconUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/View/BackendLayoutView.php b/typo3/sysext/backend/Classes/View/BackendLayoutView.php
index ec16e68e5599..169cacf3f2df 100644
--- a/typo3/sysext/backend/Classes/View/BackendLayoutView.php
+++ b/typo3/sysext/backend/Classes/View/BackendLayoutView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 GridView Team
+ *  (c) 2010-2013 GridView Team
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -194,4 +194,4 @@ class BackendLayoutView {
 }
 
 
-?>
\ No newline at end of file
+?>
diff --git a/typo3/sysext/backend/Classes/View/LogoView.php b/typo3/sysext/backend/Classes/View/LogoView.php
index 460adf8173f0..2a775382e3ad 100644
--- a/typo3/sysext/backend/Classes/View/LogoView.php
+++ b/typo3/sysext/backend/Classes/View/LogoView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/View/ModuleMenuView.php b/typo3/sysext/backend/Classes/View/ModuleMenuView.php
index 2c034c82b663..6766edfc28b6 100644
--- a/typo3/sysext/backend/Classes/View/ModuleMenuView.php
+++ b/typo3/sysext/backend/Classes/View/ModuleMenuView.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\View;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2007-2013 Ingo Renner <ingo@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 textfile 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!
+ ***************************************************************/
+
 /**
  * class to render the TYPO3 backend menu for the modules
  *
diff --git a/typo3/sysext/backend/Classes/View/PageLayout/Extdirect/ExtdirectPageCommands.php b/typo3/sysext/backend/Classes/View/PageLayout/Extdirect/ExtdirectPageCommands.php
index 4456dc9e5284..58e56b7407d3 100644
--- a/typo3/sysext/backend/Classes/View/PageLayout/Extdirect/ExtdirectPageCommands.php
+++ b/typo3/sysext/backend/Classes/View/PageLayout/Extdirect/ExtdirectPageCommands.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\View\PageLayout\ExtDirect;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Jigal van Hemert <jigal.van.hemert@typo3.org>
+ *  (c) 2012-2013 Jigal van Hemert <jigal.van.hemert@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/View/PageLayoutView.php b/typo3/sysext/backend/Classes/View/PageLayoutView.php
index 037707dfd7f8..3574642ec8d9 100644
--- a/typo3/sysext/backend/Classes/View/PageLayoutView.php
+++ b/typo3/sysext/backend/Classes/View/PageLayoutView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/View/PageLayoutViewDrawItemHookInterface.php b/typo3/sysext/backend/Classes/View/PageLayoutViewDrawItemHookInterface.php
index 434e3ecc9692..48de57854d5f 100644
--- a/typo3/sysext/backend/Classes/View/PageLayoutViewDrawItemHookInterface.php
+++ b/typo3/sysext/backend/Classes/View/PageLayoutViewDrawItemHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Oliver Hader <oliver@typo3.org>
+ *  (c) 2008-2013 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Classes/View/PageTreeView.php b/typo3/sysext/backend/Classes/View/PageTreeView.php
index 892128b535a5..27640ef228f6 100644
--- a/typo3/sysext/backend/Classes/View/PageTreeView.php
+++ b/typo3/sysext/backend/Classes/View/PageTreeView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/View/ThumbnailView.php b/typo3/sysext/backend/Classes/View/ThumbnailView.php
index 66b18b65917f..3f3c467f3d7f 100644
--- a/typo3/sysext/backend/Classes/View/ThumbnailView.php
+++ b/typo3/sysext/backend/Classes/View/ThumbnailView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/backend/Classes/Wizard/NewContentElementWizardHookInterface.php b/typo3/sysext/backend/Classes/Wizard/NewContentElementWizardHookInterface.php
index cfcc2406be93..1cc17d753d38 100644
--- a/typo3/sysext/backend/Classes/Wizard/NewContentElementWizardHookInterface.php
+++ b/typo3/sysext/backend/Classes/Wizard/NewContentElementWizardHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Wizard;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Steffen Kamper <info@sk-typo3.de>
+ *  (c) 2008-2013 Steffen Kamper <info@sk-typo3.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Backend\Wizard;
  *
  * @author Steffen Kamper <info@sk-typo3.de>
  */
-interface NewContentElementWizardHookInterface
-{
+interface NewContentElementWizardHookInterface {
 	/**
 	 * Modifies WizardItems array
 	 *
diff --git a/typo3/sysext/backend/Classes/Wizard/TsconfigWizard.php b/typo3/sysext/backend/Classes/Wizard/TsconfigWizard.php
index f97b1611a7da..82368001ec03 100644
--- a/typo3/sysext/backend/Classes/Wizard/TsconfigWizard.php
+++ b/typo3/sysext/backend/Classes/Wizard/TsconfigWizard.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Backend\Wizard;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for rendering the TSconfig/TypoScript property browser.
  *
diff --git a/typo3/sysext/backend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php b/typo3/sysext/backend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php
index b3e44b207484..e5ab62923579 100644
--- a/typo3/sysext/backend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php
+++ b/typo3/sysext/backend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tests\Unit\Configuration\TypoScript\ConditionMatchin
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
+ *  (c) 2009-2013 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Tests/Unit/Form/Element/InlineElementTest.php b/typo3/sysext/backend/Tests/Unit/Form/Element/InlineElementTest.php
index d7390f1f70f9..b254c2e8275a 100644
--- a/typo3/sysext/backend/Tests/Unit/Form/Element/InlineElementTest.php
+++ b/typo3/sysext/backend/Tests/Unit/Form/Element/InlineElementTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tests\Unit\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Tests/Unit/Module/ModuleControllerTest.php b/typo3/sysext/backend/Tests/Unit/Module/ModuleControllerTest.php
index 5474d28d0ac9..7fce63dbd13e 100644
--- a/typo3/sysext/backend/Tests/Unit/Module/ModuleControllerTest.php
+++ b/typo3/sysext/backend/Tests/Unit/Module/ModuleControllerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tests\Unit\Module;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Tests/Unit/Sprite/SpriteManagerTest.php b/typo3/sysext/backend/Tests/Unit/Sprite/SpriteManagerTest.php
index c4684fb0267e..b9212e1d2cc9 100644
--- a/typo3/sysext/backend/Tests/Unit/Sprite/SpriteManagerTest.php
+++ b/typo3/sysext/backend/Tests/Unit/Sprite/SpriteManagerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tests\Unit\Sprite;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Fabien Udriot <fabien.udriot@ecodev.ch>
+ *  (c) 2010-2013 Fabien Udriot <fabien.udriot@ecodev.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Tests/Unit/Tree/Pagetree/DataProviderTest.php b/typo3/sysext/backend/Tests/Unit/Tree/Pagetree/DataProviderTest.php
index eaf49421a8a2..d33091293e1e 100644
--- a/typo3/sysext/backend/Tests/Unit/Tree/Pagetree/DataProviderTest.php
+++ b/typo3/sysext/backend/Tests/Unit/Tree/Pagetree/DataProviderTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tests\Unit\Tree\Pagetree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Stefan Galinski <stefan.galinski@gmail.com>
+ *  (c) 2012-2013 Stefan Galinski <stefan.galinski@gmail.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Tests/Unit/Tree/SortedTreeNodeCollectionTest.php b/typo3/sysext/backend/Tests/Unit/Tree/SortedTreeNodeCollectionTest.php
index 04654abea2cf..91d0dd63e73c 100644
--- a/typo3/sysext/backend/Tests/Unit/Tree/SortedTreeNodeCollectionTest.php
+++ b/typo3/sysext/backend/Tests/Unit/Tree/SortedTreeNodeCollectionTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tests\Unit\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Stefan Galinski <stefan.galinski@gmail.com>
+ *  (c) 2010-2013 Stefan Galinski <stefan.galinski@gmail.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeCollectionTest.php b/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeCollectionTest.php
index 566d926487ad..6cd8495e9cfd 100644
--- a/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeCollectionTest.php
+++ b/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeCollectionTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tests\Unit\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Stefan Galinski <stefan.galinski@gmail.com>
+ *  (c) 2010-2013 Stefan Galinski <stefan.galinski@gmail.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeTest.php b/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeTest.php
index 80e9b16c2cba..c1f219737b10 100644
--- a/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeTest.php
+++ b/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Backend\Tests\Unit\Tree;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Stefan Galinski <stefan.galinski@gmail.com>
+ *  (c) 2010-2013 Stefan Galinski <stefan.galinski@gmail.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php b/typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php
index 0bc134300bae..dd6f9d5c22d1 100644
--- a/typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php
+++ b/typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php
@@ -5,7 +5,7 @@ use TYPO3\CMS\Backend\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2009-2011 Oliver Klee (typo3-coding@oliverklee.de)
+ * (c) 2009-2013 Oliver Klee (typo3-coding@oliverklee.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/backend/Tests/Unit/Utility/IconUtilityTest.php b/typo3/sysext/backend/Tests/Unit/Utility/IconUtilityTest.php
index ae05abcac523..e4bd91694b76 100644
--- a/typo3/sysext/backend/Tests/Unit/Utility/IconUtilityTest.php
+++ b/typo3/sysext/backend/Tests/Unit/Utility/IconUtilityTest.php
@@ -5,8 +5,8 @@ use TYPO3\CMS\Backend\Utility\IconUtility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Fabien Udriot <fabien.udriot@ecodev.ch>
- *  (c) 2010-2011 Oliver Klee <typo3-coding@oliverklee.de>
+ *  (c) 2010-2013 Fabien Udriot <fabien.udriot@ecodev.ch>
+ *  (c) 2010-2013 Oliver Klee <typo3-coding@oliverklee.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/Controller/AbstractController.php b/typo3/sysext/belog/Classes/Controller/AbstractController.php
index da05f5c78144..b188deed669c 100644
--- a/typo3/sysext/belog/Classes/Controller/AbstractController.php
+++ b/typo3/sysext/belog/Classes/Controller/AbstractController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/Controller/ToolsController.php b/typo3/sysext/belog/Classes/Controller/ToolsController.php
index 01a9ed56aeea..653cfbd8010d 100644
--- a/typo3/sysext/belog/Classes/Controller/ToolsController.php
+++ b/typo3/sysext/belog/Classes/Controller/ToolsController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/Controller/WebInfoController.php b/typo3/sysext/belog/Classes/Controller/WebInfoController.php
index 25b097297a3b..4cc2c949dbe6 100644
--- a/typo3/sysext/belog/Classes/Controller/WebInfoController.php
+++ b/typo3/sysext/belog/Classes/Controller/WebInfoController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/Domain/Model/Constraint.php b/typo3/sysext/belog/Classes/Domain/Model/Constraint.php
index 451604b658ba..01a509ac35fa 100644
--- a/typo3/sysext/belog/Classes/Domain/Model/Constraint.php
+++ b/typo3/sysext/belog/Classes/Domain/Model/Constraint.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/Domain/Model/HistoryEntry.php b/typo3/sysext/belog/Classes/Domain/Model/HistoryEntry.php
index 3fb6d5de92e8..a637d6ad9282 100644
--- a/typo3/sysext/belog/Classes/Domain/Model/HistoryEntry.php
+++ b/typo3/sysext/belog/Classes/Domain/Model/HistoryEntry.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/Domain/Model/LogEntry.php b/typo3/sysext/belog/Classes/Domain/Model/LogEntry.php
index 23b2664d3a23..08c3c04f5558 100644
--- a/typo3/sysext/belog/Classes/Domain/Model/LogEntry.php
+++ b/typo3/sysext/belog/Classes/Domain/Model/LogEntry.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/Domain/Model/Workspace.php b/typo3/sysext/belog/Classes/Domain/Model/Workspace.php
index 4c22069db033..f8b6748a1bf4 100644
--- a/typo3/sysext/belog/Classes/Domain/Model/Workspace.php
+++ b/typo3/sysext/belog/Classes/Domain/Model/Workspace.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/Domain/Repository/HistoryEntryRepository.php b/typo3/sysext/belog/Classes/Domain/Repository/HistoryEntryRepository.php
index 8f62c90bb9ac..56e1ad6cd592 100644
--- a/typo3/sysext/belog/Classes/Domain/Repository/HistoryEntryRepository.php
+++ b/typo3/sysext/belog/Classes/Domain/Repository/HistoryEntryRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/Domain/Repository/LogEntryRepository.php b/typo3/sysext/belog/Classes/Domain/Repository/LogEntryRepository.php
index f58af90f7889..780c9be06e81 100644
--- a/typo3/sysext/belog/Classes/Domain/Repository/LogEntryRepository.php
+++ b/typo3/sysext/belog/Classes/Domain/Repository/LogEntryRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/Domain/Repository/WorkspaceRepository.php b/typo3/sysext/belog/Classes/Domain/Repository/WorkspaceRepository.php
index a0e7adf69125..b7e27198fd6a 100644
--- a/typo3/sysext/belog/Classes/Domain/Repository/WorkspaceRepository.php
+++ b/typo3/sysext/belog/Classes/Domain/Repository/WorkspaceRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/Module/BackendLogModuleBootstrap.php b/typo3/sysext/belog/Classes/Module/BackendLogModuleBootstrap.php
index fbd6348c1858..4c3d7152c9b4 100644
--- a/typo3/sysext/belog/Classes/Module/BackendLogModuleBootstrap.php
+++ b/typo3/sysext/belog/Classes/Module/BackendLogModuleBootstrap.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Module;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/ViewHelpers/Be/AddJsFileViewHelper.php b/typo3/sysext/belog/Classes/ViewHelpers/Be/AddJsFileViewHelper.php
index ce7fd52d5b25..1596ff713bd5 100644
--- a/typo3/sysext/belog/Classes/ViewHelpers/Be/AddJsFileViewHelper.php
+++ b/typo3/sysext/belog/Classes/ViewHelpers/Be/AddJsFileViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\ViewHelpers\Be;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/ViewHelpers/Be/InlineSettingsArrayViewHelper.php b/typo3/sysext/belog/Classes/ViewHelpers/Be/InlineSettingsArrayViewHelper.php
index bc658ef086f3..b0d9933b76e1 100644
--- a/typo3/sysext/belog/Classes/ViewHelpers/Be/InlineSettingsArrayViewHelper.php
+++ b/typo3/sysext/belog/Classes/ViewHelpers/Be/InlineSettingsArrayViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\ViewHelpers\Be;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/ViewHelpers/Be/PagePathViewHelper.php b/typo3/sysext/belog/Classes/ViewHelpers/Be/PagePathViewHelper.php
index 7f77c17c4175..3cad79dc0a1b 100644
--- a/typo3/sysext/belog/Classes/ViewHelpers/Be/PagePathViewHelper.php
+++ b/typo3/sysext/belog/Classes/ViewHelpers/Be/PagePathViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\ViewHelpers\Be;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/ViewHelpers/ErrorIconViewHelper.php b/typo3/sysext/belog/Classes/ViewHelpers/ErrorIconViewHelper.php
index 2395a16908d3..126e1283ca26 100644
--- a/typo3/sysext/belog/Classes/ViewHelpers/ErrorIconViewHelper.php
+++ b/typo3/sysext/belog/Classes/ViewHelpers/ErrorIconViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/ViewHelpers/Form/TranslateLabelSelectViewHelper.php b/typo3/sysext/belog/Classes/ViewHelpers/Form/TranslateLabelSelectViewHelper.php
index 9f05c8baa220..958f207f8e3a 100644
--- a/typo3/sysext/belog/Classes/ViewHelpers/Form/TranslateLabelSelectViewHelper.php
+++ b/typo3/sysext/belog/Classes/ViewHelpers/Form/TranslateLabelSelectViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\ViewHelpers\Form;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/ViewHelpers/FormatDetailsViewHelper.php b/typo3/sysext/belog/Classes/ViewHelpers/FormatDetailsViewHelper.php
index 84988009b12d..74463b80e974 100644
--- a/typo3/sysext/belog/Classes/ViewHelpers/FormatDetailsViewHelper.php
+++ b/typo3/sysext/belog/Classes/ViewHelpers/FormatDetailsViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/ViewHelpers/HistoryEntryViewHelper.php b/typo3/sysext/belog/Classes/ViewHelpers/HistoryEntryViewHelper.php
index cb1f1080e57e..53c1b25a9854 100644
--- a/typo3/sysext/belog/Classes/ViewHelpers/HistoryEntryViewHelper.php
+++ b/typo3/sysext/belog/Classes/ViewHelpers/HistoryEntryViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/ViewHelpers/IsExtensionLoadedViewHelper.php b/typo3/sysext/belog/Classes/ViewHelpers/IsExtensionLoadedViewHelper.php
index fd7545bb89b4..1485fdeb0881 100644
--- a/typo3/sysext/belog/Classes/ViewHelpers/IsExtensionLoadedViewHelper.php
+++ b/typo3/sysext/belog/Classes/ViewHelpers/IsExtensionLoadedViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/ViewHelpers/UsernameViewHelper.php b/typo3/sysext/belog/Classes/ViewHelpers/UsernameViewHelper.php
index 27c0783d4477..6baebac351ca 100644
--- a/typo3/sysext/belog/Classes/ViewHelpers/UsernameViewHelper.php
+++ b/typo3/sysext/belog/Classes/ViewHelpers/UsernameViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Classes/ViewHelpers/WorkspaceTitleViewHelper.php b/typo3/sysext/belog/Classes/ViewHelpers/WorkspaceTitleViewHelper.php
index b29452e28b17..b44c45717183 100644
--- a/typo3/sysext/belog/Classes/ViewHelpers/WorkspaceTitleViewHelper.php
+++ b/typo3/sysext/belog/Classes/ViewHelpers/WorkspaceTitleViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Tests/Unit/Domain/Model/LogEntryTest.php b/typo3/sysext/belog/Tests/Unit/Domain/Model/LogEntryTest.php
index f115e30429cd..aba14d0d5e2e 100644
--- a/typo3/sysext/belog/Tests/Unit/Domain/Model/LogEntryTest.php
+++ b/typo3/sysext/belog/Tests/Unit/Domain/Model/LogEntryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Tests\Unit\Domain\Model;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2012-2013 Oliver Klee <typo3-coding@oliverklee.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Tests/Unit/Domain/Repository/HistoryEntryRepositoryTest.php b/typo3/sysext/belog/Tests/Unit/Domain/Repository/HistoryEntryRepositoryTest.php
index 593cd2b5bb63..2db21b0c962a 100644
--- a/typo3/sysext/belog/Tests/Unit/Domain/Repository/HistoryEntryRepositoryTest.php
+++ b/typo3/sysext/belog/Tests/Unit/Domain/Repository/HistoryEntryRepositoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Tests\Unit\Domain\Repository;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2012-2013 Oliver Klee <typo3-coding@oliverklee.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Tests/Unit/Domain/Repository/LogEntryRepositoryTest.php b/typo3/sysext/belog/Tests/Unit/Domain/Repository/LogEntryRepositoryTest.php
index 87bab2566b94..e3b4c42c1f6b 100644
--- a/typo3/sysext/belog/Tests/Unit/Domain/Repository/LogEntryRepositoryTest.php
+++ b/typo3/sysext/belog/Tests/Unit/Domain/Repository/LogEntryRepositoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Tests\Unit\Domain\Repository;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2012-2013 Oliver Klee <typo3-coding@oliverklee.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/belog/Tests/Unit/Domain/Repository/WorkspaceRepositoryTest.php b/typo3/sysext/belog/Tests/Unit/Domain/Repository/WorkspaceRepositoryTest.php
index 4167fb6b3df4..43091b0ad3c3 100644
--- a/typo3/sysext/belog/Tests/Unit/Domain/Repository/WorkspaceRepositoryTest.php
+++ b/typo3/sysext/belog/Tests/Unit/Domain/Repository/WorkspaceRepositoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Belog\Tests\Unit\Domain\Repository;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2012-2013 Oliver Klee <typo3-coding@oliverklee.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/Controller/BackendUserController.php b/typo3/sysext/beuser/Classes/Controller/BackendUserController.php
index 7d25e36f7c91..a360da074b04 100755
--- a/typo3/sysext/beuser/Classes/Controller/BackendUserController.php
+++ b/typo3/sysext/beuser/Classes/Controller/BackendUserController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/Domain/Model/BackendUser.php b/typo3/sysext/beuser/Classes/Domain/Model/BackendUser.php
index bbd912bcae76..2aac96e0e69b 100755
--- a/typo3/sysext/beuser/Classes/Domain/Model/BackendUser.php
+++ b/typo3/sysext/beuser/Classes/Domain/Model/BackendUser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/Domain/Model/BackendUserGroup.php b/typo3/sysext/beuser/Classes/Domain/Model/BackendUserGroup.php
index 8cf7130c8b98..05e2be0e83a4 100755
--- a/typo3/sysext/beuser/Classes/Domain/Model/BackendUserGroup.php
+++ b/typo3/sysext/beuser/Classes/Domain/Model/BackendUserGroup.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/Domain/Model/Demand.php b/typo3/sysext/beuser/Classes/Domain/Model/Demand.php
index 50d09ec64902..6520d776d527 100755
--- a/typo3/sysext/beuser/Classes/Domain/Model/Demand.php
+++ b/typo3/sysext/beuser/Classes/Domain/Model/Demand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/Domain/Model/ModuleData.php b/typo3/sysext/beuser/Classes/Domain/Model/ModuleData.php
index 7671dd3a1378..817d32b47e18 100644
--- a/typo3/sysext/beuser/Classes/Domain/Model/ModuleData.php
+++ b/typo3/sysext/beuser/Classes/Domain/Model/ModuleData.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserGroupRepository.php b/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserGroupRepository.php
index 22d2bc050c83..ade26947d44a 100755
--- a/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserGroupRepository.php
+++ b/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserGroupRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserRepository.php b/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserRepository.php
index 02664dd938a6..eb5029bb1174 100755
--- a/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserRepository.php
+++ b/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserSessionRepository.php b/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserSessionRepository.php
index f8c06eddd9a4..16211fbae625 100755
--- a/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserSessionRepository.php
+++ b/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserSessionRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/Hook/SwitchBackUserHook.php b/typo3/sysext/beuser/Classes/Hook/SwitchBackUserHook.php
index 200f98a9d8e8..0816e22c8b7e 100644
--- a/typo3/sysext/beuser/Classes/Hook/SwitchBackUserHook.php
+++ b/typo3/sysext/beuser/Classes/Hook/SwitchBackUserHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\Hook;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/Service/ModuleDataStorageService.php b/typo3/sysext/beuser/Classes/Service/ModuleDataStorageService.php
index 639cb1c6651d..d301e49774fe 100644
--- a/typo3/sysext/beuser/Classes/Service/ModuleDataStorageService.php
+++ b/typo3/sysext/beuser/Classes/Service/ModuleDataStorageService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\Service;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/ViewHelpers/Display/PagesViewHelper.php b/typo3/sysext/beuser/Classes/ViewHelpers/Display/PagesViewHelper.php
index c249de6d5a9f..16d45ff6325d 100755
--- a/typo3/sysext/beuser/Classes/ViewHelpers/Display/PagesViewHelper.php
+++ b/typo3/sysext/beuser/Classes/ViewHelpers/Display/PagesViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\ViewHelpers\Display;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysFileMountsViewHelper.php b/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysFileMountsViewHelper.php
index b6da11926b5c..8524e64446fe 100755
--- a/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysFileMountsViewHelper.php
+++ b/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysFileMountsViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\ViewHelpers\Display;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysLanguageViewHelper.php b/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysLanguageViewHelper.php
index 5654a92d70f0..02a426ddd4d6 100755
--- a/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysLanguageViewHelper.php
+++ b/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysLanguageViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\ViewHelpers\Display;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/ViewHelpers/IssueCommandViewHelper.php b/typo3/sysext/beuser/Classes/ViewHelpers/IssueCommandViewHelper.php
index 30d891803df5..7bc32d497bc2 100755
--- a/typo3/sysext/beuser/Classes/ViewHelpers/IssueCommandViewHelper.php
+++ b/typo3/sysext/beuser/Classes/ViewHelpers/IssueCommandViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/ViewHelpers/SectionViewHelper.php b/typo3/sysext/beuser/Classes/ViewHelpers/SectionViewHelper.php
index 9bf9bb9114f5..e6d033523dcd 100755
--- a/typo3/sysext/beuser/Classes/ViewHelpers/SectionViewHelper.php
+++ b/typo3/sysext/beuser/Classes/ViewHelpers/SectionViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/ViewHelpers/SpriteIconForRecordViewHelper.php b/typo3/sysext/beuser/Classes/ViewHelpers/SpriteIconForRecordViewHelper.php
index 1b08c2430142..f2afbf82ce50 100755
--- a/typo3/sysext/beuser/Classes/ViewHelpers/SpriteIconForRecordViewHelper.php
+++ b/typo3/sysext/beuser/Classes/ViewHelpers/SpriteIconForRecordViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/ViewHelpers/SpriteManagerIconViewHelper.php b/typo3/sysext/beuser/Classes/ViewHelpers/SpriteManagerIconViewHelper.php
index 8798978efe6c..a7ad0719817c 100755
--- a/typo3/sysext/beuser/Classes/ViewHelpers/SpriteManagerIconViewHelper.php
+++ b/typo3/sysext/beuser/Classes/ViewHelpers/SpriteManagerIconViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/beuser/Classes/ViewHelpers/SwitchUserViewHelper.php b/typo3/sysext/beuser/Classes/ViewHelpers/SwitchUserViewHelper.php
index 444d0116cec9..1acb8c27ec65 100755
--- a/typo3/sysext/beuser/Classes/ViewHelpers/SwitchUserViewHelper.php
+++ b/typo3/sysext/beuser/Classes/ViewHelpers/SwitchUserViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Beuser\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/cms/layout/db_layout.php b/typo3/sysext/cms/layout/db_layout.php
index 025a6a96f33d..198b4e9061f1 100755
--- a/typo3/sysext/cms/layout/db_layout.php
+++ b/typo3/sysext/cms/layout/db_layout.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/cms/layout/db_new_content_el.php b/typo3/sysext/cms/layout/db_new_content_el.php
index e7f7dd45798b..8cef6a2051d2 100644
--- a/typo3/sysext/cms/layout/db_new_content_el.php
+++ b/typo3/sysext/cms/layout/db_new_content_el.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/cms/layout/wizard_backend_layout.php b/typo3/sysext/cms/layout/wizard_backend_layout.php
index dad2315b16b4..25e8aafd9d04 100644
--- a/typo3/sysext/cms/layout/wizard_backend_layout.php
+++ b/typo3/sysext/cms/layout/wizard_backend_layout.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Sk?rh?j (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/cms/tslib/extdirecteid.php b/typo3/sysext/cms/tslib/extdirecteid.php
index 618170f1bc8c..33f217cf9978 100644
--- a/typo3/sysext/cms/tslib/extdirecteid.php
+++ b/typo3/sysext/cms/tslib/extdirecteid.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Stefan Galinski <stefan.galinski@gmail.com>
+ * (c) 2010-2013 Stefan Galinski <stefan.galinski@gmail.com>
  *
  * All rights reserved
  *
diff --git a/typo3/sysext/cms/tslib/index_ts.php b/typo3/sysext/cms/tslib/index_ts.php
index 1c3dabbcb1e5..2b4aa80dfa3b 100644
--- a/typo3/sysext/cms/tslib/index_ts.php
+++ b/typo3/sysext/cms/tslib/index_ts.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/cms/tslib/pagegen.php b/typo3/sysext/cms/tslib/pagegen.php
index 95fc9262dd04..6f637ba975cd 100644
--- a/typo3/sysext/cms/tslib/pagegen.php
+++ b/typo3/sysext/cms/tslib/pagegen.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/cms/tslib/showpic.php b/typo3/sysext/cms/tslib/showpic.php
index cc6e73fc04f9..5253a1c860d1 100644
--- a/typo3/sysext/cms/tslib/showpic.php
+++ b/typo3/sysext/cms/tslib/showpic.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php b/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php
index 1b0ecf8ba292..d4482c93016a 100644
--- a/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php
+++ b/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/context_help/Classes/ExtDirect/ContextHelpDataProvider.php b/typo3/sysext/context_help/Classes/ExtDirect/ContextHelpDataProvider.php
index f26e66c6ed44..4c17f16b64ed 100644
--- a/typo3/sysext/context_help/Classes/ExtDirect/ContextHelpDataProvider.php
+++ b/typo3/sysext/context_help/Classes/ExtDirect/ContextHelpDataProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\ContextHelp\ExtDirect;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php b/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php
index fe676a0e363f..6e6e4e2ffd8d 100644
--- a/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php
+++ b/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Core\Authentication;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Authentication of users in TYPO3
  *
diff --git a/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php b/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php
index 8df53e03401a..565316464eb4 100644
--- a/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php
+++ b/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Authentication;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Cache/Backend/AbstractBackend.php b/typo3/sysext/core/Classes/Cache/Backend/AbstractBackend.php
index 36e9a1125c98..af1f932c6472 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/AbstractBackend.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/AbstractBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Backend/ApcBackend.php b/typo3/sysext/core/Classes/Cache/Backend/ApcBackend.php
index 7f45fca32da5..b0838a26e12b 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/ApcBackend.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/ApcBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Backend/BackendInterface.php b/typo3/sysext/core/Classes/Cache/Backend/BackendInterface.php
index 98c01dd95ccb..f84622ff0a30 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/BackendInterface.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/BackendInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php b/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php
index 23031f758363..72e97f0bf8b5 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Backend/FreezableBackendInterface.php b/typo3/sysext/core/Classes/Cache/Backend/FreezableBackendInterface.php
index 9f6b7f8b7019..53f343c6115e 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/FreezableBackendInterface.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/FreezableBackendInterface.php
@@ -15,8 +15,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
  *
  * @api
  */
-interface FreezableBackendInterface extends \TYPO3\CMS\Core\Cache\Backend\BackendInterface
-{
+interface FreezableBackendInterface extends \TYPO3\CMS\Core\Cache\Backend\BackendInterface {
 	/**
 	 * Freezes this cache backend.
 	 *
diff --git a/typo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php b/typo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php
index a81467b1a6fd..51b180d0e232 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Backend/NullBackend.php b/typo3/sysext/core/Classes/Cache/Backend/NullBackend.php
index a1705f6af012..5f64ccd14c83 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/NullBackend.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/NullBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Backend/PdoBackend.php b/typo3/sysext/core/Classes/Cache/Backend/PdoBackend.php
index 752ab04422ed..ec3e7448c947 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/PdoBackend.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/PdoBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Backend/PhpCapableBackendInterface.php b/typo3/sysext/core/Classes/Cache/Backend/PhpCapableBackendInterface.php
index 7e7cd9b13741..160bdecd75b3 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/PhpCapableBackendInterface.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/PhpCapableBackendInterface.php
@@ -33,8 +33,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
  * @api
  * @author Robert Lemke <robert@typo3.org>
  */
-interface PhpCapableBackendInterface extends \TYPO3\CMS\Core\Cache\Backend\BackendInterface
-{
+interface PhpCapableBackendInterface extends \TYPO3\CMS\Core\Cache\Backend\BackendInterface {
 	/**
 	 * Loads PHP code from the cache and require_onces it right away.
 	 *
diff --git a/typo3/sysext/core/Classes/Cache/Backend/RedisBackend.php b/typo3/sysext/core/Classes/Cache/Backend/RedisBackend.php
index c01b508e3add..7d0779ff2c5a 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/RedisBackend.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/RedisBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Backend/TaggableBackendInterface.php b/typo3/sysext/core/Classes/Cache/Backend/TaggableBackendInterface.php
index 4a5da48c066c..e0fa932192d2 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/TaggableBackendInterface.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/TaggableBackendInterface.php
@@ -15,8 +15,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
  *
  * @api
  */
-interface TaggableBackendInterface extends \TYPO3\CMS\Core\Cache\Backend\BackendInterface
-{
+interface TaggableBackendInterface extends \TYPO3\CMS\Core\Cache\Backend\BackendInterface {
 	/**
 	 * Removes all cache entries of this cache which are tagged by the specified tag.
 	 *
diff --git a/typo3/sysext/core/Classes/Cache/Backend/TransientMemoryBackend.php b/typo3/sysext/core/Classes/Cache/Backend/TransientMemoryBackend.php
index 3fc25dd1e08b..ce412c2e1db3 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/TransientMemoryBackend.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/TransientMemoryBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php b/typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php
index 8f3787baad6e..380367781a42 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Backend/WincacheBackend.php b/typo3/sysext/core/Classes/Cache/Backend/WincacheBackend.php
index fb96a069e921..14d5f4999788 100644
--- a/typo3/sysext/core/Classes/Cache/Backend/WincacheBackend.php
+++ b/typo3/sysext/core/Classes/Cache/Backend/WincacheBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2012 Tobias Burger <tobias_burger@hotmail.com>
+ *  (c) 2009-2013 Tobias Burger <tobias_burger@hotmail.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Cache.php b/typo3/sysext/core/Classes/Cache/Cache.php
index 2207700161e6..b379d4d8c7bd 100644
--- a/typo3/sysext/core/Classes/Cache/Cache.php
+++ b/typo3/sysext/core/Classes/Cache/Cache.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/CacheFactory.php b/typo3/sysext/core/Classes/Cache/CacheFactory.php
index 9a8fe1c3980e..507b9611975f 100644
--- a/typo3/sysext/core/Classes/Cache/CacheFactory.php
+++ b/typo3/sysext/core/Classes/Cache/CacheFactory.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/CacheManager.php b/typo3/sysext/core/Classes/Cache/CacheManager.php
index 64b0918a23b5..701373036215 100644
--- a/typo3/sysext/core/Classes/Cache/CacheManager.php
+++ b/typo3/sysext/core/Classes/Cache/CacheManager.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Exception.php b/typo3/sysext/core/Classes/Cache/Exception.php
index a7b2b9e139a9..ee4d75c7c69f 100644
--- a/typo3/sysext/core/Classes/Cache/Exception.php
+++ b/typo3/sysext/core/Classes/Cache/Exception.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Exception/ClassAlreadyLoadedException.php b/typo3/sysext/core/Classes/Cache/Exception/ClassAlreadyLoadedException.php
index 94066ac4b612..62c911a238b1 100644
--- a/typo3/sysext/core/Classes/Cache/Exception/ClassAlreadyLoadedException.php
+++ b/typo3/sysext/core/Classes/Cache/Exception/ClassAlreadyLoadedException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Exception/DuplicateIdentifierException.php b/typo3/sysext/core/Classes/Cache/Exception/DuplicateIdentifierException.php
index 03996098e03e..d4734c484058 100644
--- a/typo3/sysext/core/Classes/Cache/Exception/DuplicateIdentifierException.php
+++ b/typo3/sysext/core/Classes/Cache/Exception/DuplicateIdentifierException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Exception/InvalidBackendException.php b/typo3/sysext/core/Classes/Cache/Exception/InvalidBackendException.php
index aa741fdb8e15..490c588e0c0d 100644
--- a/typo3/sysext/core/Classes/Cache/Exception/InvalidBackendException.php
+++ b/typo3/sysext/core/Classes/Cache/Exception/InvalidBackendException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Exception/InvalidCacheException.php b/typo3/sysext/core/Classes/Cache/Exception/InvalidCacheException.php
index cb02047543f6..5d7b9c459474 100644
--- a/typo3/sysext/core/Classes/Cache/Exception/InvalidCacheException.php
+++ b/typo3/sysext/core/Classes/Cache/Exception/InvalidCacheException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Exception/InvalidDataException.php b/typo3/sysext/core/Classes/Cache/Exception/InvalidDataException.php
index 3c35945a7ca0..068e56427c80 100644
--- a/typo3/sysext/core/Classes/Cache/Exception/InvalidDataException.php
+++ b/typo3/sysext/core/Classes/Cache/Exception/InvalidDataException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Exception/NoSuchCacheException.php b/typo3/sysext/core/Classes/Cache/Exception/NoSuchCacheException.php
index 848015b52b89..1a0f5304d57a 100644
--- a/typo3/sysext/core/Classes/Cache/Exception/NoSuchCacheException.php
+++ b/typo3/sysext/core/Classes/Cache/Exception/NoSuchCacheException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Frontend/AbstractFrontend.php b/typo3/sysext/core/Classes/Cache/Frontend/AbstractFrontend.php
index d8756d0794b4..670678c1a937 100644
--- a/typo3/sysext/core/Classes/Cache/Frontend/AbstractFrontend.php
+++ b/typo3/sysext/core/Classes/Cache/Frontend/AbstractFrontend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Frontend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Frontend/FrontendInterface.php b/typo3/sysext/core/Classes/Cache/Frontend/FrontendInterface.php
index bc7c774ae740..29617cb970a2 100644
--- a/typo3/sysext/core/Classes/Cache/Frontend/FrontendInterface.php
+++ b/typo3/sysext/core/Classes/Cache/Frontend/FrontendInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Frontend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php b/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php
index 6666a518e6a4..ea53cf5af450 100644
--- a/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php
+++ b/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Frontend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Frontend/StringFrontend.php b/typo3/sysext/core/Classes/Cache/Frontend/StringFrontend.php
index 8fdd21fffdc3..8d763d8e152f 100644
--- a/typo3/sysext/core/Classes/Cache/Frontend/StringFrontend.php
+++ b/typo3/sysext/core/Classes/Cache/Frontend/StringFrontend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Frontend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php b/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php
index 69528051f4bb..fa59f72c2ca1 100644
--- a/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php
+++ b/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Cache\Frontend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Category/CategoryRegistry.php b/typo3/sysext/core/Classes/Category/CategoryRegistry.php
index 5d30bf8934c9..09ac41c0c9fb 100644
--- a/typo3/sysext/core/Classes/Category/CategoryRegistry.php
+++ b/typo3/sysext/core/Classes/Category/CategoryRegistry.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Category;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Fabien Udriot <fabien.udriot@typo3.org>
+ *  (c) 2012-2013 Fabien Udriot <fabien.udriot@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Category/Collection/CategoryCollection.php b/typo3/sysext/core/Classes/Category/Collection/CategoryCollection.php
index 860fd382904d..2bfe1a05871c 100644
--- a/typo3/sysext/core/Classes/Category/Collection/CategoryCollection.php
+++ b/typo3/sysext/core/Classes/Category/Collection/CategoryCollection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Category\Collection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Fabien Udriot <fabien.udriot@typo3.org>
+ * (c) 2012-2013 Fabien Udriot <fabien.udriot@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Charset/CharsetConverter.php b/typo3/sysext/core/Classes/Charset/CharsetConverter.php
index 5d9ab455b886..32bf02061b73 100644
--- a/typo3/sysext/core/Classes/Charset/CharsetConverter.php
+++ b/typo3/sysext/core/Classes/Charset/CharsetConverter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Charset;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2003-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2003-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/core/Classes/Collection/AbstractRecordCollection.php b/typo3/sysext/core/Classes/Collection/AbstractRecordCollection.php
index 9f321e99df17..9d54b23f2510 100644
--- a/typo3/sysext/core/Classes/Collection/AbstractRecordCollection.php
+++ b/typo3/sysext/core/Classes/Collection/AbstractRecordCollection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Collection;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Ritter <typo3@steffen-ritter.net>
+ *  (c) 2011-2013 Steffen Ritter <typo3@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Collection/CollectionInterface.php b/typo3/sysext/core/Classes/Collection/CollectionInterface.php
index d224ed5ff1a3..8088b86041a5 100644
--- a/typo3/sysext/core/Classes/Collection/CollectionInterface.php
+++ b/typo3/sysext/core/Classes/Collection/CollectionInterface.php
@@ -36,8 +36,7 @@ namespace TYPO3\CMS\Core\Collection;
  *
  * @author Steffen Ritter <typo3steffen-ritter.net>
  */
-interface CollectionInterface extends \Iterator, \Serializable, \Countable
-{
+interface CollectionInterface extends \Iterator, \Serializable, \Countable {
 
 }
 
diff --git a/typo3/sysext/core/Classes/Collection/EditableCollectionInterface.php b/typo3/sysext/core/Classes/Collection/EditableCollectionInterface.php
index e6b62d789e01..b83b3631733c 100644
--- a/typo3/sysext/core/Classes/Collection/EditableCollectionInterface.php
+++ b/typo3/sysext/core/Classes/Collection/EditableCollectionInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Collection;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Ritter <typo3steffen-ritter.net>
+ *  (c) 2011-2013 Steffen Ritter <typo3steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Collection/NameableCollectionInterface.php b/typo3/sysext/core/Classes/Collection/NameableCollectionInterface.php
index 9f07446b310b..5a97589efe10 100644
--- a/typo3/sysext/core/Classes/Collection/NameableCollectionInterface.php
+++ b/typo3/sysext/core/Classes/Collection/NameableCollectionInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Collection;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Ritter <typo3steffen-ritter.net>
+ *  (c) 2011-2013 Steffen Ritter <typo3steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Collection/PersistableCollectionInterface.php b/typo3/sysext/core/Classes/Collection/PersistableCollectionInterface.php
index 3ec7260d3bc9..5e3a3628e562 100644
--- a/typo3/sysext/core/Classes/Collection/PersistableCollectionInterface.php
+++ b/typo3/sysext/core/Classes/Collection/PersistableCollectionInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Collection;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Ritter <typo3steffen-ritter.net>
+ *  (c) 2011-2013 Steffen Ritter <typo3steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -36,8 +36,7 @@ namespace TYPO3\CMS\Core\Collection;
  *
  * @author Steffen Ritter <typo3steffen-ritter.net>
  */
-interface PersistableCollectionInterface
-{
+interface PersistableCollectionInterface {
 	/**
 	 * Get the identifier of the collection
 	 *
diff --git a/typo3/sysext/core/Classes/Collection/RecordCollectionInterface.php b/typo3/sysext/core/Classes/Collection/RecordCollectionInterface.php
index ffef11071c4b..d2bae008819f 100644
--- a/typo3/sysext/core/Classes/Collection/RecordCollectionInterface.php
+++ b/typo3/sysext/core/Classes/Collection/RecordCollectionInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Collection;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Ritter <typo3steffen-ritter.net>
+ *  (c) 2011-2013 Steffen Ritter <typo3steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Collection/RecordCollectionRepository.php b/typo3/sysext/core/Classes/Collection/RecordCollectionRepository.php
index 99081c3e34db..fc08533de56d 100644
--- a/typo3/sysext/core/Classes/Collection/RecordCollectionRepository.php
+++ b/typo3/sysext/core/Classes/Collection/RecordCollectionRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Collection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Steffen Ritter <typo3@steffen-ritter.net>
+ * (c) 2011-2013 Steffen Ritter <typo3@steffen-ritter.net>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Collection/SortableCollectionInterface.php b/typo3/sysext/core/Classes/Collection/SortableCollectionInterface.php
index 179b481586f5..f1dfae6fff4e 100644
--- a/typo3/sysext/core/Classes/Collection/SortableCollectionInterface.php
+++ b/typo3/sysext/core/Classes/Collection/SortableCollectionInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Collection;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Ritter <typo3steffen-ritter.net>
+ *  (c) 2011-2013 Steffen Ritter <typo3steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Collection/StaticRecordCollection.php b/typo3/sysext/core/Classes/Collection/StaticRecordCollection.php
index 0c737045901f..ad4521a1d5f7 100644
--- a/typo3/sysext/core/Classes/Collection/StaticRecordCollection.php
+++ b/typo3/sysext/core/Classes/Collection/StaticRecordCollection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Collection;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Ritter <typo3@steffen-ritter.net>
+ *  (c) 2011-2013 Steffen Ritter <typo3@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Compatibility/CompatbilityClassLoaderPhpBelow50307.php b/typo3/sysext/core/Classes/Compatibility/CompatbilityClassLoaderPhpBelow50307.php
index 8865d09797a7..bdf391938f8e 100644
--- a/typo3/sysext/core/Classes/Compatibility/CompatbilityClassLoaderPhpBelow50307.php
+++ b/typo3/sysext/core/Classes/Compatibility/CompatbilityClassLoaderPhpBelow50307.php
@@ -5,7 +5,7 @@ use \TYPO3\CMS\Core\Utility\GeneralUtility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Thomas Maroschik <tmaroschik@dfau.de>
+ *  (c) 2012-2013 Thomas Maroschik <tmaroschik@dfau.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Configuration/ConfigurationManager.php b/typo3/sysext/core/Classes/Configuration/ConfigurationManager.php
index 582eab46195e..3c46b61acab6 100644
--- a/typo3/sysext/core/Classes/Configuration/ConfigurationManager.php
+++ b/typo3/sysext/core/Classes/Configuration/ConfigurationManager.php
@@ -5,7 +5,7 @@ use TYPO3\CMS\Core\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Helge Funk <helge.funk@e-net.info>
+ *  (c) 2012-2013 Helge Funk <helge.funk@e-net.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php b/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php
index ee7e56f02cdf..69bff03b52e2 100644
--- a/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php
+++ b/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Configuration\FlexForm;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2006-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2006-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php b/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php
index 982921d92d8c..7771562f4f48 100644
--- a/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php
+++ b/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Configuration\TypoScript\ConditionMatching;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
+ *  (c) 2009-2013 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Controller/CommandLineController.php b/typo3/sysext/core/Classes/Controller/CommandLineController.php
index 511fcaf5f004..c78c8962562e 100644
--- a/typo3/sysext/core/Classes/Controller/CommandLineController.php
+++ b/typo3/sysext/core/Classes/Controller/CommandLineController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2006-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2006-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Core/Bootstrap.php b/typo3/sysext/core/Classes/Core/Bootstrap.php
index ca0dfa5b7808..ee75c2c34e5a 100644
--- a/typo3/sysext/core/Classes/Core/Bootstrap.php
+++ b/typo3/sysext/core/Classes/Core/Bootstrap.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Core;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Core/ClassLoader.php b/typo3/sysext/core/Classes/Core/ClassLoader.php
index b0db01a9ed71..6aac08574a0d 100644
--- a/typo3/sysext/core/Classes/Core/ClassLoader.php
+++ b/typo3/sysext/core/Classes/Core/ClassLoader.php
@@ -5,7 +5,7 @@ use \TYPO3\CMS\Core\Utility\GeneralUtility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2008-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Core/CliBootstrap.php b/typo3/sysext/core/Classes/Core/CliBootstrap.php
index 63f99ecb21b5..be9db5c2b42f 100644
--- a/typo3/sysext/core/Classes/Core/CliBootstrap.php
+++ b/typo3/sysext/core/Classes/Core/CliBootstrap.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Core;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php b/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
index 3481a264cd45..051b18df12ae 100644
--- a/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
+++ b/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Core;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/DataHandling/DataHandler.php b/typo3/sysext/core/Classes/DataHandling/DataHandler.php
index 4a372cd680ff..ba03d6eab983 100644
--- a/typo3/sysext/core/Classes/DataHandling/DataHandler.php
+++ b/typo3/sysext/core/Classes/DataHandling/DataHandler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\DataHandling;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/DataHandling/DataHandlerCheckModifyAccessListHookInterface.php b/typo3/sysext/core/Classes/DataHandling/DataHandlerCheckModifyAccessListHookInterface.php
index d2dc7b56cfbc..fb3f68f64dee 100644
--- a/typo3/sysext/core/Classes/DataHandling/DataHandlerCheckModifyAccessListHookInterface.php
+++ b/typo3/sysext/core/Classes/DataHandling/DataHandlerCheckModifyAccessListHookInterface.php
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Core\DataHandling;
  *
  * @author Oliver Hader <oliver@typo3.org>
  */
-interface DataHandlerCheckModifyAccessListHookInterface
-{
+interface DataHandlerCheckModifyAccessListHookInterface {
 	/**
 	 * Hook that determines whether a user has access to modify a table.
 	 *
diff --git a/typo3/sysext/core/Classes/DataHandling/DataHandlerProcessUploadHookInterface.php b/typo3/sysext/core/Classes/DataHandling/DataHandlerProcessUploadHookInterface.php
index 35559cbd00c7..27a4d52d752a 100644
--- a/typo3/sysext/core/Classes/DataHandling/DataHandlerProcessUploadHookInterface.php
+++ b/typo3/sysext/core/Classes/DataHandling/DataHandlerProcessUploadHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\DataHandling;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -32,8 +32,7 @@ namespace TYPO3\CMS\Core\DataHandling;
  *
  * @author Xavier Perseguers <typo3@perseguers.ch>
  */
-interface DataHandlerProcessUploadHookInterface
-{
+interface DataHandlerProcessUploadHookInterface {
 	/**
 	 * Post-process a file upload.
 	 *
diff --git a/typo3/sysext/core/Classes/Database/DatabaseConnection.php b/typo3/sysext/core/Classes/Database/DatabaseConnection.php
index 4f0a1b151405..c5461fd51a45 100644
--- a/typo3/sysext/core/Classes/Database/DatabaseConnection.php
+++ b/typo3/sysext/core/Classes/Database/DatabaseConnection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Database;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2004-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Database/PdoHelper.php b/typo3/sysext/core/Classes/Database/PdoHelper.php
index 9bbb02c5dee4..27c8147780a8 100644
--- a/typo3/sysext/core/Classes/Database/PdoHelper.php
+++ b/typo3/sysext/core/Classes/Database/PdoHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Database;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ * (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Database/PostProcessQueryHookInterface.php b/typo3/sysext/core/Classes/Database/PostProcessQueryHookInterface.php
index e5f325d482ee..d326742bd75e 100644
--- a/typo3/sysext/core/Classes/Database/PostProcessQueryHookInterface.php
+++ b/typo3/sysext/core/Classes/Database/PostProcessQueryHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Database;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2011-2013 Xavier Perseguers <typo3@perseguers.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -32,8 +32,7 @@ namespace TYPO3\CMS\Core\Database;
  *
  * @author Xavier Perseguers <typo3@perseguers.ch>
  */
-interface PostProcessQueryHookInterface
-{
+interface PostProcessQueryHookInterface {
 	/**
 	 * Post-processor for the exec_INSERTquery method.
 	 *
diff --git a/typo3/sysext/core/Classes/Database/PreProcessQueryHookInterface.php b/typo3/sysext/core/Classes/Database/PreProcessQueryHookInterface.php
index f7d98ea53eeb..0d9bc52e1870 100644
--- a/typo3/sysext/core/Classes/Database/PreProcessQueryHookInterface.php
+++ b/typo3/sysext/core/Classes/Database/PreProcessQueryHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Database;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2011-2013 Xavier Perseguers <typo3@perseguers.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -32,8 +32,7 @@ namespace TYPO3\CMS\Core\Database;
  *
  * @author Xavier Perseguers <typo3@perseguers.ch>
  */
-interface PreProcessQueryHookInterface
-{
+interface PreProcessQueryHookInterface {
 	/**
 	 * Pre-processor for the INSERTquery method.
 	 *
diff --git a/typo3/sysext/core/Classes/Database/PreparedStatement.php b/typo3/sysext/core/Classes/Database/PreparedStatement.php
index 5bbfdc7732b5..fa5798ebc0ad 100644
--- a/typo3/sysext/core/Classes/Database/PreparedStatement.php
+++ b/typo3/sysext/core/Classes/Database/PreparedStatement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Database;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Database/QueryGenerator.php b/typo3/sysext/core/Classes/Database/QueryGenerator.php
index 7355f2f21cc4..98896245e57f 100644
--- a/typo3/sysext/core/Classes/Database/QueryGenerator.php
+++ b/typo3/sysext/core/Classes/Database/QueryGenerator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Database;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2001-2011 Christian Jul Jensen (christian@typo3.com)
+ *  (c) 2001-2013 Christian Jul Jensen (christian@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Database/QueryView.php b/typo3/sysext/core/Classes/Database/QueryView.php
index d268fed7e051..75898f584575 100644
--- a/typo3/sysext/core/Classes/Database/QueryView.php
+++ b/typo3/sysext/core/Classes/Database/QueryView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Database;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Database/ReferenceIndex.php b/typo3/sysext/core/Classes/Database/ReferenceIndex.php
index c5bada1181c6..8ee5b1d3cc36 100644
--- a/typo3/sysext/core/Classes/Database/ReferenceIndex.php
+++ b/typo3/sysext/core/Classes/Database/ReferenceIndex.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Database;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Database/RelationHandler.php b/typo3/sysext/core/Classes/Database/RelationHandler.php
index c9f9269cd9f4..1e3b1e38f907 100644
--- a/typo3/sysext/core/Classes/Database/RelationHandler.php
+++ b/typo3/sysext/core/Classes/Database/RelationHandler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Database;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Database/SoftReferenceIndex.php b/typo3/sysext/core/Classes/Database/SoftReferenceIndex.php
index 556a190d560e..8a5843186aab 100644
--- a/typo3/sysext/core/Classes/Database/SoftReferenceIndex.php
+++ b/typo3/sysext/core/Classes/Database/SoftReferenceIndex.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Database;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2003-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2003-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/core/Classes/Database/SqlParser.php b/typo3/sysext/core/Classes/Database/SqlParser.php
index ad680a493cb7..f66b69452f22 100644
--- a/typo3/sysext/core/Classes/Database/SqlParser.php
+++ b/typo3/sysext/core/Classes/Database/SqlParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Database;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2004-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Database/TableConfigurationPostProcessingHookInterface.php b/typo3/sysext/core/Classes/Database/TableConfigurationPostProcessingHookInterface.php
index a5b124ea18b5..be0c0a992389 100644
--- a/typo3/sysext/core/Classes/Database/TableConfigurationPostProcessingHookInterface.php
+++ b/typo3/sysext/core/Classes/Database/TableConfigurationPostProcessingHookInterface.php
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Core\Database;
  *
  * @author Steffen Ritter <steffen.ritter@typo3.org>
  */
-interface TableConfigurationPostProcessingHookInterface
-{
+interface TableConfigurationPostProcessingHookInterface {
 	/**
 	 * Function which may process data created / registered by extTables
 	 * scripts (f.e. modifying TCA data of all extensions)
diff --git a/typo3/sysext/core/Classes/ElementBrowser/ElementBrowserHookInterface.php b/typo3/sysext/core/Classes/ElementBrowser/ElementBrowserHookInterface.php
index 3a7491bf7caa..98a481c15401 100644
--- a/typo3/sysext/core/Classes/ElementBrowser/ElementBrowserHookInterface.php
+++ b/typo3/sysext/core/Classes/ElementBrowser/ElementBrowserHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\ElementBrowser;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Core\ElementBrowser;
  *
  * @author Ingo Renner <ingo@typo3.org>
  */
-interface ElementBrowserHookInterface
-{
+interface ElementBrowserHookInterface {
 	/**
 	 * Initializes the hook object
 	 *
diff --git a/typo3/sysext/core/Classes/Encoder/JavaScriptEncoder.php b/typo3/sysext/core/Classes/Encoder/JavaScriptEncoder.php
index 17fecfbfeafc..aabd33ec7637 100644
--- a/typo3/sysext/core/Classes/Encoder/JavaScriptEncoder.php
+++ b/typo3/sysext/core/Classes/Encoder/JavaScriptEncoder.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Encoder;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Franz G. Jahn <franzjahn@cron-it.de>
- * (c) 2012 Helmut Hummel <helmut.hummel@typo3.org>
+ * (c) 2012-2013 Franz G. Jahn <franzjahn@cron-it.de>
+ * (c) 2012-2013 Helmut Hummel <helmut.hummel@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/AbstractExceptionHandler.php b/typo3/sysext/core/Classes/Error/AbstractExceptionHandler.php
index 024741f93b2b..8b44f677564e 100644
--- a/typo3/sysext/core/Classes/Error/AbstractExceptionHandler.php
+++ b/typo3/sysext/core/Classes/Error/AbstractExceptionHandler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/DebugExceptionHandler.php b/typo3/sysext/core/Classes/Error/DebugExceptionHandler.php
index 45e8c8495f7e..764699f2207f 100644
--- a/typo3/sysext/core/Classes/Error/DebugExceptionHandler.php
+++ b/typo3/sysext/core/Classes/Error/DebugExceptionHandler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/ErrorHandler.php b/typo3/sysext/core/Classes/Error/ErrorHandler.php
index 55416ea863be..600713e9e9fb 100644
--- a/typo3/sysext/core/Classes/Error/ErrorHandler.php
+++ b/typo3/sysext/core/Classes/Error/ErrorHandler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/ErrorHandlerInterface.php b/typo3/sysext/core/Classes/Error/ErrorHandlerInterface.php
index c04e4e456ab5..d3df7150f36a 100644
--- a/typo3/sysext/core/Classes/Error/ErrorHandlerInterface.php
+++ b/typo3/sysext/core/Classes/Error/ErrorHandlerInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -30,8 +30,7 @@ namespace TYPO3\CMS\Core\Error;
  *
  * @author Ingo Renner <ingo@typo3.org>
  */
-interface ErrorHandlerInterface
-{
+interface ErrorHandlerInterface {
 	/**
 	 * Registers this class as default error handler
 	 *
diff --git a/typo3/sysext/core/Classes/Error/Exception.php b/typo3/sysext/core/Classes/Error/Exception.php
index 84488b641727..97e025bb5903 100644
--- a/typo3/sysext/core/Classes/Error/Exception.php
+++ b/typo3/sysext/core/Classes/Error/Exception.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/ExceptionHandlerInterface.php b/typo3/sysext/core/Classes/Error/ExceptionHandlerInterface.php
index 861ec9f7a9e9..5cbc2372c616 100644
--- a/typo3/sysext/core/Classes/Error/ExceptionHandlerInterface.php
+++ b/typo3/sysext/core/Classes/Error/ExceptionHandlerInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/Http/AbstractClientErrorException.php b/typo3/sysext/core/Classes/Error/Http/AbstractClientErrorException.php
index d8eaddea9a05..9935ceabbea2 100644
--- a/typo3/sysext/core/Classes/Error/Http/AbstractClientErrorException.php
+++ b/typo3/sysext/core/Classes/Error/Http/AbstractClientErrorException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error\Http;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Gebert <steffen.gebert@typo3.org>
+ *  (c) 2011-2013 Steffen Gebert <steffen.gebert@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/Http/AbstractServerErrorException.php b/typo3/sysext/core/Classes/Error/Http/AbstractServerErrorException.php
index be33d813837d..83cb35ca21df 100644
--- a/typo3/sysext/core/Classes/Error/Http/AbstractServerErrorException.php
+++ b/typo3/sysext/core/Classes/Error/Http/AbstractServerErrorException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error\Http;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Gebert <steffen.gebert@typo3.org>
+ *  (c) 2011-2013 Steffen Gebert <steffen.gebert@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/Http/BadRequestException.php b/typo3/sysext/core/Classes/Error/Http/BadRequestException.php
index 606eb7068a4d..25087ea9228d 100644
--- a/typo3/sysext/core/Classes/Error/Http/BadRequestException.php
+++ b/typo3/sysext/core/Classes/Error/Http/BadRequestException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error\Http;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Gebert <steffen.gebert@typo3.org>
+ *  (c) 2011-2013 Steffen Gebert <steffen.gebert@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/Http/ForbiddenException.php b/typo3/sysext/core/Classes/Error/Http/ForbiddenException.php
index fe3292307bf0..eebeef3925e1 100644
--- a/typo3/sysext/core/Classes/Error/Http/ForbiddenException.php
+++ b/typo3/sysext/core/Classes/Error/Http/ForbiddenException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error\Http;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Gebert <steffen.gebert@typo3.org>
+ *  (c) 2011-2013 Steffen Gebert <steffen.gebert@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/Http/PageNotFoundException.php b/typo3/sysext/core/Classes/Error/Http/PageNotFoundException.php
index ad726487058b..33ea61bcf3df 100644
--- a/typo3/sysext/core/Classes/Error/Http/PageNotFoundException.php
+++ b/typo3/sysext/core/Classes/Error/Http/PageNotFoundException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error\Http;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Gebert <steffen.gebert@typo3.org>
+ *  (c) 2011-2013 Steffen Gebert <steffen.gebert@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/Http/ServiceUnavailableException.php b/typo3/sysext/core/Classes/Error/Http/ServiceUnavailableException.php
index c46cecbc8045..c726c25e8370 100644
--- a/typo3/sysext/core/Classes/Error/Http/ServiceUnavailableException.php
+++ b/typo3/sysext/core/Classes/Error/Http/ServiceUnavailableException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error\Http;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Gebert <steffen.gebert@typo3.org>
+ *  (c) 2011-2013 Steffen Gebert <steffen.gebert@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/Http/StatusException.php b/typo3/sysext/core/Classes/Error/Http/StatusException.php
index b3cf64b24341..e23474f47855 100644
--- a/typo3/sysext/core/Classes/Error/Http/StatusException.php
+++ b/typo3/sysext/core/Classes/Error/Http/StatusException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error\Http;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Gebert <steffen.gebert@typo3.org>
+ *  (c) 2011-2013 Steffen Gebert <steffen.gebert@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/Http/UnauthorizedException.php b/typo3/sysext/core/Classes/Error/Http/UnauthorizedException.php
index 1765e4cd6fae..df98c48f8f54 100644
--- a/typo3/sysext/core/Classes/Error/Http/UnauthorizedException.php
+++ b/typo3/sysext/core/Classes/Error/Http/UnauthorizedException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error\Http;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Gebert <steffen.gebert@typo3.org>
+ *  (c) 2011-2013 Steffen Gebert <steffen.gebert@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Error/ProductionExceptionHandler.php b/typo3/sysext/core/Classes/Error/ProductionExceptionHandler.php
index 9e8e8f8f5ae5..ee543f37a636 100644
--- a/typo3/sysext/core/Classes/Error/ProductionExceptionHandler.php
+++ b/typo3/sysext/core/Classes/Error/ProductionExceptionHandler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Error;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Exception.php b/typo3/sysext/core/Classes/Exception.php
index a5a0c347655a..208865ed1194 100644
--- a/typo3/sysext/core/Classes/Exception.php
+++ b/typo3/sysext/core/Classes/Exception.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/ExtDirect/ExtDirectApi.php b/typo3/sysext/core/Classes/ExtDirect/ExtDirectApi.php
index a9562c9dfbef..f3acd258ed50 100644
--- a/typo3/sysext/core/Classes/ExtDirect/ExtDirectApi.php
+++ b/typo3/sysext/core/Classes/ExtDirect/ExtDirectApi.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\ExtDirect;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Sebastian Kurfürst <sebastian@typo3.org>
+ *  (c) 2010-2013 Sebastian Kurfürst <sebastian@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/ExtDirect/ExtDirectDebug.php b/typo3/sysext/core/Classes/ExtDirect/ExtDirectDebug.php
index 8e59defb33d2..703ec327d5d6 100644
--- a/typo3/sysext/core/Classes/ExtDirect/ExtDirectDebug.php
+++ b/typo3/sysext/core/Classes/ExtDirect/ExtDirectDebug.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\ExtDirect;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Stefan Galinski <stefan.galinski@gmail.com>
+ *  (c) 2010-2013 Stefan Galinski <stefan.galinski@gmail.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/ExtDirect/ExtDirectRouter.php b/typo3/sysext/core/Classes/ExtDirect/ExtDirectRouter.php
index 63b3880a3cbe..f2f4ed31a176 100644
--- a/typo3/sysext/core/Classes/ExtDirect/ExtDirectRouter.php
+++ b/typo3/sysext/core/Classes/ExtDirect/ExtDirectRouter.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\ExtDirect;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Sebastian Kurfürst <sebastian@typo3.org>
- *  (c) 2010-2011 Stefan Galinski <stefan.galinski@gmail.com>
+ *  (c) 2010-2013 Sebastian Kurfürst <sebastian@typo3.org>
+ *  (c) 2010-2013 Stefan Galinski <stefan.galinski@gmail.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/FormProtection/AbstractFormProtection.php b/typo3/sysext/core/Classes/FormProtection/AbstractFormProtection.php
index ecaa4a5eff23..013da19ce0e6 100644
--- a/typo3/sysext/core/Classes/FormProtection/AbstractFormProtection.php
+++ b/typo3/sysext/core/Classes/FormProtection/AbstractFormProtection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\FormProtection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2010-2013 Oliver Klee <typo3-coding@oliverklee.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/FormProtection/BackendFormProtection.php b/typo3/sysext/core/Classes/FormProtection/BackendFormProtection.php
index f5c025d2ce36..79a3760d9a9f 100644
--- a/typo3/sysext/core/Classes/FormProtection/BackendFormProtection.php
+++ b/typo3/sysext/core/Classes/FormProtection/BackendFormProtection.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\FormProtection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Oliver Klee <typo3-coding@oliverklee.de>
- * (c) 2010-2011 Helmut Hummel <helmut.hummel@typo3.org>
+ * (c) 2010-2013 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2010-2013 Helmut Hummel <helmut.hummel@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/FormProtection/DisabledFormProtection.php b/typo3/sysext/core/Classes/FormProtection/DisabledFormProtection.php
index 9ebd475f45e1..92d4a5a2f966 100644
--- a/typo3/sysext/core/Classes/FormProtection/DisabledFormProtection.php
+++ b/typo3/sysext/core/Classes/FormProtection/DisabledFormProtection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\FormProtection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Helmut Hummel <helmut.hummel@typo3.org>
+ * (c) 2011-2013 Helmut Hummel <helmut.hummel@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/FormProtection/Exception.php b/typo3/sysext/core/Classes/FormProtection/Exception.php
index 7c2cc389d205..990083300f48 100644
--- a/typo3/sysext/core/Classes/FormProtection/Exception.php
+++ b/typo3/sysext/core/Classes/FormProtection/Exception.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\FormProtection;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Helmut Hummel <helmut.hummel@typo3.org>
+ *  (c) 2011-2013 Helmut Hummel <helmut.hummel@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/FormProtection/FormProtectionFactory.php b/typo3/sysext/core/Classes/FormProtection/FormProtectionFactory.php
index 0ee4e6e3fac9..d823888ccb90 100644
--- a/typo3/sysext/core/Classes/FormProtection/FormProtectionFactory.php
+++ b/typo3/sysext/core/Classes/FormProtection/FormProtectionFactory.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\FormProtection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2010-2013 Oliver Klee <typo3-coding@oliverklee.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/FormProtection/InstallToolFormProtection.php b/typo3/sysext/core/Classes/FormProtection/InstallToolFormProtection.php
index 52e347b5b5c8..41834a2815b7 100644
--- a/typo3/sysext/core/Classes/FormProtection/InstallToolFormProtection.php
+++ b/typo3/sysext/core/Classes/FormProtection/InstallToolFormProtection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\FormProtection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2010-2013 Oliver Klee <typo3-coding@oliverklee.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/FrontendEditing/FrontendEditingController.php b/typo3/sysext/core/Classes/FrontendEditing/FrontendEditingController.php
index 93cae6f5503a..ff81c1f5e22e 100644
--- a/typo3/sysext/core/Classes/FrontendEditing/FrontendEditingController.php
+++ b/typo3/sysext/core/Classes/FrontendEditing/FrontendEditingController.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\FrontendEditing;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Jeff Segars <jeff@webempoweredchurch.org>
- *  (c) 2008-2011 David Slayback <dave@webempoweredchurch.org>
+ *  (c) 2008-2013 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2008-2013 David Slayback <dave@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Html/HtmlParser.php b/typo3/sysext/core/Classes/Html/HtmlParser.php
index 6b5ff25f9be7..e60e949ef237 100644
--- a/typo3/sysext/core/Classes/Html/HtmlParser.php
+++ b/typo3/sysext/core/Classes/Html/HtmlParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Html;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Html/RteHtmlParser.php b/typo3/sysext/core/Classes/Html/RteHtmlParser.php
index bd986eb1f8e2..025924bf780c 100644
--- a/typo3/sysext/core/Classes/Html/RteHtmlParser.php
+++ b/typo3/sysext/core/Classes/Html/RteHtmlParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Html;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Http/AjaxRequestHandler.php b/typo3/sysext/core/Classes/Http/AjaxRequestHandler.php
index 5cab545ccae2..5e36ad2e77d3 100644
--- a/typo3/sysext/core/Classes/Http/AjaxRequestHandler.php
+++ b/typo3/sysext/core/Classes/Http/AjaxRequestHandler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Http;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Benjamin Mack <mack@xnos.org>
+ *  (c) 2008-2013 Benjamin Mack <mack@xnos.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Http/HttpRequest.php b/typo3/sysext/core/Classes/Http/HttpRequest.php
index d5d845f0663a..647557424747 100644
--- a/typo3/sysext/core/Classes/Http/HttpRequest.php
+++ b/typo3/sysext/core/Classes/Http/HttpRequest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Http;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011-2012 Philipp Gampe <philipp.gampe@typo3.org>
+ *  (c) 2011-2013 Philipp Gampe <philipp.gampe@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Http/Observer/Download.php b/typo3/sysext/core/Classes/Http/Observer/Download.php
index e083b1e512d1..462fd1696995 100644
--- a/typo3/sysext/core/Classes/Http/Observer/Download.php
+++ b/typo3/sysext/core/Classes/Http/Observer/Download.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Http\Observer;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011-2012 Philipp Gampe <philipp.gampe@typo3.org>
+ *  (c) 2011-2013 Philipp Gampe <philipp.gampe@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php b/typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
index cbba891e9fa1..6c7f0648f2c7 100644
--- a/typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
+++ b/typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Imaging;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Integrity/DatabaseIntegrityCheck.php b/typo3/sysext/core/Classes/Integrity/DatabaseIntegrityCheck.php
index 49f39995bc1c..cd3509daa053 100644
--- a/typo3/sysext/core/Classes/Integrity/DatabaseIntegrityCheck.php
+++ b/typo3/sysext/core/Classes/Integrity/DatabaseIntegrityCheck.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Integrity;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Localization/Exception/FileNotFoundException.php b/typo3/sysext/core/Classes/Localization/Exception/FileNotFoundException.php
index de5b5f29fcac..86db68bbcaed 100644
--- a/typo3/sysext/core/Classes/Localization/Exception/FileNotFoundException.php
+++ b/typo3/sysext/core/Classes/Localization/Exception/FileNotFoundException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Localization\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Dominique Feyer <dfeyer@reelpeek.net>
+ *  (c) 2011-2013 Dominique Feyer <dfeyer@reelpeek.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Localization/Exception/InvalidParserException.php b/typo3/sysext/core/Classes/Localization/Exception/InvalidParserException.php
index d411f74b14b2..6b45695b7f7e 100644
--- a/typo3/sysext/core/Classes/Localization/Exception/InvalidParserException.php
+++ b/typo3/sysext/core/Classes/Localization/Exception/InvalidParserException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Localization\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Dominique Feyer <dfeyer@reelpeek.net>
+ *  (c) 2011-2013 Dominique Feyer <dfeyer@reelpeek.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Localization/Exception/InvalidXmlFileException.php b/typo3/sysext/core/Classes/Localization/Exception/InvalidXmlFileException.php
index 6fa72041cc9c..598af194f4ca 100644
--- a/typo3/sysext/core/Classes/Localization/Exception/InvalidXmlFileException.php
+++ b/typo3/sysext/core/Classes/Localization/Exception/InvalidXmlFileException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Localization\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Dominique Feyer <dfeyer@reelpeek.net>
+ *  (c) 2011-2013 Dominique Feyer <dfeyer@reelpeek.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Localization/LanguageStore.php b/typo3/sysext/core/Classes/Localization/LanguageStore.php
index c0e30a1e11bf..397ccb6f780c 100644
--- a/typo3/sysext/core/Classes/Localization/LanguageStore.php
+++ b/typo3/sysext/core/Classes/Localization/LanguageStore.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Localization;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Dominique Feyer <dfeyer@reelpeek.net>
+ *  (c) 2011-2013 Dominique Feyer <dfeyer@reelpeek.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Localization/Locales.php b/typo3/sysext/core/Classes/Localization/Locales.php
index 958724184b4f..432725c4d11f 100644
--- a/typo3/sysext/core/Classes/Localization/Locales.php
+++ b/typo3/sysext/core/Classes/Localization/Locales.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Localization;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2011-2013 Xavier Perseguers <typo3@perseguers.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Localization/LocalizationFactory.php b/typo3/sysext/core/Classes/Localization/LocalizationFactory.php
index 865d84900b54..60b8970da721 100644
--- a/typo3/sysext/core/Classes/Localization/LocalizationFactory.php
+++ b/typo3/sysext/core/Classes/Localization/LocalizationFactory.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Localization;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Dominique Feyer <dfeyer@reelpeek.net>
+ *  (c) 2011-2013 Dominique Feyer <dfeyer@reelpeek.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Localization/Parser/AbstractXmlParser.php b/typo3/sysext/core/Classes/Localization/Parser/AbstractXmlParser.php
index d6a2f6def54a..59d86ebe03b8 100644
--- a/typo3/sysext/core/Classes/Localization/Parser/AbstractXmlParser.php
+++ b/typo3/sysext/core/Classes/Localization/Parser/AbstractXmlParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Localization\Parser;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Dominique Feyer <dfeyer@reelpeek.net>
+ *  (c) 2011-2013 Dominique Feyer <dfeyer@reelpeek.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Localization/Parser/LocalizationParserInterface.php b/typo3/sysext/core/Classes/Localization/Parser/LocalizationParserInterface.php
index 969baba36efc..e7768887cdfa 100644
--- a/typo3/sysext/core/Classes/Localization/Parser/LocalizationParserInterface.php
+++ b/typo3/sysext/core/Classes/Localization/Parser/LocalizationParserInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Localization\Parser;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Dominique Feyer <dfeyer@reelpeek.net>
+ *  (c) 2011-2013 Dominique Feyer <dfeyer@reelpeek.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Localization/Parser/LocallangArrayParser.php b/typo3/sysext/core/Classes/Localization/Parser/LocallangArrayParser.php
index 277cae5e6ced..b305180e426b 100644
--- a/typo3/sysext/core/Classes/Localization/Parser/LocallangArrayParser.php
+++ b/typo3/sysext/core/Classes/Localization/Parser/LocallangArrayParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Localization\Parser;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Dominique Feyer <dfeyer@reelpeek.net>
+ *  (c) 2011-2013 Dominique Feyer <dfeyer@reelpeek.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Localization/Parser/LocallangXmlParser.php b/typo3/sysext/core/Classes/Localization/Parser/LocallangXmlParser.php
index 5ede9cd61775..77231174fd94 100644
--- a/typo3/sysext/core/Classes/Localization/Parser/LocallangXmlParser.php
+++ b/typo3/sysext/core/Classes/Localization/Parser/LocallangXmlParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Localization\Parser;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Dominique Feyer <dfeyer@reelpeek.net>
+ *  (c) 2011-2013 Dominique Feyer <dfeyer@reelpeek.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Localization/Parser/XliffParser.php b/typo3/sysext/core/Classes/Localization/Parser/XliffParser.php
index 3dad2eaf8059..f92b3d3c9692 100644
--- a/typo3/sysext/core/Classes/Localization/Parser/XliffParser.php
+++ b/typo3/sysext/core/Classes/Localization/Parser/XliffParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Localization\Parser;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Dominique Feyer <dfeyer@reelpeek.net>
+ *  (c) 2011-2013 Dominique Feyer <dfeyer@reelpeek.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Locking/Locker.php b/typo3/sysext/core/Classes/Locking/Locker.php
index 0e205368d9ec..a5444e9cbc9d 100644
--- a/typo3/sysext/core/Classes/Locking/Locker.php
+++ b/typo3/sysext/core/Classes/Locking/Locker.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Locking;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Michael Stucki (michael@typo3.org)
+ *  (c) 2008-2013 Michael Stucki (michael@typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/LogLevel.php b/typo3/sysext/core/Classes/Log/LogLevel.php
index f91a854dfa1a..ac6e08a3d62d 100644
--- a/typo3/sysext/core/Classes/Log/LogLevel.php
+++ b/typo3/sysext/core/Classes/Log/LogLevel.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Log;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/LogManager.php b/typo3/sysext/core/Classes/Log/LogManager.php
index b077e62b3a04..f16c58f37636 100644
--- a/typo3/sysext/core/Classes/Log/LogManager.php
+++ b/typo3/sysext/core/Classes/Log/LogManager.php
@@ -4,9 +4,9 @@ namespace TYPO3\CMS\Core\Log;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
- * (c) 2011-2012 Steffen Müller (typo3@t3node.com)
- * (c) 2011-2012 Steffen Gebert (steffen.gebert@typo3.org))
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
+ * (c) 2011-2013 Steffen Müller (typo3@t3node.com)
+ * (c) 2011-2013 Steffen Gebert (steffen.gebert@typo3.org))
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/LogRecord.php b/typo3/sysext/core/Classes/Log/LogRecord.php
index 69a2bdf69d78..280df381a0ab 100644
--- a/typo3/sysext/core/Classes/Log/LogRecord.php
+++ b/typo3/sysext/core/Classes/Log/LogRecord.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Log;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Logger.php b/typo3/sysext/core/Classes/Log/Logger.php
index 2ad94627e9f0..8b4ff42b2b0a 100644
--- a/typo3/sysext/core/Classes/Log/Logger.php
+++ b/typo3/sysext/core/Classes/Log/Logger.php
@@ -4,9 +4,9 @@ namespace TYPO3\CMS\Core\Log;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
- * (c) 2011-2012 Steffen Müller (typo3@t3node.com)
- * (c) 2011-2012 Steffen Gebert (steffen.gebert@typo3.org)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
+ * (c) 2011-2013 Steffen Müller (typo3@t3node.com)
+ * (c) 2011-2013 Steffen Gebert (steffen.gebert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Processor/AbstractMemoryProcessor.php b/typo3/sysext/core/Classes/Log/Processor/AbstractMemoryProcessor.php
index 9d48d40cbf00..471981e94352 100644
--- a/typo3/sysext/core/Classes/Log/Processor/AbstractMemoryProcessor.php
+++ b/typo3/sysext/core/Classes/Log/Processor/AbstractMemoryProcessor.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Ingo Renner (ingo@typo3.org)
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Ingo Renner (ingo@typo3.org)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Processor/AbstractProcessor.php b/typo3/sysext/core/Classes/Log/Processor/AbstractProcessor.php
index 98d76abbf554..0a54a82fcaee 100644
--- a/typo3/sysext/core/Classes/Log/Processor/AbstractProcessor.php
+++ b/typo3/sysext/core/Classes/Log/Processor/AbstractProcessor.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Processor/IntrospectionProcessor.php b/typo3/sysext/core/Classes/Log/Processor/IntrospectionProcessor.php
index b1f387a0fe2b..12ccbb171787 100644
--- a/typo3/sysext/core/Classes/Log/Processor/IntrospectionProcessor.php
+++ b/typo3/sysext/core/Classes/Log/Processor/IntrospectionProcessor.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Ingo Renner (ingo@typo3.org)
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Ingo Renner (ingo@typo3.org)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Processor/MemoryPeakUsageProcessor.php b/typo3/sysext/core/Classes/Log/Processor/MemoryPeakUsageProcessor.php
index 909b0b657dd3..916dd0c6ae95 100644
--- a/typo3/sysext/core/Classes/Log/Processor/MemoryPeakUsageProcessor.php
+++ b/typo3/sysext/core/Classes/Log/Processor/MemoryPeakUsageProcessor.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Ingo Renner (ingo@typo3.org)
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Ingo Renner (ingo@typo3.org)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Processor/MemoryUsageProcessor.php b/typo3/sysext/core/Classes/Log/Processor/MemoryUsageProcessor.php
index 052447d76409..ee7fe2d71a8e 100644
--- a/typo3/sysext/core/Classes/Log/Processor/MemoryUsageProcessor.php
+++ b/typo3/sysext/core/Classes/Log/Processor/MemoryUsageProcessor.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Ingo Renner (ingo@typo3.org)
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Ingo Renner (ingo@typo3.org)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Processor/NullProcessor.php b/typo3/sysext/core/Classes/Log/Processor/NullProcessor.php
index 7195e7a26c87..292eadada346 100644
--- a/typo3/sysext/core/Classes/Log/Processor/NullProcessor.php
+++ b/typo3/sysext/core/Classes/Log/Processor/NullProcessor.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Steffen Gebert (steffen.gebert@typo3.org)
+ * (c) 2012-2013 Steffen Gebert (steffen.gebert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Processor/ProcessorInterface.php b/typo3/sysext/core/Classes/Log/Processor/ProcessorInterface.php
index 930acce8abd5..42d3499ac6ba 100644
--- a/typo3/sysext/core/Classes/Log/Processor/ProcessorInterface.php
+++ b/typo3/sysext/core/Classes/Log/Processor/ProcessorInterface.php
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Core\Log\Processor;
  *
  * @author Ingo Renner <ingo@typo3.org>
  */
-interface ProcessorInterface
-{
+interface ProcessorInterface {
 	/**
 	 * Processes a log record and adds additional data.
 	 *
diff --git a/typo3/sysext/core/Classes/Log/Processor/WebProcessor.php b/typo3/sysext/core/Classes/Log/Processor/WebProcessor.php
index 009343b961a7..cbd77354213c 100644
--- a/typo3/sysext/core/Classes/Log/Processor/WebProcessor.php
+++ b/typo3/sysext/core/Classes/Log/Processor/WebProcessor.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Writer/AbstractWriter.php b/typo3/sysext/core/Classes/Log/Writer/AbstractWriter.php
index 073fe17e3d7a..70060b7f3d6f 100644
--- a/typo3/sysext/core/Classes/Log/Writer/AbstractWriter.php
+++ b/typo3/sysext/core/Classes/Log/Writer/AbstractWriter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Log\Writer;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Writer/DatabaseWriter.php b/typo3/sysext/core/Classes/Log/Writer/DatabaseWriter.php
index 47590757fef2..a394c1fc7117 100644
--- a/typo3/sysext/core/Classes/Log/Writer/DatabaseWriter.php
+++ b/typo3/sysext/core/Classes/Log/Writer/DatabaseWriter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Log\Writer;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Steffen Gebert (steffen.gebert@typo3.org)
+ * (c) 2011-2013 Steffen Gebert (steffen.gebert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Writer/FileWriter.php b/typo3/sysext/core/Classes/Log/Writer/FileWriter.php
index 792c1d42abfe..ce700d34f5ff 100644
--- a/typo3/sysext/core/Classes/Log/Writer/FileWriter.php
+++ b/typo3/sysext/core/Classes/Log/Writer/FileWriter.php
@@ -4,9 +4,9 @@ namespace TYPO3\CMS\Core\Log\Writer;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Steffen Gebert (steffen.gebert@typo3.org)
- * (c) 2011-2012 Steffen Müller (typo3@t3node.com)
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
+ * (c) 2011-2013 Steffen Gebert (steffen.gebert@typo3.org)
+ * (c) 2011-2013 Steffen Müller (typo3@t3node.com)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Writer/NullWriter.php b/typo3/sysext/core/Classes/Log/Writer/NullWriter.php
index 0493cd0b50b9..3547943b925c 100644
--- a/typo3/sysext/core/Classes/Log/Writer/NullWriter.php
+++ b/typo3/sysext/core/Classes/Log/Writer/NullWriter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Log\Writer;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Writer/PhpErrorLogWriter.php b/typo3/sysext/core/Classes/Log/Writer/PhpErrorLogWriter.php
index c7749291e0d0..4064f048723b 100644
--- a/typo3/sysext/core/Classes/Log/Writer/PhpErrorLogWriter.php
+++ b/typo3/sysext/core/Classes/Log/Writer/PhpErrorLogWriter.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Log\Writer;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Steffen Gebert (steffen.gebert@typo3.org)
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Steffen Gebert (steffen.gebert@typo3.org)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Writer/SyslogWriter.php b/typo3/sysext/core/Classes/Log/Writer/SyslogWriter.php
index d6f98bcdd3b9..266ec569ddfc 100644
--- a/typo3/sysext/core/Classes/Log/Writer/SyslogWriter.php
+++ b/typo3/sysext/core/Classes/Log/Writer/SyslogWriter.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Log\Writer;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
- * (c) 2011-2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
+ * (c) 2011-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Log/Writer/WriterInterface.php b/typo3/sysext/core/Classes/Log/Writer/WriterInterface.php
index c4e5c1174607..d22429b804a4 100644
--- a/typo3/sysext/core/Classes/Log/Writer/WriterInterface.php
+++ b/typo3/sysext/core/Classes/Log/Writer/WriterInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Log\Writer;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
@@ -28,8 +28,7 @@ namespace TYPO3\CMS\Core\Log\Writer;
  *
  * @author Ingo Renner <ingo@typo3.org>
  */
-interface WriterInterface
-{
+interface WriterInterface {
 	/**
 	 * Writes the log record
 	 *
diff --git a/typo3/sysext/core/Classes/Mail/MailMessage.php b/typo3/sysext/core/Classes/Mail/MailMessage.php
index e0812b29ca89..3bd5d95d9c9f 100644
--- a/typo3/sysext/core/Classes/Mail/MailMessage.php
+++ b/typo3/sysext/core/Classes/Mail/MailMessage.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Core\Mail;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2010-2013 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.
+ *
+ *  The GNU General Public License can be found at
+ *  http://www.gnu.org/copyleft/gpl.html.
+ *  A copy is found in the textfile 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!
+ ***************************************************************/
+
 // Make sure Swift's auto-loader is registered
 require_once PATH_typo3 . 'contrib/swiftmailer/swift_required.php';
 
diff --git a/typo3/sysext/core/Classes/Mail/Mailer.php b/typo3/sysext/core/Classes/Mail/Mailer.php
index dc2882680b7c..3dfe4e788d9b 100644
--- a/typo3/sysext/core/Classes/Mail/Mailer.php
+++ b/typo3/sysext/core/Classes/Mail/Mailer.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Core\Mail;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2010-2013 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.
+ *
+ *  The GNU General Public License can be found at
+ *  http://www.gnu.org/copyleft/gpl.html.
+ *  A copy is found in the textfile 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!
+ ***************************************************************/
+
 // Make sure Swift's auto-loader is registered
 require_once PATH_typo3 . 'contrib/swiftmailer/swift_required.php';
 
diff --git a/typo3/sysext/core/Classes/Mail/MailerAdapterInterface.php b/typo3/sysext/core/Classes/Mail/MailerAdapterInterface.php
index b1b38e62fdd6..ec7230a8b42d 100644
--- a/typo3/sysext/core/Classes/Mail/MailerAdapterInterface.php
+++ b/typo3/sysext/core/Classes/Mail/MailerAdapterInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Mail;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2011-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Core\Mail;
  *
  * @author Ingo Renner <ingo@typo3.org>
  */
-interface MailerAdapterInterface
-{
+interface MailerAdapterInterface {
 	/**
 	 * Mail sending function
 	 *
diff --git a/typo3/sysext/core/Classes/Mail/MboxTransport.php b/typo3/sysext/core/Classes/Mail/MboxTransport.php
index bcddf06410ac..6cb89f4e6b11 100644
--- a/typo3/sysext/core/Classes/Mail/MboxTransport.php
+++ b/typo3/sysext/core/Classes/Mail/MboxTransport.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Mail;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Ernesto Baschny <ernst@cron-it.de>
+ *  (c) 2010-2013 Ernesto Baschny <ernst@cron-it.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Mail/SwiftMailerAdapter.php b/typo3/sysext/core/Classes/Mail/SwiftMailerAdapter.php
index 21916a5482b3..500608e59032 100644
--- a/typo3/sysext/core/Classes/Mail/SwiftMailerAdapter.php
+++ b/typo3/sysext/core/Classes/Mail/SwiftMailerAdapter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Mail;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Jigal van Hemert <jigal@xs4all.nl>
+ *  (c) 2010-2013 Jigal van Hemert <jigal@xs4all.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Messaging/AbstractMessage.php b/typo3/sysext/core/Classes/Messaging/AbstractMessage.php
index 22874362d287..5934a51b9ef2 100644
--- a/typo3/sysext/core/Classes/Messaging/AbstractMessage.php
+++ b/typo3/sysext/core/Classes/Messaging/AbstractMessage.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Messaging;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
- *  (c) 2010-2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
+ *  (c) 2010-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Messaging/AbstractStandaloneMessage.php b/typo3/sysext/core/Classes/Messaging/AbstractStandaloneMessage.php
index bc16777e009f..027c1fdb2cdc 100644
--- a/typo3/sysext/core/Classes/Messaging/AbstractStandaloneMessage.php
+++ b/typo3/sysext/core/Classes/Messaging/AbstractStandaloneMessage.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Messaging;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
- *  (c) 2010-2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
+ *  (c) 2010-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Messaging/ErrorpageMessage.php b/typo3/sysext/core/Classes/Messaging/ErrorpageMessage.php
index 50a9d63271f0..8e1923961204 100644
--- a/typo3/sysext/core/Classes/Messaging/ErrorpageMessage.php
+++ b/typo3/sysext/core/Classes/Messaging/ErrorpageMessage.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Messaging;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2010-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Messaging/FlashMessage.php b/typo3/sysext/core/Classes/Messaging/FlashMessage.php
index 93d5d759f410..3df3fbe99255 100644
--- a/typo3/sysext/core/Classes/Messaging/FlashMessage.php
+++ b/typo3/sysext/core/Classes/Messaging/FlashMessage.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Messaging;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Messaging/FlashMessageQueue.php b/typo3/sysext/core/Classes/Messaging/FlashMessageQueue.php
index ccc80acfd069..638c4db2c1eb 100644
--- a/typo3/sysext/core/Classes/Messaging/FlashMessageQueue.php
+++ b/typo3/sysext/core/Classes/Messaging/FlashMessageQueue.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Messaging;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Rupert Germann <rupi@gmx.li>
+ *  (c) 2009-2013 Rupert Germann <rupi@gmx.li>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Page/PageRenderer.php b/typo3/sysext/core/Classes/Page/PageRenderer.php
index 26eed7ca20a8..ec82e8dbc95b 100644
--- a/typo3/sysext/core/Classes/Page/PageRenderer.php
+++ b/typo3/sysext/core/Classes/Page/PageRenderer.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Page;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Steffen Kamper <info@sk-typo3.de>
- *  (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>
+ *  (c) 2009-2013 Steffen Kamper <info@sk-typo3.de>
+ *  (c) 2011-2013 Kai Vogel <kai.vogel@speedprogs.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Registry.php b/typo3/sysext/core/Classes/Registry.php
index b9c311d8a7fb..86f8c1bcfec9 100644
--- a/typo3/sysext/core/Classes/Registry.php
+++ b/typo3/sysext/core/Classes/Registry.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/core/Classes/Resource/AbstractFile.php b/typo3/sysext/core/Classes/Resource/AbstractFile.php
index 312ebbb666c7..ce0f47a3bf20 100644
--- a/typo3/sysext/core/Classes/Resource/AbstractFile.php
+++ b/typo3/sysext/core/Classes/Resource/AbstractFile.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Ingmar Schlecht <ingmar@typo3.org>
+ *  (c) 2011-2013 Ingmar Schlecht <ingmar@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/AbstractRepository.php b/typo3/sysext/core/Classes/Resource/AbstractRepository.php
index 7cc99e63ec7a..fd699e9f2a8d 100644
--- a/typo3/sysext/core/Classes/Resource/AbstractRepository.php
+++ b/typo3/sysext/core/Classes/Resource/AbstractRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Collection/AbstractFileCollection.php b/typo3/sysext/core/Classes/Resource/Collection/AbstractFileCollection.php
index b13134e90d50..f9fe7098f364 100644
--- a/typo3/sysext/core/Classes/Resource/Collection/AbstractFileCollection.php
+++ b/typo3/sysext/core/Classes/Resource/Collection/AbstractFileCollection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Collection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Steffen Ritter <steffen.ritter@typo3.org>
+ * (c) 2011-2013 Steffen Ritter <steffen.ritter@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Collection/FolderBasedFileCollection.php b/typo3/sysext/core/Classes/Resource/Collection/FolderBasedFileCollection.php
index 18e008817efa..a7b2b3b09ebc 100644
--- a/typo3/sysext/core/Classes/Resource/Collection/FolderBasedFileCollection.php
+++ b/typo3/sysext/core/Classes/Resource/Collection/FolderBasedFileCollection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Collection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ * (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Collection/StaticFileCollection.php b/typo3/sysext/core/Classes/Resource/Collection/StaticFileCollection.php
index aa358509ff8f..67061db457af 100644
--- a/typo3/sysext/core/Classes/Resource/Collection/StaticFileCollection.php
+++ b/typo3/sysext/core/Classes/Resource/Collection/StaticFileCollection.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Collection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ * (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php b/typo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php
index af4117b1e544..416ef516b6de 100644
--- a/typo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php
+++ b/typo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Driver;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Ingmar Schlecht <ingmar.schlecht@typo3.org>
+ * (c) 2011-2013 Ingmar Schlecht <ingmar.schlecht@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Driver/DriverRegistry.php b/typo3/sysext/core/Classes/Resource/Driver/DriverRegistry.php
index 64285792ea25..5c82f6e120b1 100644
--- a/typo3/sysext/core/Classes/Resource/Driver/DriverRegistry.php
+++ b/typo3/sysext/core/Classes/Resource/Driver/DriverRegistry.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Driver;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ * (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php b/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php
index 36aca82b1fd6..4d8af56cdf85 100644
--- a/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php
+++ b/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php
@@ -5,7 +5,7 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ * (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception.php b/typo3/sysext/core/Classes/Resource/Exception.php
index e1cb4b286511..9720cb5c31aa 100644
--- a/typo3/sysext/core/Classes/Resource/Exception.php
+++ b/typo3/sysext/core/Classes/Resource/Exception.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/AbstractFileOperationException.php b/typo3/sysext/core/Classes/Resource/Exception/AbstractFileOperationException.php
index 48f285ce49a2..2f9233f03f84 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/AbstractFileOperationException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/AbstractFileOperationException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/ExistingTargetFileNameException.php b/typo3/sysext/core/Classes/Resource/Exception/ExistingTargetFileNameException.php
index 698ec390afe3..1606cc0db851 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/ExistingTargetFileNameException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/ExistingTargetFileNameException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/ExistingTargetFolderException.php b/typo3/sysext/core/Classes/Resource/Exception/ExistingTargetFolderException.php
index cb4e9701b1df..017fee9adcfc 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/ExistingTargetFolderException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/ExistingTargetFolderException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/FileDoesNotExistException.php b/typo3/sysext/core/Classes/Resource/Exception/FileDoesNotExistException.php
index 1afee2a0493c..6d4ea7603425 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/FileDoesNotExistException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/FileDoesNotExistException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/FileOperationErrorException.php b/typo3/sysext/core/Classes/Resource/Exception/FileOperationErrorException.php
index fc84cbdc4134..ee34e59c6d4d 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/FileOperationErrorException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/FileOperationErrorException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/FolderDoesNotExistException.php b/typo3/sysext/core/Classes/Resource/Exception/FolderDoesNotExistException.php
index dde8cc9e19d5..ccd1beb3f109 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/FolderDoesNotExistException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/FolderDoesNotExistException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/IllegalFileExtensionException.php b/typo3/sysext/core/Classes/Resource/Exception/IllegalFileExtensionException.php
index 8c864d03a31f..4b6bbb31b3d6 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/IllegalFileExtensionException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/IllegalFileExtensionException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileAccessPermissionsException.php b/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileAccessPermissionsException.php
index 877d80e975e7..5101d7b3aa5c 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileAccessPermissionsException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileAccessPermissionsException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileReadPermissionsException.php b/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileReadPermissionsException.php
index 488ae91c2508..e4edf4b71b9c 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileReadPermissionsException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileReadPermissionsException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileWritePermissionsException.php b/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileWritePermissionsException.php
index 4a35c3fdd559..ddd2a9a65a8f 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileWritePermissionsException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileWritePermissionsException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderAccessPermissionsException.php b/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderAccessPermissionsException.php
index 0f84d04f0858..6ba6d1d2dd5a 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderAccessPermissionsException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderAccessPermissionsException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderReadPermissionsException.php b/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderReadPermissionsException.php
index 047fe152f86f..afd8d65bb136 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderReadPermissionsException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderReadPermissionsException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderWritePermissionsException.php b/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderWritePermissionsException.php
index 11acdcf728ab..4d510ebc3940 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderWritePermissionsException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderWritePermissionsException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InsufficientUserPermissionsException.php b/typo3/sysext/core/Classes/Resource/Exception/InsufficientUserPermissionsException.php
index f223241cb828..459f1436c9a5 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InsufficientUserPermissionsException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InsufficientUserPermissionsException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InvalidConfigurationException.php b/typo3/sysext/core/Classes/Resource/Exception/InvalidConfigurationException.php
index d6ab666a051d..fa3ee4ef7b59 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InvalidConfigurationException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InvalidConfigurationException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Benjamin Mack <benni@typo3.org>
+ *  (c) 2012-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InvalidFileException.php b/typo3/sysext/core/Classes/Resource/Exception/InvalidFileException.php
index 85484639563a..f66fc34d4cce 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InvalidFileException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InvalidFileException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InvalidFileNameException.php b/typo3/sysext/core/Classes/Resource/Exception/InvalidFileNameException.php
index 883f65906da0..ed8beebea115 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InvalidFileNameException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InvalidFileNameException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InvalidFolderException.php b/typo3/sysext/core/Classes/Resource/Exception/InvalidFolderException.php
index ea87c55f9b60..cec02bebd304 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InvalidFolderException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InvalidFolderException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InvalidPathException.php b/typo3/sysext/core/Classes/Resource/Exception/InvalidPathException.php
index aae1d9e94924..b98be89c4bbc 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InvalidPathException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InvalidPathException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/InvalidTargetFolderException.php b/typo3/sysext/core/Classes/Resource/Exception/InvalidTargetFolderException.php
index 24f602303c0d..b3ac937d4a19 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/InvalidTargetFolderException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/InvalidTargetFolderException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/NotInMountPointException.php b/typo3/sysext/core/Classes/Resource/Exception/NotInMountPointException.php
index 720cd46fca71..09d5f769942c 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/NotInMountPointException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/NotInMountPointException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/UploadException.php b/typo3/sysext/core/Classes/Resource/Exception/UploadException.php
index 1634e66e9338..afbc4c11759a 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/UploadException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/UploadException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Exception/UploadSizeException.php b/typo3/sysext/core/Classes/Resource/Exception/UploadSizeException.php
index 8c585aa7e87a..cde3c9f490a6 100644
--- a/typo3/sysext/core/Classes/Resource/Exception/UploadSizeException.php
+++ b/typo3/sysext/core/Classes/Resource/Exception/UploadSizeException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/File.php b/typo3/sysext/core/Classes/Resource/File.php
index 54cf96337005..2a281e7912b4 100644
--- a/typo3/sysext/core/Classes/Resource/File.php
+++ b/typo3/sysext/core/Classes/Resource/File.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2011-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/FileCollectionRepository.php b/typo3/sysext/core/Classes/Resource/FileCollectionRepository.php
index 7dd83837b8f4..c9094da6960d 100644
--- a/typo3/sysext/core/Classes/Resource/FileCollectionRepository.php
+++ b/typo3/sysext/core/Classes/Resource/FileCollectionRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011-2012 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/FileInterface.php b/typo3/sysext/core/Classes/Resource/FileInterface.php
index e493cac75a5f..69483a8debf6 100644
--- a/typo3/sysext/core/Classes/Resource/FileInterface.php
+++ b/typo3/sysext/core/Classes/Resource/FileInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Ingmar Schlecht <ingmar@typo3.org>
+ *  (c) 2011-2013 Ingmar Schlecht <ingmar@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/FileReference.php b/typo3/sysext/core/Classes/Resource/FileReference.php
index d8e538b4ee00..eabca23a28ef 100644
--- a/typo3/sysext/core/Classes/Resource/FileReference.php
+++ b/typo3/sysext/core/Classes/Resource/FileReference.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Ingmar Schlecht <ingmar@typo3.org>
+ *  (c) 2011-2013 Ingmar Schlecht <ingmar@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/FileRepository.php b/typo3/sysext/core/Classes/Resource/FileRepository.php
index 9407674cabc9..14ba3bea7288 100644
--- a/typo3/sysext/core/Classes/Resource/FileRepository.php
+++ b/typo3/sysext/core/Classes/Resource/FileRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Filter/FileExtensionFilter.php b/typo3/sysext/core/Classes/Resource/Filter/FileExtensionFilter.php
index dcedec47474d..f91a6d090bc9 100644
--- a/typo3/sysext/core/Classes/Resource/Filter/FileExtensionFilter.php
+++ b/typo3/sysext/core/Classes/Resource/Filter/FileExtensionFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Ingmar Schlecht <ingmar.schlecht@typo3.org>
+ *  (c) 2012-2013 Ingmar Schlecht <ingmar.schlecht@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Filter/FileNameFilter.php b/typo3/sysext/core/Classes/Resource/Filter/FileNameFilter.php
index 942442cdf1bb..8f209288348b 100644
--- a/typo3/sysext/core/Classes/Resource/Filter/FileNameFilter.php
+++ b/typo3/sysext/core/Classes/Resource/Filter/FileNameFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Folder.php b/typo3/sysext/core/Classes/Resource/Folder.php
index 3eabcf8cc35c..1ac0a4687d73 100644
--- a/typo3/sysext/core/Classes/Resource/Folder.php
+++ b/typo3/sysext/core/Classes/Resource/Folder.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/FolderInterface.php b/typo3/sysext/core/Classes/Resource/FolderInterface.php
index f6fa91f827fb..06c2238f0dbf 100644
--- a/typo3/sysext/core/Classes/Resource/FolderInterface.php
+++ b/typo3/sysext/core/Classes/Resource/FolderInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Hook/FileInfoHook.php b/typo3/sysext/core/Classes/Resource/Hook/FileInfoHook.php
index e5cd39f9280e..27745cd44e6f 100644
--- a/typo3/sysext/core/Classes/Resource/Hook/FileInfoHook.php
+++ b/typo3/sysext/core/Classes/Resource/Hook/FileInfoHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Hook;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Benjamin Mack <benni@typo3.org>
+ *  (c) 2012-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/ProcessedFile.php b/typo3/sysext/core/Classes/Resource/ProcessedFile.php
index 40d6338752b7..f82e85b7ba4a 100644
--- a/typo3/sysext/core/Classes/Resource/ProcessedFile.php
+++ b/typo3/sysext/core/Classes/Resource/ProcessedFile.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Benjamin Mack <benni@typo3.org>
+ * (c) 2012-2013 Benjamin Mack <benni@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/ProcessedFileRepository.php b/typo3/sysext/core/Classes/Resource/ProcessedFileRepository.php
index f91f35c30052..866d455ee892 100644
--- a/typo3/sysext/core/Classes/Resource/ProcessedFileRepository.php
+++ b/typo3/sysext/core/Classes/Resource/ProcessedFileRepository.php
@@ -5,7 +5,7 @@ use \TYPO3\CMS\Core\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Benjamin Mack <benni@typo3.org>
+ *  (c) 2012-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Processing/AbstractGraphicalTask.php b/typo3/sysext/core/Classes/Resource/Processing/AbstractGraphicalTask.php
index 2b8fb0b5ddf3..01851d1e3f62 100644
--- a/typo3/sysext/core/Classes/Resource/Processing/AbstractGraphicalTask.php
+++ b/typo3/sysext/core/Classes/Resource/Processing/AbstractGraphicalTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Processing;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Processing/AbstractTask.php b/typo3/sysext/core/Classes/Resource/Processing/AbstractTask.php
index 9eb11e2fcb73..54b3fc94e593 100644
--- a/typo3/sysext/core/Classes/Resource/Processing/AbstractTask.php
+++ b/typo3/sysext/core/Classes/Resource/Processing/AbstractTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Processing;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Processing/ImageCropScaleMaskTask.php b/typo3/sysext/core/Classes/Resource/Processing/ImageCropScaleMaskTask.php
index 87e5ad3781f5..2b5abba59097 100644
--- a/typo3/sysext/core/Classes/Resource/Processing/ImageCropScaleMaskTask.php
+++ b/typo3/sysext/core/Classes/Resource/Processing/ImageCropScaleMaskTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Processing;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Processing/ImagePreviewTask.php b/typo3/sysext/core/Classes/Resource/Processing/ImagePreviewTask.php
index 69d65f90c0dc..d4528ab2cfc4 100644
--- a/typo3/sysext/core/Classes/Resource/Processing/ImagePreviewTask.php
+++ b/typo3/sysext/core/Classes/Resource/Processing/ImagePreviewTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Processing;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php b/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php
index 6e541f89ad8b..17c496ed6351 100644
--- a/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php
+++ b/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Processing;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Processing/LocalImageProcessor.php b/typo3/sysext/core/Classes/Resource/Processing/LocalImageProcessor.php
index ce4b3cfa8e9f..7d440bbf042c 100644
--- a/typo3/sysext/core/Classes/Resource/Processing/LocalImageProcessor.php
+++ b/typo3/sysext/core/Classes/Resource/Processing/LocalImageProcessor.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Processing;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Processing/LocalPreviewHelper.php b/typo3/sysext/core/Classes/Resource/Processing/LocalPreviewHelper.php
index 03ff87436ffd..9d1d6eba91c2 100644
--- a/typo3/sysext/core/Classes/Resource/Processing/LocalPreviewHelper.php
+++ b/typo3/sysext/core/Classes/Resource/Processing/LocalPreviewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Processing;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Processing/ProcessorInterface.php b/typo3/sysext/core/Classes/Resource/Processing/ProcessorInterface.php
index 24f91569a545..32375024c698 100644
--- a/typo3/sysext/core/Classes/Resource/Processing/ProcessorInterface.php
+++ b/typo3/sysext/core/Classes/Resource/Processing/ProcessorInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Processing;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Processing/TaskInterface.php b/typo3/sysext/core/Classes/Resource/Processing/TaskInterface.php
index bdbab42e2fcc..40f5ad21df09 100644
--- a/typo3/sysext/core/Classes/Resource/Processing/TaskInterface.php
+++ b/typo3/sysext/core/Classes/Resource/Processing/TaskInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Processing;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Processing/TaskTypeRegistry.php b/typo3/sysext/core/Classes/Resource/Processing/TaskTypeRegistry.php
index d88c0706ce01..ce694bee27f1 100644
--- a/typo3/sysext/core/Classes/Resource/Processing/TaskTypeRegistry.php
+++ b/typo3/sysext/core/Classes/Resource/Processing/TaskTypeRegistry.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Processing;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/ResourceCompressor.php b/typo3/sysext/core/Classes/Resource/ResourceCompressor.php
index cbb51e5e4abe..ba576613deba 100644
--- a/typo3/sysext/core/Classes/Resource/ResourceCompressor.php
+++ b/typo3/sysext/core/Classes/Resource/ResourceCompressor.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Gebert <steffen@steffen-gebert.de>
- *  (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>
+ *  (c) 2010-2013 Steffen Gebert <steffen@steffen-gebert.de>
+ *  (c) 2011-2013 Kai Vogel <kai.vogel@speedprogs.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/ResourceFactory.php b/typo3/sysext/core/Classes/Resource/ResourceFactory.php
index aeb6e19c91c1..9b1d2a419a4b 100644
--- a/typo3/sysext/core/Classes/Resource/ResourceFactory.php
+++ b/typo3/sysext/core/Classes/Resource/ResourceFactory.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/ResourceInterface.php b/typo3/sysext/core/Classes/Resource/ResourceInterface.php
index f6736355f47c..43ae223d0395 100644
--- a/typo3/sysext/core/Classes/Resource/ResourceInterface.php
+++ b/typo3/sysext/core/Classes/Resource/ResourceInterface.php
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Core\Resource;
  *
  * @author Ingmar Schlecht <ingmar@typo3.org>
  */
-interface ResourceInterface
-{
+interface ResourceInterface {
 	/**
 	 * Returns the identifier of this file
 	 *
diff --git a/typo3/sysext/core/Classes/Resource/ResourceStorage.php b/typo3/sysext/core/Classes/Resource/ResourceStorage.php
index 6fe46d950cd0..1113fc4be78d 100644
--- a/typo3/sysext/core/Classes/Resource/ResourceStorage.php
+++ b/typo3/sysext/core/Classes/Resource/ResourceStorage.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php b/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php
index 042d023b58af..3393c54df92d 100644
--- a/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php
+++ b/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Service;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Service/FrontendContentAdapterService.php b/typo3/sysext/core/Classes/Resource/Service/FrontendContentAdapterService.php
index 57c45352dd3f..c8f2e124efa6 100644
--- a/typo3/sysext/core/Classes/Resource/Service/FrontendContentAdapterService.php
+++ b/typo3/sysext/core/Classes/Resource/Service/FrontendContentAdapterService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Service;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Ingmar Schlecht <ingmar@typo3.org>
+ *  (c) 2011-2013 Ingmar Schlecht <ingmar@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Service/ImageProcessingService.php b/typo3/sysext/core/Classes/Resource/Service/ImageProcessingService.php
index 49cff0b7fd7f..37bb6b984b77 100644
--- a/typo3/sysext/core/Classes/Resource/Service/ImageProcessingService.php
+++ b/typo3/sysext/core/Classes/Resource/Service/ImageProcessingService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Service;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Service/IndexerService.php b/typo3/sysext/core/Classes/Resource/Service/IndexerService.php
index 57027b943c72..760f907e63b8 100644
--- a/typo3/sysext/core/Classes/Resource/Service/IndexerService.php
+++ b/typo3/sysext/core/Classes/Resource/Service/IndexerService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Service;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Service/MagicImageService.php b/typo3/sysext/core/Classes/Resource/Service/MagicImageService.php
index 69076db773de..98bbcd71f635 100644
--- a/typo3/sysext/core/Classes/Resource/Service/MagicImageService.php
+++ b/typo3/sysext/core/Classes/Resource/Service/MagicImageService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Service;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Stanislas Rolland <stanislas.rolland@typo3.org>
+ *  (c) 2012-2013 Stanislas Rolland <stanislas.rolland@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/Service/UserFileMountService.php b/typo3/sysext/core/Classes/Resource/Service/UserFileMountService.php
index b9e2d31ab362..6838eefa3d15 100644
--- a/typo3/sysext/core/Classes/Resource/Service/UserFileMountService.php
+++ b/typo3/sysext/core/Classes/Resource/Service/UserFileMountService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource\Service;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2011-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Resource/StorageRepository.php b/typo3/sysext/core/Classes/Resource/StorageRepository.php
index 4ef171fa8c27..e865d9970806 100644
--- a/typo3/sysext/core/Classes/Resource/StorageRepository.php
+++ b/typo3/sysext/core/Classes/Resource/StorageRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Service/AbstractService.php b/typo3/sysext/core/Classes/Service/AbstractService.php
index 4aea0aad1703..0fd2979af69e 100644
--- a/typo3/sysext/core/Classes/Service/AbstractService.php
+++ b/typo3/sysext/core/Classes/Service/AbstractService.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Core\Service;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Parent class for "Services" classes
  *
diff --git a/typo3/sysext/core/Classes/SingletonInterface.php b/typo3/sysext/core/Classes/SingletonInterface.php
index 7ceeb172a07f..208e0c8f8d03 100644
--- a/typo3/sysext/core/Classes/SingletonInterface.php
+++ b/typo3/sysext/core/Classes/SingletonInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Robert Lemke <robert@typo3.org>, Martin Kutschker <masi@typo3.org>
+ *  (c) 2008-2013 Robert Lemke <robert@typo3.org>, Martin Kutschker <masi@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -32,8 +32,7 @@ namespace TYPO3\CMS\Core;
  * @author Martin Kutschker <masi@typo3.org>
  * @see \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance()
  */
-interface SingletonInterface
-{
+interface SingletonInterface {
 
 }
 
diff --git a/typo3/sysext/core/Classes/TimeTracker/NullTimeTracker.php b/typo3/sysext/core/Classes/TimeTracker/NullTimeTracker.php
index e8f550eb811d..1bc3562597df 100644
--- a/typo3/sysext/core/Classes/TimeTracker/NullTimeTracker.php
+++ b/typo3/sysext/core/Classes/TimeTracker/NullTimeTracker.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\TimeTracker;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php b/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php
index 5c777d060015..bc0dec39ced3 100644
--- a/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php
+++ b/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\TimeTracker;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Tree/TableConfiguration/AbstractTableConfigurationTreeDataProvider.php b/typo3/sysext/core/Classes/Tree/TableConfiguration/AbstractTableConfigurationTreeDataProvider.php
index 05efebc7f2fb..02a6c739470c 100644
--- a/typo3/sysext/core/Classes/Tree/TableConfiguration/AbstractTableConfigurationTreeDataProvider.php
+++ b/typo3/sysext/core/Classes/Tree/TableConfiguration/AbstractTableConfigurationTreeDataProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tree\TableConfiguration;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeDataProvider.php b/typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeDataProvider.php
index d4ba91550e4a..2dc4cdd65f05 100644
--- a/typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeDataProvider.php
+++ b/typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeDataProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tree\TableConfiguration;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeNode.php b/typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeNode.php
index dd95ff7e9f2c..6e1fd7d839b6 100644
--- a/typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeNode.php
+++ b/typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeNode.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tree\TableConfiguration;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Tree/TableConfiguration/ExtJsArrayTreeRenderer.php b/typo3/sysext/core/Classes/Tree/TableConfiguration/ExtJsArrayTreeRenderer.php
index 74126266ab6f..9579dc592c46 100644
--- a/typo3/sysext/core/Classes/Tree/TableConfiguration/ExtJsArrayTreeRenderer.php
+++ b/typo3/sysext/core/Classes/Tree/TableConfiguration/ExtJsArrayTreeRenderer.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tree\TableConfiguration;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Tree/TableConfiguration/TableConfigurationTree.php b/typo3/sysext/core/Classes/Tree/TableConfiguration/TableConfigurationTree.php
index 3c481a43d46c..3fe5685e52e9 100644
--- a/typo3/sysext/core/Classes/Tree/TableConfiguration/TableConfigurationTree.php
+++ b/typo3/sysext/core/Classes/Tree/TableConfiguration/TableConfigurationTree.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tree\TableConfiguration;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Tree/TableConfiguration/TreeDataProviderFactory.php b/typo3/sysext/core/Classes/Tree/TableConfiguration/TreeDataProviderFactory.php
index d34aa1ef976d..0cb987261f2d 100644
--- a/typo3/sysext/core/Classes/Tree/TableConfiguration/TreeDataProviderFactory.php
+++ b/typo3/sysext/core/Classes/Tree/TableConfiguration/TreeDataProviderFactory.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tree\TableConfiguration;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2013 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/TypoScript/ConfigurationForm.php b/typo3/sysext/core/Classes/TypoScript/ConfigurationForm.php
index 5344e039e412..2e2236d15367 100644
--- a/typo3/sysext/core/Classes/TypoScript/ConfigurationForm.php
+++ b/typo3/sysext/core/Classes/TypoScript/ConfigurationForm.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\TypoScript;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php b/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php
index 137ffc124f61..08b97a2b628e 100644
--- a/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php
+++ b/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\TypoScript;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php b/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php
index 6726c2fc78c4..4c038732140c 100644
--- a/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php
+++ b/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\TypoScript\Parser;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/TypoScript/TemplateService.php b/typo3/sysext/core/Classes/TypoScript/TemplateService.php
index 0afbef4f5de8..7ef0ff4f486b 100644
--- a/typo3/sysext/core/Classes/TypoScript/TemplateService.php
+++ b/typo3/sysext/core/Classes/TypoScript/TemplateService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\TypoScript;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Utility/ArrayUtility.php b/typo3/sysext/core/Classes/Utility/ArrayUtility.php
index 9ef5bb3a0dc4..e9bd600c62fe 100644
--- a/typo3/sysext/core/Classes/Utility/ArrayUtility.php
+++ b/typo3/sysext/core/Classes/Utility/ArrayUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Susanne Moog <typo3@susanne-moog.de>
+ * (c) 2011-2013 Susanne Moog <typo3@susanne-moog.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/ClassNamingUtility.php b/typo3/sysext/core/Classes/Utility/ClassNamingUtility.php
index 6712eb4cac99..8743a4d9ba8b 100644
--- a/typo3/sysext/core/Classes/Utility/ClassNamingUtility.php
+++ b/typo3/sysext/core/Classes/Utility/ClassNamingUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Extbase Team
+ *  (c) 2012-2013 Extbase Team
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/ClientUtility.php b/typo3/sysext/core/Classes/Utility/ClientUtility.php
index 89f9953c2f1c..768cfd0b2f84 100644
--- a/typo3/sysext/core/Classes/Utility/ClientUtility.php
+++ b/typo3/sysext/core/Classes/Utility/ClientUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2009-2011 Oliver Hader <oliver@typo3.org>
+ * (c) 2009-2013 Oliver Hader <oliver@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/CommandUtility.php b/typo3/sysext/core/Classes/Utility/CommandUtility.php
index c54ab1fc0b8a..e35d5abcefce 100644
--- a/typo3/sysext/core/Classes/Utility/CommandUtility.php
+++ b/typo3/sysext/core/Classes/Utility/CommandUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ * (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/DebugUtility.php b/typo3/sysext/core/Classes/Utility/DebugUtility.php
index f4d5e0924e14..198bbdd9735d 100644
--- a/typo3/sysext/core/Classes/Utility/DebugUtility.php
+++ b/typo3/sysext/core/Classes/Utility/DebugUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ * (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/DiffUtility.php b/typo3/sysext/core/Classes/Utility/DiffUtility.php
index 9c2129258d33..c622aa0042ed 100644
--- a/typo3/sysext/core/Classes/Utility/DiffUtility.php
+++ b/typo3/sysext/core/Classes/Utility/DiffUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php b/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php
index 44d147642413..2a9837767fc9 100644
--- a/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php
+++ b/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Utility/File/BasicFileUtility.php b/typo3/sysext/core/Classes/Utility/File/BasicFileUtility.php
index e58f36fff346..a11a3da592de 100644
--- a/typo3/sysext/core/Classes/Utility/File/BasicFileUtility.php
+++ b/typo3/sysext/core/Classes/Utility/File/BasicFileUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility\File;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtility.php b/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtility.php
index 6bca1ae3b315..c4e20c387413 100644
--- a/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtility.php
+++ b/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility\File;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtilityProcessDataHookInterface.php b/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtilityProcessDataHookInterface.php
index bf295dd92fb7..3910ba388e62 100644
--- a/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtilityProcessDataHookInterface.php
+++ b/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtilityProcessDataHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility\File;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Core\Utility\File;
  *
  * @author Xavier Perseguers <typo3@perseguers.ch>
  */
-interface ExtendedFileUtilityProcessDataHookInterface
-{
+interface ExtendedFileUtilityProcessDataHookInterface {
 	/**
 	 * Post-process a file action.
 	 *
diff --git a/typo3/sysext/core/Classes/Utility/GeneralUtility.php b/typo3/sysext/core/Classes/Utility/GeneralUtility.php
index eb704470b5d4..e14e8a1f365b 100644
--- a/typo3/sysext/core/Classes/Utility/GeneralUtility.php
+++ b/typo3/sysext/core/Classes/Utility/GeneralUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/core/Classes/Utility/HttpUtility.php b/typo3/sysext/core/Classes/Utility/HttpUtility.php
index 4a05424273fe..b2052d35289d 100644
--- a/typo3/sysext/core/Classes/Utility/HttpUtility.php
+++ b/typo3/sysext/core/Classes/Utility/HttpUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/MailUtility.php b/typo3/sysext/core/Classes/Utility/MailUtility.php
index 8eeac85b049e..b40d8f4a68d2 100644
--- a/typo3/sysext/core/Classes/Utility/MailUtility.php
+++ b/typo3/sysext/core/Classes/Utility/MailUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Tolleiv Nietsch <nietsch@aoemedia.de>
+ * (c) 2010-2013 Tolleiv Nietsch <nietsch@aoemedia.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/MathUtility.php b/typo3/sysext/core/Classes/Utility/MathUtility.php
index 80d0f2188c01..fe807bdc5c7e 100644
--- a/typo3/sysext/core/Classes/Utility/MathUtility.php
+++ b/typo3/sysext/core/Classes/Utility/MathUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Susanne Moog <typo3@susanne-moog.de>
+ *  (c) 2011-2013 Susanne Moog <typo3@susanne-moog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/MonitorUtility.php b/typo3/sysext/core/Classes/Utility/MonitorUtility.php
index c7680eb7ed03..7ad7e518eb21 100644
--- a/typo3/sysext/core/Classes/Utility/MonitorUtility.php
+++ b/typo3/sysext/core/Classes/Utility/MonitorUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Jigal van Hemert <jigal@xs4all.nl>
+ * (c) 2011-2013 Jigal van Hemert <jigal@xs4all.nl>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/PathUtility.php b/typo3/sysext/core/Classes/Utility/PathUtility.php
index 1f60348366eb..dec889e3613c 100644
--- a/typo3/sysext/core/Classes/Utility/PathUtility.php
+++ b/typo3/sysext/core/Classes/Utility/PathUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ * (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/PhpOptionsUtility.php b/typo3/sysext/core/Classes/Utility/PhpOptionsUtility.php
index adf88ac05ff0..b48519df1985 100644
--- a/typo3/sysext/core/Classes/Utility/PhpOptionsUtility.php
+++ b/typo3/sysext/core/Classes/Utility/PhpOptionsUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ * (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/RootlineUtility.php b/typo3/sysext/core/Classes/Utility/RootlineUtility.php
index 27d0ca721202..0c8154603325 100644
--- a/typo3/sysext/core/Classes/Utility/RootlineUtility.php
+++ b/typo3/sysext/core/Classes/Utility/RootlineUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Steffen Ritter <steffen.ritter@typo3.org>
+ *  (c) 2012-2013 Steffen Ritter <steffen.ritter@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/StringUtility.php b/typo3/sysext/core/Classes/Utility/StringUtility.php
index 9f66a83517e5..a3f9ab9c7af0 100644
--- a/typo3/sysext/core/Classes/Utility/StringUtility.php
+++ b/typo3/sysext/core/Classes/Utility/StringUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Susanne Moog <typo3@susanne-moog.de>
+ * (c) 2011-2013 Susanne Moog <typo3@susanne-moog.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Classes/Utility/VersionNumberUtility.php b/typo3/sysext/core/Classes/Utility/VersionNumberUtility.php
index ea7fd712b319..df7ad9d1465d 100644
--- a/typo3/sysext/core/Classes/Utility/VersionNumberUtility.php
+++ b/typo3/sysext/core/Classes/Utility/VersionNumberUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Susanne Moog <typo3@susanne-moog.de>
+ *  (c) 2011-2013 Susanne Moog <typo3@susanne-moog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/AccessibleObjectInterface.php b/typo3/sysext/core/Tests/AccessibleObjectInterface.php
index a20b1ae123af..23363ea44f6d 100644
--- a/typo3/sysext/core/Tests/AccessibleObjectInterface.php
+++ b/typo3/sysext/core/Tests/AccessibleObjectInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Nicole Cordes <nicole.cordes@googlemail.com>
+ * (c) 2012-2013 Nicole Cordes <nicole.cordes@googlemail.com>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/BaseTestCase.php b/typo3/sysext/core/Tests/BaseTestCase.php
index af2a35957c20..0ac3b317d39b 100644
--- a/typo3/sysext/core/Tests/BaseTestCase.php
+++ b/typo3/sysext/core/Tests/BaseTestCase.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2005-2012 Robert Lemke (robert@typo3.org)
+ * (c) 2005-2013 Robert Lemke (robert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php b/typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php
index a9beb0e18160..41a4798b46b3 100644
--- a/typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php
+++ b/typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Functional\Category\Collection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Fabien Udriot <fabien.udriot@typo3.org>
+ * (c) 2012-2013 Fabien Udriot <fabien.udriot@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Functional/Resource/BaseTestCase.php b/typo3/sysext/core/Tests/Functional/Resource/BaseTestCase.php
index 95a13ad7117b..8375a7df2bab 100644
--- a/typo3/sysext/core/Tests/Functional/Resource/BaseTestCase.php
+++ b/typo3/sysext/core/Tests/Functional/Resource/BaseTestCase.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Functional\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Functional/Resource/FolderTest.php b/typo3/sysext/core/Tests/Functional/Resource/FolderTest.php
index 610af221559f..1585c83dcca0 100644
--- a/typo3/sysext/core/Tests/Functional/Resource/FolderTest.php
+++ b/typo3/sysext/core/Tests/Functional/Resource/FolderTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Functional\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@typo3.org>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Functional/Resource/ResourceStorageTest.php b/typo3/sysext/core/Tests/Functional/Resource/ResourceStorageTest.php
index b011a75d9f08..c582dce6c9a2 100644
--- a/typo3/sysext/core/Tests/Functional/Resource/ResourceStorageTest.php
+++ b/typo3/sysext/core/Tests/Functional/Resource/ResourceStorageTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Functional\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/FunctionalTestCase.php b/typo3/sysext/core/Tests/FunctionalTestCase.php
index 3b192f345923..5d0a429c0d4e 100644
--- a/typo3/sysext/core/Tests/FunctionalTestCase.php
+++ b/typo3/sysext/core/Tests/FunctionalTestCase.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2005-2012 Robert Lemke (robert@typo3.org)
+ * (c) 2005-2013 Robert Lemke (robert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Integrity/IntegrityTest.php b/typo3/sysext/core/Tests/Integrity/IntegrityTest.php
index 1b30b68ca035..e2e9126fbe26 100644
--- a/typo3/sysext/core/Tests/Integrity/IntegrityTest.php
+++ b/typo3/sysext/core/Tests/Integrity/IntegrityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Integrity;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ * (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Legacy/t3lib/class.t3lib_formmailTest.php b/typo3/sysext/core/Tests/Legacy/t3lib/class.t3lib_formmailTest.php
index 07a93893a9ba..cd234085f28d 100644
--- a/typo3/sysext/core/Tests/Legacy/t3lib/class.t3lib_formmailTest.php
+++ b/typo3/sysext/core/Tests/Legacy/t3lib/class.t3lib_formmailTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2011-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Legacy/typo3/contrib/class.removexssTest.php b/typo3/sysext/core/Tests/Legacy/typo3/contrib/class.removexssTest.php
index a582dd0d7371..89702532b044 100644
--- a/typo3/sysext/core/Tests/Legacy/typo3/contrib/class.removexssTest.php
+++ b/typo3/sysext/core/Tests/Legacy/typo3/contrib/class.removexssTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2011 Steffen Kamper <info@sk-typo3.de>
+*  (c) 2009-2013 Steffen Kamper <info@sk-typo3.de>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Authentication/AbstractUserAuthenticationTest.php b/typo3/sysext/core/Tests/Unit/Authentication/AbstractUserAuthenticationTest.php
index 583440b97d52..6291c24087a7 100644
--- a/typo3/sysext/core/Tests/Unit/Authentication/AbstractUserAuthenticationTest.php
+++ b/typo3/sysext/core/Tests/Unit/Authentication/AbstractUserAuthenticationTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Authentication;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Helmut Hummel <helmut.hummel@typo3.org>
+ *  (c) 2011-2013 Helmut Hummel <helmut.hummel@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php b/typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php
index fa405add473e..be59880a56ef 100644
--- a/typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php
+++ b/typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Authentication;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
+ * (c) 2010-2013 Oliver Klee (typo3-coding@oliverklee.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/AbstractBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/AbstractBackendTest.php
index 611c7e4f65a2..64e636fff723 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Backend/AbstractBackendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/AbstractBackendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/ApcBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/ApcBackendTest.php
index 9cd43bc93882..90abb4d6a772 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Backend/ApcBackendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/ApcBackendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/DbBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/DbBackendTest.php
index 42f9e3a7b8ae..c3d9c32c9ea8 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Backend/DbBackendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/DbBackendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/FileBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/FileBackendTest.php
index 6c1c274d7a11..b08abf0263d5 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Backend/FileBackendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/FileBackendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/MemcachedBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/MemcachedBackendTest.php
index 8c087cdeb7c4..ba53fc6fcd13 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Backend/MemcachedBackendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/MemcachedBackendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/MockBackend.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/MockBackend.php
index ea5a2aedd2d5..1a8bd00c5f3d 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Backend/MockBackend.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/MockBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/PdoBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/PdoBackendTest.php
index a2f14acb81c0..710f15cecae6 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Backend/PdoBackendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/PdoBackendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/RedisBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/RedisBackendTest.php
index 56ab1caac834..5283069ec6d1 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Backend/RedisBackendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/RedisBackendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/TransientMemoryBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/TransientMemoryBackendTest.php
index ac8498566b3d..3dc4a31b873e 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Backend/TransientMemoryBackendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/TransientMemoryBackendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/WincacheBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/WincacheBackendTest.php
index 3beb27f8e973..4c3414d59d0b 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Backend/WincacheBackendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/WincacheBackendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2012 Tobias Burger <tobias_burger@hotmail.com>
+ *  (c) 2009-2013 Tobias Burger <tobias_burger@hotmail.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/CacheManagerTest.php b/typo3/sysext/core/Tests/Unit/Cache/CacheManagerTest.php
index 97da685aedfd..0a2a0d8a83e8 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/CacheManagerTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/CacheManagerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/FactoryTest.php b/typo3/sysext/core/Tests/Unit/Cache/FactoryTest.php
index c94d94f3346b..daa0c45f5d39 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/FactoryTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/FactoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Frontend/AbstractFrontendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Frontend/AbstractFrontendTest.php
index a73475fcdacf..ad4f05977235 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Frontend/AbstractFrontendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Frontend/AbstractFrontendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Frontend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Frontend/PhpFrontendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Frontend/PhpFrontendTest.php
index 8f062ac61b8f..9336149be413 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Frontend/PhpFrontendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Frontend/PhpFrontendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Frontend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Frontend/StringFrontendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Frontend/StringFrontendTest.php
index ee1f0cfaa865..02b1e54cc846 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Frontend/StringFrontendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Frontend/StringFrontendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Frontend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Cache/Frontend/VariableFrontendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Frontend/VariableFrontendTest.php
index 613647b61b7d..87f2308644b7 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Frontend/VariableFrontendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Frontend/VariableFrontendTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Frontend;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Category/CategoryRegistryTest.php b/typo3/sysext/core/Tests/Unit/Category/CategoryRegistryTest.php
index ce3b75b9277b..52ece7a6c518 100644
--- a/typo3/sysext/core/Tests/Unit/Category/CategoryRegistryTest.php
+++ b/typo3/sysext/core/Tests/Unit/Category/CategoryRegistryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Category;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ * (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Category/Collection/CategoryCollectionTest.php b/typo3/sysext/core/Tests/Unit/Category/Collection/CategoryCollectionTest.php
index b313d266c586..c7accecd7ae7 100644
--- a/typo3/sysext/core/Tests/Unit/Category/Collection/CategoryCollectionTest.php
+++ b/typo3/sysext/core/Tests/Unit/Category/Collection/CategoryCollectionTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Category\Collection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Fabien Udriot <fabien.udriot@typo3.org>
+ * (c) 2012-2013 Fabien Udriot <fabien.udriot@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Charset/CharsetConverterTest.php b/typo3/sysext/core/Tests/Unit/Charset/CharsetConverterTest.php
index 2f7f071de802..330de3170a20 100644
--- a/typo3/sysext/core/Tests/Unit/Charset/CharsetConverterTest.php
+++ b/typo3/sysext/core/Tests/Unit/Charset/CharsetConverterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Charset;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
+ * (c) 2010-2013 Oliver Klee (typo3-coding@oliverklee.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Collection/RecordCollectionRepositoryTest.php b/typo3/sysext/core/Tests/Unit/Collection/RecordCollectionRepositoryTest.php
index 02ce35753c99..03aa0c98cae9 100644
--- a/typo3/sysext/core/Tests/Unit/Collection/RecordCollectionRepositoryTest.php
+++ b/typo3/sysext/core/Tests/Unit/Collection/RecordCollectionRepositoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Collection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ * (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Compatibility/CompatbilityClassLoaderPhpBelow50307Test.php b/typo3/sysext/core/Tests/Unit/Compatibility/CompatbilityClassLoaderPhpBelow50307Test.php
index a881b700f3d7..7ca6b300a4db 100644
--- a/typo3/sysext/core/Tests/Unit/Compatibility/CompatbilityClassLoaderPhpBelow50307Test.php
+++ b/typo3/sysext/core/Tests/Unit/Compatibility/CompatbilityClassLoaderPhpBelow50307Test.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Compatibility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Helmut Hummel <helmut.hummel@typo3.org>
+ * (c) 2012-2013 Helmut Hummel <helmut.hummel@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Configuration/ConfigurationManagerTest.php b/typo3/sysext/core/Tests/Unit/Configuration/ConfigurationManagerTest.php
index 9dd6a406794c..aec8c455b9d1 100644
--- a/typo3/sysext/core/Tests/Unit/Configuration/ConfigurationManagerTest.php
+++ b/typo3/sysext/core/Tests/Unit/Configuration/ConfigurationManagerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Configuration;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Core/ClassLoaderTest.php b/typo3/sysext/core/Tests/Unit/Core/ClassLoaderTest.php
index 9fc056a3fe21..5754a1265c81 100644
--- a/typo3/sysext/core/Tests/Unit/Core/ClassLoaderTest.php
+++ b/typo3/sysext/core/Tests/Unit/Core/ClassLoaderTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Core;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ * (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php b/typo3/sysext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php
index 838ae2e5d2d1..660258ed325a 100644
--- a/typo3/sysext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php
+++ b/typo3/sysext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Core;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php b/typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php
index a21e99f48371..7ee42c0191e0 100644
--- a/typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php
+++ b/typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\DataHandler;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2009-2011 Oliver Klee (typo3-coding@oliverklee.de)
+ * (c) 2009-2013 Oliver Klee (typo3-coding@oliverklee.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Database/DatabaseConnectionTest.php b/typo3/sysext/core/Tests/Unit/Database/DatabaseConnectionTest.php
index 91b603e21f27..bf7143597a10 100644
--- a/typo3/sysext/core/Tests/Unit/Database/DatabaseConnectionTest.php
+++ b/typo3/sysext/core/Tests/Unit/Database/DatabaseConnectionTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Database;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Ernesto Baschny (ernst@cron-it.de)
+ * (c) 2010-2013 Ernesto Baschny (ernst@cron-it.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Database/PreparedStatementTest.php b/typo3/sysext/core/Tests/Unit/Database/PreparedStatementTest.php
index 7901c63610e1..fda6f3891f06 100644
--- a/typo3/sysext/core/Tests/Unit/Database/PreparedStatementTest.php
+++ b/typo3/sysext/core/Tests/Unit/Database/PreparedStatementTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Database;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Helmut Hummel <helmut@typo3.org>
+ *  (c) 2010-2013 Helmut Hummel <helmut@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Database/SqlParserTest.php b/typo3/sysext/core/Tests/Unit/Database/SqlParserTest.php
index ed6389a6d933..0473dbaf3057 100644
--- a/typo3/sysext/core/Tests/Unit/Database/SqlParserTest.php
+++ b/typo3/sysext/core/Tests/Unit/Database/SqlParserTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Database;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Schriner <patrick.schriner@diemedialen.de>
+ *  (c) 2011-2013 Patrick Schriner <patrick.schriner@diemedialen.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Encoder/JavaScriptEncoderTest.php b/typo3/sysext/core/Tests/Unit/Encoder/JavaScriptEncoderTest.php
index fe282314edeb..7e5baf81a9f7 100644
--- a/typo3/sysext/core/Tests/Unit/Encoder/JavaScriptEncoderTest.php
+++ b/typo3/sysext/core/Tests/Unit/Encoder/JavaScriptEncoderTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Encoder;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Helmut Hummel <helmut.hummel@typo3.org>
+ * (c) 2012-2013 Helmut Hummel <helmut.hummel@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Error/DebugExceptionHandlerTest.php b/typo3/sysext/core/Tests/Unit/Error/DebugExceptionHandlerTest.php
index ebe442b65fc8..60d688965096 100644
--- a/typo3/sysext/core/Tests/Unit/Error/DebugExceptionHandlerTest.php
+++ b/typo3/sysext/core/Tests/Unit/Error/DebugExceptionHandlerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Error;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Oliver Klee <typo3-coding@oliverklee.de>
+ *  (c) 2012-2013 Oliver Klee <typo3-coding@oliverklee.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Error/ProductionExceptionHandlerTest.php b/typo3/sysext/core/Tests/Unit/Error/ProductionExceptionHandlerTest.php
index 9bde6dac0f20..8ee13a54be8a 100644
--- a/typo3/sysext/core/Tests/Unit/Error/ProductionExceptionHandlerTest.php
+++ b/typo3/sysext/core/Tests/Unit/Error/ProductionExceptionHandlerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Error;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Oliver Klee <typo3-coding@oliverklee.de>
+ *  (c) 2012-2013 Oliver Klee <typo3-coding@oliverklee.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/FormProtection/AbstractFormProtectionTest.php b/typo3/sysext/core/Tests/Unit/FormProtection/AbstractFormProtectionTest.php
index e25159f5fe39..6bea919fd37a 100644
--- a/typo3/sysext/core/Tests/Unit/FormProtection/AbstractFormProtectionTest.php
+++ b/typo3/sysext/core/Tests/Unit/FormProtection/AbstractFormProtectionTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\FormProtection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
+ * (c) 2010-2013 Oliver Klee (typo3-coding@oliverklee.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/FormProtection/BackendFormProtectionTest.php b/typo3/sysext/core/Tests/Unit/FormProtection/BackendFormProtectionTest.php
index e5f8cd897b6c..ce0d92f43880 100644
--- a/typo3/sysext/core/Tests/Unit/FormProtection/BackendFormProtectionTest.php
+++ b/typo3/sysext/core/Tests/Unit/FormProtection/BackendFormProtectionTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\FormProtection;
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2010-2013 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
@@ -27,7 +27,6 @@ namespace TYPO3\CMS\Core\Tests\Unit\FormProtection;
 /**
  * Testcase for the \TYPO3\CMS\Core\FormProtection\BackendFormProtection class.
  *
- *
  * @author Oliver Klee <typo3-coding@oliverklee.de>
  */
 class BackendFormProtectionTest extends \TYPO3\CMS\Core\Tests\UnitTestCase {
diff --git a/typo3/sysext/core/Tests/Unit/FormProtection/Fixtures/FormProtectionTesting.php b/typo3/sysext/core/Tests/Unit/FormProtection/Fixtures/FormProtectionTesting.php
index 5c0c7be60bcb..c1ea2aa9d251 100644
--- a/typo3/sysext/core/Tests/Unit/FormProtection/Fixtures/FormProtectionTesting.php
+++ b/typo3/sysext/core/Tests/Unit/FormProtection/Fixtures/FormProtectionTesting.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\FormProtection\Fixtures;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2010-2013 Oliver Klee <typo3-coding@oliverklee.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/FormProtection/FormProtectionFactoryTest.php b/typo3/sysext/core/Tests/Unit/FormProtection/FormProtectionFactoryTest.php
index 751fab2575aa..e35cc0bef957 100644
--- a/typo3/sysext/core/Tests/Unit/FormProtection/FormProtectionFactoryTest.php
+++ b/typo3/sysext/core/Tests/Unit/FormProtection/FormProtectionFactoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\FormProtection;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
+ * (c) 2010-2013 Oliver Klee (typo3-coding@oliverklee.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/FormProtection/InstallToolFormProtectionTest.php b/typo3/sysext/core/Tests/Unit/FormProtection/InstallToolFormProtectionTest.php
index 71190b244daa..0af00d02cb6e 100644
--- a/typo3/sysext/core/Tests/Unit/FormProtection/InstallToolFormProtectionTest.php
+++ b/typo3/sysext/core/Tests/Unit/FormProtection/InstallToolFormProtectionTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\FormProtection;
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2010-2013 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
@@ -29,7 +29,6 @@ require_once(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('instal
 /**
  * Testcase for the \TYPO3\CMS\Core\FormProtection\InstallToolFormProtection class.
  *
- *
  * @author Oliver Klee <typo3-coding@oliverklee.de>
  */
 class InstallToolFormProtectionTest extends \TYPO3\CMS\Core\Tests\UnitTestCase {
diff --git a/typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php b/typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php
index 56779b42a104..0b953b2bb621 100644
--- a/typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php
+++ b/typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Html;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Stanislas Rolland <typo3@sjbr.ca>
+ *  (c) 2011-2013 Stanislas Rolland <typo3@sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Imaging/GraphicalFunctionsTest.php b/typo3/sysext/core/Tests/Unit/Imaging/GraphicalFunctionsTest.php
index 49b875c00aad..8c515b02f07d 100644
--- a/typo3/sysext/core/Tests/Unit/Imaging/GraphicalFunctionsTest.php
+++ b/typo3/sysext/core/Tests/Unit/Imaging/GraphicalFunctionsTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Imaging;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Wouter Wolters <typo3@wouterwolters.nl>
+ *  (c) 2012-2013 Wouter Wolters <typo3@wouterwolters.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Localization/Parser/LocallangXmlParserTest.php b/typo3/sysext/core/Tests/Unit/Localization/Parser/LocallangXmlParserTest.php
index 7eeed35db2bb..b6e1a661b08c 100644
--- a/typo3/sysext/core/Tests/Unit/Localization/Parser/LocallangXmlParserTest.php
+++ b/typo3/sysext/core/Tests/Unit/Localization/Parser/LocallangXmlParserTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Localization\Parser;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Xavier Perseguers <xavier@typo3.org>
+ *  (c) 2011-2013 Xavier Perseguers <xavier@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Localization/Parser/XliffParserTest.php b/typo3/sysext/core/Tests/Unit/Localization/Parser/XliffParserTest.php
index 9257039514b1..8f5b8f0d56af 100644
--- a/typo3/sysext/core/Tests/Unit/Localization/Parser/XliffParserTest.php
+++ b/typo3/sysext/core/Tests/Unit/Localization/Parser/XliffParserTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Localization\Parser;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Xavier Perseguers <xavier@typo3.org>
+ *  (c) 2011-2013 Xavier Perseguers <xavier@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Locking/LockerTest.php b/typo3/sysext/core/Tests/Unit/Locking/LockerTest.php
index f12dbd393d80..20c6594ab4e5 100644
--- a/typo3/sysext/core/Tests/Unit/Locking/LockerTest.php
+++ b/typo3/sysext/core/Tests/Unit/Locking/LockerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Locking;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Fixtures/ProcessorFixture.php b/typo3/sysext/core/Tests/Unit/Log/Fixtures/ProcessorFixture.php
index b6ff079f45a9..c08d4ed8772e 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Fixtures/ProcessorFixture.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Fixtures/ProcessorFixture.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Fixtures;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFailing.php b/typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFailing.php
index 0ce521d391bf..171ec94d8297 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFailing.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFailing.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Fixtures;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Steffen Gebert (steffen.gebert@typo3.org)
+ * (c) 2012-2013 Steffen Gebert (steffen.gebert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFixture.php b/typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFixture.php
index 48b6d4e3a4d3..0148e0e33f79 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFixture.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFixture.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Fixtures;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/LogLevelTest.php b/typo3/sysext/core/Tests/Unit/Log/LogLevelTest.php
index 4e8cf430008e..993cf9266284 100644
--- a/typo3/sysext/core/Tests/Unit/Log/LogLevelTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/LogLevelTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/LogManagerTest.php b/typo3/sysext/core/Tests/Unit/Log/LogManagerTest.php
index bb53ef63750c..d83aefc6aaec 100644
--- a/typo3/sysext/core/Tests/Unit/Log/LogManagerTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/LogManagerTest.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
- * (c) 2011-2012 Steffen Gebert (steffen.gebert@typo3.org)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
+ * (c) 2011-2013 Steffen Gebert (steffen.gebert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/LogRecordTest.php b/typo3/sysext/core/Tests/Unit/Log/LogRecordTest.php
index d3236b6633db..57f1822f959f 100644
--- a/typo3/sysext/core/Tests/Unit/Log/LogRecordTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/LogRecordTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012-2012 Steffen Gebert (steffen.gebert@typo3.org)
+ * (c) 2012-2013 Steffen Gebert (steffen.gebert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/LoggerTest.php b/typo3/sysext/core/Tests/Unit/Log/LoggerTest.php
index 243569767eb6..2a1ac0bb8962 100644
--- a/typo3/sysext/core/Tests/Unit/Log/LoggerTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/LoggerTest.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Ingo Renner (ingo@typo3.org)
- * (c) 2011-2012 Steffen Gebert (steffen.gebert@typo3.org)
+ * (c) 2011-2013 Ingo Renner (ingo@typo3.org)
+ * (c) 2011-2013 Steffen Gebert (steffen.gebert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Processor/AbstractMemoryTest.php b/typo3/sysext/core/Tests/Unit/Log/Processor/AbstractMemoryTest.php
index fc8f0f26dd7a..bd6cf475357c 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Processor/AbstractMemoryTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Processor/AbstractMemoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Processor/AbstractTest.php b/typo3/sysext/core/Tests/Unit/Log/Processor/AbstractTest.php
index 8253da04600c..d5650836dede 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Processor/AbstractTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Processor/AbstractTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Processor/IntrospectionTest.php b/typo3/sysext/core/Tests/Unit/Log/Processor/IntrospectionTest.php
index a905b813b9a4..9b1bbf27b840 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Processor/IntrospectionTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Processor/IntrospectionTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Processor/MemoryPeakUsageTest.php b/typo3/sysext/core/Tests/Unit/Log/Processor/MemoryPeakUsageTest.php
index f6425f2bd4a7..523892a9379f 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Processor/MemoryPeakUsageTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Processor/MemoryPeakUsageTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Processor/MemoryUsageTest.php b/typo3/sysext/core/Tests/Unit/Log/Processor/MemoryUsageTest.php
index 13ec16f3a8bc..58c7321f8349 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Processor/MemoryUsageTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Processor/MemoryUsageTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Processor/ProcessorTest.php b/typo3/sysext/core/Tests/Unit/Log/Processor/ProcessorTest.php
index e6e8059c34b7..ca7a043502b6 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Processor/ProcessorTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Processor/ProcessorTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Ingo Renner (ingo@typo3.org)
+ * (c) 2012-2013 Ingo Renner (ingo@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Processor/WebTest.php b/typo3/sysext/core/Tests/Unit/Log/Processor/WebTest.php
index cc19860684bb..abeb5a43368f 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Processor/WebTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Processor/WebTest.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Processor;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Ingo Renner (ingo@typo3.org)
- * (c) 2012 Steffen Müller (typo3@t3node.com)
+ * (c) 2012-2013 Ingo Renner (ingo@typo3.org)
+ * (c) 2012-2013 Steffen Müller (typo3@t3node.com)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Writer/AbstractTest.php b/typo3/sysext/core/Tests/Unit/Log/Writer/AbstractTest.php
index 8035c3808e33..96867d93ad16 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Writer/AbstractTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Writer/AbstractTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Writer;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Steffen Gebert (steffen.gebert@typo3.org)
+ * (c) 2011-2013 Steffen Gebert (steffen.gebert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Writer/DatabaseTest.php b/typo3/sysext/core/Tests/Unit/Log/Writer/DatabaseTest.php
index 491555ecccf5..bd0184fd3e27 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Writer/DatabaseTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Writer/DatabaseTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Writer;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Steffen Gebert (steffen.gebert@typo3.org)
+ * (c) 2011-2013 Steffen Gebert (steffen.gebert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Log/Writer/FileTest.php b/typo3/sysext/core/Tests/Unit/Log/Writer/FileTest.php
index 01d45719b163..f557208d38e6 100644
--- a/typo3/sysext/core/Tests/Unit/Log/Writer/FileTest.php
+++ b/typo3/sysext/core/Tests/Unit/Log/Writer/FileTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Log\Writer;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011-2012 Steffen Gebert (steffen.gebert@typo3.org)
+ * (c) 2011-2013 Steffen Gebert (steffen.gebert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Mail/MailerTest.php b/typo3/sysext/core/Tests/Unit/Mail/MailerTest.php
index e39986b6a797..0c8e8d125844 100644
--- a/typo3/sysext/core/Tests/Unit/Mail/MailerTest.php
+++ b/typo3/sysext/core/Tests/Unit/Mail/MailerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Mail;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Ernesto Baschny (ernst@cron-it.de)
+ * (c) 2011-2013 Ernesto Baschny (ernst@cron-it.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Mail/SwiftMailerAdapterTest.php b/typo3/sysext/core/Tests/Unit/Mail/SwiftMailerAdapterTest.php
index 2d5f8517d137..8ad3ccd9e58a 100644
--- a/typo3/sysext/core/Tests/Unit/Mail/SwiftMailerAdapterTest.php
+++ b/typo3/sysext/core/Tests/Unit/Mail/SwiftMailerAdapterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Mail;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Ernesto Baschny (ernst@cron-it.de)
+ * (c) 2011-2013 Ernesto Baschny (ernst@cron-it.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Page/PageRendererTest.php b/typo3/sysext/core/Tests/Unit/Page/PageRendererTest.php
index 93e2966a5787..6995e006eea9 100644
--- a/typo3/sysext/core/Tests/Unit/Page/PageRendererTest.php
+++ b/typo3/sysext/core/Tests/Unit/Page/PageRendererTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Page;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2009-2011 Steffen Kamper (info@sk-typo3.de)
+ * (c) 2009-2013 Steffen Kamper (info@sk-typo3.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/RegistryTest.php b/typo3/sysext/core/Tests/Unit/RegistryTest.php
index 755bbd7bc8bd..96cad68e8b1e 100644
--- a/typo3/sysext/core/Tests/Unit/RegistryTest.php
+++ b/typo3/sysext/core/Tests/Unit/RegistryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Bastian Waidelich <bastian@typo3.org>
+ *  (c) 2009-2013 Bastian Waidelich <bastian@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Resource/BaseTestCase.php b/typo3/sysext/core/Tests/Unit/Resource/BaseTestCase.php
index 25b028ac7963..ff399277efad 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/BaseTestCase.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/BaseTestCase.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Resource/Driver/AbstractDriverTest.php b/typo3/sysext/core/Tests/Unit/Resource/Driver/AbstractDriverTest.php
index 26dcad96cafb..4a11ddb1f881 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/Driver/AbstractDriverTest.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/Driver/AbstractDriverTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource\Driver;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011-2012 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Resource/Driver/DriverRegistryTest.php b/typo3/sysext/core/Tests/Unit/Resource/Driver/DriverRegistryTest.php
index 9aa0ecbc332d..b4bcb48567e2 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/Driver/DriverRegistryTest.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/Driver/DriverRegistryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource\Driver;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Resource/Driver/Fixtures/LocalDriverFilenameFilter.php b/typo3/sysext/core/Tests/Unit/Resource/Driver/Fixtures/LocalDriverFilenameFilter.php
index 2cd2e2b01939..c4265c841c9c 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/Driver/Fixtures/LocalDriverFilenameFilter.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/Driver/Fixtures/LocalDriverFilenameFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource\Driver\Fixtures;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2012-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php b/typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php
index 685f718620d7..47c801c27323 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php
@@ -5,7 +5,7 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Resource/FactoryTest.php b/typo3/sysext/core/Tests/Unit/Resource/FactoryTest.php
index c7e4240a94e0..e1c42617453e 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/FactoryTest.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/FactoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ * (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Resource/FileTest.php b/typo3/sysext/core/Tests/Unit/Resource/FileTest.php
index aee89c71608b..0bc5fb6bbd15 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/FileTest.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/FileTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ * (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Resource/FolderTest.php b/typo3/sysext/core/Tests/Unit/Resource/FolderTest.php
index 1c54a110d2d3..b5c44442b447 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/FolderTest.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/FolderTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileRepositoryTest.php b/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileRepositoryTest.php
index 373893150ee1..1ca517c36b2b 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileRepositoryTest.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileRepositoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Helmut Hummel <helmut.hummel@typo3.org>
+ * (c) 2012-2013 Helmut Hummel <helmut.hummel@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
@@ -24,6 +24,9 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource;
  * This copyright notice MUST APPEAR in all copies of the script!
  ***************************************************************/
 
+/**
+ * Processed file repository test
+ */
 class ProcessedFileRepositoryTest extends \TYPO3\CMS\Core\Tests\UnitTestCase {
 
 	/**
@@ -41,3 +44,4 @@ class ProcessedFileRepositoryTest extends \TYPO3\CMS\Core\Tests\UnitTestCase {
 	}
 
 }
+?>
\ No newline at end of file
diff --git a/typo3/sysext/core/Tests/Unit/Resource/Repository/AbstractRepositoryTest.php b/typo3/sysext/core/Tests/Unit/Resource/Repository/AbstractRepositoryTest.php
index 36f1f62b06ad..d5105e333adb 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/Repository/AbstractRepositoryTest.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/Repository/AbstractRepositoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php b/typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php
index 0bc2c71fb15f..e0abfed576db 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ * (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Resource/Service/IndexerServiceTest.php b/typo3/sysext/core/Tests/Unit/Resource/Service/IndexerServiceTest.php
index 9fa262ec9e97..7be01bd4d715 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/Service/IndexerServiceTest.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/Service/IndexerServiceTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource\Service;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2011-2013 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Resource/Utility/FileExtensionFilterTest.php b/typo3/sysext/core/Tests/Unit/Resource/Utility/FileExtensionFilterTest.php
index 63e76a38d4d6..3555d6955b80 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/Utility/FileExtensionFilterTest.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/Utility/FileExtensionFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Resource\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php b/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php
index 1f3c33afd49b..939351a1ca95 100644
--- a/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php
+++ b/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Tree\TableConfiguration;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Helmut Hummel <helmut.hummel@typo3.org>
+ *  (c) 2012-2013 Helmut Hummel <helmut.hummel@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php b/typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php
index 93753005c674..a637b29be733 100644
--- a/typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php
+++ b/typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\TypoScript;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ * (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php
index d94c31f3bb1d..cdfcb534d588 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Susanne Moog <typo3@susanne-moog.de>
+ *  (c) 2011-2013 Susanne Moog <typo3@susanne-moog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php
index 363afbd1c58f..971be8970dfe 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Extbase Team
+ *  (c) 2012-2013 Extbase Team
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/ClientUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/ClientUtilityTest.php
index f73514bb9e8c..d8e7a15fdb27 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/ClientUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/ClientUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Steffen Kamper (info@sk-typo3.de)
+ * (c) 2010-2013 Steffen Kamper (info@sk-typo3.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/ExtensionMangementUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/ExtensionMangementUtilityTest.php
index 8c5749846237..cb0d2d3a99bf 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/ExtensionMangementUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/ExtensionMangementUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
+ *  (c) 2009-2013 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/File/ExtendedFileUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/File/ExtendedFileUtilityTest.php
index f9ae712576f3..135c4fdf2de0 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/File/ExtendedFileUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/File/ExtendedFileUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility\File;
 /* * *************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Fabien Udriot <fabien.udriot@ecodev.ch>
+ *  (c) 2011-2013 Fabien Udriot <fabien.udriot@ecodev.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/Fixtures/MathUtilityTestClassWithStringRepresentationFixture.php b/typo3/sysext/core/Tests/Unit/Utility/Fixtures/MathUtilityTestClassWithStringRepresentationFixture.php
index 48c2d5271fee..c8edc961d5fb 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/Fixtures/MathUtilityTestClassWithStringRepresentationFixture.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/Fixtures/MathUtilityTestClassWithStringRepresentationFixture.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility\Fixtures;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Philipp Gampe (forge.typo3.org@philippgampe.info)
+ *  (c) 2012-2013 Philipp Gampe (forge.typo3.org@philippgampe.info)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php
index 777776affc54..f7572f82f796 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php
@@ -5,7 +5,7 @@ use TYPO3\CMS\Core\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/HttpUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/HttpUtilityTest.php
index d7df51d5f29a..60f9815c225e 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/HttpUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/HttpUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ * (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/MailUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/MailUtilityTest.php
index 32c92c149d36..529732aff1a8 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/MailUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/MailUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
+ * (c) 2010-2013 Oliver Klee (typo3-coding@oliverklee.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/MathUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/MathUtilityTest.php
index 3e29d60d1c4e..51efb5f2dfbe 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/MathUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/MathUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Susanne Moog <typo3@susanne-moog.de>
+ *  (c) 2011-2013 Susanne Moog <typo3@susanne-moog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/PathUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/PathUtilityTest.php
index a516689a09b0..cb9410b00cac 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/PathUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/PathUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ * (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/RootlineUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/RootlineUtilityTest.php
index 7876e3398923..35f655721301 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/RootlineUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/RootlineUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Steffen Ritter <steffen.ritter@typo3.org>
+ *  (c) 2012-2013 Steffen Ritter <steffen.ritter@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/StringUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/StringUtilityTest.php
index 2b08879054a7..81060901d20d 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/StringUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/StringUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Susanne Moog <typo3@susanne-moog.de>
+ *  (c) 2011-2013 Susanne Moog <typo3@susanne-moog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php
index 06f7b48d9305..e48212e4f135 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests\Unit\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Susanne Moog <typo3@susanne-moog.de>
+ *  (c) 2011-2013 Susanne Moog <typo3@susanne-moog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/core/Tests/UnitTestCase.php b/typo3/sysext/core/Tests/UnitTestCase.php
index 1e5e324d4f3a..f254f4fed6dc 100644
--- a/typo3/sysext/core/Tests/UnitTestCase.php
+++ b/typo3/sysext/core/Tests/UnitTestCase.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Tests;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2005-2012 Robert Lemke (robert@typo3.org)
+ * (c) 2005-2013 Robert Lemke (robert@typo3.org)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php b/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php
index 3845d7974f10..c747d179cd56 100644
--- a/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php
+++ b/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Cshmanual\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/cshmanual/mod/index.php b/typo3/sysext/cshmanual/mod/index.php
index cef2c0826fd7..b99d2dc4b30e 100644
--- a/typo3/sysext/cshmanual/mod/index.php
+++ b/typo3/sysext/cshmanual/mod/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php b/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php
index 73388fe37ee4..5354f101e759 100644
--- a/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php
+++ b/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\CssStyledContent\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/extensionmanager/Classes/Controller/AbstractController.php b/typo3/sysext/extensionmanager/Classes/Controller/AbstractController.php
index a92ab3383850..29efcf2d8459 100644
--- a/typo3/sysext/extensionmanager/Classes/Controller/AbstractController.php
+++ b/typo3/sysext/extensionmanager/Classes/Controller/AbstractController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Controller/ActionController.php b/typo3/sysext/extensionmanager/Classes/Controller/ActionController.php
index 9a8243a48d76..361445c2beac 100644
--- a/typo3/sysext/extensionmanager/Classes/Controller/ActionController.php
+++ b/typo3/sysext/extensionmanager/Classes/Controller/ActionController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Controller/ConfigurationController.php b/typo3/sysext/extensionmanager/Classes/Controller/ConfigurationController.php
index ae7c93e90cc3..a08861613ad0 100644
--- a/typo3/sysext/extensionmanager/Classes/Controller/ConfigurationController.php
+++ b/typo3/sysext/extensionmanager/Classes/Controller/ConfigurationController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Controller/DownloadController.php b/typo3/sysext/extensionmanager/Classes/Controller/DownloadController.php
index fae1b9e6deb9..d87accbe7907 100644
--- a/typo3/sysext/extensionmanager/Classes/Controller/DownloadController.php
+++ b/typo3/sysext/extensionmanager/Classes/Controller/DownloadController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Controller/ListController.php b/typo3/sysext/extensionmanager/Classes/Controller/ListController.php
index c6cda03956e3..f36a66e8aa54 100644
--- a/typo3/sysext/extensionmanager/Classes/Controller/ListController.php
+++ b/typo3/sysext/extensionmanager/Classes/Controller/ListController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Controller/UpdateFromTerController.php b/typo3/sysext/extensionmanager/Classes/Controller/UpdateFromTerController.php
index cfdceca55da8..6e57487ec680 100644
--- a/typo3/sysext/extensionmanager/Classes/Controller/UpdateFromTerController.php
+++ b/typo3/sysext/extensionmanager/Classes/Controller/UpdateFromTerController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Controller/UploadExtensionFileController.php b/typo3/sysext/extensionmanager/Classes/Controller/UploadExtensionFileController.php
index d715fe09ddaf..056190d08151 100644
--- a/typo3/sysext/extensionmanager/Classes/Controller/UploadExtensionFileController.php
+++ b/typo3/sysext/extensionmanager/Classes/Controller/UploadExtensionFileController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationCategory.php b/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationCategory.php
index c477319ba7b8..b83b0bdf682a 100644
--- a/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationCategory.php
+++ b/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationCategory.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationItem.php b/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationItem.php
index bf3667f7e32e..fd8d33a15916 100644
--- a/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationItem.php
+++ b/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationItem.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationSubcategory.php b/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationSubcategory.php
index 070d21a3152c..16db85c00be4 100644
--- a/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationSubcategory.php
+++ b/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationSubcategory.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Domain/Model/Dependency.php b/typo3/sysext/extensionmanager/Classes/Domain/Model/Dependency.php
index 8457495ef493..ba541365a50c 100644
--- a/typo3/sysext/extensionmanager/Classes/Domain/Model/Dependency.php
+++ b/typo3/sysext/extensionmanager/Classes/Domain/Model/Dependency.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Domain/Model/DownloadQueue.php b/typo3/sysext/extensionmanager/Classes/Domain/Model/DownloadQueue.php
index 78ab516c39cc..97607c6a3b98 100644
--- a/typo3/sysext/extensionmanager/Classes/Domain/Model/DownloadQueue.php
+++ b/typo3/sysext/extensionmanager/Classes/Domain/Model/DownloadQueue.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Domain/Model/Extension.php b/typo3/sysext/extensionmanager/Classes/Domain/Model/Extension.php
index f83a370ca162..e129c4d5377c 100644
--- a/typo3/sysext/extensionmanager/Classes/Domain/Model/Extension.php
+++ b/typo3/sysext/extensionmanager/Classes/Domain/Model/Extension.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Domain/Model/Mirrors.php b/typo3/sysext/extensionmanager/Classes/Domain/Model/Mirrors.php
index a12965521f0c..9b94f2610e3f 100644
--- a/typo3/sysext/extensionmanager/Classes/Domain/Model/Mirrors.php
+++ b/typo3/sysext/extensionmanager/Classes/Domain/Model/Mirrors.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Domain\Model;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ * (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  *          Steffen Kamper <info@sk-typo3.de>
  * All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/Domain/Model/Repository.php b/typo3/sysext/extensionmanager/Classes/Domain/Model/Repository.php
index 719c81da1793..4c2404b97247 100644
--- a/typo3/sysext/extensionmanager/Classes/Domain/Model/Repository.php
+++ b/typo3/sysext/extensionmanager/Classes/Domain/Model/Repository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Domain\Model;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ * (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  *          Steffen Kamper <info@sk-typo3.de>
  * All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/Domain/Repository/ConfigurationItemRepository.php b/typo3/sysext/extensionmanager/Classes/Domain/Repository/ConfigurationItemRepository.php
index 6cd04dbf3c23..b0a3c671877d 100644
--- a/typo3/sysext/extensionmanager/Classes/Domain/Repository/ConfigurationItemRepository.php
+++ b/typo3/sysext/extensionmanager/Classes/Domain/Repository/ConfigurationItemRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Domain/Repository/ExtensionRepository.php b/typo3/sysext/extensionmanager/Classes/Domain/Repository/ExtensionRepository.php
index 416a960998d2..a4db56e104d6 100644
--- a/typo3/sysext/extensionmanager/Classes/Domain/Repository/ExtensionRepository.php
+++ b/typo3/sysext/extensionmanager/Classes/Domain/Repository/ExtensionRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Domain/Repository/RepositoryRepository.php b/typo3/sysext/extensionmanager/Classes/Domain/Repository/RepositoryRepository.php
index 3fcb4db3f5e0..92f25b7628cd 100644
--- a/typo3/sysext/extensionmanager/Classes/Domain/Repository/RepositoryRepository.php
+++ b/typo3/sysext/extensionmanager/Classes/Domain/Repository/RepositoryRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog, <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Exception/ExtensionManagerException.php b/typo3/sysext/extensionmanager/Classes/Exception/ExtensionManagerException.php
index 1f4df7303a78..08f260f63e7e 100644
--- a/typo3/sysext/extensionmanager/Classes/Exception/ExtensionManagerException.php
+++ b/typo3/sysext/extensionmanager/Classes/Exception/ExtensionManagerException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Report/ExtensionStatus.php b/typo3/sysext/extensionmanager/Classes/Report/ExtensionStatus.php
index 33af3f879bf4..027822cb65d6 100644
--- a/typo3/sysext/extensionmanager/Classes/Report/ExtensionStatus.php
+++ b/typo3/sysext/extensionmanager/Classes/Report/ExtensionStatus.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Report;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2012 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Service/ExtensionManagementService.php b/typo3/sysext/extensionmanager/Classes/Service/ExtensionManagementService.php
index 3516f14c66a9..f2b06eeb4954 100644
--- a/typo3/sysext/extensionmanager/Classes/Service/ExtensionManagementService.php
+++ b/typo3/sysext/extensionmanager/Classes/Service/ExtensionManagementService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Service;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog, <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Task/UpdateExtensionListTask.php b/typo3/sysext/extensionmanager/Classes/Task/UpdateExtensionListTask.php
index 2614220f18ad..e871398b61cb 100644
--- a/typo3/sysext/extensionmanager/Classes/Task/UpdateExtensionListTask.php
+++ b/typo3/sysext/extensionmanager/Classes/Task/UpdateExtensionListTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/ConfigurationUtility.php b/typo3/sysext/extensionmanager/Classes/Utility/ConfigurationUtility.php
index f95520e8bff9..c9a0d0567bdc 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/ConfigurationUtility.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/ConfigurationUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog, <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/Connection/TerUtility.php b/typo3/sysext/extensionmanager/Classes/Utility/Connection/TerUtility.php
index b421c815bdc5..460a14ad1b5b 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/Connection/TerUtility.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/Connection/TerUtility.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Extensionmanager\Utility\Connection;
 /* **************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
- *  (c) 2006-2010 Karsten Dambekalns <karsten@typo3.org>
+ *  (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2006-2013 Karsten Dambekalns <karsten@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/DatabaseUtility.php b/typo3/sysext/extensionmanager/Classes/Utility/DatabaseUtility.php
index 23f025fe9a8a..774c1c973323 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/DatabaseUtility.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/DatabaseUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog, <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/DependencyUtility.php b/typo3/sysext/extensionmanager/Classes/Utility/DependencyUtility.php
index bcc1c7d8ee07..d69c268e8a77 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/DependencyUtility.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/DependencyUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/DownloadUtility.php b/typo3/sysext/extensionmanager/Classes/Utility/DownloadUtility.php
index 6aee351c1aed..f7c4ac2e047f 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/DownloadUtility.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/DownloadUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/EmConfUtility.php b/typo3/sysext/extensionmanager/Classes/Utility/EmConfUtility.php
index 4bc2f24c3a7b..7d715fcf4546 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/EmConfUtility.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/EmConfUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/FileHandlingUtility.php b/typo3/sysext/extensionmanager/Classes/Utility/FileHandlingUtility.php
index 8b55ac418925..88d0d725f255 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/FileHandlingUtility.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/FileHandlingUtility.php
@@ -5,7 +5,7 @@ use \TYPO3\CMS\Core\Utility\GeneralUtility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/Importer/ExtensionListUtility.php b/typo3/sysext/extensionmanager/Classes/Utility/Importer/ExtensionListUtility.php
index 6285bbb86785..91d167c03c14 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/Importer/ExtensionListUtility.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/Importer/ExtensionListUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility\Importer;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ * (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  * Steffen Kamper <info@sk-typo3.de>
  * All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/Importer/MirrorListUtility.php b/typo3/sysext/extensionmanager/Classes/Utility/Importer/MirrorListUtility.php
index 4d70d3a9a963..296cc84b3dc4 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/Importer/MirrorListUtility.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/Importer/MirrorListUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility\Importer;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ *  (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  *		   Steffen Kamper <info@sk-typo3.de>
  *  All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/InstallUtility.php b/typo3/sysext/extensionmanager/Classes/Utility/InstallUtility.php
index 1ba097abbaeb..7eb875b4730c 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/InstallUtility.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/InstallUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/ListUtility.php b/typo3/sysext/extensionmanager/Classes/Utility/ListUtility.php
index 84b8089a8936..698c73a1d125 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/ListUtility.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/ListUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012
+ *  (c) 2012-2013 Susanne Moog <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractExtensionXmlParser.php b/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractExtensionXmlParser.php
index 493949fb4a45..5bbd63b4dfb1 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractExtensionXmlParser.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractExtensionXmlParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility\Parser;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ * (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  *	 Steffen Kamper <info@sk-typo3.de>
  * All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractMirrorXmlParser.php b/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractMirrorXmlParser.php
index 29123fb52624..26b3fc630231 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractMirrorXmlParser.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractMirrorXmlParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility\Parser;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ * (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  *	 Steffen Kamper <info@sk-typo3.de>
  * All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractXmlParser.php b/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractXmlParser.php
index 698a8e4c9be6..983232e76971 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractXmlParser.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractXmlParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility\Parser;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ * (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  *		 Steffen Kamper <info@sk-typo3.de>
  * All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPullParser.php b/typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPullParser.php
index ad8777144289..d013c49ee136 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPullParser.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPullParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility\Parser;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ *  (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  *		   Steffen Kamper <info@sk-typo3.de>
  *  All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPushParser.php b/typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPushParser.php
index 0974c4a54e89..5a9cd8f07cb1 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPushParser.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPushParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility\Parser;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ *  (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  *		   Steffen Kamper <info@sk-typo3.de>
  *  All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/Parser/MirrorXmlPullParser.php b/typo3/sysext/extensionmanager/Classes/Utility/Parser/MirrorXmlPullParser.php
index 4bdacd42b57a..0ddc480f58d2 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/Parser/MirrorXmlPullParser.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/Parser/MirrorXmlPullParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility\Parser;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ * (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  *		 Steffen Kamper <info@sk-typo3.de>
  * All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/Parser/MirrorXmlPushParser.php b/typo3/sysext/extensionmanager/Classes/Utility/Parser/MirrorXmlPushParser.php
index 5e733df05625..3b1458f2869e 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/Parser/MirrorXmlPushParser.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/Parser/MirrorXmlPushParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility\Parser;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ * (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  *		 Steffen Kamper <info@sk-typo3.de>
  * All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/Parser/XmlParserFactory.php b/typo3/sysext/extensionmanager/Classes/Utility/Parser/XmlParserFactory.php
index fdb851cbc404..b2041ff4012d 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/Parser/XmlParserFactory.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/Parser/XmlParserFactory.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility\Parser;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ * (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  *		 Steffen Kamper <info@sk-typo3.de>
  * All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/Utility/Repository/Helper.php b/typo3/sysext/extensionmanager/Classes/Utility/Repository/Helper.php
index 31da986c4996..88e9a680efa5 100644
--- a/typo3/sysext/extensionmanager/Classes/Utility/Repository/Helper.php
+++ b/typo3/sysext/extensionmanager/Classes/Utility/Repository/Helper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Utility\Repository;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Marcus Krause <marcus#exp2010@t3sec.info>
+ * (c) 2010-2013 Marcus Krause <marcus#exp2010@t3sec.info>
  * Steffen Kamper <info@sk-typo3.de>
  * All rights reserved
  *
diff --git a/typo3/sysext/extensionmanager/Classes/ViewHelpers/Be/ContainerViewHelper.php b/typo3/sysext/extensionmanager/Classes/ViewHelpers/Be/ContainerViewHelper.php
index 17001289b079..3c3d5be65931 100644
--- a/typo3/sysext/extensionmanager/Classes/ViewHelpers/Be/ContainerViewHelper.php
+++ b/typo3/sysext/extensionmanager/Classes/ViewHelpers/Be/ContainerViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\ViewHelpers\Be;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/ViewHelpers/ConfigureExtensionViewHelper.php b/typo3/sysext/extensionmanager/Classes/ViewHelpers/ConfigureExtensionViewHelper.php
index 3c5d550ddd12..f78bfbeda4ae 100644
--- a/typo3/sysext/extensionmanager/Classes/ViewHelpers/ConfigureExtensionViewHelper.php
+++ b/typo3/sysext/extensionmanager/Classes/ViewHelpers/ConfigureExtensionViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/ViewHelpers/DownloadExtensionDataViewHelper.php b/typo3/sysext/extensionmanager/Classes/ViewHelpers/DownloadExtensionDataViewHelper.php
index dc3168bbab02..d016be801e3d 100644
--- a/typo3/sysext/extensionmanager/Classes/ViewHelpers/DownloadExtensionDataViewHelper.php
+++ b/typo3/sysext/extensionmanager/Classes/ViewHelpers/DownloadExtensionDataViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/ViewHelpers/DownloadExtensionViewHelper.php b/typo3/sysext/extensionmanager/Classes/ViewHelpers/DownloadExtensionViewHelper.php
index d4854752fd0b..d5c86075f2f1 100644
--- a/typo3/sysext/extensionmanager/Classes/ViewHelpers/DownloadExtensionViewHelper.php
+++ b/typo3/sysext/extensionmanager/Classes/ViewHelpers/DownloadExtensionViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/ViewHelpers/Form/TypoScriptConstantsViewHelper.php b/typo3/sysext/extensionmanager/Classes/ViewHelpers/Form/TypoScriptConstantsViewHelper.php
index bd7da58009d3..59fcab11e63e 100644
--- a/typo3/sysext/extensionmanager/Classes/ViewHelpers/Form/TypoScriptConstantsViewHelper.php
+++ b/typo3/sysext/extensionmanager/Classes/ViewHelpers/Form/TypoScriptConstantsViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\ViewHelpers\Form;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format/ImplodeViewHelper.php b/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format/ImplodeViewHelper.php
index 5a96478aa3c1..497c812ce38c 100644
--- a/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format/ImplodeViewHelper.php
+++ b/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format/ImplodeViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\ViewHelpers\Format;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format/JsonEncodeViewHelper.php b/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format/JsonEncodeViewHelper.php
index 5b04085d8d63..1f79bcb5fb3a 100644
--- a/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format/JsonEncodeViewHelper.php
+++ b/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format/JsonEncodeViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\ViewHelpers\Format;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/ViewHelpers/ImageViewHelper.php b/typo3/sysext/extensionmanager/Classes/ViewHelpers/ImageViewHelper.php
index 5b03762ef4c4..97eb9d9d8727 100644
--- a/typo3/sysext/extensionmanager/Classes/ViewHelpers/ImageViewHelper.php
+++ b/typo3/sysext/extensionmanager/Classes/ViewHelpers/ImageViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/ViewHelpers/InstallationStateCssClassViewHelper.php b/typo3/sysext/extensionmanager/Classes/ViewHelpers/InstallationStateCssClassViewHelper.php
index e4f573750ba1..00e5e98ce10b 100644
--- a/typo3/sysext/extensionmanager/Classes/ViewHelpers/InstallationStateCssClassViewHelper.php
+++ b/typo3/sysext/extensionmanager/Classes/ViewHelpers/InstallationStateCssClassViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/ViewHelpers/RemoveExtensionViewHelper.php b/typo3/sysext/extensionmanager/Classes/ViewHelpers/RemoveExtensionViewHelper.php
index d2281ba7d6d1..a7562cca6914 100644
--- a/typo3/sysext/extensionmanager/Classes/ViewHelpers/RemoveExtensionViewHelper.php
+++ b/typo3/sysext/extensionmanager/Classes/ViewHelpers/RemoveExtensionViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/ViewHelpers/ShowExtensionVersionsViewHelper.php b/typo3/sysext/extensionmanager/Classes/ViewHelpers/ShowExtensionVersionsViewHelper.php
index d4afe5c36d39..f81fa53f580e 100644
--- a/typo3/sysext/extensionmanager/Classes/ViewHelpers/ShowExtensionVersionsViewHelper.php
+++ b/typo3/sysext/extensionmanager/Classes/ViewHelpers/ShowExtensionVersionsViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog <susanne.moog@typo3.org>
+ *  (c) 2012-2013 Susanne Moog <susanne.moog@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Classes/ViewHelpers/ToggleExtensionInstallationStateViewHelper.php b/typo3/sysext/extensionmanager/Classes/ViewHelpers/ToggleExtensionInstallationStateViewHelper.php
index 7ed2805d34fb..203de1573e16 100644
--- a/typo3/sysext/extensionmanager/Classes/ViewHelpers/ToggleExtensionInstallationStateViewHelper.php
+++ b/typo3/sysext/extensionmanager/Classes/ViewHelpers/ToggleExtensionInstallationStateViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Controller/UpdateFromTerControllerTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Controller/UpdateFromTerControllerTest.php
index a8f84a0e7fe4..254a37f97ff4 100644
--- a/typo3/sysext/extensionmanager/Tests/Unit/Controller/UpdateFromTerControllerTest.php
+++ b/typo3/sysext/extensionmanager/Tests/Unit/Controller/UpdateFromTerControllerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Controller;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ * (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DownloadQueueTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DownloadQueueTest.php
index dcf1f683e78e..512d0629495d 100644
--- a/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DownloadQueueTest.php
+++ b/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DownloadQueueTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Domain\Model;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Susanne Moog, <susanne.moog@typo3.org>
+ * (c) 2012-2013 Susanne Moog, <susanne.moog@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/ConfigurationItemRepositoryTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/ConfigurationItemRepositoryTest.php
index 3765b6f859ff..9767c9d5d166 100644
--- a/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/ConfigurationItemRepositoryTest.php
+++ b/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/ConfigurationItemRepositoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Domain\Repository;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Susanne Moog, <susanne.moog@typo3.org>
+ * (c) 2012-2013 Susanne Moog, <susanne.moog@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/RepositoryRepositoryTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/RepositoryRepositoryTest.php
index 15b5d4261a91..4b31869aba1c 100644
--- a/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/RepositoryRepositoryTest.php
+++ b/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/RepositoryRepositoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Domain\Repository;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Chritian Kuhn, <lolli@schwarzbu.ch>
+ * (c) 2012-2013 Chritian Kuhn, <lolli@schwarzbu.ch>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Report/ExtensionStatusTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Report/ExtensionStatusTest.php
index 14d9f416f3c9..edc85f8820b8 100644
--- a/typo3/sysext/extensionmanager/Tests/Unit/Report/ExtensionStatusTest.php
+++ b/typo3/sysext/extensionmanager/Tests/Unit/Report/ExtensionStatusTest.php
@@ -5,7 +5,7 @@ use TYPO3\CMS\Extensionmanager\Report;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Task/UpdateExtensionListTaskTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Task/UpdateExtensionListTaskTest.php
index 6074b2f5ee1d..fab4131b75de 100644
--- a/typo3/sysext/extensionmanager/Tests/Unit/Task/UpdateExtensionListTaskTest.php
+++ b/typo3/sysext/extensionmanager/Tests/Unit/Task/UpdateExtensionListTaskTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Utility/ConfigurationUtilityTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Utility/ConfigurationUtilityTest.php
index f774b3162d04..d1484d3307cf 100644
--- a/typo3/sysext/extensionmanager/Tests/Unit/Utility/ConfigurationUtilityTest.php
+++ b/typo3/sysext/extensionmanager/Tests/Unit/Utility/ConfigurationUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ * (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Utility/InstallUtilityTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Utility/InstallUtilityTest.php
index eef939a61965..1fc00726abb7 100644
--- a/typo3/sysext/extensionmanager/Tests/Unit/Utility/InstallUtilityTest.php
+++ b/typo3/sysext/extensionmanager/Tests/Unit/Utility/InstallUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Susanne Moog, <susanne.moog@typo3.org>
+ * (c) 2012-2013 Susanne Moog, <susanne.moog@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Utility/ListUtilityTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Utility/ListUtilityTest.php
index be3f6aedfe41..0bb8425669bb 100644
--- a/typo3/sysext/extensionmanager/Tests/Unit/Utility/ListUtilityTest.php
+++ b/typo3/sysext/extensionmanager/Tests/Unit/Utility/ListUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Susanne Moog, <susanne.moog@typo3.org>
+ * (c) 2012-2013 Susanne Moog, <susanne.moog@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/extra_page_cm_options/Classes/ExtraPageContextMenuOptions.php b/typo3/sysext/extra_page_cm_options/Classes/ExtraPageContextMenuOptions.php
index a34895aa8323..6b4dbec5de1b 100644
--- a/typo3/sysext/extra_page_cm_options/Classes/ExtraPageContextMenuOptions.php
+++ b/typo3/sysext/extra_page_cm_options/Classes/ExtraPageContextMenuOptions.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\ExtraPageCmOptions;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/feedit/Classes/FrontendEditPanel.php b/typo3/sysext/feedit/Classes/FrontendEditPanel.php
index 2a7c0c71f889..79e5efcede7e 100644
--- a/typo3/sysext/feedit/Classes/FrontendEditPanel.php
+++ b/typo3/sysext/feedit/Classes/FrontendEditPanel.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Feedit;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Jeff Segars <jeff@webempoweredchurch.org>
- *  (c) 2008-2011 David Slayback <dave@webempoweredchurch.org>
+ *  (c) 2008-2013 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2008-2013 David Slayback <dave@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php b/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php
index 60017198053c..20b632b8df1d 100644
--- a/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php
+++ b/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Felogin\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Steffen Kamper <info@sk-typo3.de>
+ *  (c) 2007-2013 Steffen Kamper <info@sk-typo3.de>
  *  Based on Newloginbox (c) 2002-2004 Kasper Skårhøj <kasper@typo3.com>
  *
  *  All rights reserved
diff --git a/typo3/sysext/felogin/Classes/Hooks/CmsLayout.php b/typo3/sysext/felogin/Classes/Hooks/CmsLayout.php
index 02991f4d1e9b..5bac66bbcc12 100644
--- a/typo3/sysext/felogin/Classes/Hooks/CmsLayout.php
+++ b/typo3/sysext/felogin/Classes/Hooks/CmsLayout.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Felogin\Hooks;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2012-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php b/typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php
index 989041020911..d7a4cdecfbbc 100644
--- a/typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php
+++ b/typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Felogin\Tests\Unit\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Helmut Hummel <helmut@typo3.org>
+ *  (c) 2012-2013 Helmut Hummel <helmut@typo3.org>
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/filelist/Classes/Controller/FileListController.php b/typo3/sysext/filelist/Classes/Controller/FileListController.php
index 4c6b55d3bbc3..9c193dbc4bca 100644
--- a/typo3/sysext/filelist/Classes/Controller/FileListController.php
+++ b/typo3/sysext/filelist/Classes/Controller/FileListController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Filelist\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/filelist/Classes/FileList.php b/typo3/sysext/filelist/Classes/FileList.php
index 2f0963fcc1e4..c4e8b5daef58 100644
--- a/typo3/sysext/filelist/Classes/FileList.php
+++ b/typo3/sysext/filelist/Classes/FileList.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Filelist;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2009 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/filelist/Classes/FileListEditIconHookInterface.php b/typo3/sysext/filelist/Classes/FileListEditIconHookInterface.php
index 2bc1a0fc6bdf..42601ea32abe 100644
--- a/typo3/sysext/filelist/Classes/FileListEditIconHookInterface.php
+++ b/typo3/sysext/filelist/Classes/FileListEditIconHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Filelist;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Steffen Kamper <info@sk-typo3.de>
+ *  (c) 2008-2013 Steffen Kamper <info@sk-typo3.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/filelist/Classes/FileListFolderTree.php b/typo3/sysext/filelist/Classes/FileListFolderTree.php
index 8411fdaa664c..d742e21a98aa 100644
--- a/typo3/sysext/filelist/Classes/FileListFolderTree.php
+++ b/typo3/sysext/filelist/Classes/FileListFolderTree.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Filelist;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/filelist/mod1/index.php b/typo3/sysext/filelist/mod1/index.php
index d6399fa3e072..fcac85aceb53 100644
--- a/typo3/sysext/filelist/mod1/index.php
+++ b/typo3/sysext/filelist/mod1/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/form/Classes/Controller/FormController.php b/typo3/sysext/form/Classes/Controller/FormController.php
index e80815ded5e8..ed1441883614 100644
--- a/typo3/sysext/form/Classes/Controller/FormController.php
+++ b/typo3/sysext/form/Classes/Controller/FormController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Controller/Wizard.php b/typo3/sysext/form/Classes/Controller/Wizard.php
index 6bcdcc276132..fa0a6b323915 100644
--- a/typo3/sysext/form/Classes/Controller/Wizard.php
+++ b/typo3/sysext/form/Classes/Controller/Wizard.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2010-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Controller/WizardController.php b/typo3/sysext/form/Classes/Controller/WizardController.php
index f721d7d02b7d..1e8db75f7100 100644
--- a/typo3/sysext/form/Classes/Controller/WizardController.php
+++ b/typo3/sysext/form/Classes/Controller/WizardController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Factory/JsonToTypoScript.php b/typo3/sysext/form/Classes/Domain/Factory/JsonToTypoScript.php
index 5d5b7e6a3684..f5bd6b72e3c8 100644
--- a/typo3/sysext/form/Classes/Domain/Factory/JsonToTypoScript.php
+++ b/typo3/sysext/form/Classes/Domain/Factory/JsonToTypoScript.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Factory;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Factory/TypoScriptFactory.php b/typo3/sysext/form/Classes/Domain/Factory/TypoScriptFactory.php
index ffa1b7193fce..27eaeea572ed 100644
--- a/typo3/sysext/form/Classes/Domain/Factory/TypoScriptFactory.php
+++ b/typo3/sysext/form/Classes/Domain/Factory/TypoScriptFactory.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Factory;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Additional/AbstractAdditionalElement.php b/typo3/sysext/form/Classes/Domain/Model/Additional/AbstractAdditionalElement.php
index 119264e03104..8247aa254d6f 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Additional/AbstractAdditionalElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Additional/AbstractAdditionalElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Additional/AdditionalAdditionalElement.php b/typo3/sysext/form/Classes/Domain/Model/Additional/AdditionalAdditionalElement.php
index 0c9801e60589..5fdc568c53af 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Additional/AdditionalAdditionalElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Additional/AdditionalAdditionalElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Additional/ErrorAdditionalElement.php b/typo3/sysext/form/Classes/Domain/Model/Additional/ErrorAdditionalElement.php
index 7b3029f8e20a..3e3b8aab951e 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Additional/ErrorAdditionalElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Additional/ErrorAdditionalElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Additional/LabelAdditionalElement.php b/typo3/sysext/form/Classes/Domain/Model/Additional/LabelAdditionalElement.php
index 69a62de7d98f..ba4df564a020 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Additional/LabelAdditionalElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Additional/LabelAdditionalElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Additional/LegendAdditionalElement.php b/typo3/sysext/form/Classes/Domain/Model/Additional/LegendAdditionalElement.php
index 5ddaff0610ec..e9c9d766a825 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Additional/LegendAdditionalElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Additional/LegendAdditionalElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Additional/MandatoryAdditionalElement.php b/typo3/sysext/form/Classes/Domain/Model/Additional/MandatoryAdditionalElement.php
index 9c5eccb71147..0a05fdc216d2 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Additional/MandatoryAdditionalElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Additional/MandatoryAdditionalElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/AbstractAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/AbstractAttribute.php
index 489fccd75959..e84b3af2fa3e 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/AbstractAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/AbstractAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/AcceptAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/AcceptAttribute.php
index c2b0d84591c5..33196dd93f38 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/AcceptAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/AcceptAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/AcceptCharsetAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/AcceptCharsetAttribute.php
index 39f3bc90bf28..7c6557145cbc 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/AcceptCharsetAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/AcceptCharsetAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/AccesskeyAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/AccesskeyAttribute.php
index c2bc07847f43..53781824abce 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/AccesskeyAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/AccesskeyAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/ActionAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/ActionAttribute.php
index b8081d1e55b6..504df20b26b5 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/ActionAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/ActionAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/AltAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/AltAttribute.php
index a309be1dedb3..fc64e919ed5e 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/AltAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/AltAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/AttributesAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/AttributesAttribute.php
index 3dc8f24dc1f1..7adf019c2795 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/AttributesAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/AttributesAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/CheckedAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/CheckedAttribute.php
index 8b93b1e9e997..56a869ae1487 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/CheckedAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/CheckedAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/ClassAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/ClassAttribute.php
index 944739e03c44..5c28ec113c61 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/ClassAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/ClassAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/ColsAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/ColsAttribute.php
index e7e60d74fbd4..a2dd6c4a56f9 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/ColsAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/ColsAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/DirAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/DirAttribute.php
index 0cb23090d92a..133d1f49a206 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/DirAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/DirAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/DisabledAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/DisabledAttribute.php
index 9d37bc6c3c69..81316d0b980a 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/DisabledAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/DisabledAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/EnctypeAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/EnctypeAttribute.php
index d378851b3fa4..4fcbcdbc24ce 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/EnctypeAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/EnctypeAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/IdAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/IdAttribute.php
index b9f4b43c3548..318c0aba9beb 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/IdAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/IdAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/LabelAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/LabelAttribute.php
index 0a18542e5b70..def6187f65c0 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/LabelAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/LabelAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/LangAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/LangAttribute.php
index 5857eda5c1a0..f0da11107e88 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/LangAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/LangAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/MaxlengthAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/MaxlengthAttribute.php
index d6b2de6c636a..5d7988fbd16e 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/MaxlengthAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/MaxlengthAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/MethodAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/MethodAttribute.php
index e01c522ac795..ff93d98a1729 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/MethodAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/MethodAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/MultipleAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/MultipleAttribute.php
index c5800c700564..901bb3f4ec7b 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/MultipleAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/MultipleAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/NameAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/NameAttribute.php
index 837261840f3b..f566c53d2b30 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/NameAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/NameAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/ReadonlyAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/ReadonlyAttribute.php
index 40492ec9ea12..7db81a2e0e57 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/ReadonlyAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/ReadonlyAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/RowsAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/RowsAttribute.php
index 6a332bb4b450..b8986bf6d59e 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/RowsAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/RowsAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/SelectedAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/SelectedAttribute.php
index 605cdaa9aa40..59f192841871 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/SelectedAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/SelectedAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/SizeAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/SizeAttribute.php
index 75e5b440cbae..31f5816a5525 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/SizeAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/SizeAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/SrcAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/SrcAttribute.php
index 534cd59553d3..b9f4b88b05eb 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/SrcAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/SrcAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/StyleAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/StyleAttribute.php
index 6fdb3412e77f..a9662c4348a5 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/StyleAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/StyleAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/TabindexAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/TabindexAttribute.php
index 4d441c8a6b26..c4710cfbcdd9 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/TabindexAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/TabindexAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/TitleAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/TitleAttribute.php
index 3204a425f71c..b5090c8f6af6 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/TitleAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/TitleAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/TypeAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/TypeAttribute.php
index e4d8dbfa58a0..b349e43eee81 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/TypeAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/TypeAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Attribute/ValueAttribute.php b/typo3/sysext/form/Classes/Domain/Model/Attribute/ValueAttribute.php
index 4c1f965f6027..b8ef73046893 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Attribute/ValueAttribute.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Attribute/ValueAttribute.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Attribute;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Content.php b/typo3/sysext/form/Classes/Domain/Model/Content.php
index 82cf25ae4e6f..1d6001667504 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Content.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Content.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Patrick Broens <patrick@patrickbroens.nl>
+ *  (c) 2010-2013 Patrick Broens <patrick@patrickbroens.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/AbstractElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/AbstractElement.php
index 86348e5b07ae..b19b6bd41eb3 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/AbstractElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/AbstractElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/AbstractPlainElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/AbstractPlainElement.php
index 8211fb2c2e7a..01dd137b36ff 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/AbstractPlainElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/AbstractPlainElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2011-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/ButtonElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/ButtonElement.php
index e50d43926fbe..54c4f9fb6e26 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/ButtonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/ButtonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/CheckboxElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/CheckboxElement.php
index ea1971e2a91e..b0a849500c39 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/CheckboxElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/CheckboxElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/CheckboxGroupElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/CheckboxGroupElement.php
index be23a98202cd..7f141719cc59 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/CheckboxGroupElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/CheckboxGroupElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/ContainerElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/ContainerElement.php
index b87508f3950f..924b00d400af 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/ContainerElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/ContainerElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/ContentElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/ContentElement.php
index 4d17a5e6264a..a94ef0521792 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/ContentElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/ContentElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/FieldsetElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/FieldsetElement.php
index 52b33db7f8e9..07f8752c8b97 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/FieldsetElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/FieldsetElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/FileuploadElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/FileuploadElement.php
index 7721cce36a14..687197ca241a 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/FileuploadElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/FileuploadElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/HeaderElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/HeaderElement.php
index 9cddee20221f..c414ee9de252 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/HeaderElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/HeaderElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2011-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/HiddenElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/HiddenElement.php
index 1a8dea2e8926..8192ea377821 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/HiddenElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/HiddenElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/ImagebuttonElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/ImagebuttonElement.php
index 43ccc5f0d3ea..cf07e254d036 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/ImagebuttonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/ImagebuttonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/OptgroupElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/OptgroupElement.php
index bba1cbfccdca..b1fd9e3dac17 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/OptgroupElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/OptgroupElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/OptionElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/OptionElement.php
index b7907000203b..d619074efe3f 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/OptionElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/OptionElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/PasswordElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/PasswordElement.php
index 994996f7d124..e1dedfe1a2b3 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/PasswordElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/PasswordElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/RadioElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/RadioElement.php
index 325defd513ae..b1511da7a1b2 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/RadioElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/RadioElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/RadioGroupElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/RadioGroupElement.php
index c09edc73d013..8ffce16410b1 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/RadioGroupElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/RadioGroupElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/ResetElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/ResetElement.php
index e2567711eb30..4073beaafdc0 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/ResetElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/ResetElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/SelectElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/SelectElement.php
index 0c19f96e3163..8003ca7e9d80 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/SelectElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/SelectElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/SubmitElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/SubmitElement.php
index 7092bf569de7..10616223677f 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/SubmitElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/SubmitElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/TextareaElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/TextareaElement.php
index 32818aaa284b..6efe78f9be9c 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/TextareaElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/TextareaElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/TextblockElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/TextblockElement.php
index aaca992db492..b8ad807d1ec8 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/TextblockElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/TextblockElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2011-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Element/TextlineElement.php b/typo3/sysext/form/Classes/Domain/Model/Element/TextlineElement.php
index 92996ec24259..4930abe66ac9 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Element/TextlineElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Element/TextlineElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Form.php b/typo3/sysext/form/Classes/Domain/Model/Form.php
index 02be85dae51c..a9a5fcfdea02 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Form.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Form.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/AbstractJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/AbstractJsonElement.php
index 19f6273e0581..21ef5c558518 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/AbstractJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/AbstractJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/ButtonJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/ButtonJsonElement.php
index 2799b4903525..b6b83a14a2e3 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/ButtonJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/ButtonJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/CheckboxGroupJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/CheckboxGroupJsonElement.php
index d63bc3048733..cf781e06180b 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/CheckboxGroupJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/CheckboxGroupJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/CheckboxJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/CheckboxJsonElement.php
index acc09f02ac7d..b3dc7ba513f2 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/CheckboxJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/CheckboxJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/ContainerJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/ContainerJsonElement.php
index c05aff257234..ff17b0be7bca 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/ContainerJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/ContainerJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/FieldsetJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/FieldsetJsonElement.php
index f59465fe1015..53909df5cc99 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/FieldsetJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/FieldsetJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/FileuploadJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/FileuploadJsonElement.php
index 69b942b9c366..ef4d870d2e95 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/FileuploadJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/FileuploadJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Peter Beernink <p.beernink@drecomm.nl>
+ *  (c) 2011-2013 Peter Beernink <p.beernink@drecomm.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/FormJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/FormJsonElement.php
index 14e11acc0777..b2a78d4889b8 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/FormJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/FormJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/HeaderJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/HeaderJsonElement.php
index a3c4180c54d3..b62c756351c4 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/HeaderJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/HeaderJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/HiddenJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/HiddenJsonElement.php
index 29514b2e4ef0..45eac54cdb47 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/HiddenJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/HiddenJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/NameJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/NameJsonElement.php
index 8bebb56cdf78..fe6fcc7e6a85 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/NameJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/NameJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/PasswordJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/PasswordJsonElement.php
index 0d3c395ea80f..ca98ca5d23f0 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/PasswordJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/PasswordJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/RadioGroupJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/RadioGroupJsonElement.php
index 93fb02e89228..30b46d8583f9 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/RadioGroupJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/RadioGroupJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/RadioJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/RadioJsonElement.php
index 0c30418faf79..10d502b06a27 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/RadioJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/RadioJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/ResetJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/ResetJsonElement.php
index f4436386cbcf..0ceac22daed0 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/ResetJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/ResetJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/SelectJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/SelectJsonElement.php
index 41adf12e8851..edb54d8edcc0 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/SelectJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/SelectJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/SubmitJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/SubmitJsonElement.php
index 015975c80b80..89c692195e6e 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/SubmitJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/SubmitJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/TextareaJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/TextareaJsonElement.php
index be882898804a..0c2faae52731 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/TextareaJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/TextareaJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/TextblockJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/TextblockJsonElement.php
index 109a883807da..0ca7062926f7 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/TextblockJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/TextblockJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2011-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Model/Json/TextlineJsonElement.php b/typo3/sysext/form/Classes/Domain/Model/Json/TextlineJsonElement.php
index 0d6c4956355f..42d966db3a6f 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Json/TextlineJsonElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Json/TextlineJsonElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Model\Json;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Domain/Repository/ContentRepository.php b/typo3/sysext/form/Classes/Domain/Repository/ContentRepository.php
index 90ed1cd2d50e..c31bd9ce8b5d 100644
--- a/typo3/sysext/form/Classes/Domain/Repository/ContentRepository.php
+++ b/typo3/sysext/form/Classes/Domain/Repository/ContentRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Patrick Broens <patrick@patrickbroens.nl>
+ *  (c) 2010-2013 Patrick Broens <patrick@patrickbroens.nl>
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Classes/ElementCounter.php b/typo3/sysext/form/Classes/ElementCounter.php
index d9efbc24e901..76148169c667 100644
--- a/typo3/sysext/form/Classes/ElementCounter.php
+++ b/typo3/sysext/form/Classes/ElementCounter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/AlphabeticFilter.php b/typo3/sysext/form/Classes/Filter/AlphabeticFilter.php
index 13dbe2e8d667..8a95de037a64 100644
--- a/typo3/sysext/form/Classes/Filter/AlphabeticFilter.php
+++ b/typo3/sysext/form/Classes/Filter/AlphabeticFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/AlphanumericFilter.php b/typo3/sysext/form/Classes/Filter/AlphanumericFilter.php
index 4f3f97c5789b..278f9f890c15 100644
--- a/typo3/sysext/form/Classes/Filter/AlphanumericFilter.php
+++ b/typo3/sysext/form/Classes/Filter/AlphanumericFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/CurrencyFilter.php b/typo3/sysext/form/Classes/Filter/CurrencyFilter.php
index 74e079874351..0cfc7066e83c 100644
--- a/typo3/sysext/form/Classes/Filter/CurrencyFilter.php
+++ b/typo3/sysext/form/Classes/Filter/CurrencyFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/DigitFilter.php b/typo3/sysext/form/Classes/Filter/DigitFilter.php
index fd6681f133cd..c398e00926bc 100644
--- a/typo3/sysext/form/Classes/Filter/DigitFilter.php
+++ b/typo3/sysext/form/Classes/Filter/DigitFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/FilterInterface.php b/typo3/sysext/form/Classes/Filter/FilterInterface.php
index 57dca628436f..8e9b6f712dbd 100644
--- a/typo3/sysext/form/Classes/Filter/FilterInterface.php
+++ b/typo3/sysext/form/Classes/Filter/FilterInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/IntegerFilter.php b/typo3/sysext/form/Classes/Filter/IntegerFilter.php
index 7d54aac00baa..29c3d16241ae 100644
--- a/typo3/sysext/form/Classes/Filter/IntegerFilter.php
+++ b/typo3/sysext/form/Classes/Filter/IntegerFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/LowerCaseFilter.php b/typo3/sysext/form/Classes/Filter/LowerCaseFilter.php
index 3479316d5054..8f3f040861ca 100644
--- a/typo3/sysext/form/Classes/Filter/LowerCaseFilter.php
+++ b/typo3/sysext/form/Classes/Filter/LowerCaseFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/RegExpFilter.php b/typo3/sysext/form/Classes/Filter/RegExpFilter.php
index ab28a8cbd909..eb2e7da2c699 100644
--- a/typo3/sysext/form/Classes/Filter/RegExpFilter.php
+++ b/typo3/sysext/form/Classes/Filter/RegExpFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/RemoveXssFilter.php b/typo3/sysext/form/Classes/Filter/RemoveXssFilter.php
index 50859a7ed882..10b56fbd18d7 100644
--- a/typo3/sysext/form/Classes/Filter/RemoveXssFilter.php
+++ b/typo3/sysext/form/Classes/Filter/RemoveXssFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/StripNewLinesFilter.php b/typo3/sysext/form/Classes/Filter/StripNewLinesFilter.php
index 5919cc747c3f..851777251d2e 100644
--- a/typo3/sysext/form/Classes/Filter/StripNewLinesFilter.php
+++ b/typo3/sysext/form/Classes/Filter/StripNewLinesFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/TitleCaseFilter.php b/typo3/sysext/form/Classes/Filter/TitleCaseFilter.php
index 4674fc49bcdd..19354584c03d 100644
--- a/typo3/sysext/form/Classes/Filter/TitleCaseFilter.php
+++ b/typo3/sysext/form/Classes/Filter/TitleCaseFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/TrimFilter.php b/typo3/sysext/form/Classes/Filter/TrimFilter.php
index 6b60e6cf45fb..f061a8b83dea 100644
--- a/typo3/sysext/form/Classes/Filter/TrimFilter.php
+++ b/typo3/sysext/form/Classes/Filter/TrimFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Filter/UpperCaseFilter.php b/typo3/sysext/form/Classes/Filter/UpperCaseFilter.php
index 31188201c32e..697ce33f62f3 100644
--- a/typo3/sysext/form/Classes/Filter/UpperCaseFilter.php
+++ b/typo3/sysext/form/Classes/Filter/UpperCaseFilter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Layout.php b/typo3/sysext/form/Classes/Layout.php
index e225e1edfe83..a77eafdde7a6 100644
--- a/typo3/sysext/form/Classes/Layout.php
+++ b/typo3/sysext/form/Classes/Layout.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Localization.php b/typo3/sysext/form/Classes/Localization.php
index fa048ac2ca16..cf92b0d19006 100644
--- a/typo3/sysext/form/Classes/Localization.php
+++ b/typo3/sysext/form/Classes/Localization.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens <patrick@patrickbroens.nl>
+ *  (c) 2008-2013 Patrick Broens <patrick@patrickbroens.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/PostProcess/MailPostProcessor.php b/typo3/sysext/form/Classes/PostProcess/MailPostProcessor.php
index 76adee4c7fbe..d2da6a06bf6e 100644
--- a/typo3/sysext/form/Classes/PostProcess/MailPostProcessor.php
+++ b/typo3/sysext/form/Classes/PostProcess/MailPostProcessor.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\PostProcess;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens <patrick@patrickbroens.nl>
+ *  (c) 2011-2013 Patrick Broens <patrick@patrickbroens.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/PostProcess/PostProcessor.php b/typo3/sysext/form/Classes/PostProcess/PostProcessor.php
index 9c8ea249f565..0051414ecf88 100644
--- a/typo3/sysext/form/Classes/PostProcess/PostProcessor.php
+++ b/typo3/sysext/form/Classes/PostProcess/PostProcessor.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\PostProcess;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens <patrick@patrickbroens.nl>
+ *  (c) 2011-2013 Patrick Broens <patrick@patrickbroens.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/PostProcess/PostProcessorInterface.php b/typo3/sysext/form/Classes/PostProcess/PostProcessorInterface.php
index b3d779e6fc62..79d2a2f81adc 100644
--- a/typo3/sysext/form/Classes/PostProcess/PostProcessorInterface.php
+++ b/typo3/sysext/form/Classes/PostProcess/PostProcessorInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\PostProcess;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Franz Geiger (mail@fx-g.de)
+ *  (c) 2012-2013 Franz Geiger (mail@fx-g.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Request.php b/typo3/sysext/form/Classes/Request.php
index 870f17c26a20..94584fe909d8 100644
--- a/typo3/sysext/form/Classes/Request.php
+++ b/typo3/sysext/form/Classes/Request.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Utility/FilterUtility.php b/typo3/sysext/form/Classes/Utility/FilterUtility.php
index 9c0b51f2d489..8c9a737a29e3 100644
--- a/typo3/sysext/form/Classes/Utility/FilterUtility.php
+++ b/typo3/sysext/form/Classes/Utility/FilterUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Utility/FormUtility.php b/typo3/sysext/form/Classes/Utility/FormUtility.php
index 148dd45d2658..3ca61792c655 100644
--- a/typo3/sysext/form/Classes/Utility/FormUtility.php
+++ b/typo3/sysext/form/Classes/Utility/FormUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2011-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Utility/TypoScriptToJsonConverter.php b/typo3/sysext/form/Classes/Utility/TypoScriptToJsonConverter.php
index 604f609a9bd0..00ed497fd7e7 100644
--- a/typo3/sysext/form/Classes/Utility/TypoScriptToJsonConverter.php
+++ b/typo3/sysext/form/Classes/Utility/TypoScriptToJsonConverter.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Utility/ValidatorUtility.php b/typo3/sysext/form/Classes/Utility/ValidatorUtility.php
index dcee0195a2ab..0862706a5343 100644
--- a/typo3/sysext/form/Classes/Utility/ValidatorUtility.php
+++ b/typo3/sysext/form/Classes/Utility/ValidatorUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/AbstractValidator.php b/typo3/sysext/form/Classes/Validation/AbstractValidator.php
index cf115f0f9f7a..f1bd8a1e3a10 100644
--- a/typo3/sysext/form/Classes/Validation/AbstractValidator.php
+++ b/typo3/sysext/form/Classes/Validation/AbstractValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/AlphabeticValidator.php b/typo3/sysext/form/Classes/Validation/AlphabeticValidator.php
index b70e55dc1dae..8fb5807c8167 100644
--- a/typo3/sysext/form/Classes/Validation/AlphabeticValidator.php
+++ b/typo3/sysext/form/Classes/Validation/AlphabeticValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/AlphanumericValidator.php b/typo3/sysext/form/Classes/Validation/AlphanumericValidator.php
index 384cda909d5d..4d314dfef3ce 100644
--- a/typo3/sysext/form/Classes/Validation/AlphanumericValidator.php
+++ b/typo3/sysext/form/Classes/Validation/AlphanumericValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/BetweenValidator.php b/typo3/sysext/form/Classes/Validation/BetweenValidator.php
index 81b6a13be810..a3ca2c170712 100644
--- a/typo3/sysext/form/Classes/Validation/BetweenValidator.php
+++ b/typo3/sysext/form/Classes/Validation/BetweenValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/DateValidator.php b/typo3/sysext/form/Classes/Validation/DateValidator.php
index daaf0ad0e935..a70909019f47 100644
--- a/typo3/sysext/form/Classes/Validation/DateValidator.php
+++ b/typo3/sysext/form/Classes/Validation/DateValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/DigitValidator.php b/typo3/sysext/form/Classes/Validation/DigitValidator.php
index 7fa4b5a09f75..a02406f74c39 100644
--- a/typo3/sysext/form/Classes/Validation/DigitValidator.php
+++ b/typo3/sysext/form/Classes/Validation/DigitValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/EmailValidator.php b/typo3/sysext/form/Classes/Validation/EmailValidator.php
index cf1b8fc1da72..e5ae2cebfdf2 100644
--- a/typo3/sysext/form/Classes/Validation/EmailValidator.php
+++ b/typo3/sysext/form/Classes/Validation/EmailValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/EqualsValidator.php b/typo3/sysext/form/Classes/Validation/EqualsValidator.php
index 5cde1b9fef44..e0cfe0a47ee1 100644
--- a/typo3/sysext/form/Classes/Validation/EqualsValidator.php
+++ b/typo3/sysext/form/Classes/Validation/EqualsValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/FileAllowedTypesValidator.php b/typo3/sysext/form/Classes/Validation/FileAllowedTypesValidator.php
index 723fedbcf7ab..273d7330f8bf 100644
--- a/typo3/sysext/form/Classes/Validation/FileAllowedTypesValidator.php
+++ b/typo3/sysext/form/Classes/Validation/FileAllowedTypesValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/FileMaximumSizeValidator.php b/typo3/sysext/form/Classes/Validation/FileMaximumSizeValidator.php
index 022bd1b22748..37bb73cd1b43 100644
--- a/typo3/sysext/form/Classes/Validation/FileMaximumSizeValidator.php
+++ b/typo3/sysext/form/Classes/Validation/FileMaximumSizeValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/FileMinimumSizeValidator.php b/typo3/sysext/form/Classes/Validation/FileMinimumSizeValidator.php
index fc0e27490ab3..aa4de4d069f8 100644
--- a/typo3/sysext/form/Classes/Validation/FileMinimumSizeValidator.php
+++ b/typo3/sysext/form/Classes/Validation/FileMinimumSizeValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/FloatValidator.php b/typo3/sysext/form/Classes/Validation/FloatValidator.php
index 152a3c11385e..2207203acd08 100644
--- a/typo3/sysext/form/Classes/Validation/FloatValidator.php
+++ b/typo3/sysext/form/Classes/Validation/FloatValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/GreaterThanValidator.php b/typo3/sysext/form/Classes/Validation/GreaterThanValidator.php
index 0d70e4e8c0c9..6c7e887a4ec6 100644
--- a/typo3/sysext/form/Classes/Validation/GreaterThanValidator.php
+++ b/typo3/sysext/form/Classes/Validation/GreaterThanValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/InArrayValidator.php b/typo3/sysext/form/Classes/Validation/InArrayValidator.php
index 34ee4b3b167b..1f4909430e96 100644
--- a/typo3/sysext/form/Classes/Validation/InArrayValidator.php
+++ b/typo3/sysext/form/Classes/Validation/InArrayValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/IntegerValidator.php b/typo3/sysext/form/Classes/Validation/IntegerValidator.php
index 9dcad534e044..db87f22c87f8 100644
--- a/typo3/sysext/form/Classes/Validation/IntegerValidator.php
+++ b/typo3/sysext/form/Classes/Validation/IntegerValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/IpValidator.php b/typo3/sysext/form/Classes/Validation/IpValidator.php
index 9529c67e71c5..1513facfb62c 100644
--- a/typo3/sysext/form/Classes/Validation/IpValidator.php
+++ b/typo3/sysext/form/Classes/Validation/IpValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/LengthValidator.php b/typo3/sysext/form/Classes/Validation/LengthValidator.php
index 015ac6a06968..11ca93d228ec 100644
--- a/typo3/sysext/form/Classes/Validation/LengthValidator.php
+++ b/typo3/sysext/form/Classes/Validation/LengthValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/LessthanValidator.php b/typo3/sysext/form/Classes/Validation/LessthanValidator.php
index bcc59a4ef07b..e244d4ac9254 100644
--- a/typo3/sysext/form/Classes/Validation/LessthanValidator.php
+++ b/typo3/sysext/form/Classes/Validation/LessthanValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/RegExpValidator.php b/typo3/sysext/form/Classes/Validation/RegExpValidator.php
index c4c8c8ff3ba7..834406ba7ebb 100644
--- a/typo3/sysext/form/Classes/Validation/RegExpValidator.php
+++ b/typo3/sysext/form/Classes/Validation/RegExpValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/RequiredValidator.php b/typo3/sysext/form/Classes/Validation/RequiredValidator.php
index 317a15d04c43..9878a737158c 100644
--- a/typo3/sysext/form/Classes/Validation/RequiredValidator.php
+++ b/typo3/sysext/form/Classes/Validation/RequiredValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/UriValidator.php b/typo3/sysext/form/Classes/Validation/UriValidator.php
index 30f3d250d51d..06e630352cb8 100644
--- a/typo3/sysext/form/Classes/Validation/UriValidator.php
+++ b/typo3/sysext/form/Classes/Validation/UriValidator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/Validation/ValidatorInterface.php b/typo3/sysext/form/Classes/Validation/ValidatorInterface.php
index bdb92718165e..7554d5593de2 100644
--- a/typo3/sysext/form/Classes/Validation/ValidatorInterface.php
+++ b/typo3/sysext/form/Classes/Validation/ValidatorInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Validation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Additional/AdditionalElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Additional/AdditionalElementView.php
index 0be424064f7a..beb9c433270f 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Additional/AdditionalElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Additional/AdditionalElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Additional/LabelAdditionalElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Additional/LabelAdditionalElementView.php
index 38b8c034123e..45080be84da0 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Additional/LabelAdditionalElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Additional/LabelAdditionalElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Additional/LegendAdditionalElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Additional/LegendAdditionalElementView.php
index 8a82d7baaab5..80be854c7424 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Additional/LegendAdditionalElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Additional/LegendAdditionalElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/ConfirmationView.php b/typo3/sysext/form/Classes/View/Confirmation/ConfirmationView.php
index a91c7e6811f3..ba0aa7f2b3ac 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/ConfirmationView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/ConfirmationView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/AbstractElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/AbstractElementView.php
index 6c53931b98ec..a91e4f851a8c 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/AbstractElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/AbstractElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/CheckboxElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/CheckboxElementView.php
index c639f865ed1c..9db822a43844 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/CheckboxElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/CheckboxElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/CheckboxGroupElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/CheckboxGroupElementView.php
index 81bd99cd7a10..e05ed8c848ba 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/CheckboxGroupElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/CheckboxGroupElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/ContainerElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/ContainerElementView.php
index 9ca2e9e97602..724cb0a5edac 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/ContainerElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/ContainerElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/FieldsetElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/FieldsetElementView.php
index 75030e859c17..3e60e0365620 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/FieldsetElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/FieldsetElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/FileuploadElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/FileuploadElementView.php
index a93958d3c539..5d8eb6297dd4 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/FileuploadElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/FileuploadElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Rens Admiraal <r.admiraal@drecomm.nl>
+ *  (c) 2011-2013 Rens Admiraal <r.admiraal@drecomm.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/OptgroupElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/OptgroupElementView.php
index 5f9b0840c5d4..098e25f7d942 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/OptgroupElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/OptgroupElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/OptionElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/OptionElementView.php
index b2ccbc86b2fb..007c9548cb72 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/OptionElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/OptionElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/RadioElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/RadioElementView.php
index 497a5e63d7ce..d77adffa2bf6 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/RadioElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/RadioElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/RadioGroupElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/RadioGroupElementView.php
index 8d0254cd1666..e09578619840 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/RadioGroupElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/RadioGroupElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/SelectElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/SelectElementView.php
index d7318d503bbd..089ad42cc031 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/SelectElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/SelectElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/TextareaElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/TextareaElementView.php
index 0f02e33ddd7c..c71679e785db 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/TextareaElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/TextareaElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Confirmation/Element/TextlineElementView.php b/typo3/sysext/form/Classes/View/Confirmation/Element/TextlineElementView.php
index 4109efcd96d5..c14eb2be0aa6 100644
--- a/typo3/sysext/form/Classes/View/Confirmation/Element/TextlineElementView.php
+++ b/typo3/sysext/form/Classes/View/Confirmation/Element/TextlineElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Confirmation\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Additional/AdditionalElementView.php b/typo3/sysext/form/Classes/View/Form/Additional/AdditionalElementView.php
index 427290c8060d..18c74655fc1d 100644
--- a/typo3/sysext/form/Classes/View/Form/Additional/AdditionalElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Additional/AdditionalElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Additional/ErrorAdditionalElementView.php b/typo3/sysext/form/Classes/View/Form/Additional/ErrorAdditionalElementView.php
index 3411a3e5e936..7984107b6007 100644
--- a/typo3/sysext/form/Classes/View/Form/Additional/ErrorAdditionalElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Additional/ErrorAdditionalElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Additional/LabelAdditionalElementView.php b/typo3/sysext/form/Classes/View/Form/Additional/LabelAdditionalElementView.php
index 2d4ebe84ce60..0cadcc285fd0 100644
--- a/typo3/sysext/form/Classes/View/Form/Additional/LabelAdditionalElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Additional/LabelAdditionalElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Additional/LegendAdditionalElementView.php b/typo3/sysext/form/Classes/View/Form/Additional/LegendAdditionalElementView.php
index 764bb6ece5ed..6499ec8c1fb8 100644
--- a/typo3/sysext/form/Classes/View/Form/Additional/LegendAdditionalElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Additional/LegendAdditionalElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Additional/MandatoryAdditionalElementView.php b/typo3/sysext/form/Classes/View/Form/Additional/MandatoryAdditionalElementView.php
index cd8e17d9dc61..3ef7718d8b40 100644
--- a/typo3/sysext/form/Classes/View/Form/Additional/MandatoryAdditionalElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Additional/MandatoryAdditionalElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/AbstractElementView.php b/typo3/sysext/form/Classes/View/Form/Element/AbstractElementView.php
index b94809b43154..625992683382 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/AbstractElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/AbstractElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/ButtonElementView.php b/typo3/sysext/form/Classes/View/Form/Element/ButtonElementView.php
index f6e61cb72ef1..e604dadb74c0 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/ButtonElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/ButtonElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/CheckboxElementView.php b/typo3/sysext/form/Classes/View/Form/Element/CheckboxElementView.php
index ca1e7cba73e8..653c55e1dfc2 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/CheckboxElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/CheckboxElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/CheckboxGroupElementView.php b/typo3/sysext/form/Classes/View/Form/Element/CheckboxGroupElementView.php
index 6038651eeb99..dfd2ca1551ce 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/CheckboxGroupElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/CheckboxGroupElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/ContainerElementView.php b/typo3/sysext/form/Classes/View/Form/Element/ContainerElementView.php
index 007c5c2eccca..94b6ff322eea 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/ContainerElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/ContainerElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/ContentElementView.php b/typo3/sysext/form/Classes/View/Form/Element/ContentElementView.php
index a9ca3fc188df..7b9021a62dc4 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/ContentElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/ContentElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/FieldsetElementView.php b/typo3/sysext/form/Classes/View/Form/Element/FieldsetElementView.php
index cb047d95c322..ca447db1c99c 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/FieldsetElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/FieldsetElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/FileuploadElementView.php b/typo3/sysext/form/Classes/View/Form/Element/FileuploadElementView.php
index f1b11875a8f2..2751c638be2d 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/FileuploadElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/FileuploadElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Rens Admiraal (r.admiraal@drecomm.nl)
+ *  (c) 2008-2013 Rens Admiraal (r.admiraal@drecomm.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/HeaderElementView.php b/typo3/sysext/form/Classes/View/Form/Element/HeaderElementView.php
index 7417151138d2..aef491bca0d7 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/HeaderElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/HeaderElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2011-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/HiddenElementView.php b/typo3/sysext/form/Classes/View/Form/Element/HiddenElementView.php
index f9a0f8940ca1..377d8443a430 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/HiddenElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/HiddenElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/ImagebuttonElementView.php b/typo3/sysext/form/Classes/View/Form/Element/ImagebuttonElementView.php
index 3c61fe01bd92..0cfa1b9a6cce 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/ImagebuttonElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/ImagebuttonElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/OptgroupElementView.php b/typo3/sysext/form/Classes/View/Form/Element/OptgroupElementView.php
index 059b963f5548..428dd418c0df 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/OptgroupElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/OptgroupElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/OptionElementView.php b/typo3/sysext/form/Classes/View/Form/Element/OptionElementView.php
index ff50cea5111b..0cade3b77082 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/OptionElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/OptionElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/PasswordElementView.php b/typo3/sysext/form/Classes/View/Form/Element/PasswordElementView.php
index d1576d260305..42048c70c5a8 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/PasswordElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/PasswordElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/RadioElementView.php b/typo3/sysext/form/Classes/View/Form/Element/RadioElementView.php
index 11e9bac91e90..a04f3a1ea428 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/RadioElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/RadioElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/RadioGroupElementView.php b/typo3/sysext/form/Classes/View/Form/Element/RadioGroupElementView.php
index 71e849e9a8ab..08dedb3304bd 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/RadioGroupElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/RadioGroupElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/ResetElementView.php b/typo3/sysext/form/Classes/View/Form/Element/ResetElementView.php
index 58a64a0a187b..32594f0e3d3a 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/ResetElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/ResetElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/SelectElementView.php b/typo3/sysext/form/Classes/View/Form/Element/SelectElementView.php
index 05601ab7dc13..4fc17bbfe58c 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/SelectElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/SelectElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/SubmitElementView.php b/typo3/sysext/form/Classes/View/Form/Element/SubmitElementView.php
index ed1b38602bbf..5a712e538b10 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/SubmitElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/SubmitElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/TextareaElementView.php b/typo3/sysext/form/Classes/View/Form/Element/TextareaElementView.php
index ac029cd0620c..1a5aa7a8484e 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/TextareaElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/TextareaElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/TextblockElementView.php b/typo3/sysext/form/Classes/View/Form/Element/TextblockElementView.php
index a56eb81a53f2..ae67db7e93fb 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/TextblockElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/TextblockElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2011-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/Element/TextlineElementView.php b/typo3/sysext/form/Classes/View/Form/Element/TextlineElementView.php
index 2756da77d5da..682134c53042 100644
--- a/typo3/sysext/form/Classes/View/Form/Element/TextlineElementView.php
+++ b/typo3/sysext/form/Classes/View/Form/Element/TextlineElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Form/FormView.php b/typo3/sysext/form/Classes/View/Form/FormView.php
index e9fecd297928..6f4080da5e57 100644
--- a/typo3/sysext/form/Classes/View/Form/FormView.php
+++ b/typo3/sysext/form/Classes/View/Form/FormView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Form;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Additional/AdditionalElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Additional/AdditionalElementView.php
index 68ca54567ee9..5468bb7ed2e5 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Additional/AdditionalElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Additional/AdditionalElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Additional/LabelAdditionalElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Additional/LabelAdditionalElementView.php
index 9879de4eb08f..c59aff3f5fda 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Additional/LabelAdditionalElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Additional/LabelAdditionalElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Additional/LegendAdditionalElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Additional/LegendAdditionalElementView.php
index 4fb9b702daae..e711deea8be7 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Additional/LegendAdditionalElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Additional/LegendAdditionalElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Additional;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/AbstractElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/AbstractElementView.php
index e4620d3984eb..f6a8917b8700 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/AbstractElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/AbstractElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/CheckboxElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/CheckboxElementView.php
index d399adae0b8b..f358eb975636 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/CheckboxElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/CheckboxElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/CheckboxGroupElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/CheckboxGroupElementView.php
index f5f03b44b7c0..7c0c24409a9c 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/CheckboxGroupElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/CheckboxGroupElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/ContainerElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/ContainerElementView.php
index 018d795ab69f..6fa802507ee6 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/ContainerElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/ContainerElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/FieldsetElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/FieldsetElementView.php
index 6939a5fad794..7d8654760fe8 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/FieldsetElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/FieldsetElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/FileuploadElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/FileuploadElementView.php
index c34ca74cc4f8..ca0cb9b3d48d 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/FileuploadElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/FileuploadElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Rens Admiraal (r.admiraal@drecomm.nl)
+ *  (c) 2008-2013 Rens Admiraal (r.admiraal@drecomm.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/HiddenElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/HiddenElementView.php
index c91c141aa477..9d8e8d26a876 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/HiddenElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/HiddenElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/OptgroupElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/OptgroupElementView.php
index 417a05e2edaa..ded79ccea3b8 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/OptgroupElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/OptgroupElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/OptionElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/OptionElementView.php
index 6eab41ca3b25..68e68fba57f4 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/OptionElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/OptionElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/RadioElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/RadioElementView.php
index 0b6d412f46dd..2df8f61c61de 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/RadioElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/RadioElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/RadioGroupElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/RadioGroupElementView.php
index 9a4296fac910..763c0b6d2cae 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/RadioGroupElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/RadioGroupElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/SelectElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/SelectElementView.php
index bd0202cdb162..a83e91340d61 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/SelectElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/SelectElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2008-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/TextareaElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/TextareaElementView.php
index 779021f5b1a7..01a481eb6c80 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/TextareaElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/TextareaElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/Element/TextlineElementView.php b/typo3/sysext/form/Classes/View/Mail/Html/Element/TextlineElementView.php
index b3fb623f246a..09a9f5337cd6 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/Element/TextlineElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/Element/TextlineElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Html/HtmlView.php b/typo3/sysext/form/Classes/View/Mail/Html/HtmlView.php
index 1dfbb3ab58e6..df2046662f8e 100644
--- a/typo3/sysext/form/Classes/View/Mail/Html/HtmlView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Html/HtmlView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Html;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/MailView.php b/typo3/sysext/form/Classes/View/Mail/MailView.php
index 95139be1d6f9..f23daf498b74 100644
--- a/typo3/sysext/form/Classes/View/Mail/MailView.php
+++ b/typo3/sysext/form/Classes/View/Mail/MailView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/AbstractElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/AbstractElementView.php
index 55f16cf7ed88..e25e079bf15c 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/AbstractElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/AbstractElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/CheckboxElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/CheckboxElementView.php
index 67dd4ba4c568..1b7034f185a8 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/CheckboxElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/CheckboxElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/CheckboxGroupElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/CheckboxGroupElementView.php
index 233cf7fd8ca3..cb4561d4ca07 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/CheckboxGroupElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/CheckboxGroupElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/ContainerElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/ContainerElementView.php
index 05469c32bf2e..e1150b655ba9 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/ContainerElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/ContainerElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/FieldsetElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/FieldsetElementView.php
index 36cec358a096..53febb1be4ac 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/FieldsetElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/FieldsetElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/FileuploadElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/FileuploadElementView.php
index 0a418e91f45f..9fbfa28a1bf4 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/FileuploadElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/FileuploadElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Rens Admiraal (r.admiraal@drecomm.nl)
+ *  (c) 2011-2013 Rens Admiraal (r.admiraal@drecomm.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/HiddenElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/HiddenElementView.php
index f693c509e5e9..ec780deee9f6 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/HiddenElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/HiddenElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/OptgroupElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/OptgroupElementView.php
index 30726cdb273c..486e300bcdd1 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/OptgroupElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/OptgroupElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/OptionElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/OptionElementView.php
index 2e4ccc310363..1d555a2b74f9 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/OptionElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/OptionElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioElementView.php
index de973ac425a2..bca1a3f3fe85 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioGroupElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioGroupElementView.php
index 826e6918e621..47327a805ed9 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioGroupElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioGroupElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/SelectElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/SelectElementView.php
index 9f59b20c0736..ca25a42e8984 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/SelectElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/SelectElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextareaElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextareaElementView.php
index f6843d715581..5a9cb55aee2a 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextareaElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextareaElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextlineElementView.php b/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextlineElementView.php
index 96be897984ba..16e08941d571 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextlineElementView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextlineElementView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Mail/Plain/PlainView.php b/typo3/sysext/form/Classes/View/Mail/Plain/PlainView.php
index 5641175c2046..c91ba35f58f0 100644
--- a/typo3/sysext/form/Classes/View/Mail/Plain/PlainView.php
+++ b/typo3/sysext/form/Classes/View/Mail/Plain/PlainView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Mail\Plain;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens (patrick@patrickbroens.nl)
+ *  (c) 2011-2013 Patrick Broens (patrick@patrickbroens.nl)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Wizard/AbstractWizardView.php b/typo3/sysext/form/Classes/View/Wizard/AbstractWizardView.php
index 242896abe1ee..c56692dd8a3d 100644
--- a/typo3/sysext/form/Classes/View/Wizard/AbstractWizardView.php
+++ b/typo3/sysext/form/Classes/View/Wizard/AbstractWizardView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Wizard;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2011-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Wizard/LoadWizardView.php b/typo3/sysext/form/Classes/View/Wizard/LoadWizardView.php
index 8f01ac6c354e..01b6237a9d3e 100644
--- a/typo3/sysext/form/Classes/View/Wizard/LoadWizardView.php
+++ b/typo3/sysext/form/Classes/View/Wizard/LoadWizardView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Wizard;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Patrick Broens <patrick@patrickbroens.nl>
+ *  (c) 2011-2013 Patrick Broens <patrick@patrickbroens.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Wizard/SaveWizardView.php b/typo3/sysext/form/Classes/View/Wizard/SaveWizardView.php
index 0b9ede96298a..e96184948acb 100644
--- a/typo3/sysext/form/Classes/View/Wizard/SaveWizardView.php
+++ b/typo3/sysext/form/Classes/View/Wizard/SaveWizardView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Wizard;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Patrick Broens <patrick@patrickbroens.nl>
+ *  (c) 2010-2013 Patrick Broens <patrick@patrickbroens.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Classes/View/Wizard/WizardView.php b/typo3/sysext/form/Classes/View/Wizard/WizardView.php
index 4dbf454f6e25..287c5fb9ad98 100644
--- a/typo3/sysext/form/Classes/View/Wizard/WizardView.php
+++ b/typo3/sysext/form/Classes/View/Wizard/WizardView.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\View\Wizard;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Patrick Broens <patrick@patrickbroens.nl>
+ *  (c) 2010-2013 Patrick Broens <patrick@patrickbroens.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/form/Tests/Unit/Filter/AlphabeticFilterTest.php b/typo3/sysext/form/Tests/Unit/Filter/AlphabeticFilterTest.php
index eef228e1f1e7..446519a3b850 100644
--- a/typo3/sysext/form/Tests/Unit/Filter/AlphabeticFilterTest.php
+++ b/typo3/sysext/form/Tests/Unit/Filter/AlphabeticFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+ *  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/Filter/AlphanumericFilterTest.php b/typo3/sysext/form/Tests/Unit/Filter/AlphanumericFilterTest.php
index 639f1021371d..4c664b7425ac 100644
--- a/typo3/sysext/form/Tests/Unit/Filter/AlphanumericFilterTest.php
+++ b/typo3/sysext/form/Tests/Unit/Filter/AlphanumericFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+ *  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/Filter/CurrencyFilterTest.php b/typo3/sysext/form/Tests/Unit/Filter/CurrencyFilterTest.php
index e9257181aae1..c7ae2e3a1cf5 100644
--- a/typo3/sysext/form/Tests/Unit/Filter/CurrencyFilterTest.php
+++ b/typo3/sysext/form/Tests/Unit/Filter/CurrencyFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
+ *  (c) 2012-2013 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/Filter/DigitFilterTest.php b/typo3/sysext/form/Tests/Unit/Filter/DigitFilterTest.php
index 547cadc3ba7e..8b3558cdb150 100644
--- a/typo3/sysext/form/Tests/Unit/Filter/DigitFilterTest.php
+++ b/typo3/sysext/form/Tests/Unit/Filter/DigitFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
+ *  (c) 2012-2013 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/Filter/IntegerFilterTest.php b/typo3/sysext/form/Tests/Unit/Filter/IntegerFilterTest.php
index 6b3e91b2d199..b169063597f7 100644
--- a/typo3/sysext/form/Tests/Unit/Filter/IntegerFilterTest.php
+++ b/typo3/sysext/form/Tests/Unit/Filter/IntegerFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
+ *  (c) 2012-2013 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/Filter/LowerCaseFilterTest.php b/typo3/sysext/form/Tests/Unit/Filter/LowerCaseFilterTest.php
index 21ba2438bb28..18aaa62dfddf 100644
--- a/typo3/sysext/form/Tests/Unit/Filter/LowerCaseFilterTest.php
+++ b/typo3/sysext/form/Tests/Unit/Filter/LowerCaseFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
+ *  (c) 2012-2013 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/Filter/RegExpFilterTest.php b/typo3/sysext/form/Tests/Unit/Filter/RegExpFilterTest.php
index 19fd56b8478c..a3150f308c5a 100644
--- a/typo3/sysext/form/Tests/Unit/Filter/RegExpFilterTest.php
+++ b/typo3/sysext/form/Tests/Unit/Filter/RegExpFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
+ *  (c) 2012-2013 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/Filter/RemoveXssFilterTest.php b/typo3/sysext/form/Tests/Unit/Filter/RemoveXssFilterTest.php
index 18ad1b2c8edf..013c2cf43338 100644
--- a/typo3/sysext/form/Tests/Unit/Filter/RemoveXssFilterTest.php
+++ b/typo3/sysext/form/Tests/Unit/Filter/RemoveXssFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
+ *  (c) 2012-2013 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/Filter/StripNewLinesFilterTest.php b/typo3/sysext/form/Tests/Unit/Filter/StripNewLinesFilterTest.php
index f8028ba7546b..4883817fe942 100644
--- a/typo3/sysext/form/Tests/Unit/Filter/StripNewLinesFilterTest.php
+++ b/typo3/sysext/form/Tests/Unit/Filter/StripNewLinesFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
+ *  (c) 2012-2013 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/Filter/TitleCaseFilterTest.php b/typo3/sysext/form/Tests/Unit/Filter/TitleCaseFilterTest.php
index 5a49e474e553..8191d610669f 100644
--- a/typo3/sysext/form/Tests/Unit/Filter/TitleCaseFilterTest.php
+++ b/typo3/sysext/form/Tests/Unit/Filter/TitleCaseFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
+ *  (c) 2012-2013 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/Filter/TrimFilterTest.php b/typo3/sysext/form/Tests/Unit/Filter/TrimFilterTest.php
index 59bffde4339a..e76f96b4fb00 100644
--- a/typo3/sysext/form/Tests/Unit/Filter/TrimFilterTest.php
+++ b/typo3/sysext/form/Tests/Unit/Filter/TrimFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
+ *  (c) 2012-2013 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/Filter/UpperCaseFilterTest.php b/typo3/sysext/form/Tests/Unit/Filter/UpperCaseFilterTest.php
index 92ebd95b898a..9a460c21f37b 100644
--- a/typo3/sysext/form/Tests/Unit/Filter/UpperCaseFilterTest.php
+++ b/typo3/sysext/form/Tests/Unit/Filter/UpperCaseFilterTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Filter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
+ *  (c) 2012-2013 Andreas Lappe <nd@kaeufli.ch>, kaeufli.ch
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/PostProcess/PostProcessorTest.php b/typo3/sysext/form/Tests/Unit/PostProcess/PostProcessorTest.php
index b2902a5d5a18..ad44fab35606 100644
--- a/typo3/sysext/form/Tests/Unit/PostProcess/PostProcessorTest.php
+++ b/typo3/sysext/form/Tests/Unit/PostProcess/PostProcessorTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\PostProcess;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Susanne Moog, <typo3@susannemoog.de>
+ *  (c) 2012-2013 Susanne Moog, <typo3@susannemoog.de>
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/AlphabeticValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/AlphabeticValidatorTest.php
index a80274a4861c..b3e5cb3f9223 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/AlphabeticValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/AlphabeticValidatorTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/AlphanumericValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/AlphanumericValidatorTest.php
index ad5f5dd47010..9140f70952c5 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/AlphanumericValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/AlphanumericValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/BetweenValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/BetweenValidatorTest.php
index cd71e32f012b..9be327fbcbe5 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/BetweenValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/BetweenValidatorTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/DateValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/DateValidatorTest.php
index 4251947d6df0..cfba8e95d919 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/DateValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/DateValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/DigitValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/DigitValidatorTest.php
index 989a0592f3af..d939c5e25382 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/DigitValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/DigitValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/EmailValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/EmailValidatorTest.php
index fe6238a2c16f..89269384cf0d 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/EmailValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/EmailValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/EqualsValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/EqualsValidatorTest.php
index e0259a9e091c..da85f675bbda 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/EqualsValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/EqualsValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/FileAllowedTypesValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/FileAllowedTypesValidatorTest.php
index 2e832ca3fdfc..59159a243efb 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/FileAllowedTypesValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/FileAllowedTypesValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/FileMaximumSizeValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/FileMaximumSizeValidatorTest.php
index e1db626057cf..cecd94ef547d 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/FileMaximumSizeValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/FileMaximumSizeValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/FileMinimumSizeValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/FileMinimumSizeValidatorTest.php
index efae1be355b1..75a26521f3b4 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/FileMinimumSizeValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/FileMinimumSizeValidatorTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/FloatValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/FloatValidatorTest.php
index 1578586a8b76..af6574c85db1 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/FloatValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/FloatValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/GreaterThanValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/GreaterThanValidatorTest.php
index 5faad2fbe87f..9a5d3069d500 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/GreaterThanValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/GreaterThanValidatorTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/Helper.php b/typo3/sysext/form/Tests/Unit/Validation/Helper.php
index 1b54ed19a30d..d5b2c74dc65d 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/Helper.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/Helper.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/InArrayValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/InArrayValidatorTest.php
index 0a5968ae14f9..b9e87f8ccaea 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/InArrayValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/InArrayValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/IntegerValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/IntegerValidatorTest.php
index e725f437d3cd..67e1c74f7503 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/IntegerValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/IntegerValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/IpValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/IpValidatorTest.php
index c17d839f4750..a838fef5caa9 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/IpValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/IpValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/LengthValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/LengthValidatorTest.php
index 506098ab0489..d4944da1858e 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/LengthValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/LengthValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/LessThanValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/LessThanValidatorTest.php
index 1ea257d7f623..e1c8db449b20 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/LessThanValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/LessThanValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/RegExpValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/RegExpValidatorTest.php
index e5d87ebb27ea..04a181d16845 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/RegExpValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/RegExpValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/RequiredValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/RequiredValidatorTest.php
index f45dacecccaf..7aa34b19eea4 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/RequiredValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/RequiredValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/Validation/UriValidatorTest.php b/typo3/sysext/form/Tests/Unit/Validation/UriValidatorTest.php
index fa844d69a607..99bbf33fb0fc 100644
--- a/typo3/sysext/form/Tests/Unit/Validation/UriValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Validation/UriValidatorTest.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Form\Tests\Unit\Validation;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
+*  (c) 2012-2013 Andreas Lappe <a.lappe@kuehlhaus.com>, kuehlhaus AG
 *
 *  All rights reserved
 *
diff --git a/typo3/sysext/form/Tests/Unit/View/Mail/Html/Element/AbstractElementViewTest.php b/typo3/sysext/form/Tests/Unit/View/Mail/Html/Element/AbstractElementViewTest.php
index 9ed685b8d203..6f6a5852149a 100644
--- a/typo3/sysext/form/Tests/Unit/View/Mail/Html/Element/AbstractElementViewTest.php
+++ b/typo3/sysext/form/Tests/Unit/View/Mail/Html/Element/AbstractElementViewTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Form\Tests\View\Mail\Html\Element;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Helmut Hummel <helmut.hummel@typo3.org>
+ *  (c) 2012-2013 Helmut Hummel <helmut.hummel@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/Authentication/FrontendUserAuthentication.php b/typo3/sysext/frontend/Classes/Authentication/FrontendUserAuthentication.php
index 8d76c8391ab3..5e2deadb1b60 100644
--- a/typo3/sysext/frontend/Classes/Authentication/FrontendUserAuthentication.php
+++ b/typo3/sysext/frontend/Classes/Authentication/FrontendUserAuthentication.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Authentication;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php b/typo3/sysext/frontend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php
index f17b1c75f540..a40b1bbd2c22 100644
--- a/typo3/sysext/frontend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php
+++ b/typo3/sysext/frontend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Configuration\TypoScript\ConditionMatching;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
+ *  (c) 2009-2013 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/AbstractContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/AbstractContentObject.php
index a176635f0814..5f5b82f64273 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/AbstractContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/AbstractContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php
index 3fa3c9513d6a..db9aeb43691b 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ClearGifContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ClearGifContentObject.php
index a7c25a0684b2..ccd1ed08d261 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ClearGifContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ClearGifContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ColumnsContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ColumnsContentObject.php
index eed11cbefb69..3c0ffdb263f1 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ColumnsContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ColumnsContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php
index 46755e0ac766..90456941f7ef 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php
index f79d0ff81269..95ee74b91ac1 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayInternalContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayInternalContentObject.php
index 6c3bf05d4c9b..22509a2fa6de 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayInternalContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayInternalContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetDataHookInterface.php b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetDataHookInterface.php
index cac439d0fa4f..6d42f36005c1 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetDataHookInterface.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetDataHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
  *
  * @author Ingo Renner <ingo@typo3.org>
  */
-interface ContentObjectGetDataHookInterface
-{
+interface ContentObjectGetDataHookInterface {
 	/**
 	 * Extends the getData()-Method of tslib_cObj to process more/other commands
 	 *
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetImageResourceHookInterface.php b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetImageResourceHookInterface.php
index 1c71a728132c..93ba58bdcfd2 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetImageResourceHookInterface.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetImageResourceHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Oliver Hader <oliver@typo3.org>
+ *  (c) 2008-2013 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
  *
  * @author Oliver Hader <oliver@typo3.org>
  */
-interface ContentObjectGetImageResourceHookInterface
-{
+interface ContentObjectGetImageResourceHookInterface {
 	/**
 	 * Hook for post-processing image resources
 	 *
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetPublicUrlForFileHookInterface.php b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetPublicUrlForFileHookInterface.php
index f0e825736a92..98ff01ab1230 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetPublicUrlForFileHookInterface.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetPublicUrlForFileHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
  *
  * @author Oliver Hader <oliver.hader@typo3.org>
  */
-interface ContentObjectGetPublicUrlForFileHookInterface
-{
+interface ContentObjectGetPublicUrlForFileHookInterface {
 	/**
 	 * Post-processes a public URL.
 	 *
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetSingleHookInterface.php b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetSingleHookInterface.php
index 865089e8643d..5199eaedb167 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetSingleHookInterface.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetSingleHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectPostInitHookInterface.php b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectPostInitHookInterface.php
index a13f17244023..027169a1675f 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectPostInitHookInterface.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectPostInitHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2010-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
index 88e9641020de..48b4fba18632 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  * Copyright notice
  *
- * (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ * (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
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectStdWrapHookInterface.php b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectStdWrapHookInterface.php
index 2462a36868be..3da11bfcea28 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectStdWrapHookInterface.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectStdWrapHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
  *
  * @author Ingo Renner <ingo@typo3.org>
  */
-interface ContentObjectStdWrapHookInterface
-{
+interface ContentObjectStdWrapHookInterface {
 	/**
 	 * Hook for modifying $content before core's stdWrap does anything
 	 *
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentTableContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ContentTableContentObject.php
index ff837991675b..bc7b3bb23de6 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ContentTableContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ContentTableContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/EditPanelContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/EditPanelContentObject.php
index 635882502ac2..3711db61d479 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/EditPanelContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/EditPanelContentObject.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2010-2013 Jeff Segars <jeff@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/FileContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/FileContentObject.php
index b6145116e37e..94e10d4b2014 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/FileContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/FileContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/FileLinkHookInterface.php b/typo3/sysext/frontend/Classes/ContentObject/FileLinkHookInterface.php
index cc63dda00a1c..79ae9e43787c 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/FileLinkHookInterface.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/FileLinkHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Oliver Hader <oliver@typo3.org>
+ *  (c) 2011-2013 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
  *
  * @author Oliver Hader <oliver@typo3.org>
  */
-interface FileLinkHookInterface
-{
+interface FileLinkHookInterface {
 	/**
 	 * Finds alternative previewImage for given File.
 	 *
diff --git a/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php
index b4a7376d5829..e6e6e83faa92 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Ingmar Schlecht <ingmar@typo3.org>
+ *  (c) 2012-2013 Ingmar Schlecht <ingmar@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/FlowPlayerContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/FlowPlayerContentObject.php
index b8e373d2ca5d..d94b78145ea3 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/FlowPlayerContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/FlowPlayerContentObject.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011-2012 Stanislas Rolland <>
+ *  (c) 2011-2013 Stanislas Rolland <>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php
index bccdd6af92d5..dd9c75cdcd18 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/FormContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/FormContentObject.php
index ba1ed7178b4c..51d30f80fcb7 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/FormContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/FormContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/HierarchicalMenuContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/HierarchicalMenuContentObject.php
index 11dd55f6b34d..561ee048bc58 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/HierarchicalMenuContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/HierarchicalMenuContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/HorizontalRulerContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/HorizontalRulerContentObject.php
index b45a3fd2b098..158e81f47424 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/HorizontalRulerContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/HorizontalRulerContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php
index 86cda50c7737..1aba9c786acf 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ImageResourceContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ImageResourceContentObject.php
index 4aefb4b3e348..23fd80454c89 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ImageResourceContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ImageResourceContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ImageTextContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ImageTextContentObject.php
index 57eb45a04c5d..ccb0e9dec01e 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ImageTextContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ImageTextContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/LoadRegisterContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/LoadRegisterContentObject.php
index fa26b48bd515..00e27f2a2a56 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/LoadRegisterContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/LoadRegisterContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/MediaContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/MediaContentObject.php
index 16e41fdd0f79..65a99b69d2b7 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/MediaContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/MediaContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -309,4 +309,4 @@ class MediaContentObject extends \TYPO3\CMS\Frontend\ContentObject\AbstractConte
 }
 
 
-?>
\ No newline at end of file
+?>
diff --git a/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php
index fdd48cf4254d..aa11a7cfa709 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject\Menu;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuFilterPagesHookInterface.php b/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuFilterPagesHookInterface.php
index 405e5a168a39..d9f9ed7886c2 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuFilterPagesHookInterface.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuFilterPagesHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject\Menu;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Tolleiv Nietsch <nietsch@aoemedia.de>
+ *  (c) 2010-2013 Tolleiv Nietsch <nietsch@aoemedia.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Frontend\ContentObject\Menu;
  *
  * @author Tolleiv Nietsch <nietsch@aoemedia.de>
  */
-interface AbstractMenuFilterPagesHookInterface
-{
+interface AbstractMenuFilterPagesHookInterface {
 	/**
 	 * Checks if a page is OK to include in the final menu item array.
 	 *
diff --git a/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuContentObject.php
index c99d23dc61cb..9bfb1cc8d9c3 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuContentObject.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Frontend\ContentObject\Menu;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Extension class creating graphic based menus (PNG or GIF files)
  *
diff --git a/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuFoldoutContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuFoldoutContentObject.php
index 240f5098a3f6..aa0172ef10fc 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuFoldoutContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuFoldoutContentObject.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject\Menu;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuLayersContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuLayersContentObject.php
index dc0e52f137c4..4d09041d3ba3 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuLayersContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuLayersContentObject.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject\Menu;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/ContentObject/Menu/ImageMenuContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/Menu/ImageMenuContentObject.php
index ed0ee6fdc7da..5493d58cf6ba 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/Menu/ImageMenuContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/Menu/ImageMenuContentObject.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Frontend\ContentObject\Menu;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * ImageMap based menus
  *
diff --git a/typo3/sysext/frontend/Classes/ContentObject/Menu/JavaScriptMenuContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/Menu/JavaScriptMenuContentObject.php
index 41a37a2c4470..dfb892a9f5fa 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/Menu/JavaScriptMenuContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/Menu/JavaScriptMenuContentObject.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Frontend\ContentObject\Menu;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * JavaScript/Selectorbox based menus
  *
diff --git a/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php
index e99d2e6e9b01..00a2cb5d17dd 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Frontend\ContentObject\Menu;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Extension class creating text based menus
  *
diff --git a/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuLayersContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuLayersContentObject.php
index 5c3febfc26b7..8d31f25bcbb8 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuLayersContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuLayersContentObject.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject\Menu;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/ContentObject/MultimediaContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/MultimediaContentObject.php
index ed4f25fe1f77..bf1b0a10781b 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/MultimediaContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/MultimediaContentObject.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
  *  (c) Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
diff --git a/typo3/sysext/frontend/Classes/ContentObject/OffsetTableContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/OffsetTableContentObject.php
index b16a163b4c42..1f1ca2833394 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/OffsetTableContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/OffsetTableContentObject.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  * Copyright notice
  *
- * (c) 1999-2012 Kasper Skårhøj (kasperYYYY@typo3.com)
+ * (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
diff --git a/typo3/sysext/frontend/Classes/ContentObject/QuicktimeObjectContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/QuicktimeObjectContentObject.php
index 84ea62e12075..edbf45b0aa8c 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/QuicktimeObjectContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/QuicktimeObjectContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -107,4 +107,4 @@ class QuicktimeObjectContentObject extends \TYPO3\CMS\Frontend\ContentObject\Abs
 }
 
 
-?>
\ No newline at end of file
+?>
diff --git a/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php
index f7100544c5d7..f3c9d3f96901 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/RestoreRegisterContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/RestoreRegisterContentObject.php
index 7144226541b7..2b67210c7977 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/RestoreRegisterContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/RestoreRegisterContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ScalableVectorGraphicsContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ScalableVectorGraphicsContentObject.php
index 7b35b61488f2..cd4c34c451d9 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ScalableVectorGraphicsContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ScalableVectorGraphicsContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/SearchResultContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/SearchResultContentObject.php
index e88afcfddd23..feb2b27f1c2c 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/SearchResultContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/SearchResultContentObject.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ShockwaveFlashObjectContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ShockwaveFlashObjectContentObject.php
index 7d061cbc25f4..b5c98ac05840 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ShockwaveFlashObjectContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ShockwaveFlashObjectContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -137,4 +137,4 @@ class ShockwaveFlashObjectContentObject extends \TYPO3\CMS\Frontend\ContentObjec
 }
 
 
-?>
\ No newline at end of file
+?>
diff --git a/typo3/sysext/frontend/Classes/ContentObject/TableRenderer.php b/typo3/sysext/frontend/Classes/ContentObject/TableRenderer.php
index 000034c36e46..e8aa179ab6ec 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/TableRenderer.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/TableRenderer.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  * Copyright notice
  *
- * (c) 1999-2012 Kasper Skårhøj (kasperYYYY@typo3.com)
+ * (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
diff --git a/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php
index c8d74acf7b73..250754f3ad66 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/TextContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/TextContentObject.php
index 561035b60ea6..058e3aa289e6 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/TextContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/TextContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php
index f9aaaef9a9e6..458bed6b86e8 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/ContentObject/UserInternalContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/UserInternalContentObject.php
index 4eba78dda3a4..4d59268d531c 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/UserInternalContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/UserInternalContentObject.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
- *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2013 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2013 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/Controller/ExtDirectEidController.php b/typo3/sysext/frontend/Classes/Controller/ExtDirectEidController.php
index 79b77f775dc2..df7a1e501d32 100644
--- a/typo3/sysext/frontend/Classes/Controller/ExtDirectEidController.php
+++ b/typo3/sysext/frontend/Classes/Controller/ExtDirectEidController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Controller;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Stefan Galinski <stefan.galinski@gmail.com>
+ * (c) 2010-2013 Stefan Galinski <stefan.galinski@gmail.com>
  *
  * All rights reserved
  *
diff --git a/typo3/sysext/frontend/Classes/Controller/PageInformationController.php b/typo3/sysext/frontend/Classes/Controller/PageInformationController.php
index 69bfa333939f..481215ade846 100644
--- a/typo3/sysext/frontend/Classes/Controller/PageInformationController.php
+++ b/typo3/sysext/frontend/Classes/Controller/PageInformationController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Frontend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Class for displaying page information (records, page record properties)
  *
diff --git a/typo3/sysext/frontend/Classes/Controller/ShowImageController.php b/typo3/sysext/frontend/Classes/Controller/ShowImageController.php
index d8fc0e608a81..1cf57cee1de6 100644
--- a/typo3/sysext/frontend/Classes/Controller/ShowImageController.php
+++ b/typo3/sysext/frontend/Classes/Controller/ShowImageController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Frontend\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class, generating the page output.
  * Instantiated in the bottom of this script.
diff --git a/typo3/sysext/frontend/Classes/Controller/TranslationStatusController.php b/typo3/sysext/frontend/Classes/Controller/TranslationStatusController.php
index 9184136563e7..02ad052f33ca 100644
--- a/typo3/sysext/frontend/Classes/Controller/TranslationStatusController.php
+++ b/typo3/sysext/frontend/Classes/Controller/TranslationStatusController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php b/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
index 20e37244cefe..c31855bad887 100644
--- a/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
+++ b/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/Hooks/FrontendHooks.php b/typo3/sysext/frontend/Classes/Hooks/FrontendHooks.php
index 71924158bca9..c614af90ea91 100644
--- a/typo3/sysext/frontend/Classes/Hooks/FrontendHooks.php
+++ b/typo3/sysext/frontend/Classes/Hooks/FrontendHooks.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Hooks;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/Hooks/MediaItemHooks.php b/typo3/sysext/frontend/Classes/Hooks/MediaItemHooks.php
index 455df25038ec..3e37dfcce274 100644
--- a/typo3/sysext/frontend/Classes/Hooks/MediaItemHooks.php
+++ b/typo3/sysext/frontend/Classes/Hooks/MediaItemHooks.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Hooks;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/Hooks/TreelistCacheUpdateHooks.php b/typo3/sysext/frontend/Classes/Hooks/TreelistCacheUpdateHooks.php
index e28263298a1c..7a13fa2893fe 100644
--- a/typo3/sysext/frontend/Classes/Hooks/TreelistCacheUpdateHooks.php
+++ b/typo3/sysext/frontend/Classes/Hooks/TreelistCacheUpdateHooks.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Hooks;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Ingo Renner (ingo@typo3.org)
+ *  (c) 2008-2013 Ingo Renner (ingo@typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php b/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php
index 131e0e253c40..32b5423f2a20 100644
--- a/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php
+++ b/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Imaging;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProvider.php b/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProvider.php
index a8757e88cf83..8e0219c42fb1 100644
--- a/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProvider.php
+++ b/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\MediaWizard;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Aishwara M.B. (aishu.moorthy@gmail.com)
+ *  (c) 2010-2013 Aishwara M.B. (aishu.moorthy@gmail.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderInterface.php b/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderInterface.php
index 0fef97b8833f..f1641ee40a35 100644
--- a/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderInterface.php
+++ b/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\MediaWizard;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Ernesto Baschny <ernst@cron-it.de>
+ *  (c) 2010-2013 Ernesto Baschny <ernst@cron-it.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -32,8 +32,7 @@ namespace TYPO3\CMS\Frontend\MediaWizard;
  *
  * @author Ernesto Baschny <ernst@cron-it.de>
  */
-interface MediaWizardProviderInterface
-{
+interface MediaWizardProviderInterface {
 	/**
 	 * Tells the calling party if we can handle the URL passed to the constructor
 	 *
diff --git a/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderManager.php b/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderManager.php
index d44d1a940046..fb825b5c83b8 100644
--- a/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderManager.php
+++ b/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderManager.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\MediaWizard;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Ernesto Baschny <ernst@cron-it.de>
+ *  (c) 2010-2013 Ernesto Baschny <ernst@cron-it.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/Page/CacheHashCalculator.php b/typo3/sysext/frontend/Classes/Page/CacheHashCalculator.php
index e8da8ad04deb..834300a49fd0 100644
--- a/typo3/sysext/frontend/Classes/Page/CacheHashCalculator.php
+++ b/typo3/sysext/frontend/Classes/Page/CacheHashCalculator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Page;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Daniel Pötzinger (poetzinger@aoemedia.de)
+ *  (c) 2011-2013 Daniel Pötzinger (poetzinger@aoemedia.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/Page/FramesetRenderer.php b/typo3/sysext/frontend/Classes/Page/FramesetRenderer.php
index 5bb913c8c01c..8c8fd326071e 100644
--- a/typo3/sysext/frontend/Classes/Page/FramesetRenderer.php
+++ b/typo3/sysext/frontend/Classes/Page/FramesetRenderer.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Page;
 /***************************************************************
  * Copyright notice
  *
- * (c) 1999-2012 Kasper Skårhøj (kasperYYYY@typo3.com)
+ * (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
diff --git a/typo3/sysext/frontend/Classes/Page/PageGenerator.php b/typo3/sysext/frontend/Classes/Page/PageGenerator.php
index 84c58eb54050..e74ea23b3008 100644
--- a/typo3/sysext/frontend/Classes/Page/PageGenerator.php
+++ b/typo3/sysext/frontend/Classes/Page/PageGenerator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Page;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/Page/PageRepository.php b/typo3/sysext/frontend/Classes/Page/PageRepository.php
index 57250df7d26a..012d7a7fa709 100644
--- a/typo3/sysext/frontend/Classes/Page/PageRepository.php
+++ b/typo3/sysext/frontend/Classes/Page/PageRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Page;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/Page/PageRepositoryGetPageHookInterface.php b/typo3/sysext/frontend/Classes/Page/PageRepositoryGetPageHookInterface.php
index 60428736d8ea..968cf58d55af 100644
--- a/typo3/sysext/frontend/Classes/Page/PageRepositoryGetPageHookInterface.php
+++ b/typo3/sysext/frontend/Classes/Page/PageRepositoryGetPageHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Page;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2009-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Frontend\Page;
  *
  * @author Christian Kuhn <lolli@schwarzbu.ch>
  */
-interface PageRepositoryGetPageHookInterface
-{
+interface PageRepositoryGetPageHookInterface {
 	/**
 	 * Modifies the DB params
 	 *
diff --git a/typo3/sysext/frontend/Classes/Page/PageRepositoryGetPageOverlayHookInterface.php b/typo3/sysext/frontend/Classes/Page/PageRepositoryGetPageOverlayHookInterface.php
index 7443501c37dc..6e7f27f7efb6 100644
--- a/typo3/sysext/frontend/Classes/Page/PageRepositoryGetPageOverlayHookInterface.php
+++ b/typo3/sysext/frontend/Classes/Page/PageRepositoryGetPageOverlayHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Page;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Tolleiv Nietsch <nietsch@aoemedia.de>
+ *  (c) 2010-2013 Tolleiv Nietsch <nietsch@aoemedia.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Frontend\Page;
  *
  * @author Tolleiv Nietsch <nietsch@aoemedia.de>
  */
-interface PageRepositoryGetPageOverlayHookInterface
-{
+interface PageRepositoryGetPageOverlayHookInterface {
 	/**
 	 * enables to preprocess the pageoverlay
 	 *
diff --git a/typo3/sysext/frontend/Classes/Page/PageRepositoryGetRecordOverlayHookInterface.php b/typo3/sysext/frontend/Classes/Page/PageRepositoryGetRecordOverlayHookInterface.php
index 0370229d8839..d96f707a588d 100644
--- a/typo3/sysext/frontend/Classes/Page/PageRepositoryGetRecordOverlayHookInterface.php
+++ b/typo3/sysext/frontend/Classes/Page/PageRepositoryGetRecordOverlayHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Page;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Tolleiv Nietsch <nietsch@aoemedia.de>
+ *  (c) 2010-2013 Tolleiv Nietsch <nietsch@aoemedia.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Frontend\Page;
  *
  * @author Tolleiv Nietsch <nietsch@aoemedia.de>
  */
-interface PageRepositoryGetRecordOverlayHookInterface
-{
+interface PageRepositoryGetRecordOverlayHookInterface {
 	/**
 	 * Enables to preprocess a record overlay
 	 *
diff --git a/typo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php b/typo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php
index 27612af8416a..00e586b77940 100644
--- a/typo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php
+++ b/typo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Plugin;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/frontend/Classes/Utility/CompressionUtility.php b/typo3/sysext/frontend/Classes/Utility/CompressionUtility.php
index 7a96d5f4fa8b..9d785d0de65f 100644
--- a/typo3/sysext/frontend/Classes/Utility/CompressionUtility.php
+++ b/typo3/sysext/frontend/Classes/Utility/CompressionUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/Utility/EidUtility.php b/typo3/sysext/frontend/Classes/Utility/EidUtility.php
index 74976b0c4159..4eff39dcd45f 100644
--- a/typo3/sysext/frontend/Classes/Utility/EidUtility.php
+++ b/typo3/sysext/frontend/Classes/Utility/EidUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2006-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2006-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/View/AdminPanelView.php b/typo3/sysext/frontend/Classes/View/AdminPanelView.php
index 8c8de229326c..8e630ab62f88 100644
--- a/typo3/sysext/frontend/Classes/View/AdminPanelView.php
+++ b/typo3/sysext/frontend/Classes/View/AdminPanelView.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Frontend\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Jeff Segars <jeff@webempoweredchurch.org>
- *  (c) 2008-2011 David Slayback <dave@webempoweredchurch.org>
+ *  (c) 2008-2013 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2008-2013 David Slayback <dave@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Classes/View/AdminPanelViewHookInterface.php b/typo3/sysext/frontend/Classes/View/AdminPanelViewHookInterface.php
index aeba324a3eb1..511a0082a857 100644
--- a/typo3/sysext/frontend/Classes/View/AdminPanelViewHookInterface.php
+++ b/typo3/sysext/frontend/Classes/View/AdminPanelViewHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2011-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Frontend\View;
  *
  * @author Georg Ringer <typo3@ringerge.org>
  */
-interface AdminPanelViewHookInterface
-{
+interface AdminPanelViewHookInterface {
 	/**
 	 * Extend the adminPanel
 	 *
diff --git a/typo3/sysext/frontend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php b/typo3/sysext/frontend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php
index 51a4793a0e67..3ec7cf3ecb4f 100644
--- a/typo3/sysext/frontend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php
+++ b/typo3/sysext/frontend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Tests\Unit\Configuration\TypoScript\ConditionMatchi
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
+ *  (c) 2009-2013 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php b/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php
index 7e31ff502423..29213d4d8ba0 100644
--- a/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php
+++ b/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Tests\Unit\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
+ *  (c) 2009-2013 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Tests/Unit/ContentObject/FluidTemplateContentObjectTest.php b/typo3/sysext/frontend/Tests/Unit/ContentObject/FluidTemplateContentObjectTest.php
index 4a413b31f827..8f0e809a467f 100644
--- a/typo3/sysext/frontend/Tests/Unit/ContentObject/FluidTemplateContentObjectTest.php
+++ b/typo3/sysext/frontend/Tests/Unit/ContentObject/FluidTemplateContentObjectTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Tests\Unit\ContentObject;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php b/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php
index 9ce018d8917c..5310bb62edde 100644
--- a/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php
+++ b/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Menu;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Stefan Galinski <stefan.galinski@gmail.com>
+ *  (c) 2012-2013 Stefan Galinski <stefan.galinski@gmail.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php b/typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php
index f15a36f63b0b..d29a248d8d3d 100644
--- a/typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php
+++ b/typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Tests\Unit\Controller;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2009-2011 Oliver Klee (typo3-coding@oliverklee.de)
+ * (c) 2009-2013 Oliver Klee (typo3-coding@oliverklee.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php b/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php
index 216e14e73455..c47f95a4a020 100644
--- a/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php
+++ b/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Tests\Unit\Page;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Tolleiv Nietsch <typo3@tolleiv.de>
+ *  (c) 2012-2013 Tolleiv Nietsch <typo3@tolleiv.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Tests/Unit/Page/PageRepositoryTest.php b/typo3/sysext/frontend/Tests/Unit/Page/PageRepositoryTest.php
index c50bec4770c9..182cc97637a0 100644
--- a/typo3/sysext/frontend/Tests/Unit/Page/PageRepositoryTest.php
+++ b/typo3/sysext/frontend/Tests/Unit/Page/PageRepositoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Tests\Unit\Page;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2009-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/frontend/Tests/Unit/View/AdminPanelViewTest.php b/typo3/sysext/frontend/Tests/Unit/View/AdminPanelViewTest.php
index 2c0975bbf218..8391fcd4cedb 100644
--- a/typo3/sysext/frontend/Tests/Unit/View/AdminPanelViewTest.php
+++ b/typo3/sysext/frontend/Tests/Unit/View/AdminPanelViewTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Frontend\Tests\Unit\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2011-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/func/Classes/Controller/PageFunctionsController.php b/typo3/sysext/func/Classes/Controller/PageFunctionsController.php
index 19a6917c324d..0edbc616bcb3 100644
--- a/typo3/sysext/func/Classes/Controller/PageFunctionsController.php
+++ b/typo3/sysext/func/Classes/Controller/PageFunctionsController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Func\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/func/mod1/index.php b/typo3/sysext/func/mod1/index.php
index 7bc4efb5dd1c..5c75793c6f65 100755
--- a/typo3/sysext/func/mod1/index.php
+++ b/typo3/sysext/func/mod1/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/func_wizards/Classes/Controller/WebFunctionWizardsBaseController.php b/typo3/sysext/func_wizards/Classes/Controller/WebFunctionWizardsBaseController.php
index b12a69e218d7..546374a025da 100644
--- a/typo3/sysext/func_wizards/Classes/Controller/WebFunctionWizardsBaseController.php
+++ b/typo3/sysext/func_wizards/Classes/Controller/WebFunctionWizardsBaseController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\FuncWizards\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/impexp/Classes/Clickmenu.php b/typo3/sysext/impexp/Classes/Clickmenu.php
index bdff6f3bbc15..4eb5b459fd0d 100644
--- a/typo3/sysext/impexp/Classes/Clickmenu.php
+++ b/typo3/sysext/impexp/Classes/Clickmenu.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Impexp;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/impexp/Classes/Controller/ImportExportController.php b/typo3/sysext/impexp/Classes/Controller/ImportExportController.php
index a46ec065f90e..5984cbae7419 100644
--- a/typo3/sysext/impexp/Classes/Controller/ImportExportController.php
+++ b/typo3/sysext/impexp/Classes/Controller/ImportExportController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Impexp\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/impexp/Classes/Controller/ModuleFunctionController.php b/typo3/sysext/impexp/Classes/Controller/ModuleFunctionController.php
index 8fd8a6e47cdc..c03d54df86ca 100644
--- a/typo3/sysext/impexp/Classes/Controller/ModuleFunctionController.php
+++ b/typo3/sysext/impexp/Classes/Controller/ModuleFunctionController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Impexp\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/impexp/Classes/ImportExport.php b/typo3/sysext/impexp/Classes/ImportExport.php
index af0a81cd1ed9..a69fe5fea963 100644
--- a/typo3/sysext/impexp/Classes/ImportExport.php
+++ b/typo3/sysext/impexp/Classes/ImportExport.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Impexp;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/impexp/Classes/LocalPageTree.php b/typo3/sysext/impexp/Classes/LocalPageTree.php
index 0777b24aab61..d961fd30a830 100644
--- a/typo3/sysext/impexp/Classes/LocalPageTree.php
+++ b/typo3/sysext/impexp/Classes/LocalPageTree.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Impexp;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/impexp/Classes/Task/ImportExportTask.php b/typo3/sysext/impexp/Classes/Task/ImportExportTask.php
index 58a2c1371803..0103b2cec1e7 100644
--- a/typo3/sysext/impexp/Classes/Task/ImportExportTask.php
+++ b/typo3/sysext/impexp/Classes/Task/ImportExportTask.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Impexp\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasper@typo3.com)
- *  (c) 2010-2011 Georg Ringer (typo3@ringerge.org)
+ *  (c) 1999-2013 Kasper Skårhøj (kasper@typo3.com)
+ *  (c) 2010-2013 Georg Ringer (typo3@ringerge.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/impexp/app/index.php b/typo3/sysext/impexp/app/index.php
index 7b39bfcb205e..11c81fd9bc8e 100755
--- a/typo3/sysext/impexp/app/index.php
+++ b/typo3/sysext/impexp/app/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php b/typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php
index 04274aa9b983..6691dedef351 100755
--- a/typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php
+++ b/typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/indexed_search/Classes/Controller/IndexedPagesController.php b/typo3/sysext/indexed_search/Classes/Controller/IndexedPagesController.php
index 888017c2e26a..1d01ad2b6c71 100644
--- a/typo3/sysext/indexed_search/Classes/Controller/IndexedPagesController.php
+++ b/typo3/sysext/indexed_search/Classes/Controller/IndexedPagesController.php
@@ -1,6 +1,29 @@
 <?php
 namespace TYPO3\CMS\IndexedSearch\Controller;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2001-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.
+ *
+ *  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!
+ ***************************************************************/
+
 /**
  * Indexing class for TYPO3 frontend
  *
diff --git a/typo3/sysext/indexed_search/Classes/Controller/IndexingStatisticsController.php b/typo3/sysext/indexed_search/Classes/Controller/IndexingStatisticsController.php
index 6ca5a9403af6..ddb665550b36 100644
--- a/typo3/sysext/indexed_search/Classes/Controller/IndexingStatisticsController.php
+++ b/typo3/sysext/indexed_search/Classes/Controller/IndexingStatisticsController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2011 Dimitri Ebert (dimitri.ebert@dkd.de)
+ *  (c) 2004-2013 Dimitri Ebert (dimitri.ebert@dkd.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/indexed_search/Classes/Controller/ModuleController.php b/typo3/sysext/indexed_search/Classes/Controller/ModuleController.php
index 9a51f9d5c7e1..3138f7d3bd49 100644
--- a/typo3/sysext/indexed_search/Classes/Controller/ModuleController.php
+++ b/typo3/sysext/indexed_search/Classes/Controller/ModuleController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\IndexedSearch\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Backend module providing boring statistics of the index-tables.
  *
diff --git a/typo3/sysext/indexed_search/Classes/Controller/SearchController.php b/typo3/sysext/indexed_search/Classes/Controller/SearchController.php
index c24b18213181..dd40a48d0767 100644
--- a/typo3/sysext/indexed_search/Classes/Controller/SearchController.php
+++ b/typo3/sysext/indexed_search/Classes/Controller/SearchController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack (benni@typo3.org)
+ *  (c) 2011-2013 Benjamin Mack (benni@typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php b/typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php
index 37dc5b7c300c..b3db48025730 100644
--- a/typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php
+++ b/typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\IndexedSearch\Controller;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2001-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 textfile 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!
+ ***************************************************************/
+
 /**
  * Index search frontend
  *
diff --git a/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php b/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php
index 9686820f68a6..557dba091b80 100644
--- a/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php
+++ b/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack (benni@typo3.org)
+ *  (c) 2011-2013 Benjamin Mack (benni@typo3.org)
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/indexed_search/Classes/Example/CrawlerHook.php b/typo3/sysext/indexed_search/Classes/Example/CrawlerHook.php
index 7781655830ce..ab989d2736bf 100644
--- a/typo3/sysext/indexed_search/Classes/Example/CrawlerHook.php
+++ b/typo3/sysext/indexed_search/Classes/Example/CrawlerHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch\Example;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2001-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2001-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/indexed_search/Classes/Example/PluginHook.php b/typo3/sysext/indexed_search/Classes/Example/PluginHook.php
index 8d296da80ce2..791d28ae42e2 100644
--- a/typo3/sysext/indexed_search/Classes/Example/PluginHook.php
+++ b/typo3/sysext/indexed_search/Classes/Example/PluginHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch\Example;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2001-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2001-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/indexed_search/Classes/FileContentParser.php b/typo3/sysext/indexed_search/Classes/FileContentParser.php
index 9b6da3bbede9..ba9bab4afb5e 100644
--- a/typo3/sysext/indexed_search/Classes/FileContentParser.php
+++ b/typo3/sysext/indexed_search/Classes/FileContentParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2001-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2001-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/indexed_search/Classes/Hook/CrawlerFilesHook.php b/typo3/sysext/indexed_search/Classes/Hook/CrawlerFilesHook.php
index 6aa0dcffa52a..975f87ee41d0 100644
--- a/typo3/sysext/indexed_search/Classes/Hook/CrawlerFilesHook.php
+++ b/typo3/sysext/indexed_search/Classes/Hook/CrawlerFilesHook.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\IndexedSearch\Hook;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2001-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 textfile 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!
+ ***************************************************************/
+
 /**
  * Crawler hook for indexed search. Works with the "crawler" extension
  * This hook is specifically used to index external files found on pages through the crawler extension.
diff --git a/typo3/sysext/indexed_search/Classes/Hook/CrawlerHook.php b/typo3/sysext/indexed_search/Classes/Hook/CrawlerHook.php
index 35d171afcb3b..a81bdf3b0229 100644
--- a/typo3/sysext/indexed_search/Classes/Hook/CrawlerHook.php
+++ b/typo3/sysext/indexed_search/Classes/Hook/CrawlerHook.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\IndexedSearch\Hook;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2001-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 textfile 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!
+ ***************************************************************/
+
 /**
  * Crawler hook for indexed search. Works with the "crawler" extension
  *
diff --git a/typo3/sysext/indexed_search/Classes/Hook/MysqlFulltextIndexHook.php b/typo3/sysext/indexed_search/Classes/Hook/MysqlFulltextIndexHook.php
index d3ddf6d8e0b3..5d32556fe3b0 100644
--- a/typo3/sysext/indexed_search/Classes/Hook/MysqlFulltextIndexHook.php
+++ b/typo3/sysext/indexed_search/Classes/Hook/MysqlFulltextIndexHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch\Hook;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Michael Stucki (michael@typo3.org)
+ *  (c) 2011-2013 Michael Stucki (michael@typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/indexed_search/Classes/Hook/TypoScriptFrontendHook.php b/typo3/sysext/indexed_search/Classes/Hook/TypoScriptFrontendHook.php
index 347cf9dd218b..436749875f0c 100644
--- a/typo3/sysext/indexed_search/Classes/Hook/TypoScriptFrontendHook.php
+++ b/typo3/sysext/indexed_search/Classes/Hook/TypoScriptFrontendHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch\Hook;
 /***************************************************************
  *  Copyright notice
  *
- * (c) 2009-2011 Oliver Hader <oliver@typo3.org>
+ * (c) 2009-2013 Oliver Hader <oliver@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/indexed_search/Classes/Indexer.php b/typo3/sysext/indexed_search/Classes/Indexer.php
index 0f97b4ec994a..5b74da33d481 100644
--- a/typo3/sysext/indexed_search/Classes/Indexer.php
+++ b/typo3/sysext/indexed_search/Classes/Indexer.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2001-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2001-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/indexed_search/Classes/Lexer.php b/typo3/sysext/indexed_search/Classes/Lexer.php
index 0c55acd66c21..62d94bc4b90f 100644
--- a/typo3/sysext/indexed_search/Classes/Lexer.php
+++ b/typo3/sysext/indexed_search/Classes/Lexer.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2001-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2001-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/indexed_search/Classes/Utility/IndexedSearchUtility.php b/typo3/sysext/indexed_search/Classes/Utility/IndexedSearchUtility.php
index 96b604ae01ea..2c87182b2b78 100644
--- a/typo3/sysext/indexed_search/Classes/Utility/IndexedSearchUtility.php
+++ b/typo3/sysext/indexed_search/Classes/Utility/IndexedSearchUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Dmitry Dulepov (dmitry@typo3.com)
+ *  (c) 2011-2013 Dmitry Dulepov (dmitry@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingResultsViewHelper.php b/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingResultsViewHelper.php
index 18cd61892eb3..05c02a0c17af 100644
--- a/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingResultsViewHelper.php
+++ b/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingResultsViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack (benni@typo3.org)
+ *  (c) 2011-2013 Benjamin Mack (benni@typo3.org)
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingViewHelper.php b/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingViewHelper.php
index 6300265cbfdb..f2cb3d1183c5 100644
--- a/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingViewHelper.php
+++ b/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\IndexedSearch\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Benjamin Mack (benni@typo3.org)
+ *  (c) 2011-2013 Benjamin Mack (benni@typo3.org)
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/indexed_search/Tests/Unit/IndexerTest.php b/typo3/sysext/indexed_search/Tests/Unit/IndexerTest.php
index 71aef1e050d2..1d73492b0408 100644
--- a/typo3/sysext/indexed_search/Tests/Unit/IndexerTest.php
+++ b/typo3/sysext/indexed_search/Tests/Unit/IndexerTest.php
@@ -1,6 +1,29 @@
 <?php
 namespace TYPO3\CMS\IndexedSearch\Tests\Unit;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2010-2013 Dmitry Dulepov (dmitry.dulepov@gmail.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.
+ *
+ *  This script is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  This copyright notice MUST APPEAR in all copies of the script!
+ ***************************************************************/
+
 /**
  * This class contains unit tests for the indexer
  *
diff --git a/typo3/sysext/indexed_search/class.crawler.php b/typo3/sysext/indexed_search/class.crawler.php
index d766cf5f36eb..eb3ffe2b6049 100755
--- a/typo3/sysext/indexed_search/class.crawler.php
+++ b/typo3/sysext/indexed_search/class.crawler.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2001-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2001-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/indexed_search/mod/index.php b/typo3/sysext/indexed_search/mod/index.php
index cd3833979c01..2f5aecad610b 100755
--- a/typo3/sysext/indexed_search/mod/index.php
+++ b/typo3/sysext/indexed_search/mod/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php b/typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php
index ae024cb36caf..bacd96183c13 100755
--- a/typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php
+++ b/typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2001-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2001-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php b/typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php
index 1f731774f83e..131b637b7886 100755
--- a/typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php
+++ b/typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2001-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2001-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/info/Classes/Controller/InfoModuleController.php b/typo3/sysext/info/Classes/Controller/InfoModuleController.php
index ad074e871e71..bb6b661a0d38 100644
--- a/typo3/sysext/info/Classes/Controller/InfoModuleController.php
+++ b/typo3/sysext/info/Classes/Controller/InfoModuleController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Info\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for the Web > Info module
  * This class creates the framework to which other extensions can connect their sub-modules
diff --git a/typo3/sysext/info/mod1/index.php b/typo3/sysext/info/mod1/index.php
index ec1da73cab28..8c3bcfb95f26 100755
--- a/typo3/sysext/info/mod1/index.php
+++ b/typo3/sysext/info/mod1/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/info_pagetsconfig/Classes/Controller/InfoPageTyposcriptConfigController.php b/typo3/sysext/info_pagetsconfig/Classes/Controller/InfoPageTyposcriptConfigController.php
index bbbcf349591d..96f2b6d8ee42 100644
--- a/typo3/sysext/info_pagetsconfig/Classes/Controller/InfoPageTyposcriptConfigController.php
+++ b/typo3/sysext/info_pagetsconfig/Classes/Controller/InfoPageTyposcriptConfigController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\InfoPagetsconfig\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/install/Classes/CheckTheDatabaseHookInterface.php b/typo3/sysext/install/Classes/CheckTheDatabaseHookInterface.php
index 9ce837d4de06..1492435df6c2 100644
--- a/typo3/sysext/install/Classes/CheckTheDatabaseHookInterface.php
+++ b/typo3/sysext/install/Classes/CheckTheDatabaseHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Thomas Maroschik <tmaroschik@dfau.de>
+ *  (c) 2011-2013 Thomas Maroschik <tmaroschik@dfau.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/Controller/InstallToolModuleController.php b/typo3/sysext/install/Classes/Controller/InstallToolModuleController.php
index 930ea320468e..bf188d447857 100644
--- a/typo3/sysext/install/Classes/Controller/InstallToolModuleController.php
+++ b/typo3/sysext/install/Classes/Controller/InstallToolModuleController.php
@@ -1,6 +1,29 @@
 <?php
 namespace TYPO3\CMS\Install\Controller;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2011-2013 Steffen Gebert <steffen.gebert@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.
+ *
+ *  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!
+ ***************************************************************/
+
 /**
  * Backend module of the 'install' extension, which automatically enables the
  * Install Tool, if it's accessed by an authenticated Backend user.
diff --git a/typo3/sysext/install/Classes/CoreUpdates/AddFlexFormsToAclUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/AddFlexFormsToAclUpdate.php
index 3d54a8548712..e3db259ddfc4 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/AddFlexFormsToAclUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/AddFlexFormsToAclUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Kai Vogel (kai.vogel(at)speedprogs.de)
+ *  (c) 2010-2013 Kai Vogel (kai.vogel(at)speedprogs.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/CharsetDefaultsUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/CharsetDefaultsUpdate.php
index 60d4c67a9225..eebf473a1205 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/CharsetDefaultsUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/CharsetDefaultsUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Michael Stucki <michael@typo3.org>, Benjamin Mack <benni@typo3.org>
+ *  (c) 2010-2013 Michael Stucki <michael@typo3.org>, Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/CompatVersionUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/CompatVersionUpdate.php
index 9a9088c065bb..a3517e92f158 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/CompatVersionUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/CompatVersionUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Sebastian Kurfürst <sebastian@garbage-group.de>
+ *  (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
diff --git a/typo3/sysext/install/Classes/CoreUpdates/CompressionLevelUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/CompressionLevelUpdate.php
index 80a14abb012e..95580824d763 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/CompressionLevelUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/CompressionLevelUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011  Steffen Ritter (info@rs-websystems.de)
+ *  (c) 2010-2013  Steffen Ritter (info@rs-websystems.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/CscSplitUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/CscSplitUpdate.php
index 4384a366eedf..0fcf29c10b4e 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/CscSplitUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/CscSplitUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Susanne Moog <typo3@susanne-moog.de>
+ *  (c) 1999-2013 Susanne Moog <typo3@susanne-moog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/ExtensionManagerTables.php b/typo3/sysext/install/Classes/CoreUpdates/ExtensionManagerTables.php
index eeb2f74274e6..f1608f8267dd 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/ExtensionManagerTables.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/ExtensionManagerTables.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2012-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/FlagsFromSpriteUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/FlagsFromSpriteUpdate.php
index d3a486eb612d..4816bdf14ae5 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/FlagsFromSpriteUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/FlagsFromSpriteUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Ernesto Baschny <ernst@cron-it.de>
+ *  (c) 2010-2013 Ernesto Baschny <ernst@cron-it.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/ImagecolsUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/ImagecolsUpdate.php
index bcbbffa9ad7d..afbc7500159a 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/ImagecolsUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/ImagecolsUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Steffen Kamper <info@sk-typo3.de>
+ *  (c) 2008-2013 Steffen Kamper <info@sk-typo3.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/ImagelinkUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/ImagelinkUpdate.php
index fe4627d0e73b..f788dc7bba2c 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/ImagelinkUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/ImagelinkUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2011-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/InstallSysExtsUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/InstallSysExtsUpdate.php
index bea488934ed8..d4e97466c82a 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/InstallSysExtsUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/InstallSysExtsUpdate.php
@@ -4,9 +4,9 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Benjamin Mack <benni@typo3.org>
- *  (c) 2008-2011 Steffen Kamper <info@sk-typo3.de>
- *  (c) 2012 Kai Vogel <kai.vogel@speedprogs.de>
+ *  (c) 2008-2013 Benjamin Mack <benni@typo3.org>
+ *  (c) 2008-2013 Steffen Kamper <info@sk-typo3.de>
+ *  (c) 2012-2013 Kai Vogel <kai.vogel@speedprogs.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/LocalConfigurationUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/LocalConfigurationUpdate.php
index a4402130f1f8..2a927bb9996a 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/LocalConfigurationUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/LocalConfigurationUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Helge Funk <helge.funk@e-net.info>
+ *  (c) 2012-2013 Helge Funk <helge.funk@e-net.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/MediaFlexformUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/MediaFlexformUpdate.php
index fb5b1ddb42bc..8ab5c923532c 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/MediaFlexformUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/MediaFlexformUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Steffen Ritter <steffen.ritter@typo3.org>
+ *  (c) 2012-2013 Steffen Ritter <steffen.ritter@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/MergeAdvancedUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/MergeAdvancedUpdate.php
index 0f5b6bd27957..603bf758e833 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/MergeAdvancedUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/MergeAdvancedUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Steffen Kamper <info@sk-typo3.de>
+ *  (c) 2008-2013 Steffen Kamper <info@sk-typo3.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/MigrateWorkspacesUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/MigrateWorkspacesUpdate.php
index c714d2a49546..4b2ead72ba4f 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/MigrateWorkspacesUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/MigrateWorkspacesUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Tolleiv Nietsch <info@tolleiv.de>
+ *  (c) 2010-2013 Tolleiv Nietsch <info@tolleiv.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/NotInMenuUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/NotInMenuUpdate.php
index cc21c9d69537..a9b3637d816c 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/NotInMenuUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/NotInMenuUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Sebastian Kurfürst <sebastian@garbage-group.de>
+ *  (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
diff --git a/typo3/sysext/install/Classes/CoreUpdates/RootTemplateUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/RootTemplateUpdate.php
index d9876d3c2ca2..a5eff35ce59b 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/RootTemplateUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/RootTemplateUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/StaticTemplatesUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/StaticTemplatesUpdate.php
index e6446dde4ead..67498f24189d 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/StaticTemplatesUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/StaticTemplatesUpdate.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011  Steffen Ritter (info@rs-websystems.de)
- *           2009  Benjamin Mack (benni@typo3.org)
+ *  (c) 2008-2013  Steffen Ritter (info@rs-websystems.de)
+ *      2009-2013  Benjamin Mack (benni@typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/CoreUpdates/T3skinUpdate.php b/typo3/sysext/install/Classes/CoreUpdates/T3skinUpdate.php
index 919c15c409fa..0da16ef55742 100644
--- a/typo3/sysext/install/Classes/CoreUpdates/T3skinUpdate.php
+++ b/typo3/sysext/install/Classes/CoreUpdates/T3skinUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\CoreUpdates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011  Steffen Ritter (info@rs-websystems.de)
+ *  (c) 2010-2013  Steffen Ritter (info@rs-websystems.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/EidHandler.php b/typo3/sysext/install/Classes/EidHandler.php
index 388b2bb6d4f8..386c0f8ab60c 100644
--- a/typo3/sysext/install/Classes/EidHandler.php
+++ b/typo3/sysext/install/Classes/EidHandler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause, Helmut Hummel (security@typo3.org)
+ *  (c) 2009-2013 Marcus Krause, Helmut Hummel (security@typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/EnableFileService.php b/typo3/sysext/install/Classes/EnableFileService.php
index 84f44ea2d009..5981ab1d206b 100644
--- a/typo3/sysext/install/Classes/EnableFileService.php
+++ b/typo3/sysext/install/Classes/EnableFileService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Ritter, Benjamin Mack <benjamin.mack@typo3.org>
+ *  (c) 2011-2013 Steffen Ritter, Benjamin Mack <benjamin.mack@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/InstallBootstrap.php b/typo3/sysext/install/Classes/InstallBootstrap.php
index 60e1c5fcf636..915f6dcaf8f0 100644
--- a/typo3/sysext/install/Classes/InstallBootstrap.php
+++ b/typo3/sysext/install/Classes/InstallBootstrap.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/Installer.php b/typo3/sysext/install/Classes/Installer.php
index f0456699a44f..a82e5baecab4 100644
--- a/typo3/sysext/install/Classes/Installer.php
+++ b/typo3/sysext/install/Classes/Installer.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Install;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Install Tool module
  *
diff --git a/typo3/sysext/install/Classes/Report/InstallStatusReport.php b/typo3/sysext/install/Classes/Report/InstallStatusReport.php
index 45338e8cc5fd..f44fffa74a11 100644
--- a/typo3/sysext/install/Classes/Report/InstallStatusReport.php
+++ b/typo3/sysext/install/Classes/Report/InstallStatusReport.php
@@ -1,6 +1,29 @@
 <?php
 namespace TYPO3\CMS\Install\Report;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2009-2013 Ingo Renner <ingo@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.
+ *
+ *  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!
+ ***************************************************************/
+
 /**
  * Provides an installation status report
  *
diff --git a/typo3/sysext/install/Classes/Service/UpdateDispatcherService.php b/typo3/sysext/install/Classes/Service/UpdateDispatcherService.php
index bdef88118d2c..4efdae9d6ead 100644
--- a/typo3/sysext/install/Classes/Service/UpdateDispatcherService.php
+++ b/typo3/sysext/install/Classes/Service/UpdateDispatcherService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\Service;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ *  (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/Session.php b/typo3/sysext/install/Classes/Session.php
index 84d5ba7500a5..52aa1d679e4c 100644
--- a/typo3/sysext/install/Classes/Session.php
+++ b/typo3/sysext/install/Classes/Session.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ernesto Baschny <ernst@cron-it.de>
+ *  (c) 2009-2013 Ernesto Baschny <ernst@cron-it.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/Sql/SchemaMigrator.php b/typo3/sysext/install/Classes/Sql/SchemaMigrator.php
index 6542d7ac59a6..1f9fb038ad3e 100644
--- a/typo3/sysext/install/Classes/Sql/SchemaMigrator.php
+++ b/typo3/sysext/install/Classes/Sql/SchemaMigrator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\Sql;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2011-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/Updates/AbstractUpdate.php b/typo3/sysext/install/Classes/Updates/AbstractUpdate.php
index dfd9de718943..af18dccd6467 100644
--- a/typo3/sysext/install/Classes/Updates/AbstractUpdate.php
+++ b/typo3/sysext/install/Classes/Updates/AbstractUpdate.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\Updates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Benjamin Mack <benni@typo3.org>
+ *  (c) 2010-2013 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/Updates/FilemountUpdateWizard.php b/typo3/sysext/install/Classes/Updates/FilemountUpdateWizard.php
index 03d7f82d8c74..61b97b9e7c56 100644
--- a/typo3/sysext/install/Classes/Updates/FilemountUpdateWizard.php
+++ b/typo3/sysext/install/Classes/Updates/FilemountUpdateWizard.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\Updates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Tolleiv Nietsch <typo3@tolleiv.de>
+ *  (c) 2012-2013 Tolleiv Nietsch <typo3@tolleiv.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/Updates/InitUpdateWizard.php b/typo3/sysext/install/Classes/Updates/InitUpdateWizard.php
index 4a4f429d6b4f..f39057e169f7 100644
--- a/typo3/sysext/install/Classes/Updates/InitUpdateWizard.php
+++ b/typo3/sysext/install/Classes/Updates/InitUpdateWizard.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\Updates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Tolleiv Nietsch <info@tolleiv.de>
+ *  (c) 2012-2013 Tolleiv Nietsch <info@tolleiv.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php b/typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php
index 56622d8452db..b269b4e88471 100644
--- a/typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php
+++ b/typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\Updates;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2012 Oliver Hader <oliver.hader@typo3.org>
+ * (c) 2012-2013 Oliver Hader <oliver.hader@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/Updates/TceformsUpdateWizard.php b/typo3/sysext/install/Classes/Updates/TceformsUpdateWizard.php
index 85bef9ec101c..42acd0464d7e 100644
--- a/typo3/sysext/install/Classes/Updates/TceformsUpdateWizard.php
+++ b/typo3/sysext/install/Classes/Updates/TceformsUpdateWizard.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\Updates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Ingmar Schlecht <ingmar@typo3.org>
+ *  (c) 2011-2013 Ingmar Schlecht <ingmar@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Classes/Updates/TtContentUploadsUpdateWizard.php b/typo3/sysext/install/Classes/Updates/TtContentUploadsUpdateWizard.php
index e66d3978f51c..8b32b9d5e30d 100644
--- a/typo3/sysext/install/Classes/Updates/TtContentUploadsUpdateWizard.php
+++ b/typo3/sysext/install/Classes/Updates/TtContentUploadsUpdateWizard.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\Updates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Ritter <steffen.ritter@typo3.org>
+ *  (c) 2011-2013 Steffen Ritter <steffen.ritter@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/Tests/Unit/InstallToolTest.php b/typo3/sysext/install/Tests/Unit/InstallToolTest.php
index 92f4e34ae7e7..c2845923be84 100644
--- a/typo3/sysext/install/Tests/Unit/InstallToolTest.php
+++ b/typo3/sysext/install/Tests/Unit/InstallToolTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Install\Tests\Unit;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2012-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/mod/class.tx_install.php b/typo3/sysext/install/mod/class.tx_install.php
index 0d8887633b1f..67381a7b92bc 100644
--- a/typo3/sysext/install/mod/class.tx_install.php
+++ b/typo3/sysext/install/mod/class.tx_install.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/install/mod/index.php b/typo3/sysext/install/mod/index.php
index f0fdb91c1b97..5f9cf51ac2f6 100755
--- a/typo3/sysext/install/mod/index.php
+++ b/typo3/sysext/install/mod/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Gebert <steffen.gebert@typo3.org>
+ *  (c) 2011-2013 Steffen Gebert <steffen.gebert@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/install/report/class.tx_install_report_installstatus.php b/typo3/sysext/install/report/class.tx_install_report_installstatus.php
index 2cf36ef58cdc..112b840402b1 100644
--- a/typo3/sysext/install/report/class.tx_install_report_installstatus.php
+++ b/typo3/sysext/install/report/class.tx_install_report_installstatus.php
@@ -1,26 +1,4 @@
 <?php
-/***************************************************************
- *  Copyright notice
- *
- *  (c) 2009-2011 Ingo Renner <ingo@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.
- *
- *  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!
- ***************************************************************/
 /*
  * @deprecated since 6.0, the classname tx_install_report_InstallStatus and this file is obsolete
  * and will be removed with 6.2. The class was renamed and is now located at:
diff --git a/typo3/sysext/lang/Classes/ClearLanguageCacheMenuItem.php b/typo3/sysext/lang/Classes/ClearLanguageCacheMenuItem.php
index c280c4a40908..cabbf6a56d7d 100644
--- a/typo3/sysext/lang/Classes/ClearLanguageCacheMenuItem.php
+++ b/typo3/sysext/lang/Classes/ClearLanguageCacheMenuItem.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lang;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Dominique Feyer <dominique.feyer@reelpeek.net>
+ *  (c) 2007-2013 Dominique Feyer <dominique.feyer@reelpeek.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/Controller/LanguageController.php b/typo3/sysext/lang/Classes/Controller/LanguageController.php
index 74f841669d01..dcbd144af8a5 100644
--- a/typo3/sysext/lang/Classes/Controller/LanguageController.php
+++ b/typo3/sysext/lang/Classes/Controller/LanguageController.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Lang\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Sebastian Fischer <typo3@evoweb.de>
- *      2012 Kai Vogel <kai.vogel@speedprogs.de>
+ *  (c) 2012-2013 Sebastian Fischer <typo3@evoweb.de>
+ *      2012-2013 Kai Vogel <kai.vogel@speedprogs.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/Domain/Model/Extension.php b/typo3/sysext/lang/Classes/Domain/Model/Extension.php
index ee44b1198a40..4d5bdabbb016 100644
--- a/typo3/sysext/lang/Classes/Domain/Model/Extension.php
+++ b/typo3/sysext/lang/Classes/Domain/Model/Extension.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lang\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Sebastian Fischer <typo3@evoweb.de>
+ *  (c) 2012-2013 Sebastian Fischer <typo3@evoweb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/Domain/Model/Language.php b/typo3/sysext/lang/Classes/Domain/Model/Language.php
index 1b9d165c62a4..d7a4da306851 100644
--- a/typo3/sysext/lang/Classes/Domain/Model/Language.php
+++ b/typo3/sysext/lang/Classes/Domain/Model/Language.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Lang\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Sebastian Fischer <typo3@evoweb.de>
+ *  (c) 2012-2013 Sebastian Fischer <typo3@evoweb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/Domain/Model/LanguageSelectionForm.php b/typo3/sysext/lang/Classes/Domain/Model/LanguageSelectionForm.php
index 310b6c1580e6..020e1ecd4a4d 100644
--- a/typo3/sysext/lang/Classes/Domain/Model/LanguageSelectionForm.php
+++ b/typo3/sysext/lang/Classes/Domain/Model/LanguageSelectionForm.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Lang\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Sebastian Fischer <typo3@evoweb.de>
+ *  (c) 2012-2013 Sebastian Fischer <typo3@evoweb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/Domain/Model/UpdateTranslationForm.php b/typo3/sysext/lang/Classes/Domain/Model/UpdateTranslationForm.php
index e9eeb2f2b42a..92821b96425f 100644
--- a/typo3/sysext/lang/Classes/Domain/Model/UpdateTranslationForm.php
+++ b/typo3/sysext/lang/Classes/Domain/Model/UpdateTranslationForm.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Lang\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Sebastian Fischer <typo3@evoweb.de>
+ *  (c) 2012-2013 Sebastian Fischer <typo3@evoweb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/Domain/Repository/ExtensionRepository.php b/typo3/sysext/lang/Classes/Domain/Repository/ExtensionRepository.php
index a6e0ba8c2c10..b39ae7287f65 100644
--- a/typo3/sysext/lang/Classes/Domain/Repository/ExtensionRepository.php
+++ b/typo3/sysext/lang/Classes/Domain/Repository/ExtensionRepository.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Lang\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Sebastian Fischer <typo3@evoweb.de>
+ *  (c) 2012-2013 Sebastian Fischer <typo3@evoweb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/Domain/Repository/LanguageRepository.php b/typo3/sysext/lang/Classes/Domain/Repository/LanguageRepository.php
index 2a99660ecbc6..9ef6c1adb1d3 100644
--- a/typo3/sysext/lang/Classes/Domain/Repository/LanguageRepository.php
+++ b/typo3/sysext/lang/Classes/Domain/Repository/LanguageRepository.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Lang\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Sebastian Fischer <typo3@evoweb.de>
+ *  (c) 2012-2013 Sebastian Fischer <typo3@evoweb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/Exception/Lang.php b/typo3/sysext/lang/Classes/Exception/Lang.php
index f2b7924b2a22..0e1001e18950 100644
--- a/typo3/sysext/lang/Classes/Exception/Lang.php
+++ b/typo3/sysext/lang/Classes/Exception/Lang.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Lang\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Sebastian Fischer <typo3@evoweb.de>
+ *  (c) 2012-2013 Sebastian Fischer <typo3@evoweb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/Exception/Ter.php b/typo3/sysext/lang/Classes/Exception/Ter.php
index 54d93f494d1b..428cb2ae0d92 100644
--- a/typo3/sysext/lang/Classes/Exception/Ter.php
+++ b/typo3/sysext/lang/Classes/Exception/Ter.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Lang\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Sebastian Fischer <typo3@evoweb.de>
+ *  (c) 2012-2013 Sebastian Fischer <typo3@evoweb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/Exception/XmlParser.php b/typo3/sysext/lang/Classes/Exception/XmlParser.php
index 424b7f629fcc..c2149c077b37 100644
--- a/typo3/sysext/lang/Classes/Exception/XmlParser.php
+++ b/typo3/sysext/lang/Classes/Exception/XmlParser.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Lang\Exception;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Sebastian Fischer <typo3@evoweb.de>
+ *  (c) 2012-2013 Sebastian Fischer <typo3@evoweb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/LanguageCacheClearer.php b/typo3/sysext/lang/Classes/LanguageCacheClearer.php
index 891a375fdf1d..f26bbc532274 100644
--- a/typo3/sysext/lang/Classes/LanguageCacheClearer.php
+++ b/typo3/sysext/lang/Classes/LanguageCacheClearer.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lang;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Dominique Feyer <dominique.feyer@reelpeek.net>
+ *  (c) 2008-2013 Dominique Feyer <dominique.feyer@reelpeek.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/LanguageService.php b/typo3/sysext/lang/Classes/LanguageService.php
index 179c84561796..260ecf03ff53 100644
--- a/typo3/sysext/lang/Classes/LanguageService.php
+++ b/typo3/sysext/lang/Classes/LanguageService.php
@@ -1,22 +1,29 @@
 <?php
 namespace TYPO3\CMS\Lang;
+
 /***************************************************************
  *  Copyright notice
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *
+ *  (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 textfile 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!
  ***************************************************************/
 
diff --git a/typo3/sysext/lang/Classes/Utility/Connection/Ter.php b/typo3/sysext/lang/Classes/Utility/Connection/Ter.php
index 607fc6805bc8..b214f753459e 100644
--- a/typo3/sysext/lang/Classes/Utility/Connection/Ter.php
+++ b/typo3/sysext/lang/Classes/Utility/Connection/Ter.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Lang\Utility\Connection;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Sebastian Fischer <typo3@evoweb.de>
+ *  (c) 2012-2013 Sebastian Fischer <typo3@evoweb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/View/Language/CheckTranslationJson.php b/typo3/sysext/lang/Classes/View/Language/CheckTranslationJson.php
index 1f4bfb38ceb3..ac1ea0c5ca8e 100644
--- a/typo3/sysext/lang/Classes/View/Language/CheckTranslationJson.php
+++ b/typo3/sysext/lang/Classes/View/Language/CheckTranslationJson.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lang\View\Language;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Kai Vogel <kai.vogel@speedprogs.de>
+ *  (c) 2012-2013 Kai Vogel <kai.vogel@speedprogs.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/View/Language/UpdateTranslationJson.php b/typo3/sysext/lang/Classes/View/Language/UpdateTranslationJson.php
index 691502aa4d2f..8e688ef705ec 100644
--- a/typo3/sysext/lang/Classes/View/Language/UpdateTranslationJson.php
+++ b/typo3/sysext/lang/Classes/View/Language/UpdateTranslationJson.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lang\View\Language;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Kai Vogel <kai.vogel@speedprogs.de>
+ *  (c) 2012-2013 Kai Vogel <kai.vogel@speedprogs.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/ViewHelpers/Be/ContainerViewHelper.php b/typo3/sysext/lang/Classes/ViewHelpers/Be/ContainerViewHelper.php
index c346c340ffb4..3762b63502cb 100644
--- a/typo3/sysext/lang/Classes/ViewHelpers/Be/ContainerViewHelper.php
+++ b/typo3/sysext/lang/Classes/ViewHelpers/Be/ContainerViewHelper.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Lang\ViewHelpers\Be;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Kai Vogel <kai.vogel@speedprogs.de>
+ *  (c) 2012-2013 Kai Vogel <kai.vogel@speedprogs.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Classes/ViewHelpers/Be/SpriteIconViewHelper.php b/typo3/sysext/lang/Classes/ViewHelpers/Be/SpriteIconViewHelper.php
index 4e7f53574c05..d92f9de914b7 100644
--- a/typo3/sysext/lang/Classes/ViewHelpers/Be/SpriteIconViewHelper.php
+++ b/typo3/sysext/lang/Classes/ViewHelpers/Be/SpriteIconViewHelper.php
@@ -3,7 +3,7 @@ namespace TYPO3\CMS\Lang\ViewHelpers\Be;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Kai Vogel <kai.vogel@speedprogs.de>
+ *  (c) 2012-2013 Kai Vogel <kai.vogel@speedprogs.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Tests/Unit/Domain/Model/ExtensionTest.php b/typo3/sysext/lang/Tests/Unit/Domain/Model/ExtensionTest.php
index d75e96498a6b..60acf6495011 100644
--- a/typo3/sysext/lang/Tests/Unit/Domain/Model/ExtensionTest.php
+++ b/typo3/sysext/lang/Tests/Unit/Domain/Model/ExtensionTest.php
@@ -5,7 +5,7 @@ namespace TYPO3\CMS\Lang\Tests\Unit\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Wouter Wolters <typo3@wouterwolters.nl>
+ *  (c) 2012-2013 Wouter Wolters <typo3@wouterwolters.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Tests/Unit/Domain/Model/LanguageSelectionFormTest.php b/typo3/sysext/lang/Tests/Unit/Domain/Model/LanguageSelectionFormTest.php
index 75c10927c4de..95f061bd06ae 100644
--- a/typo3/sysext/lang/Tests/Unit/Domain/Model/LanguageSelectionFormTest.php
+++ b/typo3/sysext/lang/Tests/Unit/Domain/Model/LanguageSelectionFormTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lang\Tests\Unit\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Wouter Wolters <typo3@wouterwolters.nl>
+ *  (c) 2012-2013 Wouter Wolters <typo3@wouterwolters.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Tests/Unit/Domain/Model/LanguageTest.php b/typo3/sysext/lang/Tests/Unit/Domain/Model/LanguageTest.php
index f46836d5ac62..19a5f1f11281 100644
--- a/typo3/sysext/lang/Tests/Unit/Domain/Model/LanguageTest.php
+++ b/typo3/sysext/lang/Tests/Unit/Domain/Model/LanguageTest.php
@@ -5,7 +5,7 @@ namespace TYPO3\CMS\Lang\Tests\Unit\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Wouter Wolters <typo3@wouterwolters.nl>
+ *  (c) 2012-2013 Wouter Wolters <typo3@wouterwolters.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lang/Tests/Unit/Domain/Model/UpdateTranslationFormTest.php b/typo3/sysext/lang/Tests/Unit/Domain/Model/UpdateTranslationFormTest.php
index a2d7d5b2a490..90ed7a475fde 100644
--- a/typo3/sysext/lang/Tests/Unit/Domain/Model/UpdateTranslationFormTest.php
+++ b/typo3/sysext/lang/Tests/Unit/Domain/Model/UpdateTranslationFormTest.php
@@ -5,7 +5,7 @@ namespace TYPO3\CMS\Lang\Tests\Unit\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Wouter Wolters <typo3@wouterwolters.nl>
+ *  (c) 2012-2013 Wouter Wolters <typo3@wouterwolters.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lowlevel/Classes/AdminCommand.php b/typo3/sysext/lowlevel/Classes/AdminCommand.php
index b1ed22f8f19d..d1910153431d 100644
--- a/typo3/sysext/lowlevel/Classes/AdminCommand.php
+++ b/typo3/sysext/lowlevel/Classes/AdminCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2009-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lowlevel/Classes/CleanFlexformCommand.php b/typo3/sysext/lowlevel/Classes/CleanFlexformCommand.php
index ad71e1185520..bfe584d87b41 100644
--- a/typo3/sysext/lowlevel/Classes/CleanFlexformCommand.php
+++ b/typo3/sysext/lowlevel/Classes/CleanFlexformCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/lowlevel/Classes/CleanerCommand.php b/typo3/sysext/lowlevel/Classes/CleanerCommand.php
index 9c5db60a6525..5fef58f1c20f 100644
--- a/typo3/sysext/lowlevel/Classes/CleanerCommand.php
+++ b/typo3/sysext/lowlevel/Classes/CleanerCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/lowlevel/Classes/DeletedRecordsCommand.php b/typo3/sysext/lowlevel/Classes/DeletedRecordsCommand.php
index 2862df61bc2a..ae924a5f0a34 100644
--- a/typo3/sysext/lowlevel/Classes/DeletedRecordsCommand.php
+++ b/typo3/sysext/lowlevel/Classes/DeletedRecordsCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/lowlevel/Classes/DoubleFilesCommand.php b/typo3/sysext/lowlevel/Classes/DoubleFilesCommand.php
index 2be56101de92..733076fb4903 100644
--- a/typo3/sysext/lowlevel/Classes/DoubleFilesCommand.php
+++ b/typo3/sysext/lowlevel/Classes/DoubleFilesCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/lowlevel/Classes/LostFilesCommand.php b/typo3/sysext/lowlevel/Classes/LostFilesCommand.php
index 571f544ce78f..d3269158259d 100644
--- a/typo3/sysext/lowlevel/Classes/LostFilesCommand.php
+++ b/typo3/sysext/lowlevel/Classes/LostFilesCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/lowlevel/Classes/MissingFilesCommand.php b/typo3/sysext/lowlevel/Classes/MissingFilesCommand.php
index e57a36c53bf2..583017a67735 100644
--- a/typo3/sysext/lowlevel/Classes/MissingFilesCommand.php
+++ b/typo3/sysext/lowlevel/Classes/MissingFilesCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/lowlevel/Classes/MissingRelationsCommand.php b/typo3/sysext/lowlevel/Classes/MissingRelationsCommand.php
index 6dd3b1bae506..4442d241d21f 100644
--- a/typo3/sysext/lowlevel/Classes/MissingRelationsCommand.php
+++ b/typo3/sysext/lowlevel/Classes/MissingRelationsCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/lowlevel/Classes/OrphanRecordsCommand.php b/typo3/sysext/lowlevel/Classes/OrphanRecordsCommand.php
index 92ce8e79a6f6..cea0a2a283ce 100644
--- a/typo3/sysext/lowlevel/Classes/OrphanRecordsCommand.php
+++ b/typo3/sysext/lowlevel/Classes/OrphanRecordsCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/lowlevel/Classes/RteImagesCommand.php b/typo3/sysext/lowlevel/Classes/RteImagesCommand.php
index 2cf649c89f83..bf8c21f358ee 100644
--- a/typo3/sysext/lowlevel/Classes/RteImagesCommand.php
+++ b/typo3/sysext/lowlevel/Classes/RteImagesCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/lowlevel/Classes/SyslogCommand.php b/typo3/sysext/lowlevel/Classes/SyslogCommand.php
index 3a70acbdee2c..5d99b97977d0 100644
--- a/typo3/sysext/lowlevel/Classes/SyslogCommand.php
+++ b/typo3/sysext/lowlevel/Classes/SyslogCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2007-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lowlevel/Classes/Utility/ArrayBrowser.php b/typo3/sysext/lowlevel/Classes/Utility/ArrayBrowser.php
index 59a1cfcac506..660303e732b3 100644
--- a/typo3/sysext/lowlevel/Classes/Utility/ArrayBrowser.php
+++ b/typo3/sysext/lowlevel/Classes/Utility/ArrayBrowser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/lowlevel/Classes/VersionsCommand.php b/typo3/sysext/lowlevel/Classes/VersionsCommand.php
index 39a2ee99337d..13cf76ad4c9c 100644
--- a/typo3/sysext/lowlevel/Classes/VersionsCommand.php
+++ b/typo3/sysext/lowlevel/Classes/VersionsCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/lowlevel/Classes/View/ConfigurationView.php b/typo3/sysext/lowlevel/Classes/View/ConfigurationView.php
index 1a29b6ded708..ebc45a46c8a0 100644
--- a/typo3/sysext/lowlevel/Classes/View/ConfigurationView.php
+++ b/typo3/sysext/lowlevel/Classes/View/ConfigurationView.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Lowlevel\View;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script class for the Config module
  *
diff --git a/typo3/sysext/lowlevel/Classes/View/DatabaseIntegrityView.php b/typo3/sysext/lowlevel/Classes/View/DatabaseIntegrityView.php
index f183ba891873..d5136f0575f7 100644
--- a/typo3/sysext/lowlevel/Classes/View/DatabaseIntegrityView.php
+++ b/typo3/sysext/lowlevel/Classes/View/DatabaseIntegrityView.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Lowlevel\View;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script class for the DB int module
  *
diff --git a/typo3/sysext/lowlevel/Tests/Unit/Utility/ArrayBrowserTest.php b/typo3/sysext/lowlevel/Tests/Unit/Utility/ArrayBrowserTest.php
index 174534ab400b..d01c79b60815 100644
--- a/typo3/sysext/lowlevel/Tests/Unit/Utility/ArrayBrowserTest.php
+++ b/typo3/sysext/lowlevel/Tests/Unit/Utility/ArrayBrowserTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Lowlevel\Tests\Unit\Utility;
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
+ * (c) 2010-2013 Oliver Klee (typo3-coding@oliverklee.de)
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/lowlevel/config/index.php b/typo3/sysext/lowlevel/config/index.php
index d557556ef94a..07a3b2417b10 100755
--- a/typo3/sysext/lowlevel/config/index.php
+++ b/typo3/sysext/lowlevel/config/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/lowlevel/dbint/index.php b/typo3/sysext/lowlevel/dbint/index.php
index 6deb64da895b..4cf4c1367995 100755
--- a/typo3/sysext/lowlevel/dbint/index.php
+++ b/typo3/sysext/lowlevel/dbint/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/opendocs/Classes/Controller/OpendocsController.php b/typo3/sysext/opendocs/Classes/Controller/OpendocsController.php
index 855d7c733440..2cbe52db4b1a 100644
--- a/typo3/sysext/opendocs/Classes/Controller/OpendocsController.php
+++ b/typo3/sysext/opendocs/Classes/Controller/OpendocsController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Opendocs\Controller;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2008-2013 Benjamin Mack <mack@xnos.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 textfile 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!
+ ***************************************************************/
+
 /**
  * Adding a list of all open documents of a user to the backend.php
  *
diff --git a/typo3/sysext/opendocs/class.tx_opendocs.php b/typo3/sysext/opendocs/class.tx_opendocs.php
index 5f08fa54a138..87bbff619ad0 100644
--- a/typo3/sysext/opendocs/class.tx_opendocs.php
+++ b/typo3/sysext/opendocs/class.tx_opendocs.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Benjamin Mack <mack@xnos.org>
+ *  (c) 2008-2013 Benjamin Mack <mack@xnos.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/openid/Classes/OpenidEid.php b/typo3/sysext/openid/Classes/OpenidEid.php
index ee7f1eef9476..1f86d4daff26 100644
--- a/typo3/sysext/openid/Classes/OpenidEid.php
+++ b/typo3/sysext/openid/Classes/OpenidEid.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Openid;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2008-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/openid/Classes/OpenidModuleSetup.php b/typo3/sysext/openid/Classes/OpenidModuleSetup.php
index 07a442b4fec0..46e9eea1e825 100644
--- a/typo3/sysext/openid/Classes/OpenidModuleSetup.php
+++ b/typo3/sysext/openid/Classes/OpenidModuleSetup.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Openid;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Steffen Gebert <steffen@steffen-gebert.de>
+ *  (c) 2009-2013 Steffen Gebert <steffen@steffen-gebert.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/openid/Classes/OpenidReturn.php b/typo3/sysext/openid/Classes/OpenidReturn.php
index d5497e0af15a..26309283bafe 100644
--- a/typo3/sysext/openid/Classes/OpenidReturn.php
+++ b/typo3/sysext/openid/Classes/OpenidReturn.php
@@ -1,6 +1,29 @@
 <?php
 namespace TYPO3\CMS\Openid;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2008-2013 Dmitry Dulepov <dmitry@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.
+ *
+ *  This script is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  This copyright notice MUST APPEAR in all copies of the script!
+ ***************************************************************/
+
 /**
  * This class is the OpenID return script for the TYPO3 Backend.
  *
diff --git a/typo3/sysext/openid/Classes/OpenidService.php b/typo3/sysext/openid/Classes/OpenidService.php
index 329d5ede322d..188e68290144 100644
--- a/typo3/sysext/openid/Classes/OpenidService.php
+++ b/typo3/sysext/openid/Classes/OpenidService.php
@@ -1,5 +1,29 @@
 <?php
 namespace TYPO3\CMS\Openid;
+
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2008-2013 Dmitry Dulepov <dmitry@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.
+ *
+ *  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!
+ ***************************************************************/
+
 require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('openid') . 'lib/php-openid/Auth/OpenID/Interface.php';
 
 /**
diff --git a/typo3/sysext/openid/Classes/OpenidStore.php b/typo3/sysext/openid/Classes/OpenidStore.php
index 3927fa3c70e6..e4e502e10197 100644
--- a/typo3/sysext/openid/Classes/OpenidStore.php
+++ b/typo3/sysext/openid/Classes/OpenidStore.php
@@ -1,6 +1,29 @@
 <?php
 namespace TYPO3\CMS\Openid;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2009-2013 Dmitry Dulepov (dmitry.dulepov@gmail.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.
+ *
+ *  This script is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  This copyright notice MUST APPEAR in all copies of the script!
+ ***************************************************************/
+
 /**
  * This class is a TYPO3-specific OpenID store.
  *
diff --git a/typo3/sysext/openid/class.tx_openid_return.php b/typo3/sysext/openid/class.tx_openid_return.php
index f42da27a48a9..7068e1aa2c95 100644
--- a/typo3/sysext/openid/class.tx_openid_return.php
+++ b/typo3/sysext/openid/class.tx_openid_return.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2008-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/openid/sv1/class.tx_openid_store.php b/typo3/sysext/openid/sv1/class.tx_openid_store.php
index 79b6263960dd..cefd297b0908 100644
--- a/typo3/sysext/openid/sv1/class.tx_openid_store.php
+++ b/typo3/sysext/openid/sv1/class.tx_openid_store.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov (dmitry.dulepov@gmail.com)
+ *  (c) 2009-2013 Dmitry Dulepov (dmitry.dulepov@gmail.com)
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/openid/sv1/class.tx_openid_sv1.php b/typo3/sysext/openid/sv1/class.tx_openid_sv1.php
index 0ec3dcf5a3cd..68642df25b1a 100644
--- a/typo3/sysext/openid/sv1/class.tx_openid_sv1.php
+++ b/typo3/sysext/openid/sv1/class.tx_openid_sv1.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2008-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/perm/Classes/Controller/PermissionAjaxController.php b/typo3/sysext/perm/Classes/Controller/PermissionAjaxController.php
index 92eec72ff44e..d33b5be5b1e5 100644
--- a/typo3/sysext/perm/Classes/Controller/PermissionAjaxController.php
+++ b/typo3/sysext/perm/Classes/Controller/PermissionAjaxController.php
@@ -1,6 +1,29 @@
 <?php
 namespace TYPO3\CMS\Perm\Controller;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2007-2013 mehrwert (typo3@mehrwert.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.
+ *
+ *  This script is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  This copyright notice MUST APPEAR in all copies of the script!
+ ***************************************************************/
+
 /**
  * This class extends the permissions module in the TYPO3 Backend to provide
  * convenient methods of editing of page permissions (including page ownership
diff --git a/typo3/sysext/perm/Classes/Controller/PermissionModuleController.php b/typo3/sysext/perm/Classes/Controller/PermissionModuleController.php
index 5b0c0d5121c9..09eafb70666f 100644
--- a/typo3/sysext/perm/Classes/Controller/PermissionModuleController.php
+++ b/typo3/sysext/perm/Classes/Controller/PermissionModuleController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Perm\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Module: Permission setting
  *
diff --git a/typo3/sysext/perm/mod1/class.sc_mod_web_perm_ajax.php b/typo3/sysext/perm/mod1/class.sc_mod_web_perm_ajax.php
index 49c87f9c174a..8fdd69180a99 100644
--- a/typo3/sysext/perm/mod1/class.sc_mod_web_perm_ajax.php
+++ b/typo3/sysext/perm/mod1/class.sc_mod_web_perm_ajax.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 mehrwert (typo3@mehrwert.de)
+ *  (c) 2007-2013 mehrwert (typo3@mehrwert.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/perm/mod1/index.php b/typo3/sysext/perm/mod1/index.php
index 4925cc7b5fa5..3f5b35fc906f 100755
--- a/typo3/sysext/perm/mod1/index.php
+++ b/typo3/sysext/perm/mod1/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php b/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php
index 529d418f7d96..8874f50eb168 100644
--- a/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php
+++ b/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Recordlist\Browser;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * class for the Element Browser window.
  *
diff --git a/typo3/sysext/recordlist/Classes/Controller/ElementBrowserController.php b/typo3/sysext/recordlist/Classes/Controller/ElementBrowserController.php
index 3fc228ed2454..e53fa99f18bf 100644
--- a/typo3/sysext/recordlist/Classes/Controller/ElementBrowserController.php
+++ b/typo3/sysext/recordlist/Classes/Controller/ElementBrowserController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Recordlist\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script class for the Element Browser window.
  *
diff --git a/typo3/sysext/recordlist/Classes/Controller/ElementBrowserFramesetController.php b/typo3/sysext/recordlist/Classes/Controller/ElementBrowserFramesetController.php
index bd8f5690f8f8..c6a894e40beb 100644
--- a/typo3/sysext/recordlist/Classes/Controller/ElementBrowserFramesetController.php
+++ b/typo3/sysext/recordlist/Classes/Controller/ElementBrowserFramesetController.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Recordlist\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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class, putting the frameset together.
  *
diff --git a/typo3/sysext/recordlist/Classes/RecordList.php b/typo3/sysext/recordlist/Classes/RecordList.php
index 2a1820873a54..d382ffa6ddb0 100644
--- a/typo3/sysext/recordlist/Classes/RecordList.php
+++ b/typo3/sysext/recordlist/Classes/RecordList.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Recordlist;
 
+/***************************************************************
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class for the Web > List module; rendering the listing of records on a page
  *
diff --git a/typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php b/typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php
index 031674e8fb93..4223d2fc51c5 100644
--- a/typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php
+++ b/typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Recordlist\RecordList;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2009 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php b/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php
index 0ebc9d45cf5d..095611d807da 100644
--- a/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php
+++ b/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Recordlist\RecordList;
 /*************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2009 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/recordlist/Classes/RecordList/RecordListHookInterface.php b/typo3/sysext/recordlist/Classes/RecordList/RecordListHookInterface.php
index b200718fc0ec..4d807cf8be7e 100644
--- a/typo3/sysext/recordlist/Classes/RecordList/RecordListHookInterface.php
+++ b/typo3/sysext/recordlist/Classes/RecordList/RecordListHookInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Recordlist\RecordList;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Bernhard Kraft  <kraftb@kraftb.at>
+ *  (c) 2007-2013 Bernhard Kraft  <kraftb@kraftb.at>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/recordlist/mod1/index.php b/typo3/sysext/recordlist/mod1/index.php
index 02af94859518..47840012881a 100644
--- a/typo3/sysext/recordlist/mod1/index.php
+++ b/typo3/sysext/recordlist/mod1/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/recycler/Classes/Controller/DeletedRecordsController.php b/typo3/sysext/recycler/Classes/Controller/DeletedRecordsController.php
index 31b8f21f4f67..379f93396de9 100644
--- a/typo3/sysext/recycler/Classes/Controller/DeletedRecordsController.php
+++ b/typo3/sysext/recycler/Classes/Controller/DeletedRecordsController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Recycler\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Julian Kleinhans <typo3@kj187.de>
+ *  (c) 2009-2013 Julian Kleinhans <typo3@kj187.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/recycler/Classes/Controller/RecyclerAjaxController.php b/typo3/sysext/recycler/Classes/Controller/RecyclerAjaxController.php
index b41adf76740f..d109cabce6fe 100644
--- a/typo3/sysext/recycler/Classes/Controller/RecyclerAjaxController.php
+++ b/typo3/sysext/recycler/Classes/Controller/RecyclerAjaxController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Recycler\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Julian Kleinhans <typo3@kj187.de>
+ *  (c) 2009-2013 Julian Kleinhans <typo3@kj187.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php b/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php
index 40934bdac7e8..23fbb4d600ff 100644
--- a/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php
+++ b/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Recycler\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Julian Kleinhans <typo3@kj187.de>
+ *  (c) 2009-2013 Julian Kleinhans <typo3@kj187.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/recycler/Classes/Controller/class.tx_recycler_controller_ajax.php b/typo3/sysext/recycler/Classes/Controller/class.tx_recycler_controller_ajax.php
index b8da074a0d92..26f97d64db65 100644
--- a/typo3/sysext/recycler/Classes/Controller/class.tx_recycler_controller_ajax.php
+++ b/typo3/sysext/recycler/Classes/Controller/class.tx_recycler_controller_ajax.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Julian Kleinhans <typo3@kj187.de>
+ *  (c) 2009-2013 Julian Kleinhans <typo3@kj187.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/recycler/Classes/Domain/Model/DeletedRecords.php b/typo3/sysext/recycler/Classes/Domain/Model/DeletedRecords.php
index 6dd31156f5be..8453b6b446bf 100644
--- a/typo3/sysext/recycler/Classes/Domain/Model/DeletedRecords.php
+++ b/typo3/sysext/recycler/Classes/Domain/Model/DeletedRecords.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Recycler\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Julian Kleinhans <typo3@kj187.de>
+ *  (c) 2009-2013 Julian Kleinhans <typo3@kj187.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/recycler/Classes/Domain/Model/Tables.php b/typo3/sysext/recycler/Classes/Domain/Model/Tables.php
index 962682585d88..54f18f94330c 100644
--- a/typo3/sysext/recycler/Classes/Domain/Model/Tables.php
+++ b/typo3/sysext/recycler/Classes/Domain/Model/Tables.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Recycler\Domain\Model;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Julian Kleinhans <typo3@kj187.de>
+ *  (c) 2009-2013 Julian Kleinhans <typo3@kj187.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/recycler/Classes/Utility/RecyclerUtility.php b/typo3/sysext/recycler/Classes/Utility/RecyclerUtility.php
index 8ab89a482984..ee836b60926d 100644
--- a/typo3/sysext/recycler/Classes/Utility/RecyclerUtility.php
+++ b/typo3/sysext/recycler/Classes/Utility/RecyclerUtility.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Recycler\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Julian Kleinhans <typo3@kj187.de>
+ *  (c) 2009-2013 Julian Kleinhans <typo3@kj187.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/recycler/Classes/model/class.tx_recycler_model_deletedRecords.php b/typo3/sysext/recycler/Classes/model/class.tx_recycler_model_deletedRecords.php
index 5e088157891a..0c55ed262c04 100644
--- a/typo3/sysext/recycler/Classes/model/class.tx_recycler_model_deletedRecords.php
+++ b/typo3/sysext/recycler/Classes/model/class.tx_recycler_model_deletedRecords.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Julian Kleinhans <typo3@kj187.de>
+ *  (c) 2009-2013 Julian Kleinhans <typo3@kj187.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/recycler/Classes/model/class.tx_recycler_model_tables.php b/typo3/sysext/recycler/Classes/model/class.tx_recycler_model_tables.php
index c79ab475f791..fa395d0a177f 100644
--- a/typo3/sysext/recycler/Classes/model/class.tx_recycler_model_tables.php
+++ b/typo3/sysext/recycler/Classes/model/class.tx_recycler_model_tables.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Julian Kleinhans <typo3@kj187.de>
+ *  (c) 2009-2013 Julian Kleinhans <typo3@kj187.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/recycler/Classes/view/class.tx_recycler_view_deletedRecords.php b/typo3/sysext/recycler/Classes/view/class.tx_recycler_view_deletedRecords.php
index 061aaae79200..eba62aed829c 100644
--- a/typo3/sysext/recycler/Classes/view/class.tx_recycler_view_deletedRecords.php
+++ b/typo3/sysext/recycler/Classes/view/class.tx_recycler_view_deletedRecords.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Julian Kleinhans <typo3@kj187.de>
+ *  (c) 2009-2013 Julian Kleinhans <typo3@kj187.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/recycler/mod1/index.php b/typo3/sysext/recycler/mod1/index.php
index 9c422b29522a..20a13b6e09ed 100644
--- a/typo3/sysext/recycler/mod1/index.php
+++ b/typo3/sysext/recycler/mod1/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Julian Kleinhans <typo3@kj187.de>
+ *  (c) 2009-2013 Julian Kleinhans <typo3@kj187.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/reports/Classes/Controller/ReportController.php b/typo3/sysext/reports/Classes/Controller/ReportController.php
index c06f387f56c9..a752565eb479 100644
--- a/typo3/sysext/reports/Classes/Controller/ReportController.php
+++ b/typo3/sysext/reports/Classes/Controller/ReportController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2012-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/reports/Classes/Report/Status/ConfigurationStatus.php b/typo3/sysext/reports/Classes/Report/Status/ConfigurationStatus.php
index e77808b4d4ce..a2a9eb63b33b 100644
--- a/typo3/sysext/reports/Classes/Report/Status/ConfigurationStatus.php
+++ b/typo3/sysext/reports/Classes/Report/Status/ConfigurationStatus.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports\Report\Status;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php b/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php
index bc3bc1ccdbf8..a876e6afdf80 100644
--- a/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php
+++ b/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports\Report\Status;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/reports/Classes/Report/Status/Status.php b/typo3/sysext/reports/Classes/Report/Status/Status.php
index df37f7306b22..e8e9011d46aa 100644
--- a/typo3/sysext/reports/Classes/Report/Status/Status.php
+++ b/typo3/sysext/reports/Classes/Report/Status/Status.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports\Report\Status;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/reports/Classes/Report/Status/SystemStatus.php b/typo3/sysext/reports/Classes/Report/Status/SystemStatus.php
index f9e802ff6f2b..c4e1a554d40b 100644
--- a/typo3/sysext/reports/Classes/Report/Status/SystemStatus.php
+++ b/typo3/sysext/reports/Classes/Report/Status/SystemStatus.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports\Report\Status;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/reports/Classes/Report/Status/Typo3Status.php b/typo3/sysext/reports/Classes/Report/Status/Typo3Status.php
index ee94527746bd..ae8f936fdd0c 100644
--- a/typo3/sysext/reports/Classes/Report/Status/Typo3Status.php
+++ b/typo3/sysext/reports/Classes/Report/Status/Typo3Status.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports\Report\Status;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/reports/Classes/Report/Status/WarningMessagePostProcessor.php b/typo3/sysext/reports/Classes/Report/Status/WarningMessagePostProcessor.php
index b0f695cd6e6e..eb267fa94cd2 100644
--- a/typo3/sysext/reports/Classes/Report/Status/WarningMessagePostProcessor.php
+++ b/typo3/sysext/reports/Classes/Report/Status/WarningMessagePostProcessor.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports\Report\Status;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2010-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/reports/Classes/ReportInterface.php b/typo3/sysext/reports/Classes/ReportInterface.php
index 49ff1207000d..fa783b1d6b60 100644
--- a/typo3/sysext/reports/Classes/ReportInterface.php
+++ b/typo3/sysext/reports/Classes/ReportInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Reports;
  *
  * @author Ingo Renner <ingo@typo3.org>
  */
-interface ReportInterface
-{
+interface ReportInterface {
 	/**
 	 * Returns the content for a report
 	 *
diff --git a/typo3/sysext/reports/Classes/Status.php b/typo3/sysext/reports/Classes/Status.php
index a8f8fdf7c473..b2f966714b56 100644
--- a/typo3/sysext/reports/Classes/Status.php
+++ b/typo3/sysext/reports/Classes/Status.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/reports/Classes/StatusProviderInterface.php b/typo3/sysext/reports/Classes/StatusProviderInterface.php
index b3232ffc0219..6d2138e1621e 100644
--- a/typo3/sysext/reports/Classes/StatusProviderInterface.php
+++ b/typo3/sysext/reports/Classes/StatusProviderInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -31,8 +31,7 @@ namespace TYPO3\CMS\Reports;
  *
  * @author Ingo Renner <ingo@typo3.org>
  */
-interface StatusProviderInterface
-{
+interface StatusProviderInterface {
 	/**
 	 * Returns the staus of an extension or (sub)system
 	 *
diff --git a/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTask.php b/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTask.php
index eeafb28de9b4..9f34e1607556 100644
--- a/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTask.php
+++ b/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2010-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTaskNotificationEmailField.php b/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTaskNotificationEmailField.php
index 0426c2c13433..8d358bbc9299 100644
--- a/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTaskNotificationEmailField.php
+++ b/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTaskNotificationEmailField.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2010-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/reports/Classes/ViewHelpers/ActionMenuItemViewHelper.php b/typo3/sysext/reports/Classes/ViewHelpers/ActionMenuItemViewHelper.php
index 43f6e3ff5670..93e6f67d96b2 100644
--- a/typo3/sysext/reports/Classes/ViewHelpers/ActionMenuItemViewHelper.php
+++ b/typo3/sysext/reports/Classes/ViewHelpers/ActionMenuItemViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2012-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/reports/Classes/ViewHelpers/IconViewHelper.php b/typo3/sysext/reports/Classes/ViewHelpers/IconViewHelper.php
index 4a5e142794dc..eb1a7a5a9101 100644
--- a/typo3/sysext/reports/Classes/ViewHelpers/IconViewHelper.php
+++ b/typo3/sysext/reports/Classes/ViewHelpers/IconViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Reports\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2012-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/Backend/AbstractBackend.php b/typo3/sysext/rsaauth/Classes/Backend/AbstractBackend.php
index c6c87b341d0d..b2d5f04f8eb4 100644
--- a/typo3/sysext/rsaauth/Classes/Backend/AbstractBackend.php
+++ b/typo3/sysext/rsaauth/Classes/Backend/AbstractBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/Backend/BackendFactory.php b/typo3/sysext/rsaauth/Classes/Backend/BackendFactory.php
index 4563e98fb3a2..1ea6557d6e40 100644
--- a/typo3/sysext/rsaauth/Classes/Backend/BackendFactory.php
+++ b/typo3/sysext/rsaauth/Classes/Backend/BackendFactory.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/Backend/CommandLineBackend.php b/typo3/sysext/rsaauth/Classes/Backend/CommandLineBackend.php
index e03efac1613f..c4bafa7ff5c3 100644
--- a/typo3/sysext/rsaauth/Classes/Backend/CommandLineBackend.php
+++ b/typo3/sysext/rsaauth/Classes/Backend/CommandLineBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/Backend/PhpBackend.php b/typo3/sysext/rsaauth/Classes/Backend/PhpBackend.php
index c1a0d087f36b..a5369055c22a 100644
--- a/typo3/sysext/rsaauth/Classes/Backend/PhpBackend.php
+++ b/typo3/sysext/rsaauth/Classes/Backend/PhpBackend.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth\Backend;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/BackendWarnings.php b/typo3/sysext/rsaauth/Classes/BackendWarnings.php
index 93cc06510be7..50f635386ae6 100644
--- a/typo3/sysext/rsaauth/Classes/BackendWarnings.php
+++ b/typo3/sysext/rsaauth/Classes/BackendWarnings.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/Hook/FrontendLoginHook.php b/typo3/sysext/rsaauth/Classes/Hook/FrontendLoginHook.php
index a9b4b94c3eac..b204aede63c0 100644
--- a/typo3/sysext/rsaauth/Classes/Hook/FrontendLoginHook.php
+++ b/typo3/sysext/rsaauth/Classes/Hook/FrontendLoginHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth\Hook;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/Hook/LoginFormHook.php b/typo3/sysext/rsaauth/Classes/Hook/LoginFormHook.php
index c3d3187aedbe..c0727b450c9c 100644
--- a/typo3/sysext/rsaauth/Classes/Hook/LoginFormHook.php
+++ b/typo3/sysext/rsaauth/Classes/Hook/LoginFormHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth\Hook;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/Hook/UserSetupHook.php b/typo3/sysext/rsaauth/Classes/Hook/UserSetupHook.php
index a78b261d6efd..be77850541e6 100644
--- a/typo3/sysext/rsaauth/Classes/Hook/UserSetupHook.php
+++ b/typo3/sysext/rsaauth/Classes/Hook/UserSetupHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth\Hook;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Helmut Hummel <helmut.hummel@typo3.org>
+ *  (c) 2011-2013 Helmut Hummel <helmut.hummel@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/Keypair.php b/typo3/sysext/rsaauth/Classes/Keypair.php
index e974717be735..c5b27223b7a8 100644
--- a/typo3/sysext/rsaauth/Classes/Keypair.php
+++ b/typo3/sysext/rsaauth/Classes/Keypair.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/RsaAuthService.php b/typo3/sysext/rsaauth/Classes/RsaAuthService.php
index c7aabc325161..cb1b7dc534a5 100644
--- a/typo3/sysext/rsaauth/Classes/RsaAuthService.php
+++ b/typo3/sysext/rsaauth/Classes/RsaAuthService.php
@@ -1,6 +1,29 @@
 <?php
 namespace TYPO3\CMS\Rsaauth;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@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.
+ *
+ *  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!
+ ***************************************************************/
+
 // Include backends
 /**
  * Service "RSA authentication" for the "rsaauth" extension. This service will
diff --git a/typo3/sysext/rsaauth/Classes/Storage/AbstractStorage.php b/typo3/sysext/rsaauth/Classes/Storage/AbstractStorage.php
index 5d0be004531c..7a14e5a63612 100644
--- a/typo3/sysext/rsaauth/Classes/Storage/AbstractStorage.php
+++ b/typo3/sysext/rsaauth/Classes/Storage/AbstractStorage.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth\Storage;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/Storage/SessionStorage.php b/typo3/sysext/rsaauth/Classes/Storage/SessionStorage.php
index c343912105bd..cb97f1985139 100644
--- a/typo3/sysext/rsaauth/Classes/Storage/SessionStorage.php
+++ b/typo3/sysext/rsaauth/Classes/Storage/SessionStorage.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth\Storage;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/Storage/SplitStorage.php b/typo3/sysext/rsaauth/Classes/Storage/SplitStorage.php
index e3f3a2853a5a..70bfd7770580 100644
--- a/typo3/sysext/rsaauth/Classes/Storage/SplitStorage.php
+++ b/typo3/sysext/rsaauth/Classes/Storage/SplitStorage.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth\Storage;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/Classes/Storage/StorageFactory.php b/typo3/sysext/rsaauth/Classes/Storage/StorageFactory.php
index 748e610789a8..c5d10519bc73 100644
--- a/typo3/sysext/rsaauth/Classes/Storage/StorageFactory.php
+++ b/typo3/sysext/rsaauth/Classes/Storage/StorageFactory.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rsaauth\Storage;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php b/typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php
index 7e88febc6bab..0a27ff74b9a3 100644
--- a/typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php
+++ b/typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/ContentParser.php b/typo3/sysext/rtehtmlarea/Classes/ContentParser.php
index 213848b70a07..9fd760b1df6d 100644
--- a/typo3/sysext/rtehtmlarea/Classes/ContentParser.php
+++ b/typo3/sysext/rtehtmlarea/Classes/ContentParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2005-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2005-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Controller/AccessibilityLinkController.php b/typo3/sysext/rtehtmlarea/Classes/Controller/AccessibilityLinkController.php
index 1514a3d3df9a..9ccb9037f99b 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Controller/AccessibilityLinkController.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Controller/AccessibilityLinkController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Controller;
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+*  (c) 2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Controller/BrowseLinksController.php b/typo3/sysext/rtehtmlarea/Classes/Controller/BrowseLinksController.php
index ff7e92439655..a5b0ad0e5564 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Controller/BrowseLinksController.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Controller/BrowseLinksController.php
@@ -1,6 +1,33 @@
 <?php
 namespace TYPO3\CMS\Rtehtmlarea\Controller;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2005-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script class for the Element Browser window.
  *
diff --git a/typo3/sysext/rtehtmlarea/Classes/Controller/CustomAttributeController.php b/typo3/sysext/rtehtmlarea/Classes/Controller/CustomAttributeController.php
index 73794e629645..50a910f8145b 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Controller/CustomAttributeController.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Controller/CustomAttributeController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2005-2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2005-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Controller/FrontendRteController.php b/typo3/sysext/rtehtmlarea/Classes/Controller/FrontendRteController.php
index 46397ae50ac3..8ce8f7e97d3b 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Controller/FrontendRteController.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Controller/FrontendRteController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2005-2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2005-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Controller/SelectImageController.php b/typo3/sysext/rtehtmlarea/Classes/Controller/SelectImageController.php
index 36daeb769fae..902210151b6d 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Controller/SelectImageController.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Controller/SelectImageController.php
@@ -1,6 +1,33 @@
 <?php
 namespace TYPO3\CMS\Rtehtmlarea\Controller;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 1999-2013 Kasper Skårhøj (kasper@typo3.com)
+ *  (c) 2004-2013 Stanislas Rolland <typo3(arobas)jbr.ca>
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script class for the Element Browser window.
  *
diff --git a/typo3/sysext/rtehtmlarea/Classes/Controller/SpellCheckingController.php b/typo3/sysext/rtehtmlarea/Classes/Controller/SpellCheckingController.php
index 3708b125ad73..a086aa68f3a9 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Controller/SpellCheckingController.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Controller/SpellCheckingController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2003-2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2003-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/AboutEditor.php b/typo3/sysext/rtehtmlarea/Classes/Extension/AboutEditor.php
index caabc99cc77d..dccf77b2996f 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/AboutEditor.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/AboutEditor.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/Acronym.php b/typo3/sysext/rtehtmlarea/Classes/Extension/Acronym.php
index 001874529404..a7423f9441a1 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/Acronym.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/Acronym.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/BlockElements.php b/typo3/sysext/rtehtmlarea/Classes/Extension/BlockElements.php
index 3b5f29ef1949..a3217dd66571 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/BlockElements.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/BlockElements.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2007-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/BlockStyle.php b/typo3/sysext/rtehtmlarea/Classes/Extension/BlockStyle.php
index 6d44d7f3331f..d182ef52e66d 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/BlockStyle.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/BlockStyle.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2007-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/CharacterMap.php b/typo3/sysext/rtehtmlarea/Classes/Extension/CharacterMap.php
index 651a0bf935bf..7be4e29fc2d1 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/CharacterMap.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/CharacterMap.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/ContextMenu.php b/typo3/sysext/rtehtmlarea/Classes/Extension/ContextMenu.php
index 8b5390362ff7..3c58d97eb8a7 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/ContextMenu.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/ContextMenu.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/CopyPaste.php b/typo3/sysext/rtehtmlarea/Classes/Extension/CopyPaste.php
index b70aacbd54e9..adc4465fccbf 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/CopyPaste.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/CopyPaste.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultClean.php b/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultClean.php
index e1eb5d439f3c..1a46669fb7ce 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultClean.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultClean.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultImage.php b/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultImage.php
index 543165d33c23..181a59cc73ba 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultImage.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultImage.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultInline.php b/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultInline.php
index 69fda37ec1d4..7b61b2cbf97c 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultInline.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultInline.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2007-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultLink.php b/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultLink.php
index 9d6ea86ecc55..0485daf7f76a 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultLink.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultLink.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/DefinitionList.php b/typo3/sysext/rtehtmlarea/Classes/Extension/DefinitionList.php
index 0b2536ecf2ca..3005f8b12a48 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/DefinitionList.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/DefinitionList.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/EditElement.php b/typo3/sysext/rtehtmlarea/Classes/Extension/EditElement.php
index c880a6f86418..18f9003fa44b 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/EditElement.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/EditElement.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2010-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/EditorMode.php b/typo3/sysext/rtehtmlarea/Classes/Extension/EditorMode.php
index c3665e506b82..3bbef1c35ebe 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/EditorMode.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/EditorMode.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2009-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/FindReplace.php b/typo3/sysext/rtehtmlarea/Classes/Extension/FindReplace.php
index 43fd3de15e5b..4531eb4f080e 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/FindReplace.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/FindReplace.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/InlineElements.php b/typo3/sysext/rtehtmlarea/Classes/Extension/InlineElements.php
index 7dacdfa3720b..34fa9226e0a1 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/InlineElements.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/InlineElements.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2007-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/InsertSmiley.php b/typo3/sysext/rtehtmlarea/Classes/Extension/InsertSmiley.php
index 7ef07aeb9b65..d389ddeca742 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/InsertSmiley.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/InsertSmiley.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/Language.php b/typo3/sysext/rtehtmlarea/Classes/Extension/Language.php
index 128488a76f8a..7a1a4de7d5b8 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/Language.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/Language.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/MicroDataSchema.php b/typo3/sysext/rtehtmlarea/Classes/Extension/MicroDataSchema.php
index a989acbe95f5..63f6ce75bbb2 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/MicroDataSchema.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/MicroDataSchema.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2012/2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/Plaintext.php b/typo3/sysext/rtehtmlarea/Classes/Extension/Plaintext.php
index 9f2af189763a..ba4720f82ccd 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/Plaintext.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/Plaintext.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2010-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/QuickTag.php b/typo3/sysext/rtehtmlarea/Classes/Extension/QuickTag.php
index 6fdbef2b18be..12f0c6f054e6 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/QuickTag.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/QuickTag.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/RemoveFormat.php b/typo3/sysext/rtehtmlarea/Classes/Extension/RemoveFormat.php
index ab72f4a65ed3..fd12e28fca76 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/RemoveFormat.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/RemoveFormat.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/SelectFont.php b/typo3/sysext/rtehtmlarea/Classes/Extension/SelectFont.php
index 04d8c79e278c..f7cc5eeb82bf 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/SelectFont.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/SelectFont.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/Spellchecker.php b/typo3/sysext/rtehtmlarea/Classes/Extension/Spellchecker.php
index 1a309e9c3342..d88981dc0e58 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/Spellchecker.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/Spellchecker.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/TableOperations.php b/typo3/sysext/rtehtmlarea/Classes/Extension/TableOperations.php
index 85ef85396b67..9edef205889b 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/TableOperations.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/TableOperations.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/TextIndicator.php b/typo3/sysext/rtehtmlarea/Classes/Extension/TextIndicator.php
index 5f9271633a2b..2fb538722b06 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/TextIndicator.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/TextIndicator.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2010-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/TextStyle.php b/typo3/sysext/rtehtmlarea/Classes/Extension/TextStyle.php
index beb32db57879..a80c9ecca948 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/TextStyle.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/TextStyle.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2007-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Color.php b/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Color.php
index 84248577b256..9b5bdcc0745d 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Color.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Color.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3HtmlParser.php b/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3HtmlParser.php
index 3d280d8bbbe1..949cefe552f9 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3HtmlParser.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3HtmlParser.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Image.php b/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Image.php
index c6f8fb2f945a..172bd776a55c 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Image.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Image.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Link.php b/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Link.php
index 2e201db02e56..58a27211faf8 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Link.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Link.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/UndoRedo.php b/typo3/sysext/rtehtmlarea/Classes/Extension/UndoRedo.php
index 0d9846538843..f01ab93a0265 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/UndoRedo.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/UndoRedo.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Extension/UserElements.php b/typo3/sysext/rtehtmlarea/Classes/Extension/UserElements.php
index 59aebba9e642..8afa9bf76b50 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Extension/UserElements.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Extension/UserElements.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Extension;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2008-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Hook/Install/DeprecatedRteProperties.php b/typo3/sysext/rtehtmlarea/Classes/Hook/Install/DeprecatedRteProperties.php
index eb7ac256ff58..70879870a823 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Hook/Install/DeprecatedRteProperties.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Hook/Install/DeprecatedRteProperties.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Hook\Install;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Stanislas Rolland <typo3@sjbr.ca>
+ *  (c) 2011-2013 Stanislas Rolland <typo3@sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Hook/SoftReferenceHook.php b/typo3/sysext/rtehtmlarea/Classes/Hook/SoftReferenceHook.php
index bd0e017f2775..234cfcde6f35 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Hook/SoftReferenceHook.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Hook/SoftReferenceHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Hook;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Stanislas Rolland <stanislas.rolland@typo3.org>
+ *  (c) 2012-2013 Stanislas Rolland <stanislas.rolland@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/Hook/StatusReportConflictsCheckHook.php b/typo3/sysext/rtehtmlarea/Classes/Hook/StatusReportConflictsCheckHook.php
index 40207736848f..5a8c0be58203 100644
--- a/typo3/sysext/rtehtmlarea/Classes/Hook/StatusReportConflictsCheckHook.php
+++ b/typo3/sysext/rtehtmlarea/Classes/Hook/StatusReportConflictsCheckHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea\Hook;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Stanislas Rolland <typo3@sjbr.ca>
+ *  (c) 2010-2013 Stanislas Rolland <typo3@sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/ImageFolderTree.php b/typo3/sysext/rtehtmlarea/Classes/ImageFolderTree.php
index 068651b0055e..3de3c43c1609 100644
--- a/typo3/sysext/rtehtmlarea/Classes/ImageFolderTree.php
+++ b/typo3/sysext/rtehtmlarea/Classes/ImageFolderTree.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Rtehtmlarea;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasper@typo3.com)
- *  (c) 2004-2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 1999-2013 Kasper Skårhøj (kasper@typo3.com)
+ *  (c) 2004-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/PageTree.php b/typo3/sysext/rtehtmlarea/Classes/PageTree.php
index b4eec764e5c3..a535d5ce1c8d 100644
--- a/typo3/sysext/rtehtmlarea/Classes/PageTree.php
+++ b/typo3/sysext/rtehtmlarea/Classes/PageTree.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Rtehtmlarea;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
- *  (c) 2005-2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2005-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaApi.php b/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaApi.php
index 2d0680574583..14638eb17e0a 100644
--- a/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaApi.php
+++ b/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaApi.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Rtehtmlarea;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2007-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php b/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php
index 754632257758..30f7f2880622 100644
--- a/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php
+++ b/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php
@@ -4,9 +4,9 @@ namespace TYPO3\CMS\Rtehtmlarea;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2011 Kasper Skårhøj (kasper@typo3.com)
- *  (c) 2004-2011 Philipp Borgmann <philipp.borgmann@gmx.de>
- *  (c) 2004-2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2004-2013 Kasper Skårhøj (kasper@typo3.com)
+ *  (c) 2004-2013 Philipp Borgmann <philipp.borgmann@gmx.de>
+ *  (c) 2004-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/Classes/SelectImage.php b/typo3/sysext/rtehtmlarea/Classes/SelectImage.php
index 248b15723195..f4306495ea64 100644
--- a/typo3/sysext/rtehtmlarea/Classes/SelectImage.php
+++ b/typo3/sysext/rtehtmlarea/Classes/SelectImage.php
@@ -1,6 +1,33 @@
 <?php
 namespace TYPO3\CMS\Rtehtmlarea;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 1999-2013 Kasper Skårhøj (kasper@typo3.com)
+ *  (c) 2004-2013 Stanislas Rolland <typo3(arobas)jbr.ca>
+ *  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 textfile 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!
+ ***************************************************************/
+
 /**
  * Script Class
  *
diff --git a/typo3/sysext/rtehtmlarea/Classes/User.php b/typo3/sysext/rtehtmlarea/Classes/User.php
index c9d4db889f22..629fe504a774 100644
--- a/typo3/sysext/rtehtmlarea/Classes/User.php
+++ b/typo3/sysext/rtehtmlarea/Classes/User.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Rtehtmlarea;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasper@typo3.com)
- *  (c) 2005-2012 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 1999-2013 Kasper Skårhøj (kasper@typo3.com)
+ *  (c) 2005-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/mod3/browse_links.php b/typo3/sysext/rtehtmlarea/mod3/browse_links.php
index a849d3091a38..2ac3c9b230a5 100644
--- a/typo3/sysext/rtehtmlarea/mod3/browse_links.php
+++ b/typo3/sysext/rtehtmlarea/mod3/browse_links.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
- *  (c) 2005-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2005-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/mod4/select_image.php b/typo3/sysext/rtehtmlarea/mod4/select_image.php
index 4cf7ad665fee..befc033f17d4 100644
--- a/typo3/sysext/rtehtmlarea/mod4/select_image.php
+++ b/typo3/sysext/rtehtmlarea/mod4/select_image.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasper@typo3.com)
- *  (c) 2004-2011 Stanislas Rolland <typo3(arobas)jbr.ca>
+ *  (c) 1999-2013 Kasper Skårhøj (kasper@typo3.com)
+ *  (c) 2004-2013 Stanislas Rolland <typo3(arobas)jbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/mod5/user.php b/typo3/sysext/rtehtmlarea/mod5/user.php
index cd4ad5f64fe1..88d04c58f485 100644
--- a/typo3/sysext/rtehtmlarea/mod5/user.php
+++ b/typo3/sysext/rtehtmlarea/mod5/user.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasper@typo3.com)
- *  (c) 2005-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 1999-2013 Kasper Skårhøj (kasper@typo3.com)
+ *  (c) 2005-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/rtehtmlarea/mod6/parse_html.php b/typo3/sysext/rtehtmlarea/mod6/parse_html.php
index a827581b85a3..eaad179fd200 100644
--- a/typo3/sysext/rtehtmlarea/mod6/parse_html.php
+++ b/typo3/sysext/rtehtmlarea/mod6/parse_html.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2005-2011 Stanislas Rolland <typo3(arobas)sjbr.ca>
+ *  (c) 2005-2013 Stanislas Rolland <typo3(arobas)sjbr.ca>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Classes/Autoloader.php b/typo3/sysext/saltedpasswords/Classes/Autoloader.php
index 8161a835b1ab..8b3655cb99a3 100644
--- a/typo3/sysext/saltedpasswords/Classes/Autoloader.php
+++ b/typo3/sysext/saltedpasswords/Classes/Autoloader.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Helmut Hummel <helmut.hummel@typo3.org>
+ *  (c) 2011-2013 Helmut Hummel <helmut.hummel@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Classes/Salt/AbstractSalt.php b/typo3/sysext/saltedpasswords/Classes/Salt/AbstractSalt.php
index 3c99c1227971..c040f28bd98d 100644
--- a/typo3/sysext/saltedpasswords/Classes/Salt/AbstractSalt.php
+++ b/typo3/sysext/saltedpasswords/Classes/Salt/AbstractSalt.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Salt;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause <marcus#exp2009@t3sec.info>
+ *  (c) 2009-2013 Marcus Krause <marcus#exp2009@t3sec.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Classes/Salt/BlowfishSalt.php b/typo3/sysext/saltedpasswords/Classes/Salt/BlowfishSalt.php
index 6b3a5c1ad475..76aa4d56182a 100644
--- a/typo3/sysext/saltedpasswords/Classes/Salt/BlowfishSalt.php
+++ b/typo3/sysext/saltedpasswords/Classes/Salt/BlowfishSalt.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Salt;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause <marcus#exp2009@t3sec.info>
+ *  (c) 2009-2013 Marcus Krause <marcus#exp2009@t3sec.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Classes/Salt/Md5Salt.php b/typo3/sysext/saltedpasswords/Classes/Salt/Md5Salt.php
index 0295dbeb264a..b1ce4776e16f 100644
--- a/typo3/sysext/saltedpasswords/Classes/Salt/Md5Salt.php
+++ b/typo3/sysext/saltedpasswords/Classes/Salt/Md5Salt.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Salt;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause <marcus#exp2009@t3sec.info>
+ *  (c) 2009-2013 Marcus Krause <marcus#exp2009@t3sec.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Classes/Salt/PhpassSalt.php b/typo3/sysext/saltedpasswords/Classes/Salt/PhpassSalt.php
index f89cdb390284..b4e13572c3dc 100644
--- a/typo3/sysext/saltedpasswords/Classes/Salt/PhpassSalt.php
+++ b/typo3/sysext/saltedpasswords/Classes/Salt/PhpassSalt.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Salt;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause <marcus#exp2009@t3sec.info>
+ *  (c) 2009-2013 Marcus Krause <marcus#exp2009@t3sec.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Classes/Salt/SaltFactory.php b/typo3/sysext/saltedpasswords/Classes/Salt/SaltFactory.php
index d94a78bb014c..41830e25511a 100644
--- a/typo3/sysext/saltedpasswords/Classes/Salt/SaltFactory.php
+++ b/typo3/sysext/saltedpasswords/Classes/Salt/SaltFactory.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Salt;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause <marcus#exp2009@t3sec.info>
+ *  (c) 2009-2013 Marcus Krause <marcus#exp2009@t3sec.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Classes/Salt/SaltInterface.php b/typo3/sysext/saltedpasswords/Classes/Salt/SaltInterface.php
index ee0b06101e2f..a70074a29065 100644
--- a/typo3/sysext/saltedpasswords/Classes/Salt/SaltInterface.php
+++ b/typo3/sysext/saltedpasswords/Classes/Salt/SaltInterface.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Saltedpasswords\Salt;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause <marcus#exp2009@t3sec.info>
- *  (c) 2009-2011 Steffen Ritter <info@rs-websystems.de>
+ *  (c) 2009-2013 Marcus Krause <marcus#exp2009@t3sec.info>
+ *  (c) 2009-2013 Steffen Ritter <info@rs-websystems.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -39,8 +39,7 @@ namespace TYPO3\CMS\Saltedpasswords\Salt;
  * @author Steffen Ritter <info@rs-websystems.de>
  * @since 2009-09-06
  */
-interface SaltInterface
-{
+interface SaltInterface {
 	/**
 	 * Method checks if a given plaintext password is correct by comparing it with
 	 * a given salted hashed password.
diff --git a/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateFieldProvider.php b/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateFieldProvider.php
index 7bdbe1f5b75b..62c55c7c0cf8 100644
--- a/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateFieldProvider.php
+++ b/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateFieldProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Philipp Gampe (typo3@philippgampe.info)
+ *  (c) 2012-2013 Philipp Gampe (typo3@philippgampe.info)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateTask.php b/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateTask.php
index 11605a125968..9045d7bf6fc8 100644
--- a/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateTask.php
+++ b/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *		Marcus Krause <marcus#exp2010@t3sec.info>
  *
  *  All rights reserved
diff --git a/typo3/sysext/saltedpasswords/Classes/Utility/ExtensionManagerConfigurationUtility.php b/typo3/sysext/saltedpasswords/Classes/Utility/ExtensionManagerConfigurationUtility.php
index a2fac86aa01f..2e8246eda7a0 100644
--- a/typo3/sysext/saltedpasswords/Classes/Utility/ExtensionManagerConfigurationUtility.php
+++ b/typo3/sysext/saltedpasswords/Classes/Utility/ExtensionManagerConfigurationUtility.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Saltedpasswords\Utility;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) Steffen Ritter (info@rs-websystems.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 textfile 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!
+ ***************************************************************/
+
 /**
  * class providing configuration checks for saltedpasswords.
  *
diff --git a/typo3/sysext/saltedpasswords/Tests/Unit/Evaluation/EvaluatorTest.php b/typo3/sysext/saltedpasswords/Tests/Unit/Evaluation/EvaluatorTest.php
index 1dc56d8a45a3..f3caa729cb6b 100644
--- a/typo3/sysext/saltedpasswords/Tests/Unit/Evaluation/EvaluatorTest.php
+++ b/typo3/sysext/saltedpasswords/Tests/Unit/Evaluation/EvaluatorTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Tests\Unit\Evaluation;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause <marcus#exp2009@t3sec.info>
+ *  (c) 2009-2013 Marcus Krause <marcus#exp2009@t3sec.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Tests/Unit/Salt/BlowfishSaltTest.php b/typo3/sysext/saltedpasswords/Tests/Unit/Salt/BlowfishSaltTest.php
index 6a67cb0172ce..06aba8b6f3d6 100644
--- a/typo3/sysext/saltedpasswords/Tests/Unit/Salt/BlowfishSaltTest.php
+++ b/typo3/sysext/saltedpasswords/Tests/Unit/Salt/BlowfishSaltTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Tests\Unit\Salt;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause <marcus#exp2009@t3sec.info>
+ *  (c) 2009-2013 Marcus Krause <marcus#exp2009@t3sec.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Tests/Unit/Salt/Md5SaltTest.php b/typo3/sysext/saltedpasswords/Tests/Unit/Salt/Md5SaltTest.php
index b499b5f2186d..5cb85ef606ac 100644
--- a/typo3/sysext/saltedpasswords/Tests/Unit/Salt/Md5SaltTest.php
+++ b/typo3/sysext/saltedpasswords/Tests/Unit/Salt/Md5SaltTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Tests\Unit\Salt;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause <marcus#exp2009@t3sec.info>
+ *  (c) 2009-2013 Marcus Krause <marcus#exp2009@t3sec.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Tests/Unit/Salt/PhpassSaltTest.php b/typo3/sysext/saltedpasswords/Tests/Unit/Salt/PhpassSaltTest.php
index 342014491a46..4642a11b672e 100644
--- a/typo3/sysext/saltedpasswords/Tests/Unit/Salt/PhpassSaltTest.php
+++ b/typo3/sysext/saltedpasswords/Tests/Unit/Salt/PhpassSaltTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Tests\Unit\Salt;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause <marcus#exp2009@t3sec.info>
+ *  (c) 2009-2013 Marcus Krause <marcus#exp2009@t3sec.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Tests/Unit/Salt/SaltFactoryTest.php b/typo3/sysext/saltedpasswords/Tests/Unit/Salt/SaltFactoryTest.php
index 47e4dcee48bc..7dec52d75413 100644
--- a/typo3/sysext/saltedpasswords/Tests/Unit/Salt/SaltFactoryTest.php
+++ b/typo3/sysext/saltedpasswords/Tests/Unit/Salt/SaltFactoryTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Tests\Unit\Salt;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause <marcus#exp2009@t3sec.info>
+ *  (c) 2009-2013 Marcus Krause <marcus#exp2009@t3sec.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/saltedpasswords/Tests/Unit/Utility/SaltedPasswordsUtilityTest.php b/typo3/sysext/saltedpasswords/Tests/Unit/Utility/SaltedPasswordsUtilityTest.php
index b6b50fe2db38..b95867b3e7f5 100644
--- a/typo3/sysext/saltedpasswords/Tests/Unit/Utility/SaltedPasswordsUtilityTest.php
+++ b/typo3/sysext/saltedpasswords/Tests/Unit/Utility/SaltedPasswordsUtilityTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Saltedpasswords\Tests\Unit\Utility;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Marcus Krause <marcus#exp2009@t3sec.info>
+ *  (c) 2009-2013 Marcus Krause <marcus#exp2009@t3sec.info>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/AdditionalFieldProviderInterface.php b/typo3/sysext/scheduler/Classes/AdditionalFieldProviderInterface.php
index 94d45ac94c08..8be35570b2b8 100644
--- a/typo3/sysext/scheduler/Classes/AdditionalFieldProviderInterface.php
+++ b/typo3/sysext/scheduler/Classes/AdditionalFieldProviderInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php b/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php
index a094c06be933..d20f0645469d 100644
--- a/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php
+++ b/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Scheduler\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 François Suter <francois@typo3.org>
- *  (c) 2005 Christian Jul Jensen <julle@typo3.org>
+ *  (c) 2009-2013 François Suter <francois@typo3.org>
+ *  (c) 2005-2013 Christian Jul Jensen <julle@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/CronCommand/CronCommand.php b/typo3/sysext/scheduler/Classes/CronCommand/CronCommand.php
index 48b2be611cb5..2a83dd172c04 100644
--- a/typo3/sysext/scheduler/Classes/CronCommand/CronCommand.php
+++ b/typo3/sysext/scheduler/Classes/CronCommand/CronCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\CronCommand;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Markus Friedrich (markus.friedrich@dkd.de)
+ *  (c) 2008-2013 Markus Friedrich (markus.friedrich@dkd.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php b/typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php
index 381ed4fce591..512636fcd7c4 100644
--- a/typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php
+++ b/typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\CronCommand;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Example/SleepTask.php b/typo3/sysext/scheduler/Classes/Example/SleepTask.php
index c6c1d7b78d41..75a791617c84 100644
--- a/typo3/sysext/scheduler/Classes/Example/SleepTask.php
+++ b/typo3/sysext/scheduler/Classes/Example/SleepTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Example;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 François Suter <francois@typo3.org>
+ *  (c) 2009-2013 François Suter <francois@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Example/SleepTaskAdditionalFieldProvider.php b/typo3/sysext/scheduler/Classes/Example/SleepTaskAdditionalFieldProvider.php
index e767831b0d78..ad3e0b6e1fc1 100644
--- a/typo3/sysext/scheduler/Classes/Example/SleepTaskAdditionalFieldProvider.php
+++ b/typo3/sysext/scheduler/Classes/Example/SleepTaskAdditionalFieldProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Example;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 François Suter <francois@typo3.org>
+ *  (c) 2009-2013 François Suter <francois@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Example/TestTask.php b/typo3/sysext/scheduler/Classes/Example/TestTask.php
index ad86ded5e6a2..77583f80a666 100644
--- a/typo3/sysext/scheduler/Classes/Example/TestTask.php
+++ b/typo3/sysext/scheduler/Classes/Example/TestTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Example;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Markus Friedrich (markus.friedrich@dkd.de)
+ *  (c) 2008-2013 Markus Friedrich (markus.friedrich@dkd.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Example/TestTaskAdditionalFieldProvider.php b/typo3/sysext/scheduler/Classes/Example/TestTaskAdditionalFieldProvider.php
index e43f38298afe..62edc6501038 100644
--- a/typo3/sysext/scheduler/Classes/Example/TestTaskAdditionalFieldProvider.php
+++ b/typo3/sysext/scheduler/Classes/Example/TestTaskAdditionalFieldProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Example;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 François Suter <francois@typo3.org>
+ *  (c) 2009-2013 François Suter <francois@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Execution.php b/typo3/sysext/scheduler/Classes/Execution.php
index 549388389923..422c28263210 100644
--- a/typo3/sysext/scheduler/Classes/Execution.php
+++ b/typo3/sysext/scheduler/Classes/Execution.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2005 Christian Jul Jensen (julle@typo3.org)
+ *  (c) 2005-2013 Christian Jul Jensen (julle@typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/FailedExecutionException.php b/typo3/sysext/scheduler/Classes/FailedExecutionException.php
index 6e4d3dc19d67..e23c3e445a9c 100644
--- a/typo3/sysext/scheduler/Classes/FailedExecutionException.php
+++ b/typo3/sysext/scheduler/Classes/FailedExecutionException.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/ProgressProviderInterface.php b/typo3/sysext/scheduler/Classes/ProgressProviderInterface.php
index 98fb3cef1832..a5907fc174b9 100644
--- a/typo3/sysext/scheduler/Classes/ProgressProviderInterface.php
+++ b/typo3/sysext/scheduler/Classes/ProgressProviderInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Ingo Renner <ingo@typo3.org>
+ *  (c) 2012-2013 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
@@ -28,8 +28,7 @@ namespace TYPO3\CMS\Scheduler;
  *
  * @author Ingo Renner <ingo@typo3.org>
  */
-interface ProgressProviderInterface
-{
+interface ProgressProviderInterface {
 	/**
 	 * Gets the progress of a task.
 	 *
diff --git a/typo3/sysext/scheduler/Classes/Scheduler.php b/typo3/sysext/scheduler/Classes/Scheduler.php
index 220eb2130749..d9012102166a 100644
--- a/typo3/sysext/scheduler/Classes/Scheduler.php
+++ b/typo3/sysext/scheduler/Classes/Scheduler.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2005 Christian Jul Jensen <julle@typo3.org>
+ *  (c) 2005-2013 Christian Jul Jensen <julle@typo3.org>
  *
  *  All rights reserved
  *
diff --git a/typo3/sysext/scheduler/Classes/Task/AbstractTask.php b/typo3/sysext/scheduler/Classes/Task/AbstractTask.php
index 2981fa9dc4ce..f4088cd4b0f0 100644
--- a/typo3/sysext/scheduler/Classes/Task/AbstractTask.php
+++ b/typo3/sysext/scheduler/Classes/Task/AbstractTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2005 Christian Jul Jensen (julle@typo3.org)
+ *  (c) 2005-2013 Christian Jul Jensen (julle@typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionAdditionalFieldProvider.php b/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionAdditionalFieldProvider.php
index dffababb2353..58cb8af10476 100644
--- a/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionAdditionalFieldProvider.php
+++ b/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionAdditionalFieldProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2009-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionTask.php b/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionTask.php
index d47a4ee30f81..8933e9c722e9 100644
--- a/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionTask.php
+++ b/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2009-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Task/FileIndexingTask.php b/typo3/sysext/scheduler/Classes/Task/FileIndexingTask.php
index 0e0c4007e940..d92798425018 100644
--- a/typo3/sysext/scheduler/Classes/Task/FileIndexingTask.php
+++ b/typo3/sysext/scheduler/Classes/Task/FileIndexingTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Lorenz Ulrich <lorenz.ulrich@visol.ch>
+ *  (c) 2011-2013 Lorenz Ulrich <lorenz.ulrich@visol.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionAdditionalFieldProvider.php b/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionAdditionalFieldProvider.php
index f0e58fb06746..442bf47203c2 100644
--- a/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionAdditionalFieldProvider.php
+++ b/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionAdditionalFieldProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>
+ *  (c) 2011-2013 Kai Vogel <kai.vogel@speedprogs.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionTask.php b/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionTask.php
index 11a970455a61..9ed623ba4f0b 100644
--- a/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionTask.php
+++ b/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>
+ *  (c) 2011-2013 Kai Vogel <kai.vogel@speedprogs.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionAdditionalFieldProvider.php b/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionAdditionalFieldProvider.php
index e5f51a20d57a..ba241e5de46c 100644
--- a/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionAdditionalFieldProvider.php
+++ b/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionAdditionalFieldProvider.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2011-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionTask.php b/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionTask.php
index 67156a246662..3ddcb4999f82 100644
--- a/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionTask.php
+++ b/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionTask.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2011-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Tests/Unit/Controller/SchedulerModuleControllerTest.php b/typo3/sysext/scheduler/Tests/Unit/Controller/SchedulerModuleControllerTest.php
index 0a00b7a78d53..5ed1f81d90e0 100644
--- a/typo3/sysext/scheduler/Tests/Unit/Controller/SchedulerModuleControllerTest.php
+++ b/typo3/sysext/scheduler/Tests/Unit/Controller/SchedulerModuleControllerTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Tests\Unit\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Andy Grunwald <andreas.grunwald@wmdb.de>
+ *  (c) 2011-2013 Andy Grunwald <andreas.grunwald@wmdb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Tests/Unit/CronCommand/CronCommandTest.php b/typo3/sysext/scheduler/Tests/Unit/CronCommand/CronCommandTest.php
index 5e6b33e44e93..ae19e85615a3 100644
--- a/typo3/sysext/scheduler/Tests/Unit/CronCommand/CronCommandTest.php
+++ b/typo3/sysext/scheduler/Tests/Unit/CronCommand/CronCommandTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Tests\Unit\CronCommand;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Tests/Unit/CronCommand/NormalizeCommandTest.php b/typo3/sysext/scheduler/Tests/Unit/CronCommand/NormalizeCommandTest.php
index b8ef8361113b..9958fb660722 100644
--- a/typo3/sysext/scheduler/Tests/Unit/CronCommand/NormalizeCommandTest.php
+++ b/typo3/sysext/scheduler/Tests/Unit/CronCommand/NormalizeCommandTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Tests\Unit\CronCommand;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/Tests/Unit/Task/CachingFrameworkGarbageCollectionTest.php b/typo3/sysext/scheduler/Tests/Unit/Task/CachingFrameworkGarbageCollectionTest.php
index aa87c8c232ff..b8e401dc726e 100644
--- a/typo3/sysext/scheduler/Tests/Unit/Task/CachingFrameworkGarbageCollectionTest.php
+++ b/typo3/sysext/scheduler/Tests/Unit/Task/CachingFrameworkGarbageCollectionTest.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Scheduler\Tests\Unit\Task;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2013 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/cli/scheduler_cli_dispatch.php b/typo3/sysext/scheduler/cli/scheduler_cli_dispatch.php
index ed0bc27f58f1..07caf1e2c37c 100644
--- a/typo3/sysext/scheduler/cli/scheduler_cli_dispatch.php
+++ b/typo3/sysext/scheduler/cli/scheduler_cli_dispatch.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008 Markus Friedrich (markus.friedrich@dkd.de>
+ *  (c) 2008-2013 Markus Friedrich (markus.friedrich@dkd.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/scheduler/mod1/index.php b/typo3/sysext/scheduler/mod1/index.php
index 7d3e0254dea1..e1e33f01a30a 100755
--- a/typo3/sysext/scheduler/mod1/index.php
+++ b/typo3/sysext/scheduler/mod1/index.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 François Suter <francois@typo3.org>
- *  (c) 2005 Christian Jul Jensen <julle@typo3.org>
+ *  (c) 2009-2013 François Suter <francois@typo3.org>
+ *  (c) 2005-2013 Christian Jul Jensen <julle@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/setup/Classes/Controller/SetupModuleController.php b/typo3/sysext/setup/Classes/Controller/SetupModuleController.php
index fbd78835fb5f..e4f131a63778 100644
--- a/typo3/sysext/setup/Classes/Controller/SetupModuleController.php
+++ b/typo3/sysext/setup/Classes/Controller/SetupModuleController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Setup\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/statictemplates/Classes/StaticTemplatesHook.php b/typo3/sysext/statictemplates/Classes/StaticTemplatesHook.php
index fc8d5bb2c3b1..ed7dc1d7716b 100644
--- a/typo3/sysext/statictemplates/Classes/StaticTemplatesHook.php
+++ b/typo3/sysext/statictemplates/Classes/StaticTemplatesHook.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\Statictemplates;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
- *  (c) 2009-2011 Benjamin Mack (benn@typo3.org)
+ *  (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2009-2013 Benjamin Mack (benn@typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/sv/Classes/AbstractAuthenticationService.php b/typo3/sysext/sv/Classes/AbstractAuthenticationService.php
index 163363bf27f0..da3acdf37f89 100644
--- a/typo3/sysext/sv/Classes/AbstractAuthenticationService.php
+++ b/typo3/sysext/sv/Classes/AbstractAuthenticationService.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\Sv;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2004-2013 René Fritz <r.fritz@colorcube.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 textfile 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!
+ ***************************************************************/
+
 /**
  * Authentication services class
  *
diff --git a/typo3/sysext/sv/Classes/AuthenticationService.php b/typo3/sysext/sv/Classes/AuthenticationService.php
index b7f6b4fe627c..d1b58b12b458 100644
--- a/typo3/sysext/sv/Classes/AuthenticationService.php
+++ b/typo3/sysext/sv/Classes/AuthenticationService.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Sv;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2011 René Fritz <r.fritz@colorcube.de>
+ *  (c) 2004-2013 René Fritz <r.fritz@colorcube.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/sv/Classes/LoginFormHook.php b/typo3/sysext/sv/Classes/LoginFormHook.php
index 29c4ce91db52..2d084a7105be 100644
--- a/typo3/sysext/sv/Classes/LoginFormHook.php
+++ b/typo3/sysext/sv/Classes/LoginFormHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Sv;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/sv/Classes/Report/ServicesListReport.php b/typo3/sysext/sv/Classes/Report/ServicesListReport.php
index ae4b4be6f23d..89f1b27fcd6f 100644
--- a/typo3/sysext/sv/Classes/Report/ServicesListReport.php
+++ b/typo3/sysext/sv/Classes/Report/ServicesListReport.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Sv\Report;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2011 Francois Suter <francois@typo3.org>
+ *  (c) 2009-2013 Francois Suter <francois@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/sv/class.tx_sv_authbase.php b/typo3/sysext/sv/class.tx_sv_authbase.php
index 3763d7c6b73e..36c50e57dba8 100644
--- a/typo3/sysext/sv/class.tx_sv_authbase.php
+++ b/typo3/sysext/sv/class.tx_sv_authbase.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2011 René Fritz <r.fritz@colorcube.de>
+ *  (c) 2004-2013 René Fritz <r.fritz@colorcube.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/sys_action/Classes/ActionList.php b/typo3/sysext/sys_action/Classes/ActionList.php
index 1c9a4b3ee59c..f17120d31923 100644
--- a/typo3/sysext/sys_action/Classes/ActionList.php
+++ b/typo3/sysext/sys_action/Classes/ActionList.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\SysAction;
 /*************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Thomas Maroschik <tmaroschik@dfau.de>
+ *  (c) 2011-2013 Thomas Maroschik <tmaroschik@dfau.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/sys_action/Classes/ActionTask.php b/typo3/sysext/sys_action/Classes/ActionTask.php
index d58b0d85dc59..dbb9c8794e70 100644
--- a/typo3/sysext/sys_action/Classes/ActionTask.php
+++ b/typo3/sysext/sys_action/Classes/ActionTask.php
@@ -4,8 +4,8 @@ namespace TYPO3\CMS\SysAction;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
- *  (c) 2010-2011 Georg Ringer <typo3@ringerge.org>
+ *  (c) 1999-2013 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2010-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/sys_action/Classes/ActionToolbarMenu.php b/typo3/sysext/sys_action/Classes/ActionToolbarMenu.php
index ceef1f2fb3ed..a9306120daf2 100644
--- a/typo3/sysext/sys_action/Classes/ActionToolbarMenu.php
+++ b/typo3/sysext/sys_action/Classes/ActionToolbarMenu.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\SysAction;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2011 Steffen Kamper <info@sk-typo3.de>
+ *  (c) 2011-2013 Steffen Kamper <info@sk-typo3.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php b/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php
index 03d085755901..a9c0bb4f6c52 100644
--- a/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php
+++ b/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\SysNote\Domain\Repository;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2012-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php b/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php
index a620fa1a2d2f..43b4ca7ceaeb 100644
--- a/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php
+++ b/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\SysNote\Hook;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2012-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/sys_note/Classes/Hook/PageHook.php b/typo3/sysext/sys_note/Classes/Hook/PageHook.php
index 819a548d2fa1..45709c616962 100644
--- a/typo3/sysext/sys_note/Classes/Hook/PageHook.php
+++ b/typo3/sysext/sys_note/Classes/Hook/PageHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\SysNote\Hook;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2012-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php b/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php
index 3d1e9f46ba35..998db394ecb2 100644
--- a/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php
+++ b/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\SysNote\Hook;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2012-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/sys_note/Classes/ViewHelpers/EditLinkViewHelper.php b/typo3/sysext/sys_note/Classes/ViewHelpers/EditLinkViewHelper.php
index ffec3e2cac00..a3f338c9ee8a 100644
--- a/typo3/sysext/sys_note/Classes/ViewHelpers/EditLinkViewHelper.php
+++ b/typo3/sysext/sys_note/Classes/ViewHelpers/EditLinkViewHelper.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\SysNote\ViewHelpers;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2012-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/t3editor/Classes/CodeCompletion.php b/typo3/sysext/t3editor/Classes/CodeCompletion.php
index 113547a9c7f5..2a919a453e7d 100644
--- a/typo3/sysext/t3editor/Classes/CodeCompletion.php
+++ b/typo3/sysext/t3editor/Classes/CodeCompletion.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\T3Editor;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2008-2013 Stephan Petzl <spetzl@gmx.at> and Christian Kartnig <office@hahnepeter.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 textfile 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!
+ ***************************************************************/
+
 /**
  * Code completion for t3editor
  *
diff --git a/typo3/sysext/t3editor/Classes/FormWizard.php b/typo3/sysext/t3editor/Classes/FormWizard.php
index 6d86871b1ea4..87752f5f4e7e 100644
--- a/typo3/sysext/t3editor/Classes/FormWizard.php
+++ b/typo3/sysext/t3editor/Classes/FormWizard.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\T3Editor;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2007-2013 Tobias Liebig <mail_typo3@etobi.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 textfile 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!
+ ***************************************************************/
+
 /**
  * Wizard for tceforms
  *
diff --git a/typo3/sysext/t3editor/Classes/Hook/FileEditHook.php b/typo3/sysext/t3editor/Classes/Hook/FileEditHook.php
index 9989ae54b74c..f8e6868fc7cf 100644
--- a/typo3/sysext/t3editor/Classes/Hook/FileEditHook.php
+++ b/typo3/sysext/t3editor/Classes/Hook/FileEditHook.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\T3Editor\Hook;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2010-2013 Tobias Liebig <mail_typo3@etobi.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 textfile 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!
+ ***************************************************************/
+
 /**
  * File edit hook for t3editor
  *
diff --git a/typo3/sysext/t3editor/Classes/Hook/TypoScriptTemplateInfoHook.php b/typo3/sysext/t3editor/Classes/Hook/TypoScriptTemplateInfoHook.php
index 07daf0f46f78..aa42aca2215d 100644
--- a/typo3/sysext/t3editor/Classes/Hook/TypoScriptTemplateInfoHook.php
+++ b/typo3/sysext/t3editor/Classes/Hook/TypoScriptTemplateInfoHook.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\T3Editor\Hook;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2007-2013 Tobias Liebig <mail_typo3@etobi.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 textfile 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!
+ ***************************************************************/
+
 /**
  * Hook for tstemplate info
  *
diff --git a/typo3/sysext/t3editor/Classes/T3Editor.php b/typo3/sysext/t3editor/Classes/T3Editor.php
index 2ccd029bfc97..62e5fca7cbae 100644
--- a/typo3/sysext/t3editor/Classes/T3Editor.php
+++ b/typo3/sysext/t3editor/Classes/T3Editor.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\T3Editor;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2007-2013 Tobias Liebig <mail_typo3@etobi.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 textfile 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!
+ ***************************************************************/
+
 /**
  * Provides a javascript-driven code editor with syntax highlighting for TS, HTML, CSS and more
  *
diff --git a/typo3/sysext/t3editor/Classes/TypoScriptReferenceLoader.php b/typo3/sysext/t3editor/Classes/TypoScriptReferenceLoader.php
index 694a8bafcd48..25a3eb51377c 100644
--- a/typo3/sysext/t3editor/Classes/TypoScriptReferenceLoader.php
+++ b/typo3/sysext/t3editor/Classes/TypoScriptReferenceLoader.php
@@ -1,6 +1,32 @@
 <?php
 namespace TYPO3\CMS\T3Editor;
 
+/***************************************************************
+ *  Copyright notice
+ *
+ *  (c) 2008-2013 Stephan Petzl <spetzl@gmx.at> and Christian Kartnig <office@hahnepeter.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 textfile 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!
+ ***************************************************************/
+
 /**
  * Loads TSref information from a XML file an responds to an AJAX call.
  *
diff --git a/typo3/sysext/t3editor/Classes/class.tx_t3editor.php b/typo3/sysext/t3editor/Classes/class.tx_t3editor.php
index b2e25d4ddd5b..6c01001833b6 100644
--- a/typo3/sysext/t3editor/Classes/class.tx_t3editor.php
+++ b/typo3/sysext/t3editor/Classes/class.tx_t3editor.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Tobias Liebig <mail_typo3@etobi.de>
+ *  (c) 2007-2013 Tobias Liebig <mail_typo3@etobi.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/t3editor/Classes/class.tx_t3editor_hooks_fileedit.php b/typo3/sysext/t3editor/Classes/class.tx_t3editor_hooks_fileedit.php
index c85458961301..5a81b8262d40 100644
--- a/typo3/sysext/t3editor/Classes/class.tx_t3editor_hooks_fileedit.php
+++ b/typo3/sysext/t3editor/Classes/class.tx_t3editor_hooks_fileedit.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Tobias Liebig <mail_typo3@etobi.de>
+ *  (c) 2010-2013 Tobias Liebig <mail_typo3@etobi.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/t3editor/Classes/class.tx_t3editor_hooks_tstemplateinfo.php b/typo3/sysext/t3editor/Classes/class.tx_t3editor_hooks_tstemplateinfo.php
index e284b9bf4939..08cd062bc56d 100644
--- a/typo3/sysext/t3editor/Classes/class.tx_t3editor_hooks_tstemplateinfo.php
+++ b/typo3/sysext/t3editor/Classes/class.tx_t3editor_hooks_tstemplateinfo.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Tobias Liebig <mail_typo3@etobi.de>
+ *  (c) 2007-2013 Tobias Liebig <mail_typo3@etobi.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/t3editor/Classes/class.tx_t3editor_tceforms_wizard.php b/typo3/sysext/t3editor/Classes/class.tx_t3editor_tceforms_wizard.php
index efbdb902d276..6c4b50b5e757 100644
--- a/typo3/sysext/t3editor/Classes/class.tx_t3editor_tceforms_wizard.php
+++ b/typo3/sysext/t3editor/Classes/class.tx_t3editor_tceforms_wizard.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Tobias Liebig <mail_typo3@etobi.de>
+ *  (c) 2007-2013 Tobias Liebig <mail_typo3@etobi.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/t3editor/Classes/ts_codecompletion/class.tx_t3editor_codecompletion.php b/typo3/sysext/t3editor/Classes/ts_codecompletion/class.tx_t3editor_codecompletion.php
index 77470feb3d9d..4003af7b3e29 100644
--- a/typo3/sysext/t3editor/Classes/ts_codecompletion/class.tx_t3editor_codecompletion.php
+++ b/typo3/sysext/t3editor/Classes/ts_codecompletion/class.tx_t3editor_codecompletion.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stephan Petzl <spetzl@gmx.at> and Christian Kartnig <office@hahnepeter.de>
+ *  (c) 2008-2013 Stephan Petzl <spetzl@gmx.at> and Christian Kartnig <office@hahnepeter.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/t3editor/Classes/ts_codecompletion/class.tx_t3editor_tsrefloader.php b/typo3/sysext/t3editor/Classes/ts_codecompletion/class.tx_t3editor_tsrefloader.php
index 99c88353e73b..aa55b2588cf8 100644
--- a/typo3/sysext/t3editor/Classes/ts_codecompletion/class.tx_t3editor_tsrefloader.php
+++ b/typo3/sysext/t3editor/Classes/ts_codecompletion/class.tx_t3editor_tsrefloader.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2011 Stephan Petzl <spetzl@gmx.at> and Christian Kartnig <office@hahnepeter.de>
+ *  (c) 2008-2013 Stephan Petzl <spetzl@gmx.at> and Christian Kartnig <office@hahnepeter.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/taskcenter/Classes/Controller/TaskModuleController.php b/typo3/sysext/taskcenter/Classes/Controller/TaskModuleController.php
index 6ee99deddaf1..b0908cf5f9f4 100644
--- a/typo3/sysext/taskcenter/Classes/Controller/TaskModuleController.php
+++ b/typo3/sysext/taskcenter/Classes/Controller/TaskModuleController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Taskcenter\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2010-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/taskcenter/Classes/TaskInterface.php b/typo3/sysext/taskcenter/Classes/TaskInterface.php
index 5252094dc881..9d5781aa62bf 100644
--- a/typo3/sysext/taskcenter/Classes/TaskInterface.php
+++ b/typo3/sysext/taskcenter/Classes/TaskInterface.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Taskcenter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2010-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/taskcenter/Classes/TaskStatus.php b/typo3/sysext/taskcenter/Classes/TaskStatus.php
index 992cebe768dd..87be8f867820 100644
--- a/typo3/sysext/taskcenter/Classes/TaskStatus.php
+++ b/typo3/sysext/taskcenter/Classes/TaskStatus.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Taskcenter;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2010-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/taskcenter/task/index.php b/typo3/sysext/taskcenter/task/index.php
index 3bca22304e8f..2fb5fffe1f7e 100755
--- a/typo3/sysext/taskcenter/task/index.php
+++ b/typo3/sysext/taskcenter/task/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010-2011 Georg Ringer <typo3@ringerge.org>
+ *  (c) 2010-2013 Georg Ringer <typo3@ringerge.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/tsconfig_help/Classes/Controller/TypoScriptConfigHelpModuleController.php b/typo3/sysext/tsconfig_help/Classes/Controller/TypoScriptConfigHelpModuleController.php
index 5896cb79b702..71658a177cdd 100644
--- a/typo3/sysext/tsconfig_help/Classes/Controller/TypoScriptConfigHelpModuleController.php
+++ b/typo3/sysext/tsconfig_help/Classes/Controller/TypoScriptConfigHelpModuleController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\TsconfigHelp\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Stephane Schitter <stephane.schitter@free.fr>
+ *  (c) 2007-2013 Stephane Schitter <stephane.schitter@free.fr>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/tsconfig_help/mod1/index.php b/typo3/sysext/tsconfig_help/mod1/index.php
index 78a003485e2c..0d86f972a940 100644
--- a/typo3/sysext/tsconfig_help/mod1/index.php
+++ b/typo3/sysext/tsconfig_help/mod1/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2011 Stephane Schitter <stephane.schitter@free.fr>
+ *  (c) 2007-2013 Stephane Schitter <stephane.schitter@free.fr>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php
index 2fd8b6477914..a6ac1fab6882 100644
--- a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php
+++ b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Tstemplate\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/tstemplate/ts/index.php b/typo3/sysext/tstemplate/ts/index.php
index e3021157b82a..0f623a7f4b55 100644
--- a/typo3/sysext/tstemplate/ts/index.php
+++ b/typo3/sysext/tstemplate/ts/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/tstemplate_analyzer/Classes/Controller/TemplateAnalyzerModuleFunctionController.php b/typo3/sysext/tstemplate_analyzer/Classes/Controller/TemplateAnalyzerModuleFunctionController.php
index 66e52ab14fd3..e0c9ed989eeb 100644
--- a/typo3/sysext/tstemplate_analyzer/Classes/Controller/TemplateAnalyzerModuleFunctionController.php
+++ b/typo3/sysext/tstemplate_analyzer/Classes/Controller/TemplateAnalyzerModuleFunctionController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\TstemplateAnalyzer\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/tstemplate_analyzer/class.tx_tstemplateanalyzer.php b/typo3/sysext/tstemplate_analyzer/class.tx_tstemplateanalyzer.php
index fdd6e158e2f7..fec1bb5af3cf 100644
--- a/typo3/sysext/tstemplate_analyzer/class.tx_tstemplateanalyzer.php
+++ b/typo3/sysext/tstemplate_analyzer/class.tx_tstemplateanalyzer.php
@@ -1,30 +1,4 @@
 <?php
-/***************************************************************
- *  Copyright notice
- *
- *  (c) 1999-2011 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 textfile 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!
- ***************************************************************/
-
 /*
  * @deprecated since 6.0, the classname tx_tstemplateanalyzer and this file is obsolete
  * and will be removed with 6.2. The class was renamed and is now located at:
diff --git a/typo3/sysext/tstemplate_ceditor/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php b/typo3/sysext/tstemplate_ceditor/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php
index f60b4d067ad4..3862814dd571 100644
--- a/typo3/sysext/tstemplate_ceditor/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php
+++ b/typo3/sysext/tstemplate_ceditor/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\TstemplateCeditor\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/tstemplate_ceditor/class.tx_tstemplateceditor.php b/typo3/sysext/tstemplate_ceditor/class.tx_tstemplateceditor.php
index 3da97fe4650e..081177684c01 100644
--- a/typo3/sysext/tstemplate_ceditor/class.tx_tstemplateceditor.php
+++ b/typo3/sysext/tstemplate_ceditor/class.tx_tstemplateceditor.php
@@ -1,30 +1,4 @@
 <?php
-/***************************************************************
- *  Copyright notice
- *
- *  (c) 1999-2011 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 textfile 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!
- ***************************************************************/
-
 /*
  * @deprecated since 6.0, the classname tx_tstemplateceditor and this file is obsolete
  * and will be removed with 6.2. The class was renamed and is now located at:
diff --git a/typo3/sysext/tstemplate_info/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php b/typo3/sysext/tstemplate_info/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php
index 8906fde8d05a..ff83710b70b2 100644
--- a/typo3/sysext/tstemplate_info/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php
+++ b/typo3/sysext/tstemplate_info/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\TstemplateInfo\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php b/typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php
index 73ed4f048a10..a532046aa3ff 100644
--- a/typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php
+++ b/typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php
@@ -1,30 +1,4 @@
 <?php
-/***************************************************************
- *  Copyright notice
- *
- *  (c) 1999-2011 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 textfile 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!
- ***************************************************************/
-
 /*
  * @deprecated since 6.0, the classname tx_tstemplateinfo and this file is obsolete
  * and will be removed with 6.2. The class was renamed and is now located at:
diff --git a/typo3/sysext/tstemplate_objbrowser/Classes/Controller/TypoScriptTemplateObjectBrowserModuleFunctionController.php b/typo3/sysext/tstemplate_objbrowser/Classes/Controller/TypoScriptTemplateObjectBrowserModuleFunctionController.php
index 45da96214696..a424201ddbc3 100644
--- a/typo3/sysext/tstemplate_objbrowser/Classes/Controller/TypoScriptTemplateObjectBrowserModuleFunctionController.php
+++ b/typo3/sysext/tstemplate_objbrowser/Classes/Controller/TypoScriptTemplateObjectBrowserModuleFunctionController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\TstemplateObjbrowser\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/tstemplate_objbrowser/class.tx_tstemplateobjbrowser.php b/typo3/sysext/tstemplate_objbrowser/class.tx_tstemplateobjbrowser.php
index 4bc415eb485a..ff7b82c59bf4 100644
--- a/typo3/sysext/tstemplate_objbrowser/class.tx_tstemplateobjbrowser.php
+++ b/typo3/sysext/tstemplate_objbrowser/class.tx_tstemplateobjbrowser.php
@@ -1,30 +1,4 @@
 <?php
-/***************************************************************
- *  Copyright notice
- *
- *  (c) 1999-2011 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 textfile 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!
- ***************************************************************/
-
 /*
  * @deprecated since 6.0, the classname tx_tstemplateobjbrowser and this file is obsolete
  * and will be removed with 6.2. The class was renamed and is now located at:
diff --git a/typo3/sysext/viewpage/Classes/Controller/ViewModuleController.php b/typo3/sysext/viewpage/Classes/Controller/ViewModuleController.php
index faf26cba98a4..d79736a4f1c3 100644
--- a/typo3/sysext/viewpage/Classes/Controller/ViewModuleController.php
+++ b/typo3/sysext/viewpage/Classes/Controller/ViewModuleController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Viewpage\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2012 Felix Kopp <felix-source@phorax.com>
+ *  (c) 2012-2013 Felix Kopp <felix-source@phorax.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/sysext/wizard_crpages/Classes/Controller/CreatePagesWizardModuleFunctionController.php b/typo3/sysext/wizard_crpages/Classes/Controller/CreatePagesWizardModuleFunctionController.php
index 09bbc78b0e01..6f9a173b846c 100644
--- a/typo3/sysext/wizard_crpages/Classes/Controller/CreatePagesWizardModuleFunctionController.php
+++ b/typo3/sysext/wizard_crpages/Classes/Controller/CreatePagesWizardModuleFunctionController.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\WizardCrpages\Controller;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/sysext/wizard_sortpages/Classes/View/SortPagesWizardModuleFunction.php b/typo3/sysext/wizard_sortpages/Classes/View/SortPagesWizardModuleFunction.php
index 3262f98fafcb..d5c1d362fb72 100644
--- a/typo3/sysext/wizard_sortpages/Classes/View/SortPagesWizardModuleFunction.php
+++ b/typo3/sysext/wizard_sortpages/Classes/View/SortPagesWizardModuleFunction.php
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\WizardSortpages\View;
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/tce_db.php b/typo3/tce_db.php
index 7e24caaa5969..f8f6db3a3667 100644
--- a/typo3/tce_db.php
+++ b/typo3/tce_db.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/tce_file.php b/typo3/tce_file.php
index 116e71b450de..d4a53687cad1 100644
--- a/typo3/tce_file.php
+++ b/typo3/tce_file.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/template.php b/typo3/template.php
index c0afe3dba16d..33b49e758230 100644
--- a/typo3/template.php
+++ b/typo3/template.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/thumbs.php b/typo3/thumbs.php
index edb707805b3c..d69d06ad1a38 100644
--- a/typo3/thumbs.php
+++ b/typo3/thumbs.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/wizard_add.php b/typo3/wizard_add.php
index 8f048e124d93..8fd1a58ba100 100644
--- a/typo3/wizard_add.php
+++ b/typo3/wizard_add.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/wizard_colorpicker.php b/typo3/wizard_colorpicker.php
index 8df809386235..345e4d5d6cb9 100644
--- a/typo3/wizard_colorpicker.php
+++ b/typo3/wizard_colorpicker.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/wizard_edit.php b/typo3/wizard_edit.php
index 265b7d99150b..63f5ba976804 100644
--- a/typo3/wizard_edit.php
+++ b/typo3/wizard_edit.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/wizard_forms.php b/typo3/wizard_forms.php
index 57e73b912f9b..8c4806f4f216 100644
--- a/typo3/wizard_forms.php
+++ b/typo3/wizard_forms.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/wizard_list.php b/typo3/wizard_list.php
index 55cb856d2a9d..a4cc6dfac9b3 100644
--- a/typo3/wizard_list.php
+++ b/typo3/wizard_list.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/wizard_rte.php b/typo3/wizard_rte.php
index 6ae7e9d1b1f0..fada761cfe98 100644
--- a/typo3/wizard_rte.php
+++ b/typo3/wizard_rte.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/wizard_table.php b/typo3/wizard_table.php
index 1ae4d5ce1a30..97c817de0aa9 100644
--- a/typo3/wizard_table.php
+++ b/typo3/wizard_table.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
diff --git a/typo3/wizard_tsconfig.php b/typo3/wizard_tsconfig.php
index 6ee0a825d8d0..7ae66c4847e0 100644
--- a/typo3/wizard_tsconfig.php
+++ b/typo3/wizard_tsconfig.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (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
-- 
GitLab