浏览代码

added missing license headers

Fabien Potencier 14 年之前
父节点
当前提交
65200aa86a
共有 95 个文件被更改,包括 970 次插入114 次删除
  1. 9 0
      src/Symfony/Bundle/DoctrineBundle/Annotations/IndexedReader.php
  2. 9 0
      src/Symfony/Bundle/DoctrineBundle/DependencyInjection/Compiler/RegisterEventListenersAndSubscribersPass.php
  3. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/Command/InfoDoctrineCommandTest.php
  4. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/AnnotationsBundle/AnnotationsBundle.php
  5. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/AnnotationsBundle/Entity/Test.php
  6. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/Vendor/AnnotationsBundle/AnnotationsBundle.php
  7. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/Vendor/AnnotationsBundle/Entity/Test.php
  8. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/Entity/Test.php
  9. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/XmlBundle.php
  10. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/Entity/Test.php
  11. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/YamlBundle.php
  12. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XMLSchemaTest.php
  13. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/Mapping/Driver/AbstractDriverTest.php
  14. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/Mapping/Driver/XmlDriverTest.php
  15. 9 0
      src/Symfony/Bundle/DoctrineBundle/Tests/Mapping/Driver/YamlDriverTest.php
  16. 9 0
      src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CompilerDebugDumpPass.php
  17. 9 0
      src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslatorPass.php
  18. 9 0
      src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
  19. 9 0
      src/Symfony/Bundle/FrameworkBundle/HttpKernel.php
  20. 9 0
      src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/generic/Bundle.php
  21. 9 0
      src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/generic/Controller/DefaultController.php
  22. 9 0
      src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/php/Resources/config/routing.php
  23. 9 0
      src/Symfony/Bundle/FrameworkBundle/Tests/ContainerAwareEventDispatcherTest.php
  24. 9 0
      src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php
  25. 9 0
      src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/BaseBundle.php
  26. 9 0
      src/Symfony/Bundle/FrameworkBundle/Tests/HttpKernelTest.php
  27. 9 0
      src/Symfony/Bundle/SecurityBundle/DependencyInjection/FactoryConfiguration.php
  28. 9 0
      src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php
  29. 9 0
      src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php
  30. 9 0
      src/Symfony/Bundle/SecurityBundle/EventListener/ResponseListener.php
  31. 9 0
      src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php
  32. 9 0
      src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php
  33. 9 0
      src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php
  34. 9 0
      src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php
  35. 9 0
      src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php
  36. 9 0
      src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php
  37. 9 0
      src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php
  38. 9 0
      src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php
  39. 9 0
      src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php
  40. 9 0
      src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php
  41. 9 0
      src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
  42. 9 0
      src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php
  43. 9 0
      src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
  44. 9 0
      src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
  45. 9 0
      src/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php
  46. 9 0
      src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php
  47. 9 0
      src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php
  48. 9 0
      src/Symfony/Component/DependencyInjection/DefinitionDecorator.php
  49. 9 0
      src/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php
  50. 9 0
      src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php
  51. 9 0
      src/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php
  52. 9 0
      src/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php
  53. 9 0
      src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php
  54. 9 0
      src/Symfony/Component/DependencyInjection/Scope.php
  55. 9 0
      src/Symfony/Component/DependencyInjection/ScopeInterface.php
  56. 9 0
      src/Symfony/Component/Security/Acl/Resources/bin/generateSql.php
  57. 10 0
      src/Symfony/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProvider.php
  58. 9 0
      src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php
  59. 9 0
      src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php
  60. 9 0
      src/Symfony/Component/Security/Core/SecurityContextInterface.php
  61. 9 0
      src/Symfony/Component/Security/Core/User/ChainUserProvider.php
  62. 9 0
      src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php
  63. 9 0
      src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php
  64. 9 0
      src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php
  65. 9 0
      src/Symfony/Component/Security/Http/FirewallMapInterface.php
  66. 9 0
      src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php
  67. 9 0
      src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php
  68. 9 0
      src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php
  69. 9 0
      src/Symfony/Component/Validator/Mapping/Cache/ApcCache.php
  70. 9 0
      tests/Symfony/Tests/Component/Config/Definition/ArrayNodeTest.php
  71. 9 0
      tests/Symfony/Tests/Component/Config/Definition/BooleanNodeTest.php
  72. 9 0
      tests/Symfony/Tests/Component/Config/Definition/Builder/ArrayNodeDefinitionTest.php
  73. 9 0
      tests/Symfony/Tests/Component/Config/Definition/Builder/NodeBuilderTest.php
  74. 9 0
      tests/Symfony/Tests/Component/Config/Definition/Builder/TreeBuilderTest.php
  75. 73 64
      tests/Symfony/Tests/Component/Config/Definition/FinalizationTest.php
  76. 9 0
      tests/Symfony/Tests/Component/Config/Definition/MergeTest.php
  77. 9 0
      tests/Symfony/Tests/Component/Config/Definition/NormalizationTest.php
  78. 9 0
      tests/Symfony/Tests/Component/Config/Definition/PrototypedArrayNodeTest.php
  79. 59 50
      tests/Symfony/Tests/Component/Config/Definition/ScalarNodeTest.php
  80. 9 0
      tests/Symfony/Tests/Component/DependencyInjection/Compiler/CheckCircularReferencesPassTest.php
  81. 9 0
      tests/Symfony/Tests/Component/DependencyInjection/Compiler/CheckDefinitionValidityPassTest.php
  82. 9 0
      tests/Symfony/Tests/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php
  83. 9 0
      tests/Symfony/Tests/Component/DependencyInjection/Compiler/CheckReferenceValidityPassTest.php
  84. 9 0
      tests/Symfony/Tests/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPassTest.php
  85. 9 0
      tests/Symfony/Tests/Component/DependencyInjection/DefinitionDecoratorTest.php
  86. 9 0
      tests/Symfony/Tests/Component/Security/Acl/Permission/BasicPermissionMapTest.php
  87. 9 0
      tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProviderTest.php
  88. 9 0
      tests/Symfony/Tests/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProviderTest.php
  89. 9 0
      tests/Symfony/Tests/Component/Security/Core/Authentication/RememberMe/PersistentTokenTest.php
  90. 9 0
      tests/Symfony/Tests/Component/Security/Core/Authentication/Token/RememerMeTokenTest.php
  91. 9 0
      tests/Symfony/Tests/Component/Security/Core/User/ChainUserProviderTest.php
  92. 9 0
      tests/Symfony/Tests/Component/Security/Http/Firewall/RememberMeListenerTest.php
  93. 9 0
      tests/Symfony/Tests/Component/Security/Http/RememberMe/AbstractRememberMeServicesTest.php
  94. 9 0
      tests/Symfony/Tests/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServicesTest.php
  95. 9 0
      tests/Symfony/Tests/Component/Security/Http/RememberMe/TokenBasedRememberMeServicesTest.php

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Annotations/IndexedReader.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\DoctrineBundle\Annotations;
 
 use Doctrine\Common\Annotations\Reader;

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/DependencyInjection/Compiler/RegisterEventListenersAndSubscribersPass.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\Reference;

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/Command/InfoDoctrineCommandTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\DoctrineBundle\Tests\Command;
 
 use Symfony\Bundle\DoctrineBundle\Tests\TestCase;

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/AnnotationsBundle/AnnotationsBundle.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Fixtures\Bundles\AnnotationsBundle;
 
 use Symfony\Component\HttpKernel\Bundle\Bundle;

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/AnnotationsBundle/Entity/Test.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Fixtures\Bundles\AnnotationsBundle\Entity;
 
 class Test

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/Vendor/AnnotationsBundle/AnnotationsBundle.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Fixtures\Bundles\Vendor\AnnotationsBundle;
 
 use Symfony\Component\HttpKernel\Bundle\Bundle;

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/Vendor/AnnotationsBundle/Entity/Test.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Fixtures\Bundles\Vendor\AnnotationsBundle\Entity;
 
 class Test

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/Entity/Test.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Fixtures\Bundles\XmlBundle\Entity;
 
 class Test

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/XmlBundle.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Fixtures\Bundles\XmlBundle;
 
 use Symfony\Component\HttpKernel\Bundle\Bundle;

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/Entity/Test.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Fixtures\Bundles\YamlBundle\Entity;
 
 class Test

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/YamlBundle.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Fixtures\Bundles\YamlBundle;
 
 use Symfony\Component\HttpKernel\Bundle\Bundle;

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XMLSchemaTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\DoctrineBundle\Tests\DependencyInjection;
 
 class XMLSchemaTest extends \PHPUnit_Framework_TestCase

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/Mapping/Driver/AbstractDriverTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\DoctrineBundle\Tests\Mapping\Driver;
 
 abstract class AbstractDriverTest extends \PHPUnit_Framework_TestCase

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/Mapping/Driver/XmlDriverTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\DoctrineBundle\Tests\Mapping\Driver;
 
 use Symfony\Bundle\DoctrineBundle\Mapping\Driver\XmlDriver;

