From 531e05cd0aa08fb9936266a5d6d6a50d88387b2d Mon Sep 17 00:00:00 2001 From: RacoonDog <32882447+RacoonDog@users.noreply.github.com> Date: Fri, 24 May 2024 14:35:13 -0400 Subject: [PATCH] use a valid SPDX license identifier (#624) --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e37a3c1aa..b80acc973 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -5,7 +5,7 @@ "description": "Useful client-side commands", "version": "${version}", "environment": "client", - "license": "LGPL", + "license": "LGPL-3.0-or-later", "icon": "assets/clientcommands/icon.png", "contact": { "homepage": "https://earthcomputer.net/",