From 53c20a6f7b4906190590899ccaa9f7d6c202c86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= <am@localheinz.com> Date: Fri, 1 Jan 2021 14:23:24 +0100 Subject: [PATCH] Enhancement: Update license year --- .php_cs | 2 +- .php_cs.fixture | 2 +- LICENSE.md | 2 +- src/DataProvider/BoolProvider.php | 2 +- src/DataProvider/FloatProvider.php | 2 +- src/DataProvider/IntProvider.php | 2 +- src/DataProvider/NullProvider.php | 2 +- src/DataProvider/ObjectProvider.php | 2 +- src/DataProvider/ResourceProvider.php | 2 +- src/DataProvider/StringProvider.php | 2 +- src/Exception/EmptyValues.php | 2 +- src/Exception/InvalidExcludeClassName.php | 2 +- src/Exception/NonExistentDirectory.php | 2 +- src/Exception/NonExistentExcludeClass.php | 2 +- src/Helper.php | 2 +- test/AutoReview/SrcCodeTest.php | 2 +- test/AutoReview/TestCodeTest.php | 2 +- test/Unit/DataProvider/AbstractProviderTestCase.php | 2 +- test/Unit/DataProvider/BoolProviderTest.php | 2 +- test/Unit/DataProvider/FloatProviderTest.php | 2 +- test/Unit/DataProvider/IntProviderTest.php | 2 +- test/Unit/DataProvider/NullProviderTest.php | 2 +- test/Unit/DataProvider/ObjectProviderTest.php | 2 +- test/Unit/DataProvider/ResourceProviderTest.php | 2 +- test/Unit/DataProvider/StringProviderTest.php | 2 +- test/Unit/Exception/EmptyValuesTest.php | 2 +- test/Unit/Exception/InvalidExcludeClassNameTest.php | 2 +- test/Unit/Exception/NonExistentDirectoryTest.php | 2 +- test/Unit/Exception/NonExistentExcludeClassTest.php | 2 +- test/Unit/HelperTest.php | 2 +- test/Util/DataProvider/Specification/Closure.php | 2 +- test/Util/DataProvider/Specification/Equal.php | 2 +- test/Util/DataProvider/Specification/Identical.php | 2 +- test/Util/DataProvider/Specification/Pattern.php | 2 +- test/Util/DataProvider/Specification/Specification.php | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.php_cs b/.php_cs index d1e83c46..eb090f29 100644 --- a/.php_cs +++ b/.php_cs @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/.php_cs.fixture b/.php_cs.fixture index 463203ff..1ae1e7fb 100644 --- a/.php_cs.fixture +++ b/.php_cs.fixture @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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 84f08bf1..ad9fa63a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2017-2020 Andreas Möller +Copyright (c) 2017-2021 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/src/DataProvider/BoolProvider.php b/src/DataProvider/BoolProvider.php index 06802b8a..36e0682d 100644 --- a/src/DataProvider/BoolProvider.php +++ b/src/DataProvider/BoolProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/FloatProvider.php b/src/DataProvider/FloatProvider.php index 25491b88..b75e9052 100644 --- a/src/DataProvider/FloatProvider.php +++ b/src/DataProvider/FloatProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/IntProvider.php b/src/DataProvider/IntProvider.php index 051c8481..9d06d33d 100644 --- a/src/DataProvider/IntProvider.php +++ b/src/DataProvider/IntProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/NullProvider.php b/src/DataProvider/NullProvider.php index 1db01024..c5005b86 100644 --- a/src/DataProvider/NullProvider.php +++ b/src/DataProvider/NullProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/ObjectProvider.php b/src/DataProvider/ObjectProvider.php index 8b335620..23fa7a65 100644 --- a/src/DataProvider/ObjectProvider.php +++ b/src/DataProvider/ObjectProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/ResourceProvider.php b/src/DataProvider/ResourceProvider.php index 86aa59d5..e9425fe7 100644 --- a/src/DataProvider/ResourceProvider.php +++ b/src/DataProvider/ResourceProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/StringProvider.php b/src/DataProvider/StringProvider.php index cb04e3c0..13af102c 100644 --- a/src/DataProvider/StringProvider.php +++ b/src/DataProvider/StringProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/EmptyValues.php b/src/Exception/EmptyValues.php index f56afc90..0ae9a42e 100644 --- a/src/Exception/EmptyValues.php +++ b/src/Exception/EmptyValues.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/InvalidExcludeClassName.php b/src/Exception/InvalidExcludeClassName.php index fe4bc8dd..fb2fa17a 100644 --- a/src/Exception/InvalidExcludeClassName.php +++ b/src/Exception/InvalidExcludeClassName.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/NonExistentDirectory.php b/src/Exception/NonExistentDirectory.php index ae35cd86..632435ee 100644 --- a/src/Exception/NonExistentDirectory.php +++ b/src/Exception/NonExistentDirectory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/NonExistentExcludeClass.php b/src/Exception/NonExistentExcludeClass.php index 4452c0b7..dea14232 100644 --- a/src/Exception/NonExistentExcludeClass.php +++ b/src/Exception/NonExistentExcludeClass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/Helper.php b/src/Helper.php index 3f645f70..a1039688 100644 --- a/src/Helper.php +++ b/src/Helper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/AutoReview/SrcCodeTest.php b/test/AutoReview/SrcCodeTest.php index eed2521a..fc175c6f 100644 --- a/test/AutoReview/SrcCodeTest.php +++ b/test/AutoReview/SrcCodeTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/AutoReview/TestCodeTest.php b/test/AutoReview/TestCodeTest.php index 9f1cffdb..25cf29c4 100644 --- a/test/AutoReview/TestCodeTest.php +++ b/test/AutoReview/TestCodeTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/AbstractProviderTestCase.php b/test/Unit/DataProvider/AbstractProviderTestCase.php index e1548087..9172dc0e 100644 --- a/test/Unit/DataProvider/AbstractProviderTestCase.php +++ b/test/Unit/DataProvider/AbstractProviderTestCase.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/BoolProviderTest.php b/test/Unit/DataProvider/BoolProviderTest.php index 7bfaaa42..479d8d10 100644 --- a/test/Unit/DataProvider/BoolProviderTest.php +++ b/test/Unit/DataProvider/BoolProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/FloatProviderTest.php b/test/Unit/DataProvider/FloatProviderTest.php index 49e6cf74..7c497c71 100644 --- a/test/Unit/DataProvider/FloatProviderTest.php +++ b/test/Unit/DataProvider/FloatProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/IntProviderTest.php b/test/Unit/DataProvider/IntProviderTest.php index 53259561..333c1439 100644 --- a/test/Unit/DataProvider/IntProviderTest.php +++ b/test/Unit/DataProvider/IntProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/NullProviderTest.php b/test/Unit/DataProvider/NullProviderTest.php index 6a489cf3..0e71ef45 100644 --- a/test/Unit/DataProvider/NullProviderTest.php +++ b/test/Unit/DataProvider/NullProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/ObjectProviderTest.php b/test/Unit/DataProvider/ObjectProviderTest.php index 4a3f91de..935ac720 100644 --- a/test/Unit/DataProvider/ObjectProviderTest.php +++ b/test/Unit/DataProvider/ObjectProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/ResourceProviderTest.php b/test/Unit/DataProvider/ResourceProviderTest.php index 5f114738..e39ea6b9 100644 --- a/test/Unit/DataProvider/ResourceProviderTest.php +++ b/test/Unit/DataProvider/ResourceProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/StringProviderTest.php b/test/Unit/DataProvider/StringProviderTest.php index f4c5fa43..d7a2789c 100644 --- a/test/Unit/DataProvider/StringProviderTest.php +++ b/test/Unit/DataProvider/StringProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/EmptyValuesTest.php b/test/Unit/Exception/EmptyValuesTest.php index 3041bebd..a921c0bc 100644 --- a/test/Unit/Exception/EmptyValuesTest.php +++ b/test/Unit/Exception/EmptyValuesTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/InvalidExcludeClassNameTest.php b/test/Unit/Exception/InvalidExcludeClassNameTest.php index 99735fa1..ea81678d 100644 --- a/test/Unit/Exception/InvalidExcludeClassNameTest.php +++ b/test/Unit/Exception/InvalidExcludeClassNameTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/NonExistentDirectoryTest.php b/test/Unit/Exception/NonExistentDirectoryTest.php index 51842caa..9abac433 100644 --- a/test/Unit/Exception/NonExistentDirectoryTest.php +++ b/test/Unit/Exception/NonExistentDirectoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/NonExistentExcludeClassTest.php b/test/Unit/Exception/NonExistentExcludeClassTest.php index d3f6158e..149855b0 100644 --- a/test/Unit/Exception/NonExistentExcludeClassTest.php +++ b/test/Unit/Exception/NonExistentExcludeClassTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/HelperTest.php b/test/Unit/HelperTest.php index 38de1040..eb743b6d 100644 --- a/test/Unit/HelperTest.php +++ b/test/Unit/HelperTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/Specification/Closure.php b/test/Util/DataProvider/Specification/Closure.php index fd2e3901..db39f977 100644 --- a/test/Util/DataProvider/Specification/Closure.php +++ b/test/Util/DataProvider/Specification/Closure.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/Specification/Equal.php b/test/Util/DataProvider/Specification/Equal.php index a243f7cf..bd9c65af 100644 --- a/test/Util/DataProvider/Specification/Equal.php +++ b/test/Util/DataProvider/Specification/Equal.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/Specification/Identical.php b/test/Util/DataProvider/Specification/Identical.php index 88c43ce9..74a91cfb 100644 --- a/test/Util/DataProvider/Specification/Identical.php +++ b/test/Util/DataProvider/Specification/Identical.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/Specification/Pattern.php b/test/Util/DataProvider/Specification/Pattern.php index 9fe9e98f..38100ba7 100644 --- a/test/Util/DataProvider/Specification/Pattern.php +++ b/test/Util/DataProvider/Specification/Pattern.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 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/DataProvider/Specification/Specification.php b/test/Util/DataProvider/Specification/Specification.php index 33cc3a6b..a9853a32 100644 --- a/test/Util/DataProvider/Specification/Specification.php +++ b/test/Util/DataProvider/Specification/Specification.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2020 Andreas Möller + * Copyright (c) 2017-2021 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code.