updated license blocks

This commit is contained in:
Eriksen Costa 2012-03-31 18:00:32 -03:00
parent bec231f6ca
commit 013f998bb8
144 changed files with 430 additions and 430 deletions

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler; namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler; namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler; namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler; namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\DependencyInjection; namespace Symfony\Bundle\FrameworkBundle\DependencyInjection;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle; namespace Symfony\Bundle\FrameworkBundle;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\Tests; namespace Symfony\Bundle\FrameworkBundle\Tests;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\Tests; namespace Symfony\Bundle\FrameworkBundle\Tests;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\Tests\Fixtures\BaseBundle; namespace Symfony\Bundle\FrameworkBundle\Tests\Fixtures\BaseBundle;

View File

@ -3,12 +3,12 @@
namespace TestBundle\Fabpot\FooBundle\Controller; namespace TestBundle\Fabpot\FooBundle\Controller;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

View File

@ -5,12 +5,12 @@ namespace TestBundle\Fabpot\FooBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle; use Symfony\Component\HttpKernel\Bundle\Bundle;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

View File

@ -3,12 +3,12 @@
namespace TestBundle\FooBundle\Controller; namespace TestBundle\FooBundle\Controller;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

View File

@ -3,12 +3,12 @@
namespace TestBundle\FooBundle\Controller\Sub; namespace TestBundle\FooBundle\Controller\Sub;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

View File

@ -3,12 +3,12 @@
namespace TestBundle\FooBundle\Controller\Test; namespace TestBundle\FooBundle\Controller\Test;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

View File

@ -5,12 +5,12 @@ namespace TestBundle\FooBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle; use Symfony\Component\HttpKernel\Bundle\Bundle;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

View File

@ -3,12 +3,12 @@
namespace TestBundle\Sensio\Cms\FooBundle\Controller; namespace TestBundle\Sensio\Cms\FooBundle\Controller;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

View File

@ -5,12 +5,12 @@ namespace TestBundle\Sensio\Cms\FooBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle; use Symfony\Component\HttpKernel\Bundle\Bundle;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

View File

@ -3,12 +3,12 @@
namespace TestBundle\Sensio\FooBundle\Controller; namespace TestBundle\Sensio\FooBundle\Controller;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

View File

