diff --git a/OpenRA.Mods.RA/Missions/FortScript.cs b/OpenRA.Mods.RA/Missions/FortScript.cs index ae34207f98..0d11f0d792 100644 --- a/OpenRA.Mods.RA/Missions/FortScript.cs +++ b/OpenRA.Mods.RA/Missions/FortScript.cs @@ -1,17 +1,22 @@ -using System.Collections.Generic; +#region Copyright & License Information +/* + * Copyright 2007-2013 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 COPYING. + */ +#endregion + +using System; using System.Drawing; using System.Linq; -using System; using OpenRA.FileFormats; using OpenRA.Mods.RA.Activities; -using OpenRA.Mods.RA.Air; +using OpenRA.Mods.RA.Buildings; using OpenRA.Mods.RA.Move; -using OpenRA.Network; -using OpenRA.Scripting; using OpenRA.Traits; using OpenRA.Widgets; -using OpenRA.Mods.RA.Buildings; -using OpenRA.Mods.RA.Effects; namespace OpenRA.Mods.RA.Missions {