From d439b3db1c0c64d870da135ea3f74fc77e928a51 Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 24 Nov 2021 07:51:44 +1000 Subject: [PATCH] Correct nuget package to GPL-3.0-or-later --- TShockAPI/TShockAPI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj index 576bc974..29554fd0 100644 --- a/TShockAPI/TShockAPI.csproj +++ b/TShockAPI/TShockAPI.csproj @@ -7,7 +7,7 @@ true True True - GPL-3.0-only + GPL-3.0-or-later