X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;ds=sidebyside;f=Radegast%2FProgram.cs;h=b22a384fdf3ff0a6d4532d86983ca112ed0989bf;hb=abb53191178e2fe091acaf72baad5c85d69654ad;hp=a425ed7a9d84d7166a9d008d1ab8d60d27e299d1;hpb=b2a2d9c2703da9cba793f85c54e46c51dc271461;p=radegast%2Fradegast.git diff --git a/Radegast/Program.cs b/Radegast/Program.cs index a425ed7..b22a384 100644 --- a/Radegast/Program.cs +++ b/Radegast/Program.cs @@ -1,6 +1,6 @@ // // Radegast Metaverse Client -// Copyright (c) 2009-2013, Radegast Development Team +// Copyright (c) 2009-2014, Radegast Development Team // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -76,7 +76,7 @@ namespace Radegast { HelpText header = new HelpText(Properties.Resources.RadegastTitle); header.AdditionalNewLineAfterOption = true; - header.Copyright = new CopyrightInfo("Radegast Development Team", 2009, 2013); + header.Copyright = new CopyrightInfo("Radegast Development Team", 2009, 2014); header.AddPreOptionsLine("http://radegast.org/"); return header; }