Skip to content
Snippets Groups Projects
Commit 381c8a0e authored by Benni Mack's avatar Benni Mack Committed by Georg Ringer
Browse files

[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: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 42a78bd9
Branches
Tags
No related merge requests found
......@@ -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
*
......
......@@ -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
{
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment