diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 8394917..a0f2978 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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 b26aeb6..3a1f8cb 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2023-2024 Andreas Möller +Copyright (c) 2023-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 1cc0442..cb0d5dc 100644 --- a/rector.php +++ b/rector.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Converter/FrontMatterConverter.php b/src/Converter/FrontMatterConverter.php index 60b76db..04205dd 100644 --- a/src/Converter/FrontMatterConverter.php +++ b/src/Converter/FrontMatterConverter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Converter/NullFrontMatterConverter.php b/src/Converter/NullFrontMatterConverter.php index d03df8c..2631dfb 100644 --- a/src/Converter/NullFrontMatterConverter.php +++ b/src/Converter/NullFrontMatterConverter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Converter/ToMultipleAssignmentsFrontMatterConverter.php b/src/Converter/ToMultipleAssignmentsFrontMatterConverter.php index 286a59e..5065b59 100644 --- a/src/Converter/ToMultipleAssignmentsFrontMatterConverter.php +++ b/src/Converter/ToMultipleAssignmentsFrontMatterConverter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Converter/ToSingleAssignmentFrontMatterConverter.php b/src/Converter/ToSingleAssignmentFrontMatterConverter.php index 2ac49f2..1ccf7e3 100644 --- a/src/Converter/ToSingleAssignmentFrontMatterConverter.php +++ b/src/Converter/ToSingleAssignmentFrontMatterConverter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/InvalidName.php b/src/Exception/InvalidName.php index 6ef228e..2ff528e 100644 --- a/src/Exception/InvalidName.php +++ b/src/Exception/InvalidName.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Expression/Assignment.php b/src/Expression/Assignment.php index 7215586..f6c5d72 100644 --- a/src/Expression/Assignment.php +++ b/src/Expression/Assignment.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Expression/Name.php b/src/Expression/Name.php index 1f42a60..a8afd17 100644 --- a/src/Expression/Name.php +++ b/src/Expression/Name.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Expression/Value.php b/src/Expression/Value.php index 1d928ab..e5cbbc7 100644 --- a/src/Expression/Value.php +++ b/src/Expression/Value.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/FrontMatterLoader.php b/src/FrontMatterLoader.php index 6829e08..fbd4f60 100644 --- a/src/FrontMatterLoader.php +++ b/src/FrontMatterLoader.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Converter/NullFrontMatterConverterTest.php b/test/Unit/Converter/NullFrontMatterConverterTest.php index 9e28d63..65c7d6e 100644 --- a/test/Unit/Converter/NullFrontMatterConverterTest.php +++ b/test/Unit/Converter/NullFrontMatterConverterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Converter/ToMultipleAssignmentsFrontMatterConverterTest.php b/test/Unit/Converter/ToMultipleAssignmentsFrontMatterConverterTest.php index ce0223b..2e8d1cf 100644 --- a/test/Unit/Converter/ToMultipleAssignmentsFrontMatterConverterTest.php +++ b/test/Unit/Converter/ToMultipleAssignmentsFrontMatterConverterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Converter/ToSingleAssignmentFrontMatterConverterTest.php b/test/Unit/Converter/ToSingleAssignmentFrontMatterConverterTest.php index 15ab2e1..430c4dd 100644 --- a/test/Unit/Converter/ToSingleAssignmentFrontMatterConverterTest.php +++ b/test/Unit/Converter/ToSingleAssignmentFrontMatterConverterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/InvalidNameTest.php b/test/Unit/Exception/InvalidNameTest.php index 25f8e1e..1dc674f 100644 --- a/test/Unit/Exception/InvalidNameTest.php +++ b/test/Unit/Exception/InvalidNameTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Expression/AssignmentTest.php b/test/Unit/Expression/AssignmentTest.php index af14ff3..2bd2629 100644 --- a/test/Unit/Expression/AssignmentTest.php +++ b/test/Unit/Expression/AssignmentTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Expression/NameTest.php b/test/Unit/Expression/NameTest.php index 295d82b..b3ade0a 100644 --- a/test/Unit/Expression/NameTest.php +++ b/test/Unit/Expression/NameTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/Expression/ValueTest.php b/test/Unit/Expression/ValueTest.php index c96ec6a..5090c23 100644 --- a/test/Unit/Expression/ValueTest.php +++ b/test/Unit/Expression/ValueTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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/FrontMatterLoaderTest.php b/test/Unit/FrontMatterLoaderTest.php index e8191ef..b16a761 100644 --- a/test/Unit/FrontMatterLoaderTest.php +++ b/test/Unit/FrontMatterLoaderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-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 c376230..b7cd3cb 100644 --- a/test/Util/Helper.php +++ b/test/Util/Helper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2023-2024 Andreas Möller + * Copyright (c) 2023-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code.