From 506c560316682603e9cf8a2bb11a33aabb928f60 Mon Sep 17 00:00:00 2001 From: Daniel Bannert Date: Sat, 1 Jan 2022 02:29:48 +0000 Subject: [PATCH] Enhancement: Update license year --- LICENSE.md | 2 +- src/Example.php | 2 +- tests/Unit/ExampleTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index f0acdb7..d39091e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2020-2021 Daniel Bannert +Copyright (c) 2020-2022 Daniel Bannert 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/Example.php b/src/Example.php index 79ccdc2..6c7b098 100644 --- a/src/Example.php +++ b/src/Example.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2020-2021 Daniel Bannert + * Copyright (c) 2020-2022 Daniel Bannert * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php index fa30ef5..80c3f44 100644 --- a/tests/Unit/ExampleTest.php +++ b/tests/Unit/ExampleTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2020-2021 Daniel Bannert + * Copyright (c) 2020-2022 Daniel Bannert * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code.