From f43f1bbe2c7c77d142b338a069d4e9d21261c5ab Mon Sep 17 00:00:00 2001 From: recursivetree Date: Wed, 14 May 2025 21:24:04 +0200 Subject: [PATCH] composer.json: use correct LICENSE - Use the same license as in LICENSE and most core packages --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 278905e..1d99e0b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "author/your-package", "description": "Your package description", - "license": "GPL-3.0-or-later", + "license": "GPL-2.0", "authors": [ { "name": "Leon Jacobs",