From c2e450986f22e59af7e1bdd2e8ae393834172dee Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Fri, 14 Jun 2013 20:20:55 +1200 Subject: [PATCH] Add license notice to FortScript.cs --- OpenRA.Mods.RA/Missions/FortScript.cs | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) 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 {