From 6151443618aff5b264fcf079c3c94bdadd19b713 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Tue, 8 Jan 2019 15:41:59 +0100 Subject: [PATCH] Update CreateManPage.cs to print the new header --- OpenRA.Mods.Common/UtilityCommands/CreateManPage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/UtilityCommands/CreateManPage.cs b/OpenRA.Mods.Common/UtilityCommands/CreateManPage.cs index 6de00cc105..e3cc4506dc 100644 --- a/OpenRA.Mods.Common/UtilityCommands/CreateManPage.cs +++ b/OpenRA.Mods.Common/UtilityCommands/CreateManPage.cs @@ -67,7 +67,7 @@ namespace OpenRA.Mods.Common.UtilityCommands Console.WriteLine(".SH BUGS"); Console.WriteLine("Known issues are tracked at http://bugs.openra.net"); Console.WriteLine(".SH COPYRIGHT"); - Console.WriteLine("Copyright 2007-2018 The OpenRA Developers (see AUTHORS)"); + Console.WriteLine("Copyright 2007-2019 The OpenRA Developers (see AUTHORS)"); Console.WriteLine("This manual is part of OpenRA, which is free software. It is GNU GPL v3 licensed. See COPYING for details."); } }