From 381c8a0e0b2d24c4bcf55bc2cf6ebf30bdd10b41 Mon Sep 17 00:00:00 2001
From: Benni Mack <benni@typo3.org>
Date: Fri, 2 Mar 2018 18:47:03 +0100
Subject: [PATCH] [TASK] Add missing license headers to new PHP files

Resolves: #84121
Releases: master
Change-Id: Idf51b84880d56db4d54cbad2e556bccbcf888ba1
Reviewed-on: https://review.typo3.org/55992
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Benjamin Franzke <bfr@qbus.de>
Tested-by: Benjamin Franzke <bfr@qbus.de>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
---
 .../AdminPanel/AdminPanelModuleInterface.php        | 13 +++++++++++++
 .../frontend/Classes/AdminPanel/CacheModule.php     | 13 +++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/typo3/sysext/frontend/Classes/AdminPanel/AdminPanelModuleInterface.php b/typo3/sysext/frontend/Classes/AdminPanel/AdminPanelModuleInterface.php
index 9e57b6774409..a6d2b2fe95c4 100644
--- a/typo3/sysext/frontend/Classes/AdminPanel/AdminPanelModuleInterface.php
+++ b/typo3/sysext/frontend/Classes/AdminPanel/AdminPanelModuleInterface.php
@@ -3,6 +3,19 @@ declare(strict_types=1);
 
 namespace TYPO3\CMS\Frontend\AdminPanel;
 
+/*
+ * 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!
+ */
+
 /**
  * Interface for admin panel modules registered via EXTCONF
  *
diff --git a/typo3/sysext/frontend/Classes/AdminPanel/CacheModule.php b/typo3/sysext/frontend/Classes/AdminPanel/CacheModule.php
index 2e8326e33ca3..ac3786960d08 100644
--- a/typo3/sysext/frontend/Classes/AdminPanel/CacheModule.php
+++ b/typo3/sysext/frontend/Classes/AdminPanel/CacheModule.php
@@ -3,6 +3,19 @@ declare(strict_types=1);
 
 namespace TYPO3\CMS\Frontend\AdminPanel;
 
+/*
+ * 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!
+ */
+
 class CacheModule extends AbstractModule
 {
     /**
-- 
GitLab