Pārlūkot izejas kodu

[Locale] add license docblock to LocaleTestCase

Igor Wiedler 14 gadi atpakaļ
vecāks
revīzija
5fdf68a08a
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  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