+ 9 - 0
src/Symfony/Bundle/DoctrineBundle/Tests/Mapping/Driver/YamlDriverTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\DoctrineBundle\Tests\Mapping\Driver;
 
 use Symfony\Bundle\DoctrineBundle\Mapping\Driver\YamlDriver;

+ 9 - 0
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CompilerDebugDumpPass.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\ContainerInterface;

+ 9 - 0
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslatorPass.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\ContainerBuilder;

+ 9 - 0
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\FrameworkBundle\DependencyInjection;
 
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;

+ 9 - 0
src/Symfony/Bundle/FrameworkBundle/HttpKernel.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\FrameworkBundle;
 
 use Symfony\Component\HttpFoundation\Request;

+ 9 - 0
src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/generic/Bundle.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace {{ namespace }};
 
 use Symfony\Component\HttpKernel\Bundle\Bundle;

+ 9 - 0
src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/generic/Controller/DefaultController.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace {{ namespace }}\Controller;
 
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;

+ 9 - 0
src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/php/Resources/config/routing.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 use Symfony\Component\Routing\RouteCollection;
 use Symfony\Component\Routing\Route;
 

+ 9 - 0
src/Symfony/Bundle/FrameworkBundle/Tests/ContainerAwareEventDispatcherTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\FrameworkBundle\Tests;
 
 use Symfony\Component\DependencyInjection\Container;

