Bladeren bron

[Locale] add license docblock to LocaleTestCase

Igor Wiedler 14 jaren geleden
bovenliggende
commit
5fdf68a08a
1 gewijzigde bestanden met toevoegingen van 9 en 0 verwijderingen
  1. 9 0
      tests/Symfony/Tests/Component/Locale/TestCase.php

+ 9 - 0
tests/Symfony/Tests/Component/Locale/TestCase.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Symfony package.
+ *
+ * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Symfony\Tests\Component\Locale;
 
 abstract class TestCase extends \PHPUnit_Framework_TestCase