From 911ecb2ffa5442e08be905a669c2a05b23e10c21 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sun, 13 Mar 2011 00:00:27 +1300 Subject: [PATCH] add missing copyright header to Mod.cs --- OpenRA.FileFormats/Mod.cs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/OpenRA.FileFormats/Mod.cs b/OpenRA.FileFormats/Mod.cs index 9c75a7c0a2..7caf342ae6 100644 --- a/OpenRA.FileFormats/Mod.cs +++ b/OpenRA.FileFormats/Mod.cs @@ -1,4 +1,14 @@ -using System; +#region Copyright & License Information +/* + * Copyright 2007-2011 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.Collections.Generic; using System.Linq; using System.Text;