Commit aa0cba22 authored by Igor Wiedler's avatar Igor Wiedler

move and adjust file header (again)

parent 60243281
<?php <?php
namespace Silex;
use Symfony\Component\Finder\Finder;
use Symfony\Component\HttpKernel\Kernel;
/* /*
* This file is part of the Silex framework. * This file is part of the Silex framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.org> * (c) Fabien Potencier <fabien.potencier@symfony-project.org>
* *
* This source file is subject to the MIT license that is bundled * For the full copyright and license information, please view the LICENSE
* with this source code in the file LICENSE. * file that was distributed with this source code.
*/ */
namespace Silex;
use Symfony\Component\Finder\Finder;
use Symfony\Component\HttpKernel\Kernel;
/** /**
* The Compiler class compiles the Silex framework. * The Compiler class compiles the Silex framework.
* *
......
<?php <?php
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Silex; namespace Silex;
use Symfony\Component\HttpKernel\HttpKernel; use Symfony\Component\HttpKernel\HttpKernel;
...@@ -13,15 +22,6 @@ use Symfony\Component\Routing\RouteCollection; ...@@ -13,15 +22,6 @@ use Symfony\Component\Routing\RouteCollection;
use Symfony\Component\Routing\Route; use Symfony\Component\Routing\Route;
use Symfony\Component\Routing\Matcher\UrlMatcher; use Symfony\Component\Routing\Matcher\UrlMatcher;
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.org>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
/** /**
* The Silex framework class. * The Silex framework class.
* *
......
<?php <?php
namespace Silex;
use Symfony\Component\HttpKernel\Client;
use Symfony\Component\HttpKernel\Test\WebTestCase as BaseWebTestCase;
/* /*
* This file is part of the Silex framework. * This file is part of the Silex framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.org> * (c) Fabien Potencier <fabien.potencier@symfony-project.org>
* *
* This source file is subject to the MIT license that is bundled * For the full copyright and license information, please view the LICENSE
* with this source code in the file LICENSE. * file that was distributed with this source code.
*/ */
namespace Silex;
use Symfony\Component\HttpKernel\Client;
use Symfony\Component\HttpKernel\Test\WebTestCase as BaseWebTestCase;
/** /**
* WebTestCase is the base class for functional tests. * WebTestCase is the base class for functional tests.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment