From ae7763676ee5859feb26899c9dd43ac2cf7da9e8 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 11 Jul 2011 23:22:50 -0600 Subject: [PATCH] Moved credits --- TShockAPI/Commands.cs | 7 ------- TShockAPI/TShock.cs | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index fcad710b..882c0b12 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -15,13 +15,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* TShock wouldn't be possible without: - * Github - * Dreamspark - * Microsoft Visual Studio 2010 - * HostPenda - * And you, for your continued support and devotion to the evolution of TShock - */ using System; using System.Collections.Generic; using System.IO; diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 27ddb01c..c8cc220a 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -15,6 +15,13 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* TShock wouldn't be possible without: + * Github + * Dreamspark + * Microsoft Visual Studio 2010 + * HostPenda + * And you, for your continued support and devotion to the evolution of TShock + */ using System; using System.Collections.Generic; using System.ComponentModel;