From 204f4c3f4f245e5be73d4b39d79dee887596e4d6 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 2 Dec 2017 18:09:24 -0700 Subject: [PATCH] Add succinct GPL disclaimer. Fixes #1430. --- TShockAPI/TShock.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index db15277b..7c2d1ab8 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -375,7 +375,9 @@ namespace TShockAPI if (Initialized != null) Initialized(); - Log.ConsoleInfo("Welcome to TShock for Terraria. Initialization complete."); + Log.ConsoleInfo("Welcome to TShock for Terraria!"); + Log.ConsoleInfo("TShock comes with no warranty & is free software."); + Log.ConsoleInfo("You can modify & distribute it under the terms of the GNU GPLv3."); } catch (Exception ex) {