From a8af3e2c1866d6978e6de9ad496f697744284474 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 22 Apr 2013 06:29:54 +0200 Subject: [PATCH] added missing license blocks --- .../DependencyInjection/Compiler/TwigLoaderPassTest.php | 9 +++++++++ .../Component/Finder/Exception/ExceptionInterface.php | 9 +++++++++ .../Component/Form/Test/DeprecationErrorHandler.php | 9 +++++++++ .../Component/HttpFoundation/Tests/ResponseTestCase.php | 9 +++++++++ .../Tests/Matcher/Dumper/DumperCollectionTest.php | 9 +++++++++ .../Tests/Matcher/Dumper/DumperPrefixCollectionTest.php | 9 +++++++++ 6 files changed, 54 insertions(+) diff --git a/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigLoaderPassTest.php b/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigLoaderPassTest.php index 80c9da10e3..8cccf7e8d6 100644 --- a/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigLoaderPassTest.php +++ b/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigLoaderPassTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace symfony\src\Symfony\Bundle\TwigBundle\Tests\DependencyInjection\Compiler; use Symfony\Component\DependencyInjection\ContainerBuilder; diff --git a/src/Symfony/Component/Finder/Exception/ExceptionInterface.php b/src/Symfony/Component/Finder/Exception/ExceptionInterface.php index b0337c1aaa..bff02142df 100644 --- a/src/Symfony/Component/Finder/Exception/ExceptionInterface.php +++ b/src/Symfony/Component/Finder/Exception/ExceptionInterface.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Finder\Exception; /** diff --git a/src/Symfony/Component/Form/Test/DeprecationErrorHandler.php b/src/Symfony/Component/Form/Test/DeprecationErrorHandler.php index 21b3a6e6b0..8a736fde2c 100644 --- a/src/Symfony/Component/Form/Test/DeprecationErrorHandler.php +++ b/src/Symfony/Component/Form/Test/DeprecationErrorHandler.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Form\Test; class DeprecationErrorHandler diff --git a/src/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php b/src/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php index 2728106629..94c770a894 100644 --- a/src/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php +++ b/src/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\HttpFoundation\Tests; use Symfony\Component\HttpFoundation\Request; diff --git a/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperCollectionTest.php b/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperCollectionTest.php index 62ca947848..54b377272d 100644 --- a/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperCollectionTest.php +++ b/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperCollectionTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Routing\Test\Matcher\Dumper; use Symfony\Component\Routing\Matcher\Dumper\DumperCollection; diff --git a/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php b/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php index 398798a7d2..7b4565c403 100644 --- a/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php +++ b/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Routing\Tests\Matcher\Dumper; use Symfony\Component\Routing\Route;