Skip to content

Update copyright header in *.ps1, *.psm1 files #2884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env pwsh
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

[CmdletBinding(DefaultParameterSetName = "Build")]
Expand Down
2 changes: 1 addition & 1 deletion tools/ChangelogTools.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

#requires -Version 6.0
Expand Down
2 changes: 1 addition & 1 deletion tools/FileUpdateTools.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

#requires -Version 6.0
Expand Down
2 changes: 1 addition & 1 deletion tools/Get-PowerShellExtensionChangelog.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

#Requires -Version 6.0
Expand Down
2 changes: 1 addition & 1 deletion tools/GitHubTools.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

#requires -Version 6.0
Expand Down
2 changes: 1 addition & 1 deletion tools/changelog/updateChangelog.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

#requires -Version 6.0
Expand Down
2 changes: 1 addition & 1 deletion tools/postReleaseScripts/publishGHRelease.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

#requires -Version 6.0
Expand Down
2 changes: 1 addition & 1 deletion tools/postReleaseScripts/updateAzureDataStudio.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

#requires -Version 6.0
Expand Down
2 changes: 1 addition & 1 deletion tools/postReleaseScripts/updateExtensionVersions.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

#requires -Version 6.0
Expand Down
2 changes: 1 addition & 1 deletion tools/postReleaseScripts/updatePsesVersions.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

#requires -Version 6.0
Expand Down
6 changes: 2 additions & 4 deletions vscode-powershell.build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#
# Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
#
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

param(
[string]$EditorServicesRepoPath = $null
Expand Down