Skip to content

Commit a150199

Browse files
authored
Update copyright header in *.ps1, *.psm1 files (PowerShell#2884)
1 parent 9299f0b commit a150199

11 files changed

+12
-14
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env pwsh
2-
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# Copyright (c) Microsoft Corporation.
33
# Licensed under the MIT License.
44

55
[CmdletBinding(DefaultParameterSetName = "Build")]

tools/ChangelogTools.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
1+
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

44
#requires -Version 6.0

tools/FileUpdateTools.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
1+
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

44
#requires -Version 6.0

tools/Get-PowerShellExtensionChangelog.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
1+
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

44
#Requires -Version 6.0

tools/GitHubTools.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
1+
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

44
#requires -Version 6.0

tools/changelog/updateChangelog.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
1+
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

44
#requires -Version 6.0

tools/postReleaseScripts/publishGHRelease.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
1+
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

44
#requires -Version 6.0

tools/postReleaseScripts/updateAzureDataStudio.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
1+
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

44
#requires -Version 6.0

tools/postReleaseScripts/updateExtensionVersions.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
1+
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

44
#requires -Version 6.0

tools/postReleaseScripts/updatePsesVersions.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
1+
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

44
#requires -Version 6.0

vscode-powershell.build.ps1

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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-
#
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
53

64
param(
75
[string]$EditorServicesRepoPath = $null

0 commit comments

Comments
 (0)