Skip to content

Commit f2aca4e

Browse files
committed
updated copyright year range
1 parent 654b93f commit f2aca4e

122 files changed

Lines changed: 122 additions & 122 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CraueFormFlowBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* @author Christian Raue <christian.raue@gmail.com>
10-
* @copyright 2011-2024 Christian Raue
10+
* @copyright 2011-2025 Christian Raue
1111
* @license http://opensource.org/licenses/mit-license.php MIT License
1212
*/
1313
class CraueFormFlowBundle extends Bundle {

DependencyInjection/CraueFormFlowExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Registration of the extension via DI.
1414
*
1515
* @author Christian Raue <christian.raue@gmail.com>
16-
* @copyright 2011-2024 Christian Raue
16+
* @copyright 2011-2025 Christian Raue
1717
* @license http://opensource.org/licenses/mit-license.php MIT License
1818
*/
1919
class CraueFormFlowExtension extends Extension implements CompilerPassInterface {

Event/FlowExpiredEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Is called once if an expired flow is detected.
1010
*
1111
* @author Tim Behrendsen <tim@siliconengine.com>
12-
* @copyright 2011-2024 Christian Raue
12+
* @copyright 2011-2025 Christian Raue
1313
* @license http://opensource.org/licenses/mit-license.php MIT License
1414
*/
1515
class FlowExpiredEvent extends FormFlowEvent {

Event/FormFlowEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* @author Christian Raue <christian.raue@gmail.com>
10-
* @copyright 2011-2024 Christian Raue
10+
* @copyright 2011-2025 Christian Raue
1111
* @license http://opensource.org/licenses/mit-license.php MIT License
1212
*/
1313
abstract class FormFlowEvent extends Event {

Event/GetStepsEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Is called once to define steps for the flow.
99
*
1010
* @author Toni Uebernickel <tuebernickel@gmail.com>
11-
* @copyright 2011-2024 Christian Raue
11+
* @copyright 2011-2025 Christian Raue
1212
* @license http://opensource.org/licenses/mit-license.php MIT License
1313
*/
1414
class GetStepsEvent extends FormFlowEvent {

Event/PostBindFlowEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Is called once after binding all step's saved form data and determining the current step.
99
*
1010
* @author Christian Raue <christian.raue@gmail.com>
11-
* @copyright 2011-2024 Christian Raue
11+
* @copyright 2011-2025 Christian Raue
1212
* @license http://opensource.org/licenses/mit-license.php MIT License
1313
*/
1414
class PostBindFlowEvent extends FormFlowEvent {

Event/PostBindRequestEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @author Marcus Stöhr <dafish@soundtrack-board.de>
1111
* @author Christian Raue <christian.raue@gmail.com>
12-
* @copyright 2011-2024 Christian Raue
12+
* @copyright 2011-2025 Christian Raue
1313
* @license http://opensource.org/licenses/mit-license.php MIT License
1414
*/
1515
class PostBindRequestEvent extends FormFlowEvent {

Event/PostBindSavedDataEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @author Marcus Stöhr <dafish@soundtrack-board.de>
1111
* @author Christian Raue <christian.raue@gmail.com>
12-
* @copyright 2011-2024 Christian Raue
12+
* @copyright 2011-2025 Christian Raue
1313
* @license http://opensource.org/licenses/mit-license.php MIT License
1414
*/
1515
class PostBindSavedDataEvent extends FormFlowEvent {

Event/PostValidateEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @author Marcus Stöhr <dafish@soundtrack-board.de>
1111
* @author Christian Raue <christian.raue@gmail.com>
12-
* @copyright 2011-2024 Christian Raue
12+
* @copyright 2011-2025 Christian Raue
1313
* @license http://opensource.org/licenses/mit-license.php MIT License
1414
*/
1515
class PostValidateEvent extends FormFlowEvent {

Event/PreBindEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @author Marcus Stöhr <dafish@soundtrack-board.de>
1111
* @author Christian Raue <christian.raue@gmail.com>
12-
* @copyright 2011-2024 Christian Raue
12+
* @copyright 2011-2025 Christian Raue
1313
* @license http://opensource.org/licenses/mit-license.php MIT License
1414
*/
1515
class PreBindEvent extends FormFlowEvent {

0 commit comments

Comments
 (0)