Skip to content

Commit

Permalink
[TASK] Add missing license headers to new PHP files
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bmack authored and georgringer committed Mar 2, 2018
1 parent 42a78bd commit 381c8a0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Expand Up @@ -3,6 +3,19 @@

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
*
Expand Down
13 changes: 13 additions & 0 deletions typo3/sysext/frontend/Classes/AdminPanel/CacheModule.php
Expand Up @@ -3,6 +3,19 @@

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
{
/**
Expand Down

0 comments on commit 381c8a0

Please sign in to comment.