+ 9 - 0
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\FrameworkBundle\Tests;
 
 class TestBundle extends \Symfony\Component\HttpKernel\Bundle\Bundle

+ 9 - 0
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/BaseBundle.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\FrameworkBundle\Tests\Fixtures\BaseBundle;
 
 use Symfony\Component\HttpKernel\Bundle\Bundle;

+ 9 - 0
src/Symfony/Bundle/FrameworkBundle/Tests/HttpKernelTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\FrameworkBundle\Tests;
 
 use Symfony\Component\HttpKernel\HttpKernelInterface;

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/DependencyInjection/FactoryConfiguration.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\DependencyInjection;
 
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\DependencyInjection;
 
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory;
 
 use Symfony\Component\Config\Definition\Builder\NodeDefinition;

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/EventListener/ResponseListener.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\EventListener;
 
 use Symfony\Component\HttpFoundation\Response;

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\Security;
 
 use Symfony\Component\Security\Http\Firewall\ExceptionListener;

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\Security;
 
 use Symfony\Component\Security\Http\FirewallMapInterface;

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\Security\Factory;
 
 use Symfony\Component\DependencyInjection\Reference;

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\FormLoginBundle\Controller;
 
 use Symfony\Component\HttpFoundation\Response;

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\FormLoginBundle;
 
 use Symfony\Component\HttpKernel\Bundle\Bundle;

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
 
 /**

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
 
 class SecurityRoutingIntegrationTest extends WebTestCase

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
 
 use Symfony\Component\HttpKernel\Util\Filesystem;

+ 9 - 0
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
 
 use Symfony\Component\HttpKernel\Util\Filesystem;

+ 9 - 0
src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Bundle\TwigBundle\DependencyInjection;
 
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;

+ 9 - 0
src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException;

+ 9 - 0
src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\ContainerInterface;

+ 9 - 0
src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\Definition;

+ 9 - 0
src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\Exception\ScopeWideningInjectionException;

+ 9 - 0
src/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\Definition;

+ 9 - 0
src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\ContainerBuilder;

+ 9 - 0
src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\Definition;

+ 9 - 0
src/Symfony/Component/DependencyInjection/DefinitionDecorator.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection;
 
 /**

+ 9 - 0
src/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection\Exception;
 
 /**

+ 9 - 0
src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection\Exception;
 
 /**

+ 9 - 0
src/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection\Exception;
 
 /**

+ 9 - 0
src/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection\Exception;
 
 /**

+ 9 - 0
src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection\Exception;
 
 /**

+ 9 - 0
src/Symfony/Component/DependencyInjection/Scope.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection;
 
 /**

+ 9 - 0
src/Symfony/Component/DependencyInjection/ScopeInterface.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\DependencyInjection;
 
 /**

+ 9 - 0
src/Symfony/Component/Security/Acl/Resources/bin/generateSql.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 require_once __DIR__.'/../../../../ClassLoader/UniversalClassLoader.php';
 
 use Symfony\Component\ClassLoader\UniversalClassLoader;

+ 10 - 0
src/Symfony/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProvider.php

@@ -1,4 +1,14 @@
 <?php
+
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Security\Core\Authentication\Provider;
 
 use Symfony\Component\Security\Core\User\UserCheckerInterface;

+ 9 - 0
src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Security\Core\Authentication\RememberMe;
 
 use Symfony\Component\Security\Core\Exception\TokenNotFoundException;

+ 9 - 0
src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Security\Core\Exception;
 
 /**

+ 9 - 0
src/Symfony/Component/Security/Core/SecurityContextInterface.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Security\Core;
 
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;

+ 9 - 0
src/Symfony/Component/Security/Core/User/ChainUserProvider.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Security\Core\User;
 
 use Symfony\Component\Security\Core\Exception\UnsupportedUserException;

+ 9 - 0
src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Security\Http\Authentication;
 
 use Symfony\Component\Security\Core\Exception\AuthenticationException;

+ 9 - 0
src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Security\Http\Authentication;
 
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;

+ 9 - 0
src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Security\Http\Authorization;
 
 use Symfony\Component\HttpFoundation\Request;

+ 9 - 0
src/Symfony/Component/Security/Http/FirewallMapInterface.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Security\Http;
 
 use Symfony\Component\HttpFoundation\Request;

+ 9 - 0
src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Security\Http\Logout;
 
 use Symfony\Component\HttpFoundation\Request;

+ 9 - 0
src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Security\Http\Session;
 
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;

+ 9 - 0
src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Security\Http\Session;
 
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;

+ 9 - 0
src/Symfony/Component/Validator/Mapping/Cache/ApcCache.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Component\Validator\Mapping\Cache;
 
 use Symfony\Component\Validator\Mapping\ClassMetadata;

+ 9 - 0
tests/Symfony/Tests/Component/Config/Definition/ArrayNodeTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Config\Definition;
 
 use Symfony\Component\Config\Definition\ArrayNode;

+ 9 - 0
tests/Symfony/Tests/Component/Config/Definition/BooleanNodeTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Config\Definition;
 
 use Symfony\Component\Config\Definition\BooleanNode;

+ 9 - 0
tests/Symfony/Tests/Component/Config/Definition/Builder/ArrayNodeDefinitionTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Config\Definition\Builder;
 
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;

+ 9 - 0
tests/Symfony/Tests/Component/Config/Definition/Builder/NodeBuilderTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Config\Definition\Builder;
 
 use Symfony\Component\Config\Definition\Builder\NodeBuilder as BaseNodeBuilder;

+ 9 - 0
tests/Symfony/Tests/Component/Config/Definition/Builder/TreeBuilderTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Config\Definition\Builder;
 
 use Symfony\Tests\Component\Config\Definition\Builder\NodeBuilder as CustomNodeBuilder;

+ 73 - 64
tests/Symfony/Tests/Component/Config/Definition/FinalizationTest.php

@@ -1,65 +1,74 @@
-<?php
-
-namespace Symfony\Tests\Component\Config\Definition;
-
-use Symfony\Component\Config\Definition\Builder\TreeBuilder;
-use Symfony\Component\Config\Definition\Processor;
-use Symfony\Component\Config\Definition\NodeInterface;
-
-class FinalizationTest extends \PHPUnit_Framework_TestCase
-{
-
-    public function testUnsetKeyWithDeepHierarchy()
-    {
-        $tb = new TreeBuilder();
-        $tree = $tb
-            ->root('config', 'array')
-                ->children()
-                    ->node('level1', 'array')
-                        ->canBeUnset()
-                        ->children()
-                            ->node('level2', 'array')
-                                ->canBeUnset()
-                                ->children()
-                                    ->node('somevalue', 'scalar')->end()
-                                    ->node('anothervalue', 'scalar')->end()
-                                ->end()
-                            ->end()
-                            ->node('level1_scalar', 'scalar')->end()
-                        ->end()
-                    ->end()
-                ->end()
-            ->end()
-            ->buildTree()
-        ;
-
-        $a = array(
-            'level1' => array(
-                'level2' => array(
-                    'somevalue' => 'foo',
-                    'anothervalue' => 'bar',
-                ),
-                'level1_scalar' => 'foo',
-            ),
-        );
-
-        $b = array(
-            'level1' => array(
-                'level2' => false,
-            ),
-        );
-
-        $this->assertEquals(array(
-            'level1' => array(
-                'level1_scalar' => 'foo',
-            ),
-        ), $this->process($tree, array($a, $b)));
-    }
-
-    protected function process(NodeInterface $tree, array $configs)
-    {
-        $processor = new Processor();
-
-        return $processor->process($tree, $configs);
-    }
+<?php
+
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
+namespace Symfony\Tests\Component\Config\Definition;
+
+use Symfony\Component\Config\Definition\Builder\TreeBuilder;
+use Symfony\Component\Config\Definition\Processor;
+use Symfony\Component\Config\Definition\NodeInterface;
+
+class FinalizationTest extends \PHPUnit_Framework_TestCase
+{
+
+    public function testUnsetKeyWithDeepHierarchy()
+    {
+        $tb = new TreeBuilder();
+        $tree = $tb
+            ->root('config', 'array')
+                ->children()
+                    ->node('level1', 'array')
+                        ->canBeUnset()
+                        ->children()
+                            ->node('level2', 'array')
+                                ->canBeUnset()
+                                ->children()
+                                    ->node('somevalue', 'scalar')->end()
+                                    ->node('anothervalue', 'scalar')->end()
+                                ->end()
+                            ->end()
+                            ->node('level1_scalar', 'scalar')->end()
+                        ->end()
+                    ->end()
+                ->end()
+            ->end()
+            ->buildTree()
+        ;
+
+        $a = array(
+            'level1' => array(
+                'level2' => array(
+                    'somevalue' => 'foo',
+                    'anothervalue' => 'bar',
+                ),
+                'level1_scalar' => 'foo',
+            ),
+        );
+
+        $b = array(
+            'level1' => array(
+                'level2' => false,
+            ),
+        );
+
+        $this->assertEquals(array(
+            'level1' => array(
+                'level1_scalar' => 'foo',
+            ),
+        ), $this->process($tree, array($a, $b)));
+    }
+
+    protected function process(NodeInterface $tree, array $configs)
+    {
+        $processor = new Processor();
+
+        return $processor->process($tree, $configs);
+    }
 }

+ 9 - 0
tests/Symfony/Tests/Component/Config/Definition/MergeTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Config\Definition;
 
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;

+ 9 - 0
tests/Symfony/Tests/Component/Config/Definition/NormalizationTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Config\Definition;
 
 use Symfony\Component\Config\Definition\NodeInterface;

+ 9 - 0
tests/Symfony/Tests/Component/Config/Definition/PrototypedArrayNodeTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Config\Definition;
 
 use Symfony\Component\Config\Definition\PrototypedArrayNode;

+ 59 - 50
tests/Symfony/Tests/Component/Config/Definition/ScalarNodeTest.php

@@ -1,51 +1,60 @@
-<?php
-
-namespace Symfony\Tests\Component\Config\Definition;
-
-use Symfony\Component\Config\Definition\ScalarNode;
-
-class ScalarNodeTest extends \PHPUnit_Framework_TestCase
-{
-    /**
-     * @dataProvider getValidValues
-     */
-    public function testNormalize($value)
-    {
-        $node = new ScalarNode('test');
-        $this->assertSame($value, $node->normalize($value));
-    }
-
-    public function getValidValues()
-    {
-        return array(
-            array(false),
-            array(true),
-            array(null),
-            array(''),
-            array('foo'),
-            array(0),
-            array(1),
-            array(0.0),
-            array(0.1),
-        );
-    }
-
-    /**
-     * @dataProvider getInvalidValues
-     * @expectedException Symfony\Component\Config\Definition\Exception\InvalidTypeException
-     */
-    public function testNormalizeThrowsExceptionOnInvalidValues($value)
-    {
-        $node = new ScalarNode('test');
-        $node->normalize($value);
-    }
-
-    public function getInvalidValues()
-    {
-        return array(
-            array(array()),
-            array(array('foo' => 'bar')),
-            array(new \stdClass()),
-        );
-    }
+<?php
+
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
+namespace Symfony\Tests\Component\Config\Definition;
+
+use Symfony\Component\Config\Definition\ScalarNode;
+
+class ScalarNodeTest extends \PHPUnit_Framework_TestCase
+{
+    /**
+     * @dataProvider getValidValues
+     */
+    public function testNormalize($value)
+    {
+        $node = new ScalarNode('test');
+        $this->assertSame($value, $node->normalize($value));
+    }
+
+    public function getValidValues()
+    {
+        return array(
+            array(false),
+            array(true),
+            array(null),
+            array(''),
+            array('foo'),
+            array(0),
+            array(1),
+            array(0.0),
+            array(0.1),
+        );
+    }
+
+    /**
+     * @dataProvider getInvalidValues
+     * @expectedException Symfony\Component\Config\Definition\Exception\InvalidTypeException
+     */
+    public function testNormalizeThrowsExceptionOnInvalidValues($value)
+    {
+        $node = new ScalarNode('test');
+        $node->normalize($value);
+    }
+
+    public function getInvalidValues()
+    {
+        return array(
+            array(array()),
+            array(array('foo' => 'bar')),
+            array(new \stdClass()),
+        );
+    }
 }

