Skip to content

Commit

Permalink
Update Copyright notice to remove year (#3204)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiknick authored and lzybkr committed Mar 5, 2017
1 parent 402ffec commit df0a390
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using System.Management.Automation.Runspaces;
using System.Management.Automation.Tracing;
using System.Globalization;

#if CORECLR
using System.Runtime.InteropServices;
#endif
Expand Down Expand Up @@ -109,7 +110,7 @@ public int Start(string consoleFilePath, string[] args)
try
{
#if CORECLR
var banner = ManagedEntranceStrings.ShellBannerNonWindowsPowerShell;
var banner = ManagedEntranceStrings.ShellBannerNonWindowsPowerShell;
#else
var banner = ManagedEntranceStrings.ShellBanner;
#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;]
Expand Down

0 comments on commit df0a390

Please sign in to comment.