From a4bbce32b80ae76b6efd5eba6363df5cf6244daa Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 1 Jan 2011 21:43:37 +1300 Subject: [PATCH] cleanup SyncReport.cs header --- OpenRA.Game/Network/SyncReport.cs | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/OpenRA.Game/Network/SyncReport.cs b/OpenRA.Game/Network/SyncReport.cs index de6b3a3f4a..c41c719730 100755 --- a/OpenRA.Game/Network/SyncReport.cs +++ b/OpenRA.Game/Network/SyncReport.cs @@ -1,10 +1,14 @@ -using System; +#region Copyright & License Information +/* + * Copyright 2007-2010 The OpenRA Developers (see AUTHORS) + * This file is part of OpenRA, which is free software. It is made + * available to you under the terms of the GNU General Public License + * as published by the Free Software Foundation. For more information, + * see LICENSE. + */ +#endregion + using System.Collections.Generic; -using System.Linq; -using System.Text; -using OpenRA.FileFormats; -using OpenRA.Support; -using OpenRA.Traits; namespace OpenRA.Network {