Skip to content

Commit

Permalink
updated copyright year range
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Jan 3, 2017
1 parent 2e31244 commit 9b1120c
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Semantic bundle configuration.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class Configuration implements ConfigurationInterface {
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/CraueTwigExtensionsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Registration of the bundle via DI.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CraueTwigExtensionsExtension extends Extension {
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright (c) 2011-2016 Christian Raue <christian.raue@gmail.com>
Copyright (c) 2011-2017 Christian Raue <christian.raue@gmail.com>
Licensed under the MIT License: http://opensource.org/licenses/mit-license.php
2 changes: 1 addition & 1 deletion Resources/config/twig/ArrayHelperExtension.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Author: Christian Raue <christian.raue@gmail.com>
Copyright: 2011-2016 Christian Raue
Copyright: 2011-2017 Christian Raue
License: http://opensource.org/licenses/mit-license.php MIT License
-->
<container
Expand Down
2 changes: 1 addition & 1 deletion Resources/config/twig/ChangeLanguageExtension.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Author: Christian Raue <christian.raue@gmail.com>
Copyright: 2011-2016 Christian Raue
Copyright: 2011-2017 Christian Raue
License: http://opensource.org/licenses/mit-license.php MIT License
-->
<container
Expand Down
2 changes: 1 addition & 1 deletion Resources/config/twig/DecorateEmptyValueExtension.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Author: Christian Raue <christian.raue@gmail.com>
Copyright: 2011-2016 Christian Raue
Copyright: 2011-2017 Christian Raue
License: http://opensource.org/licenses/mit-license.php MIT License
-->
<container
Expand Down
2 changes: 1 addition & 1 deletion Resources/config/twig/FormExtension.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Author: Christian Raue <christian.raue@gmail.com>
Copyright: 2011-2016 Christian Raue
Copyright: 2011-2017 Christian Raue
License: http://opensource.org/licenses/mit-license.php MIT License
-->
<container
Expand Down
2 changes: 1 addition & 1 deletion Resources/config/twig/FormatDateTimeExtension.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Author: Christian Raue <christian.raue@gmail.com>
Copyright: 2011-2016 Christian Raue
Copyright: 2011-2017 Christian Raue
License: http://opensource.org/licenses/mit-license.php MIT License
-->
<container
Expand Down
2 changes: 1 addition & 1 deletion Resources/config/twig/FormatNumberExtension.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Author: Christian Raue <christian.raue@gmail.com>
Copyright: 2011-2016 Christian Raue
Copyright: 2011-2017 Christian Raue
License: http://opensource.org/licenses/mit-license.php MIT License
-->
<container
Expand Down
2 changes: 1 addition & 1 deletion Resources/config/twig/StringHelperExtension.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Author: Christian Raue <christian.raue@gmail.com>
Copyright: 2011-2016 Christian Raue
Copyright: 2011-2017 Christian Raue
License: http://opensource.org/licenses/mit-license.php MIT License
-->
<container
Expand Down
2 changes: 1 addition & 1 deletion Tests/IntegrationTestBundle/Form/CommentFormType.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CommentFormType extends AbstractType {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @group integration
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class ArrayHelperExtensionIntegrationTest extends TwigBasedTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/Twig/Extension/ArrayHelperExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @group unit
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class ArrayHelperExtensionTest extends \PHPUnit_Framework_TestCase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @group integration
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class ChangeLanguageExtensionIntegrationTest extends TwigBasedTestCase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @group integration
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class DecorateEmptyValueExtensionIntegrationTest extends TwigBasedTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/Twig/Extension/FormExtensionIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @group integration
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class FormExtensionIntegrationTest extends TwigBasedTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/Twig/Extension/FormExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @group unit
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class FormExtensionTest extends \PHPUnit_Framework_TestCase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @group integration
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class FormatDateTimeExtensionIntegrationTest extends TwigBasedTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/Twig/Extension/FormatDateTimeExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @group unit
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class FormatDateTimeExtensionTest extends \PHPUnit_Framework_TestCase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @group integration
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class FormatNumberExtensionIntegrationTest extends TwigBasedTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/Twig/Extension/FormatNumberExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @group unit
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class FormatNumberExtensionTest extends \PHPUnit_Framework_TestCase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @group integration
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class StringHelperExtensionIntegrationTest extends TwigBasedTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/Twig/Extension/StringHelperExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @group unit
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class StringHelperExtensionTest extends \PHPUnit_Framework_TestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/TwigBasedTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
abstract class TwigBasedTestCase extends WebTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Twig/Extension/AbstractLocaleAwareExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Common base class for Twig extensions dealing with the current locale.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
abstract class AbstractLocaleAwareExtension extends \Twig_Extension {
Expand Down
2 changes: 1 addition & 1 deletion Twig/Extension/ArrayHelperExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Twig extension providing useful array handling filters.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class ArrayHelperExtension extends \Twig_Extension {
Expand Down
2 changes: 1 addition & 1 deletion Twig/Extension/ChangeLanguageExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Variant for Twig < 1.23.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class ChangeLanguageExtension extends AbstractLocaleAwareExtension {
Expand Down
2 changes: 1 addition & 1 deletion Twig/Extension/CurrentChangeLanguageExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Variant for Twig >= 1.23.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CurrentChangeLanguageExtension extends ChangeLanguageExtension implements \Twig_Extension_GlobalsInterface {
Expand Down
2 changes: 1 addition & 1 deletion Twig/Extension/DecorateEmptyValueExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* an HTML entity.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class DecorateEmptyValueExtension extends \Twig_Extension {
Expand Down
2 changes: 1 addition & 1 deletion Twig/Extension/FormExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Twig extension for form handling.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class FormExtension extends \Twig_Extension {
Expand Down
2 changes: 1 addition & 1 deletion Twig/Extension/FormatDateTimeExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Twig extension providing filters for locale-aware formatting of date, time, and date/time values.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class FormatDateTimeExtension extends AbstractLocaleAwareExtension {
Expand Down
2 changes: 1 addition & 1 deletion Twig/Extension/FormatNumberExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Twig extension providing filters for locale-aware formatting of numbers and currencies.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class FormatNumberExtension extends AbstractLocaleAwareExtension {
Expand Down
2 changes: 1 addition & 1 deletion Twig/Extension/StringHelperExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Twig extension providing useful string handling filters.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class StringHelperExtension extends \Twig_Extension {
Expand Down
2 changes: 1 addition & 1 deletion Util/TwigFeatureDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* for internal use only
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class TwigFeatureDefinition {
Expand Down
2 changes: 1 addition & 1 deletion Util/TwigFeatureUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* for internal use only
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2016 Christian Raue
* @copyright 2011-2017 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
abstract class TwigFeatureUtil {
Expand Down

0 comments on commit 9b1120c

Please sign in to comment.