From f9700bb6cabbbce8459878ff31222960368e9e5f Mon Sep 17 00:00:00 2001 From: ergebnis-bot Date: Sun, 1 Jan 2023 00:13:29 +0000 Subject: [PATCH] Enhancement: Update license year --- .php-cs-fixer.php | 2 +- LICENSE.md | 2 +- src/Printer.php | 2 +- src/PrinterInterface.php | 2 +- test/Unit/PrinterTest.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 0b146e9..174dc66 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2022 Andreas Möller + * Copyright (c) 2018-2023 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 b3bc94c..96580b5 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2018-2022 Andreas Möller +Copyright (c) 2018-2023 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/Printer.php b/src/Printer.php index a2b004e..1d16207 100644 --- a/src/Printer.php +++ b/src/Printer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2022 Andreas Möller + * Copyright (c) 2018-2023 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/PrinterInterface.php b/src/PrinterInterface.php index 130f6f5..ee9760a 100644 --- a/src/PrinterInterface.php +++ b/src/PrinterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2022 Andreas Möller + * Copyright (c) 2018-2023 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/PrinterTest.php b/test/Unit/PrinterTest.php index cf133f4..fd2ef76 100644 --- a/test/Unit/PrinterTest.php +++ b/test/Unit/PrinterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2022 Andreas Möller + * Copyright (c) 2018-2023 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 8686a0c..acab6e2 100644 --- a/test/Util/Helper.php +++ b/test/Util/Helper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2022 Andreas Möller + * Copyright (c) 2018-2023 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code.