Add succinct GPL disclaimer. Fixes #1430.
This commit is contained in:
parent
51154c9bc9
commit
204f4c3f4f
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue