Add missing license

This commit is contained in:
Fabien Potencier 2020-08-18 09:39:30 +02:00
parent b109a29658
commit 8b78ad3a72

View File

@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Security\Http\EventListener;
use Psr\Log\LoggerInterface;