diff --git a/build.ps1 b/build.ps1 index fdd5479f4b..e5ee197fba 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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")] diff --git a/tools/ChangelogTools.psm1 b/tools/ChangelogTools.psm1 index d6bcadab4f..1dccba1392 100644 --- a/tools/ChangelogTools.psm1 +++ b/tools/ChangelogTools.psm1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. #requires -Version 6.0 diff --git a/tools/FileUpdateTools.psm1 b/tools/FileUpdateTools.psm1 index f3d3f38c45..35ed19de18 100644 --- a/tools/FileUpdateTools.psm1 +++ b/tools/FileUpdateTools.psm1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. #requires -Version 6.0 diff --git a/tools/Get-PowerShellExtensionChangelog.ps1 b/tools/Get-PowerShellExtensionChangelog.ps1 index 99a4e34d47..556543ce81 100644 --- a/tools/Get-PowerShellExtensionChangelog.ps1 +++ b/tools/Get-PowerShellExtensionChangelog.ps1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. #Requires -Version 6.0 diff --git a/tools/GitHubTools.psm1 b/tools/GitHubTools.psm1 index 75db3e5110..13fcaf02c4 100644 --- a/tools/GitHubTools.psm1 +++ b/tools/GitHubTools.psm1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. #requires -Version 6.0 diff --git a/tools/changelog/updateChangelog.ps1 b/tools/changelog/updateChangelog.ps1 index 1323e5e1e4..1881c35a1f 100644 --- a/tools/changelog/updateChangelog.ps1 +++ b/tools/changelog/updateChangelog.ps1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. #requires -Version 6.0 diff --git a/tools/postReleaseScripts/publishGHRelease.ps1 b/tools/postReleaseScripts/publishGHRelease.ps1 index db467d3190..5990c249d6 100644 --- a/tools/postReleaseScripts/publishGHRelease.ps1 +++ b/tools/postReleaseScripts/publishGHRelease.ps1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. #requires -Version 6.0 diff --git a/tools/postReleaseScripts/updateAzureDataStudio.ps1 b/tools/postReleaseScripts/updateAzureDataStudio.ps1 index 3db678f1c8..6014f025fa 100644 --- a/tools/postReleaseScripts/updateAzureDataStudio.ps1 +++ b/tools/postReleaseScripts/updateAzureDataStudio.ps1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. #requires -Version 6.0 diff --git a/tools/postReleaseScripts/updateExtensionVersions.ps1 b/tools/postReleaseScripts/updateExtensionVersions.ps1 index 0d8d376046..a420ee253c 100644 --- a/tools/postReleaseScripts/updateExtensionVersions.ps1 +++ b/tools/postReleaseScripts/updateExtensionVersions.ps1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. #requires -Version 6.0 diff --git a/tools/postReleaseScripts/updatePsesVersions.ps1 b/tools/postReleaseScripts/updatePsesVersions.ps1 index c4222d1d71..4bac6c2c39 100644 --- a/tools/postReleaseScripts/updatePsesVersions.ps1 +++ b/tools/postReleaseScripts/updatePsesVersions.ps1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. #requires -Version 6.0 diff --git a/vscode-powershell.build.ps1 b/vscode-powershell.build.ps1 index d28de46347..622fd52cc8 100644 --- a/vscode-powershell.build.ps1 +++ b/vscode-powershell.build.ps1 @@ -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