Преглед изворни кода

[Locale] replaced symfony-project.org by symfony.com

Eriksen Costa пре 14 година
родитељ
комит
9c6ccd8290
37 измењених фајлова са 37 додато и 37 уклоњено
  1. 1 1
      src/Symfony/Component/Locale/Exception/MethodArgumentNotImplementedException.php
  2. 1 1
      src/Symfony/Component/Locale/Exception/MethodArgumentValueNotImplementedException.php
  3. 1 1
      src/Symfony/Component/Locale/Exception/MethodNotImplementedException.php
  4. 1 1
      src/Symfony/Component/Locale/Exception/NotImplementedException.php
  5. 1 1
      src/Symfony/Component/Locale/Resources/data/stub/curr/en.php
  6. 1 1
      src/Symfony/Component/Locale/Resources/data/stub/lang/en.php
  7. 1 1
      src/Symfony/Component/Locale/Resources/data/stub/names/en.php
  8. 1 1
      src/Symfony/Component/Locale/Resources/data/stub/region/en.php
  9. 1 1
      src/Symfony/Component/Locale/Resources/data/update-data.php
  10. 1 1
      src/Symfony/Component/Locale/Resources/stubs/Locale.php
  11. 1 1
      src/Symfony/Component/Locale/Resources/stubs/NumberFormatter.php
  12. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/AmPmTransformer.php
  13. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/DayOfWeekTransformer.php
  14. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/DayOfYearTransformer.php
  15. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/DayTransformer.php
  16. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/FullTransformer.php
  17. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/Hour1200Transformer.php
  18. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/Hour1201Transformer.php
  19. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/Hour2400Transformer.php
  20. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/Hour2401Transformer.php
  21. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/HourTransformer.php
  22. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/MinuteTransformer.php
  23. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/MonthTransformer.php
  24. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/QuarterTransformer.php
  25. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/SecondTransformer.php
  26. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/TimeZoneTransformer.php
  27. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/Transformer.php
  28. 1 1
      src/Symfony/Component/Locale/Stub/DateFormat/YearTransformer.php
  29. 1 1
      src/Symfony/Component/Locale/Stub/StubCollator.php
  30. 1 1
      src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php
  31. 1 1
      src/Symfony/Component/Locale/Stub/StubLocale.php
  32. 1 1
      src/Symfony/Component/Locale/Stub/StubNumberFormatter.php
  33. 1 1
      tests/Symfony/Tests/Component/Locale/Stub/StubCollatorTest.php
  34. 1 1
      tests/Symfony/Tests/Component/Locale/Stub/StubIntlDateFormatterTest.php
  35. 1 1
      tests/Symfony/Tests/Component/Locale/Stub/StubLocaleTest.php
  36. 1 1
      tests/Symfony/Tests/Component/Locale/Stub/StubNumberFormatterTest.php
  37. 1 1
      tests/Symfony/Tests/Component/Locale/TestCase.php

+ 1 - 1
src/Symfony/Component/Locale/Exception/MethodArgumentNotImplementedException.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Exception/MethodArgumentValueNotImplementedException.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Exception/MethodNotImplementedException.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Exception/NotImplementedException.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Resources/data/stub/curr/en.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Resources/data/stub/lang/en.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Resources/data/stub/names/en.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Resources/data/stub/region/en.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Resources/data/update-data.php

@@ -132,7 +132,7 @@ function create_stub_datafile($locale, $target, $data) {
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Resources/stubs/Locale.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Resources/stubs/NumberFormatter.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/AmPmTransformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/DayOfWeekTransformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/DayOfYearTransformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/DayTransformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/FullTransformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/Hour1200Transformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/Hour1201Transformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/Hour2400Transformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/Hour2401Transformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/HourTransformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/MinuteTransformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/MonthTransformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/QuarterTransformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/SecondTransformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/TimeZoneTransformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/Transformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/DateFormat/YearTransformer.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/StubCollator.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/StubLocale.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
src/Symfony/Component/Locale/Stub/StubNumberFormatter.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
tests/Symfony/Tests/Component/Locale/Stub/StubCollatorTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
tests/Symfony/Tests/Component/Locale/Stub/StubIntlDateFormatterTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
tests/Symfony/Tests/Component/Locale/Stub/StubLocaleTest.php

@@ -7,7 +7,7 @@ use Symfony\Component\Locale\Stub\StubLocale;
 /*
  * This file is part of the Symfony framework.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (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.

+ 1 - 1
tests/Symfony/Tests/Component/Locale/Stub/StubNumberFormatterTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.

+ 1 - 1
tests/Symfony/Tests/Component/Locale/TestCase.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the Symfony package.
  *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.