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 7, 2020
1 parent e75ec4c commit 80bc645
Show file tree
Hide file tree
Showing 37 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Controller/FormFlowDemoController.php
Expand Up @@ -18,7 +18,7 @@
* @Route("/CraueFormFlow")
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class FormFlowDemoController extends AbstractController {
Expand Down
2 changes: 1 addition & 1 deletion CraueFormFlowDemoBundle.php
Expand Up @@ -6,7 +6,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CraueFormFlowDemoBundle extends Bundle {
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/CraueFormFlowDemoExtension.php
Expand Up @@ -13,7 +13,7 @@
* Registration of the extension via DI.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CraueFormFlowDemoExtension extends Extension implements PrependExtensionInterface {
Expand Down
2 changes: 1 addition & 1 deletion Entity/Driver.php
Expand Up @@ -10,7 +10,7 @@
* @ORM\Entity
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class Driver {
Expand Down
2 changes: 1 addition & 1 deletion Entity/Location.php
Expand Up @@ -10,7 +10,7 @@
* @ORM\Entity
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class Location {
Expand Down
2 changes: 1 addition & 1 deletion Entity/PhotoUpload.php
Expand Up @@ -7,7 +7,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2019 Christian Raue
* @copyright 2011-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class PhotoUpload {
Expand Down
2 changes: 1 addition & 1 deletion Entity/Topic.php
Expand Up @@ -9,7 +9,7 @@
* @ORM\Entity
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class Topic {
Expand Down
2 changes: 1 addition & 1 deletion Entity/Vehicle.php
Expand Up @@ -9,7 +9,7 @@
* @ORM\Entity
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class Vehicle {
Expand Down
2 changes: 1 addition & 1 deletion Form/CreateLocationFlow.php
Expand Up @@ -9,7 +9,7 @@
* This flow uses one form type per step.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CreateLocationFlow extends FormFlow {
Expand Down
2 changes: 1 addition & 1 deletion Form/CreateLocationStep1Form.php
Expand Up @@ -8,7 +8,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CreateLocationStep1Form extends AbstractType {
Expand Down
2 changes: 1 addition & 1 deletion Form/CreateLocationStep2Form.php
Expand Up @@ -9,7 +9,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CreateLocationStep2Form extends AbstractType {
Expand Down
2 changes: 1 addition & 1 deletion Form/CreateTopicFlow.php
Expand Up @@ -9,7 +9,7 @@
* This flow uses one form type for the entire flow.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CreateTopicFlow extends FormFlow {
Expand Down
2 changes: 1 addition & 1 deletion Form/CreateTopicForm.php
Expand Up @@ -11,7 +11,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CreateTopicForm extends AbstractType {
Expand Down
2 changes: 1 addition & 1 deletion Form/CreateVehicleFlow.php
Expand Up @@ -13,7 +13,7 @@
* This flow uses one form type for the entire flow.
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CreateVehicleFlow extends FormFlow implements EventSubscriberInterface {
Expand Down
2 changes: 1 addition & 1 deletion Form/CreateVehicleForm.php
Expand Up @@ -13,7 +13,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CreateVehicleForm extends AbstractType {
Expand Down
2 changes: 1 addition & 1 deletion Form/PhotoUploadFlow.php
Expand Up @@ -6,7 +6,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2019 Christian Raue
* @copyright 2011-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class PhotoUploadFlow extends FormFlow {
Expand Down
2 changes: 1 addition & 1 deletion Form/PhotoUploadForm.php
Expand Up @@ -8,7 +8,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2019 Christian Raue
* @copyright 2011-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class PhotoUploadForm extends AbstractType {
Expand Down
2 changes: 1 addition & 1 deletion Form/Type/DriverType.php
Expand Up @@ -9,7 +9,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class DriverType extends AbstractType {
Expand Down
4 changes: 2 additions & 2 deletions Form/Type/LocationRegionType.php
Expand Up @@ -65,7 +65,7 @@ public function getBlockPrefix() {
if (!interface_exists(LegacyTranslatorInterface::class)) {
/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class LocationRegionType extends BaseLocationRegionType {
Expand All @@ -79,7 +79,7 @@ public function setTranslator(TranslatorInterface $translator) {
} else {
/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class LocationRegionType extends BaseLocationRegionType {
Expand Down
4 changes: 2 additions & 2 deletions Form/Type/TopicCategoryType.php
Expand Up @@ -64,7 +64,7 @@ public function getBlockPrefix() {
if (!interface_exists(LegacyTranslatorInterface::class)) {
/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class TopicCategoryType extends BaseTopicCategoryType {
Expand All @@ -78,7 +78,7 @@ public function setTranslator(TranslatorInterface $translator) {
} else {
/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class TopicCategoryType extends BaseTopicCategoryType {
Expand Down
4 changes: 2 additions & 2 deletions Form/Type/VehicleEngineType.php
Expand Up @@ -64,7 +64,7 @@ public function getBlockPrefix() {
if (!interface_exists(LegacyTranslatorInterface::class)) {
/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class VehicleEngineType extends BaseVehicleEngineType {
Expand All @@ -78,7 +78,7 @@ public function setTranslator(TranslatorInterface $translator) {
} else {
/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class VehicleEngineType extends BaseVehicleEngineType {
Expand Down
2 changes: 1 addition & 1 deletion Form/Type/VehicleWheelsType.php
Expand Up @@ -9,7 +9,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class VehicleWheelsType extends AbstractType {
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,2 +1,2 @@
Copyright (c) 2013-2019 Christian Raue <christian.raue@gmail.com>
Copyright (c) 2013-2020 Christian Raue <christian.raue@gmail.com>
Licensed under the MIT License: http://opensource.org/licenses/mit-license.php
2 changes: 1 addition & 1 deletion Model/Regions.php
Expand Up @@ -4,7 +4,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
abstract class Regions {
Expand Down
2 changes: 1 addition & 1 deletion Resources/config/controller.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Author: Christian Raue <christian.raue@gmail.com>
Copyright: 2013-2019 Christian Raue
Copyright: 2013-2020 Christian Raue
License: http://opensource.org/licenses/mit-license.php MIT License
-->
<container
Expand Down
2 changes: 1 addition & 1 deletion Resources/config/form_flow.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Author: Christian Raue <christian.raue@gmail.com>
Copyright: 2013-2019 Christian Raue
Copyright: 2013-2020 Christian Raue
License: http://opensource.org/licenses/mit-license.php MIT License
-->
<container
Expand Down
2 changes: 1 addition & 1 deletion Resources/config/form_type.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Author: Christian Raue <christian.raue@gmail.com>
Copyright: 2013-2019 Christian Raue
Copyright: 2013-2020 Christian Raue
License: http://opensource.org/licenses/mit-license.php MIT License
-->
<container
Expand Down
2 changes: 1 addition & 1 deletion Resources/config/twig.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Author: Christian Raue <christian.raue@gmail.com>
Copyright: 2013-2019 Christian Raue
Copyright: 2013-2020 Christian Raue
License: http://opensource.org/licenses/mit-license.php MIT License
-->
<container
Expand Down
2 changes: 1 addition & 1 deletion Tests/CreateLocationFlowTest.php
Expand Up @@ -8,7 +8,7 @@
* @group integration
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2019 Christian Raue
* @copyright 2011-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CreateLocationFlowTest extends IntegrationTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/CreateTopicFlowTest.php
Expand Up @@ -8,7 +8,7 @@
* @group integration
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2019 Christian Raue
* @copyright 2011-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CreateTopicFlowTest extends IntegrationTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/CreateVehicleFlowTest.php
Expand Up @@ -8,7 +8,7 @@
* @group integration
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2019 Christian Raue
* @copyright 2011-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CreateVehicleFlowTest extends IntegrationTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/IntegrationTestCase.php
Expand Up @@ -9,7 +9,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2019 Christian Raue
* @copyright 2011-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
abstract class IntegrationTestCase extends WebTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/Model/RegionsTest.php
Expand Up @@ -9,7 +9,7 @@
* @group unit
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2019 Christian Raue
* @copyright 2011-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class RegionsTest extends TestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/PhotoUploadFlowTest.php
Expand Up @@ -6,7 +6,7 @@
* @group integration
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2019 Christian Raue
* @copyright 2011-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class PhotoUploadFlowTest extends IntegrationTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/Resources/TranslationsTest.php
Expand Up @@ -10,7 +10,7 @@
* @group unit
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2019 Christian Raue
* @copyright 2011-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class TranslationsTest extends TestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/Twig/Extension/CountryExtensionTest.php
Expand Up @@ -9,7 +9,7 @@
* @group unit
*
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2011-2019 Christian Raue
* @copyright 2011-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CountryExtensionTest extends TestCase {
Expand Down
2 changes: 1 addition & 1 deletion Twig/Extension/CountryExtension.php
Expand Up @@ -9,7 +9,7 @@

/**
* @author Christian Raue <christian.raue@gmail.com>
* @copyright 2013-2019 Christian Raue
* @copyright 2013-2020 Christian Raue
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
class CountryExtension extends AbstractExtension {
Expand Down

0 comments on commit 80bc645

Please sign in to comment.