diff --git a/pronamic-datetime.php b/pronamic-datetime.php index a22c50a..79a7540 100644 --- a/pronamic-datetime.php +++ b/pronamic-datetime.php @@ -19,7 +19,7 @@ * GitHub URI: https://github.com/pronamic/wp-datetime * * @author Pronamic - * @copyright 2005-2023 Pronamic + * @copyright 2005-2024 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Pay */ diff --git a/src/DateTime.php b/src/DateTime.php index edc203d..54bd97e 100644 --- a/src/DateTime.php +++ b/src/DateTime.php @@ -3,7 +3,7 @@ * Date time * * @author Pronamic - * @copyright 2005-2023 Pronamic + * @copyright 2005-2024 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\DateTime * @see https://github.com/woocommerce/woocommerce/blob/3.3.4/includes/class-wc-datetime.php diff --git a/src/DateTimeImmutable.php b/src/DateTimeImmutable.php index e26ba66..26d6544 100644 --- a/src/DateTimeImmutable.php +++ b/src/DateTimeImmutable.php @@ -3,7 +3,7 @@ * Date time immutable * * @author Pronamic - * @copyright 2005-2023 Pronamic + * @copyright 2005-2024 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\DateTime * @see https://github.com/woocommerce/woocommerce/blob/3.3.4/includes/class-wc-datetime.php diff --git a/src/DateTimeInterface.php b/src/DateTimeInterface.php index 58f92fe..d6ba0dc 100644 --- a/src/DateTimeInterface.php +++ b/src/DateTimeInterface.php @@ -3,7 +3,7 @@ * Date time interface * * @author Pronamic - * @copyright 2005-2023 Pronamic + * @copyright 2005-2024 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\DateTime * @see https://github.com/woocommerce/woocommerce/blob/3.3.4/includes/class-wc-datetime.php diff --git a/src/DateTimeTrait.php b/src/DateTimeTrait.php index a3bf1af..734fc65 100644 --- a/src/DateTimeTrait.php +++ b/src/DateTimeTrait.php @@ -3,7 +3,7 @@ * Date time trait * * @author Pronamic - * @copyright 2005-2023 Pronamic + * @copyright 2005-2024 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\DateTime * @see https://github.com/woocommerce/woocommerce/blob/3.3.4/includes/class-wc-datetime.php diff --git a/src/DateTimeZone.php b/src/DateTimeZone.php index 3a3e41c..48aafb0 100644 --- a/src/DateTimeZone.php +++ b/src/DateTimeZone.php @@ -3,7 +3,7 @@ * Date time zone * * @author Pronamic - * @copyright 2005-2023 Pronamic + * @copyright 2005-2024 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\DateTime * @see https://github.com/woocommerce/woocommerce/blob/3.3.4/includes/class-wc-datetime.php diff --git a/tests/bootstrap.php b/tests/bootstrap.php index b300c58..7ce7cf4 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -3,7 +3,7 @@ * Bootstrap tests * * @author Pronamic - * @copyright 2005-2023 Pronamic + * @copyright 2005-2024 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\DateTime */ diff --git a/tests/phpstan/bootstrap.php b/tests/phpstan/bootstrap.php index abaf869..a662fc0 100644 --- a/tests/phpstan/bootstrap.php +++ b/tests/phpstan/bootstrap.php @@ -3,7 +3,7 @@ * Definitions for PHPStan. * * @author Pronamic - * @copyright 2005-2023 Pronamic + * @copyright 2005-2024 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Pay */ diff --git a/tests/src/DateTimeTest.php b/tests/src/DateTimeTest.php index e657cc5..e1e15b4 100644 --- a/tests/src/DateTimeTest.php +++ b/tests/src/DateTimeTest.php @@ -3,7 +3,7 @@ * DateTime * * @author Pronamic - * @copyright 2005-2023 Pronamic + * @copyright 2005-2024 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\DateTime */ diff --git a/tests/src/DateTimeZoneTest.php b/tests/src/DateTimeZoneTest.php index e621051..17e94db 100644 --- a/tests/src/DateTimeZoneTest.php +++ b/tests/src/DateTimeZoneTest.php @@ -3,7 +3,7 @@ * DateTime * * @author Pronamic - * @copyright 2005-2023 Pronamic + * @copyright 2005-2024 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\DateTime */