This commit is contained in:
Brad Wilson 2014-01-18 11:59:24 -08:00
Родитель 434376c7a7
Коммит 850585a8a2
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -32,7 +32,7 @@
<HtmlHelpName>xunit</HtmlHelpName>
<Language>en-US</Language>
<CopyrightHref />
<CopyrightText>Copyright (C) 2013 Outercurve Foundation</CopyrightText>
<CopyrightText>Copyright (C) 2014 Outercurve Foundation</CopyrightText>
<FeedbackEMailAddress />
<FeedbackEMailLinkText />
<HeaderText />

Просмотреть файл

@ -1,4 +1,4 @@
Copyright 2013 Outercurve Foundation
Copyright 2014 Outercurve Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

Просмотреть файл

@ -18,7 +18,7 @@ namespace Xunit.ConsoleClient
public static int Main(string[] args)
{
Console.WriteLine("xUnit.net console test runner ({0}-bit .NET {1})", IntPtr.Size * 8, Environment.Version);
Console.WriteLine("Copyright (C) 2013 Outercurve Foundation.");
Console.WriteLine("Copyright (C) 2014 Outercurve Foundation.");
Console.WriteLine();
if (args.Length == 0 || args[0] == "-?")