Skip to content

Commit

Permalink
[TASK] Bump the copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Jun 3, 2024
1 parent 3046dbd commit 0e43f39
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<<<EOM
This file is part of the TYPO3 project.
(c) 2019-2023 Benni Mack
(c) 2019-2024 Benni Mack
Simon Gilli
For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Command/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Command/SetupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Command/UpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion src/CsFixerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion src/CsFixerConfigInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion src/Setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Console/Style/SimpleStyle.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Console/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Console/Command/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Console/Command/CommandTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Console/Command/CommandTestImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Console/Command/SetupCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Console/Command/SetupCommandTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Console/Command/UpdateCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Console/Command/UpdateCommandTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/CsFixerConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/SetupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Smoke/AbstractCliTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Smoke/CliShortcutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Smoke/CliTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Smoke/InstallViaComposerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down
2 changes: 1 addition & 1 deletion typo3-coding-standards
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/*
* This file is part of the TYPO3 project.
*
* (c) 2019-2023 Benni Mack
* (c) 2019-2024 Benni Mack
* Simon Gilli
*
* For the full copyright and license information, please view
Expand Down

0 comments on commit 0e43f39

Please sign in to comment.