removed unneeded license block

This commit is contained in:
Fabien Potencier
2017-04-07 11:11:11 -07:00
parent 60022e1412
commit e30857d457
@@ -1,14 +1,5 @@
<?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 App;
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;