Update Copyright notice to remove year (#3204)

This commit is contained in:
Nicholas Willard 2017-03-05 01:47:14 -06:00 committed by Jason Shirk
parent 402ffeceb1
commit df0a390c2c
2 changed files with 4 additions and 3 deletions

View file

@ -9,6 +9,7 @@ using System.Management.Automation.Internal;
using System.Management.Automation.Runspaces;
using System.Management.Automation.Tracing;
using System.Globalization;
#if CORECLR
using System.Runtime.InteropServices;
#endif
@ -109,7 +110,7 @@ namespace Microsoft.PowerShell
try
{
#if CORECLR
var banner = ManagedEntranceStrings.ShellBannerNonWindowsPowerShell;
var banner = ManagedEntranceStrings.ShellBannerNonWindowsPowerShell;
#else
var banner = ManagedEntranceStrings.ShellBanner;
#endif

View file

@ -119,11 +119,11 @@
</resheader>
<data name="ShellBanner" xml:space="preserve">
<value>Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.</value>
Copyright (C) Microsoft Corporation. All rights reserved.</value>
</data>
<data name="ShellBannerNonWindowsPowerShell" xml:space="preserve">
<value>PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.</value>
Copyright (C) Microsoft Corporation. All rights reserved.</value>
</data>
<data name="ShellHelp" xml:space="preserve">
<value>PowerShell[.exe] [-PSConsoleFile &lt;file&gt; | -Version &lt;version&gt;]