From e30857d457a36d13660389212ce7e30730155d26 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 7 Apr 2017 11:11:11 -0700 Subject: [PATCH] removed unneeded license block --- symfony/framework-bundle/3.3/src/Kernel.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/symfony/framework-bundle/3.3/src/Kernel.php b/symfony/framework-bundle/3.3/src/Kernel.php index a216bb6b..ee69f82d 100644 --- a/symfony/framework-bundle/3.3/src/Kernel.php +++ b/symfony/framework-bundle/3.3/src/Kernel.php @@ -1,14 +1,5 @@ - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - namespace App; use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;