Skip to content

Commit 08e2f69

Browse files
committed
Add copyright headers
1 parent b2e452f commit 08e2f69

38 files changed

+124
-53
lines changed

src/PowerShellEditorServices/Services/PowerShell/Console/ColorConfiguration.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
4+
using System;
25

36
namespace Microsoft.PowerShell.EditorServices.Services.PowerShell.Console
47
{

src/PowerShellEditorServices/Services/PowerShell/Console/ConsoleProxy.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
//
21
// Copyright (c) Microsoft. All rights reserved.
3-
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
4-
//
2+
// Licensed under the MIT license.
53

64
using System;
75
using System.Runtime.InteropServices;

src/PowerShellEditorServices/Services/PowerShell/Console/ConsoleReadLine.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
//
2-
// Copyright (c) Microsoft. All rights reserved.
1+
// Copyright (c) Microsoft. All rights reserved.
32
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
4-
//
53

64
using System.Text;
75
using System.Threading;

src/PowerShellEditorServices/Services/PowerShell/Console/IConsoleOperations.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
//
21
// Copyright (c) Microsoft. All rights reserved.
32
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
4-
//
53

64
using System;
75
using System.Threading;

src/PowerShellEditorServices/Services/PowerShell/Console/IReadLine.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
4+
using System;
25
using System.Security;
36
using System.Threading;
47

src/PowerShellEditorServices/Services/PowerShell/Console/PSReadLineProxy.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
//
21
// Copyright (c) Microsoft. All rights reserved.
3-
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
4-
//
2+
// Licensed under the MIT license.
53

64
using System;
75
using System.IO;

src/PowerShellEditorServices/Services/PowerShell/Console/ReadLineProvider.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using Microsoft.Extensions.Logging;
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
4+
using Microsoft.Extensions.Logging;
25

36
namespace Microsoft.PowerShell.EditorServices.Services.PowerShell.Console
47
{

src/PowerShellEditorServices/Services/PowerShell/Console/UnixConsoleOperations.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
//
21
// Copyright (c) Microsoft. All rights reserved.
3-
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
4-
//
2+
// Licensed under the MIT license.
53

64
using System;
75
using System.Threading;

src/PowerShellEditorServices/Services/PowerShell/Console/WindowsConsoleOperations.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
//
21
// Copyright (c) Microsoft. All rights reserved.
3-
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
4-
//
2+
// Licensed under the MIT license.
53

64
using System;
75
using System.Threading;

src/PowerShellEditorServices/Services/PowerShell/Context/PowerShellContextFrame.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using Microsoft.Extensions.Logging;
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
4+
using Microsoft.Extensions.Logging;
25
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Runspace;
36
using System;
47
using SMA = System.Management.Automation;

0 commit comments

Comments
 (0)