From d60737d32da5ccf5315ff15b5408952efe659041 Mon Sep 17 00:00:00 2001 From: TheresNoTime Date: Mon, 29 Aug 2022 05:37:53 +0100 Subject: [PATCH] GPL-2.0-or-later --- src/Validator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Validator.php b/src/Validator.php index 2524d51..654db07 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -7,7 +7,7 @@ * @package IPA Validator * @author TheresNoTime * @copyright 2022 TheresNoTime - * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0 + * @license https://opensource.org/licenses/GPL-3.0 GPL-2.0-or-later */ declare( strict_types=1 ); namespace TheresNoTime\IPAValidator; @@ -21,7 +21,7 @@ * * @package IPA Validator * @author TheresNoTime - * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0 + * @license https://opensource.org/licenses/GPL-3.0 GPL-2.0-or-later */ class Validator {