Skip to content

Commit 7eca46f

Browse files
committed
Add copyright header to cmdlet .ps1 files
1 parent 191bcc6 commit 7eca46f

10 files changed

+51
-1
lines changed

module/PowerShellEditorServices/Commands/Public/CmdletInterface.ps1

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
<#
1+
#
2+
# Copyright (c) Microsoft. All rights reserved.
3+
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
#
5+
6+
<#
27
.EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
38
#>
49
function Register-EditorCommand {

module/PowerShellEditorServices/Commands/Public/ConvertFrom-ScriptExtent.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (c) Microsoft. All rights reserved.
3+
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
#
5+
16
function ConvertFrom-ScriptExtent {
27
<#
38
.EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml

module/PowerShellEditorServices/Commands/Public/ConvertTo-ScriptExtent.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (c) Microsoft. All rights reserved.
3+
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
#
5+
16
function ConvertTo-ScriptExtent {
27
<#
38
.EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml

module/PowerShellEditorServices/Commands/Public/Find-Ast.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (c) Microsoft. All rights reserved.
3+
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
#
5+
16
function Find-Ast {
27
<#
38
.EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml

module/PowerShellEditorServices/Commands/Public/Get-Token.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (c) Microsoft. All rights reserved.
3+
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
#
5+
16
function Get-Token {
27
<#
38
.EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml

module/PowerShellEditorServices/Commands/Public/Import-EditorCommand.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (c) Microsoft. All rights reserved.
3+
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
#
5+
16
function Import-EditorCommand {
27
<#
38
.EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml

module/PowerShellEditorServices/Commands/Public/Join-ScriptExtent.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (c) Microsoft. All rights reserved.
3+
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
#
5+
16
function Join-ScriptExtent {
27
<#
38
.EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml

module/PowerShellEditorServices/Commands/Public/Out-CurrentFile.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (c) Microsoft. All rights reserved.
3+
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
#
5+
16
function Out-CurrentFile {
27
<#
38
.EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml

module/PowerShellEditorServices/Commands/Public/Set-ScriptExtent.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (c) Microsoft. All rights reserved.
3+
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
#
5+
16
function Set-ScriptExtent {
27
<#
38
.EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml

module/PowerShellEditorServices/Commands/Public/Test-ScriptExtent.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (c) Microsoft. All rights reserved.
3+
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
#
5+
16
function Test-ScriptExtent {
27
<#
38
.EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml

0 commit comments

Comments
 (0)