From a8b96385563227f28221a25e88d6be6f87125e5a Mon Sep 17 00:00:00 2001 From: TheresNoTime Date: Mon, 29 Aug 2022 05:23:08 +0100 Subject: [PATCH] Change to GPL-2.0-or-later --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 07ec302..23f8dca 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "theresnotime/ipa-validator", "description": "Composer package for validating and normalizing IPA", "type": "library", - "license": "MIT", + "license": "GPL-2.0-or-later", "minimum-stability": "stable", "support": { "issues": "https://github.com/theresnotime/php-ipa-validator/issues"