diff --git a/OpenRA.Launcher.Mac/Download.h b/OpenRA.Launcher.Mac/Download.h index 01992c8430..8ebda59225 100644 --- a/OpenRA.Launcher.Mac/Download.h +++ b/OpenRA.Launcher.Mac/Download.h @@ -1,10 +1,10 @@ -// -// Download.h -// OpenRA -// -// Created by Paul Chote on 19/11/10. -// Copyright 2010 __MyCompanyName__. All rights reserved. -// +/* + * 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. + */ #import diff --git a/OpenRA.Launcher.Mac/Download.m b/OpenRA.Launcher.Mac/Download.m index 77fac5509a..304c6f7737 100644 --- a/OpenRA.Launcher.Mac/Download.m +++ b/OpenRA.Launcher.Mac/Download.m @@ -1,10 +1,10 @@ -// -// Download.m -// OpenRA -// -// Created by Paul Chote on 19/11/10. -// Copyright 2010 __MyCompanyName__. All rights reserved. -// +/* + * 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. + */ #import "Download.h" #import "GameInstall.h" diff --git a/OpenRA.Launcher/Program.cs b/OpenRA.Launcher/Program.cs index 79ad06b49d..d3334605dc 100644 --- a/OpenRA.Launcher/Program.cs +++ b/OpenRA.Launcher/Program.cs @@ -1,4 +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; using System.Windows.Forms; namespace OpenRA.Launcher diff --git a/OpenRA.Launcher/Util.cs b/OpenRA.Launcher/Util.cs index 678f9f895f..9a177e0a83 100644 --- a/OpenRA.Launcher/Util.cs +++ b/OpenRA.Launcher/Util.cs @@ -1,4 +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; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenRA.Launcher/UtilityProgram.cs b/OpenRA.Launcher/UtilityProgram.cs index 7476dfff9b..b1b0f486f0 100644 --- a/OpenRA.Launcher/UtilityProgram.cs +++ b/OpenRA.Launcher/UtilityProgram.cs @@ -1,4 +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; using System.ComponentModel; using System.Diagnostics; using System.IO;