From 787fcdbc28bf1a6ce3a5fee06218c16ebb77209e Mon Sep 17 00:00:00 2001 From: ergebnis-bot Date: Wed, 1 Jan 2025 00:23:37 +0000 Subject: [PATCH] Enhancement: Update license year --- .php-cs-fixer.php | 2 +- LICENSE.md | 2 +- rector.php | 2 +- src/Construct.php | 2 +- src/Constructs.php | 2 +- src/Exception/DirectoryDoesNotExist.php | 2 +- src/Exception/ExceptionInterface.php | 2 +- src/Exception/MultipleDefinitionsFound.php | 2 +- src/Exception/ParseError.php | 2 +- src/Exception/ShouldNotHappen.php | 2 +- test/DataProvider/Php73.php | 2 +- test/DataProvider/Php74.php | 2 +- test/DataProvider/Php80.php | 2 +- test/DataProvider/Php81.php | 2 +- test/Unit/ConstructTest.php | 2 +- test/Unit/ConstructsTest.php | 2 +- test/Unit/Exception/DirectoryDoesNotExistTest.php | 2 +- test/Unit/Exception/MultipleDefinitionsFoundTest.php | 2 +- test/Unit/Exception/ParseErrorTest.php | 2 +- test/Unit/Exception/ShouldNotHappenTest.php | 2 +- test/Util/Helper.php | 2 +- test/Util/Scenario.php | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index e668fdda..68b823b4 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/LICENSE.md b/LICENSE.md index 5d94e401..a7330a20 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2017-2024 Andreas Möller +Copyright (c) 2017-2025 Andreas Möller Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the _Software_), to deal in the Software without restriction, including without limitation the diff --git a/rector.php b/rector.php index 6772dbc2..ad1ee625 100644 --- a/rector.php +++ b/rector.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Construct.php b/src/Construct.php index 4a9e6190..70f5a794 100644 --- a/src/Construct.php +++ b/src/Construct.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Constructs.php b/src/Constructs.php index 421ab35b..31271363 100644 --- a/src/Constructs.php +++ b/src/Constructs.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/DirectoryDoesNotExist.php b/src/Exception/DirectoryDoesNotExist.php index 6980a346..1296c723 100644 --- a/src/Exception/DirectoryDoesNotExist.php +++ b/src/Exception/DirectoryDoesNotExist.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index 34ebdf10..3b12ed78 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/MultipleDefinitionsFound.php b/src/Exception/MultipleDefinitionsFound.php index 46403e30..29bca877 100644 --- a/src/Exception/MultipleDefinitionsFound.php +++ b/src/Exception/MultipleDefinitionsFound.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/ParseError.php b/src/Exception/ParseError.php index 93e3ef39..fd17d59c 100644 --- a/src/Exception/ParseError.php +++ b/src/Exception/ParseError.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/ShouldNotHappen.php b/src/Exception/ShouldNotHappen.php index 4f44f747..5b087960 100644 --- a/src/Exception/ShouldNotHappen.php +++ b/src/Exception/ShouldNotHappen.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/DataProvider/Php73.php b/test/DataProvider/Php73.php index b7200668..7672e4fe 100644 --- a/test/DataProvider/Php73.php +++ b/test/DataProvider/Php73.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/DataProvider/Php74.php b/test/DataProvider/Php74.php index 8a3b9950..44b0e10c 100644 --- a/test/DataProvider/Php74.php +++ b/test/DataProvider/Php74.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/DataProvider/Php80.php b/test/DataProvider/Php80.php index d7d7440c..dc98a2bc 100644 --- a/test/DataProvider/Php80.php +++ b/test/DataProvider/Php80.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/DataProvider/Php81.php b/test/DataProvider/Php81.php index d65c7f45..bf6900df 100644 --- a/test/DataProvider/Php81.php +++ b/test/DataProvider/Php81.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/ConstructTest.php b/test/Unit/ConstructTest.php index 199343eb..4654db02 100644 --- a/test/Unit/ConstructTest.php +++ b/test/Unit/ConstructTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/ConstructsTest.php b/test/Unit/ConstructsTest.php index 33ce7dd9..f19e5c15 100644 --- a/test/Unit/ConstructsTest.php +++ b/test/Unit/ConstructsTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/DirectoryDoesNotExistTest.php b/test/Unit/Exception/DirectoryDoesNotExistTest.php index d58e6713..a3ed6c1d 100644 --- a/test/Unit/Exception/DirectoryDoesNotExistTest.php +++ b/test/Unit/Exception/DirectoryDoesNotExistTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/MultipleDefinitionsFoundTest.php b/test/Unit/Exception/MultipleDefinitionsFoundTest.php index d0a868c5..2a570303 100644 --- a/test/Unit/Exception/MultipleDefinitionsFoundTest.php +++ b/test/Unit/Exception/MultipleDefinitionsFoundTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/ParseErrorTest.php b/test/Unit/Exception/ParseErrorTest.php index 4d370ba5..8a40a3f6 100644 --- a/test/Unit/Exception/ParseErrorTest.php +++ b/test/Unit/Exception/ParseErrorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/ShouldNotHappenTest.php b/test/Unit/Exception/ShouldNotHappenTest.php index 631649ae..7a3c565c 100644 --- a/test/Unit/Exception/ShouldNotHappenTest.php +++ b/test/Unit/Exception/ShouldNotHappenTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Util/Helper.php b/test/Util/Helper.php index 40f44045..2400cab6 100644 --- a/test/Util/Helper.php +++ b/test/Util/Helper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Util/Scenario.php b/test/Util/Scenario.php index 973d3069..036663c7 100644 --- a/test/Util/Scenario.php +++ b/test/Util/Scenario.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2024 Andreas Möller + * Copyright (c) 2017-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code.