From 897937836271effb6217ca09773adc38da67a1b2 Mon Sep 17 00:00:00 2001 From: Alexander Schnitzler <git@alexanderschnitzler.de> Date: Fri, 1 May 2020 12:46:52 +0200 Subject: [PATCH] [TASK] Remove license header duplicate Releases: master Resolves: #91264 Relates: #91253 Change-Id: Ifcd89d719494c9be3f14b7b6d943d9e0eabfff82 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64383 Reviewed-by: Susanne Moog <look@susi.dev> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: TYPO3com <noreply@typo3.com> Tested-by: Benni Mack <benni@typo3.org> --- .../backend/Classes/View/PageLayoutContext.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/typo3/sysext/backend/Classes/View/PageLayoutContext.php b/typo3/sysext/backend/Classes/View/PageLayoutContext.php index f73ba3ad1cdd..0fa9682ea7ac 100644 --- a/typo3/sysext/backend/Classes/View/PageLayoutContext.php +++ b/typo3/sysext/backend/Classes/View/PageLayoutContext.php @@ -17,19 +17,6 @@ declare(strict_types=1); namespace TYPO3\CMS\Backend\View; -/* - * This file is part of the TYPO3 CMS project. - * - * It is free software; you can redistribute it and/or modify it under - * the terms of the GNU General Public License, either version 2 - * of the License, or any later version. - * - * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. - * - * The TYPO3 project - inspiring people to share! - */ - use TYPO3\CMS\Backend\Routing\UriBuilder; use TYPO3\CMS\Backend\Utility\BackendUtility; use TYPO3\CMS\Backend\View\BackendLayout\BackendLayout; -- GitLab