@ -5,12 +5,12 @@ namespace TestBundle\Sensio\FooBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle; use Symfony\Component\HttpKernel\Bundle\Bundle;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\Controller; namespace Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\Controller;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle; namespace Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\Tests\Functional; namespace Symfony\Bundle\FrameworkBundle\Tests\Functional;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\Tests\Functional; namespace Symfony\Bundle\FrameworkBundle\Tests\Functional;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\Tests\Functional; namespace Symfony\Bundle\FrameworkBundle\Tests\Functional;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\Tests; namespace Symfony\Bundle\FrameworkBundle\Tests;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\Tests\Routing; namespace Symfony\Bundle\FrameworkBundle\Tests\Routing;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\FrameworkBundle\Tests\Routing; namespace Symfony\Bundle\FrameworkBundle\Tests\Routing;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\DependencyInjection; namespace Symfony\Bundle\SecurityBundle\DependencyInjection;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory; namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\EventListener; namespace Symfony\Bundle\SecurityBundle\EventListener;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\EventListener; namespace Symfony\Bundle\SecurityBundle\EventListener;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Security; namespace Symfony\Bundle\SecurityBundle\Security;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Security; namespace Symfony\Bundle\SecurityBundle\Security;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\Security\Factory; namespace Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\Security\Factory;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\CsrfFormLoginBundle\Controller; namespace Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\CsrfFormLoginBundle\Controller;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\CsrfFormLoginBundle; namespace Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\CsrfFormLoginBundle;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\CsrfFormLoginBundle\Form; namespace Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\CsrfFormLoginBundle\Form;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\FormLoginBundle\Controller; namespace Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\FormLoginBundle\Controller;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\FormLoginBundle; namespace Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\FormLoginBundle;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Tests\Functional; namespace Symfony\Bundle\SecurityBundle\Tests\Functional;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Tests\Functional; namespace Symfony\Bundle\SecurityBundle\Tests\Functional;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Tests\Functional; namespace Symfony\Bundle\SecurityBundle\Tests\Functional;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Tests\Functional; namespace Symfony\Bundle\SecurityBundle\Tests\Functional;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Tests\Functional; namespace Symfony\Bundle\SecurityBundle\Tests\Functional;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\SecurityBundle\Tests\Functional; namespace Symfony\Bundle\SecurityBundle\Tests\Functional;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\TwigBundle\DependencyInjection; namespace Symfony\Bundle\TwigBundle\DependencyInjection;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\TwigBundle\Tests\Controller; namespace Symfony\Bundle\TwigBundle\Tests\Controller;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Bundle\WebProfilerBundle\Tests\Controller; namespace Symfony\Bundle\WebProfilerBundle\Tests\Controller;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Config\Tests\Definition; namespace Symfony\Component\Config\Tests\Definition;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Config\Tests\Definition; namespace Symfony\Component\Config\Tests\Definition;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Config\Tests\Definition\Builder; namespace Symfony\Component\Config\Tests\Definition\Builder;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Config\Tests\Definition\Builder; namespace Symfony\Component\Config\Tests\Definition\Builder;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Config\Tests\Definition\Builder; namespace Symfony\Component\Config\Tests\Definition\Builder;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Config\Tests\Definition; namespace Symfony\Component\Config\Tests\Definition;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Config\Tests\Definition; namespace Symfony\Component\Config\Tests\Definition;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Config\Tests\Definition; namespace Symfony\Component\Config\Tests\Definition;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Config\Tests\Definition; namespace Symfony\Component\Config\Tests\Definition;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Config\Tests\Definition; namespace Symfony\Component\Config\Tests\Definition;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Compiler; namespace Symfony\Component\DependencyInjection\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Compiler; namespace Symfony\Component\DependencyInjection\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Compiler; namespace Symfony\Component\DependencyInjection\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Compiler; namespace Symfony\Component\DependencyInjection\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Compiler; namespace Symfony\Component\DependencyInjection\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Compiler; namespace Symfony\Component\DependencyInjection\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Compiler; namespace Symfony\Component\DependencyInjection\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection; namespace Symfony\Component\DependencyInjection;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Exception; namespace Symfony\Component\DependencyInjection\Exception;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Exception; namespace Symfony\Component\DependencyInjection\Exception;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Exception; namespace Symfony\Component\DependencyInjection\Exception;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Exception; namespace Symfony\Component\DependencyInjection\Exception;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Exception; namespace Symfony\Component\DependencyInjection\Exception;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Exception; namespace Symfony\Component\DependencyInjection\Exception;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Exception; namespace Symfony\Component\DependencyInjection\Exception;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Exception; namespace Symfony\Component\DependencyInjection\Exception;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection; namespace Symfony\Component\DependencyInjection;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection; namespace Symfony\Component\DependencyInjection;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Tests\Compiler; namespace Symfony\Component\DependencyInjection\Tests\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Tests\Compiler; namespace Symfony\Component\DependencyInjection\Tests\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Tests\Compiler; namespace Symfony\Component\DependencyInjection\Tests\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Tests\Compiler; namespace Symfony\Component\DependencyInjection\Tests\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Tests\Compiler; namespace Symfony\Component\DependencyInjection\Tests\Compiler;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\DependencyInjection\Tests; namespace Symfony\Component\DependencyInjection\Tests;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\HttpKernel\Debug; namespace Symfony\Component\HttpKernel\Debug;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\HttpKernel\Debug; namespace Symfony\Component\HttpKernel\Debug;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\HttpKernel\DependencyInjection; namespace Symfony\Component\HttpKernel\DependencyInjection;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\HttpKernel\DependencyInjection; namespace Symfony\Component\HttpKernel\DependencyInjection;

View File

@ -10,12 +10,12 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Container; use Symfony\Component\DependencyInjection\Container;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\HttpKernel\DependencyInjection; namespace Symfony\Component\HttpKernel\DependencyInjection;

View File

@ -5,12 +5,12 @@ namespace Symfony\Component\Locale\Tests\Stub;
use Symfony\Component\Locale\Stub\StubLocale; use Symfony\Component\Locale\Stub\StubLocale;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
class StubLocaleTest extends \PHPUnit_Framework_TestCase class StubLocaleTest extends \PHPUnit_Framework_TestCase

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
require_once __DIR__.'/../../../../ClassLoader/UniversalClassLoader.php'; require_once __DIR__.'/../../../../ClassLoader/UniversalClassLoader.php';

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Security\Core\Authentication\Provider; namespace Symfony\Component\Security\Core\Authentication\Provider;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Security\Core\Authentication\RememberMe; namespace Symfony\Component\Security\Core\Authentication\RememberMe;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Security\Core\Exception; namespace Symfony\Component\Security\Core\Exception;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Security\Core; namespace Symfony\Component\Security\Core;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Security\Core\User; namespace Symfony\Component\Security\Core\User;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Security\Http\Authentication; namespace Symfony\Component\Security\Http\Authentication;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Security\Http\Authentication; namespace Symfony\Component\Security\Http\Authentication;

View File

@ -1,12 +1,12 @@
<?php <?php
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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 Symfony\Component\Security\Http\Authorization; namespace Symfony\Component\Security\Http\Authorization;

View File

@ -13,12 +13,12 @@ use Symfony\Component\Security\Http\SecurityEvents;
use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

View File

@ -7,12 +7,12 @@ use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Security\Http\Firewall\ExceptionListener; use Symfony\Component\Security\Http\Firewall\ExceptionListener;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* 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.
*/ */
/** /**

Some files were not shown because too many files have changed in this diff Show More