From 646e94454a7ac8f10cba19b7278850e6119fa574 Mon Sep 17 00:00:00 2001 From: Eric Sizemore Date: Thu, 11 Jan 2024 03:05:10 -0500 Subject: [PATCH] Update composer.json Ah, oops, forgot to fix the license info. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2bd4b36..321fb8b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "esi/simple_counter", "description": "A simple web hit counter.", - "license": "MIT", + "license": "LGPL-3.0-or-later", "type": "library", "authors": [ {