diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 821d933d..1e5a17af 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 ad9fa63a..cc94f70d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2017-2021 Andreas Möller +Copyright (c) 2017-2022 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/Construct.php b/src/Construct.php index 449a11b9..7296b743 100644 --- a/src/Construct.php +++ b/src/Construct.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 82eef36d..b2e509a6 100644 --- a/src/Constructs.php +++ b/src/Constructs.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 de67ad08..e58a1442 100644 --- a/src/Exception/DirectoryDoesNotExist.php +++ b/src/Exception/DirectoryDoesNotExist.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 6fade917..687e3db9 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 79f8cc70..2490dd0e 100644 --- a/src/Exception/MultipleDefinitionsFound.php +++ b/src/Exception/MultipleDefinitionsFound.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 9afdc683..5933cb4b 100644 --- a/src/Exception/ParseError.php +++ b/src/Exception/ParseError.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 75219477..666804fa 100644 --- a/src/Exception/ShouldNotHappen.php +++ b/src/Exception/ShouldNotHappen.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 bab15862..75af6c12 100644 --- a/test/Unit/ConstructTest.php +++ b/test/Unit/ConstructTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 b45954fb..a6c79bb7 100644 --- a/test/Unit/ConstructsTest.php +++ b/test/Unit/ConstructsTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 9ffa3ea3..91a802ff 100644 --- a/test/Unit/Exception/DirectoryDoesNotExistTest.php +++ b/test/Unit/Exception/DirectoryDoesNotExistTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 b056abd3..91597d57 100644 --- a/test/Unit/Exception/MultipleDefinitionsFoundTest.php +++ b/test/Unit/Exception/MultipleDefinitionsFoundTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 42df1735..f8bee8fe 100644 --- a/test/Unit/Exception/ParseErrorTest.php +++ b/test/Unit/Exception/ParseErrorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 3c671300..625c732c 100644 --- a/test/Unit/Exception/ShouldNotHappenTest.php +++ b/test/Unit/Exception/ShouldNotHappenTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 e9d9987e..543fdaea 100644 --- a/test/Util/Helper.php +++ b/test/Util/Helper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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/PhpVersion.php b/test/Util/PhpVersion.php index 41ce0ead..60c02ec2 100644 --- a/test/Util/PhpVersion.php +++ b/test/Util/PhpVersion.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 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 7bf673ce..a4e0eb7a 100644 --- a/test/Util/Scenario.php +++ b/test/Util/Scenario.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2017-2021 Andreas Möller + * Copyright (c) 2017-2022 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code.