From a405c2312bdc57c7cd70891a38ded8c0a6de849b Mon Sep 17 00:00:00 2001 From: ergebnis-bot Date: Mon, 1 Jan 2024 00:13:53 +0000 Subject: [PATCH] Enhancement: Update license year --- .php-cs-fixer.php | 2 +- LICENSE.md | 2 +- rector.php | 2 +- src/Example.php | 2 +- test/Unit/ExampleTest.php | 2 +- test/Util/Helper.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 9befe8da..0cb5a5c7 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2023 Andreas Möller + * Copyright (c) 2017-2024 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 6a93ce38..5d94e401 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2017-2023 Andreas Möller +Copyright (c) 2017-2024 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 9d34a88c..6b8ea901 100644 --- a/rector.php +++ b/rector.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2023 Andreas Möller + * Copyright (c) 2017-2024 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/Example.php b/src/Example.php index 75254fd4..7837e4a7 100644 --- a/src/Example.php +++ b/src/Example.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2023 Andreas Möller + * Copyright (c) 2017-2024 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/ExampleTest.php b/test/Unit/ExampleTest.php index 88d299f9..f427a45c 100644 --- a/test/Unit/ExampleTest.php +++ b/test/Unit/ExampleTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2023 Andreas Möller + * Copyright (c) 2017-2024 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 973d7245..5b41fbc3 100644 --- a/test/Util/Helper.php +++ b/test/Util/Helper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2023 Andreas Möller + * Copyright (c) 2017-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code.