Update copyrights to 2014.
This commit is contained in:
Родитель
434376c7a7
Коммит
850585a8a2
|
@ -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] == "-?")
|
||||
|
|
Загрузка…
Ссылка в новой задаче