소스 검색

[Locale] add license docblock to LocaleTestCase

Igor Wiedler 14 년 전
부모
커밋
5fdf68a08a
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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