Skip to content

Commit

Permalink
[TASK] Add missing header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Nov 16, 2024
1 parent c12ab92 commit 11a51ed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Classes/EventListeners/RegisterIcons.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

declare(strict_types=1);

/*
* 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!
*/

namespace MASK\Mask\EventListeners;

use MASK\Mask\Enumeration\FieldType;
Expand Down

0 comments on commit 11a51ed

Please sign in to comment.