+ 9 - 0
tests/Symfony/Tests/Component/DependencyInjection/Compiler/CheckCircularReferencesPassTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\Reference;

+ 9 - 0
tests/Symfony/Tests/Component/DependencyInjection/Compiler/CheckDefinitionValidityPassTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\Compiler\CheckDefinitionValidityPass;

+ 9 - 0
tests/Symfony/Tests/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\Definition;

+ 9 - 0
tests/Symfony/Tests/Component/DependencyInjection/Compiler/CheckReferenceValidityPassTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\Scope;

+ 9 - 0
tests/Symfony/Tests/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPassTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\DependencyInjection\Compiler;
 
 use Symfony\Component\DependencyInjection\ContainerInterface;

+ 9 - 0
tests/Symfony/Tests/Component/DependencyInjection/DefinitionDecoratorTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\DependencyInjection;
 
 use Symfony\Component\DependencyInjection\DefinitionDecorator;

+ 9 - 0
tests/Symfony/Tests/Component/Security/Acl/Permission/BasicPermissionMapTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Security\Acl\Permission;
 
 use Symfony\Component\Security\Acl\Permission\BasicPermissionMap;

+ 9 - 0
tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProviderTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Security\Core\Authentication\Provider;
 
 use Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider;

+ 9 - 0
tests/Symfony/Tests/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProviderTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Security\Core\Authentication\RememberMe;
 
 use Symfony\Component\Security\Core\Authentication\RememberMe\PersistentToken;

