Merge pull request #1517 from Pryaxis/gpl

Add succinct GPL disclaimer. Fixes #1430.
This commit is contained in:
Chris 2017-12-03 12:20:40 +10:30 committed by GitHub
commit 915e0e88ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
{