From df09b9a5eec9145718234f47ff921a99944f9b14 Mon Sep 17 00:00:00 2001 From: KennyTV Date: Wed, 24 Mar 2021 12:32:31 +0100 Subject: [PATCH] Change license in fabric.mod.json --- fabric/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index e316f315..55d02027 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -4,7 +4,7 @@ "name": "ViaBackwards", "version": "${version}", "description": "Allow older Minecraft versions to connect to a newer server version.", - "license": "MIT", + "license": "GPL-3.0", "contact": { "homepage": "https://github.com/ViaVersion/ViaBackwards", "issues": "https://github.com/ViaVersion/ViaBackwards/issues",