+ 9 - 0
tests/Symfony/Tests/Component/Security/Core/Authentication/RememberMe/PersistentTokenTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Security\Core\Authentication\RememberMe;
 
 use Symfony\Component\Security\Core\Authentication\RememberMe\PersistentToken;

+ 9 - 0
tests/Symfony/Tests/Component/Security/Core/Authentication/Token/RememerMeTokenTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Security\Core\Authentication\Token;
 
 use Symfony\Component\Security\Core\Authentication\Token\RememberMeToken;

+ 9 - 0
tests/Symfony/Tests/Component/Security/Core/User/ChainUserProviderTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Security\Core\User;
 
 use Symfony\Component\Security\Core\Exception\UnsupportedUserException;

+ 9 - 0
tests/Symfony/Tests/Component/Security/Http/Firewall/RememberMeListenerTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Security\Http\Firewall;
 
 use Symfony\Component\HttpKernel\HttpKernelInterface;

+ 9 - 0
tests/Symfony/Tests/Component/Security/Http/RememberMe/AbstractRememberMeServicesTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Security\Http\RememberMe;
 
 use Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface;

+ 9 - 0
tests/Symfony/Tests/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServicesTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Security\Http\RememberMe;
 
 use Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface;

+ 9 - 0
tests/Symfony/Tests/Component/Security/Http/RememberMe/TokenBasedRememberMeServicesTest.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
+ */
+
 namespace Symfony\Tests\Component\Security\Http\RememberMe;
 
 use Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface;