diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 6aadb3186..e9ece8067 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,7 +1,5 @@ -#------------------------------------------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. -#------------------------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. FROM mcr.microsoft.com/dotnet/core/sdk:2.1.802 diff --git a/.vscode/snippets.code-snippets b/.vscode/snippets.code-snippets index bd69dc17a..a6a15fa0b 100644 --- a/.vscode/snippets.code-snippets +++ b/.vscode/snippets.code-snippets @@ -30,10 +30,8 @@ "Copyright header": { "prefix": "CopyrightHeader", "body": [ - "//", - "// 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." ], "description": "Copyright header" } diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 4a95d4e5a..09fb64bba 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -3,7 +3,7 @@ 2.4.1 preview.1 Microsoft - © Microsoft Corporation. All rights reserved. + © Microsoft Corporation. 9.0 PowerShell;editor;development;language;debugging https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/master/LICENSE diff --git a/PowerShellEditorServices.build.ps1 b/PowerShellEditorServices.build.ps1 index fea03e618..d0b4a7844 100644 --- a/PowerShellEditorServices.build.ps1 +++ b/PowerShellEditorServices.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( [ValidateSet("Debug", "Release")] diff --git a/build.ps1 b/build.ps1 index ab2340845..913e907e4 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,4 +1,8 @@ #!/usr/bin/env pwsh + +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. + param( [Parameter()] [switch] @@ -96,4 +100,4 @@ if ($Bootstrap) { if($Test) { Invoke-Build Test } -} \ No newline at end of file +} diff --git a/docs/template/conceptual.html.primary.tmpl b/docs/template/conceptual.html.primary.tmpl index bea049317..c2a035f17 100644 --- a/docs/template/conceptual.html.primary.tmpl +++ b/docs/template/conceptual.html.primary.tmpl @@ -1,4 +1,4 @@ -{{!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.}} {{!include(/^styles/.*/)}} {{!include(/^fonts/.*/)}} {{!include(favicon.ico)}} diff --git a/docs/template/partials/class.tmpl.partial b/docs/template/partials/class.tmpl.partial index c898239f6..b103082b4 100644 --- a/docs/template/partials/class.tmpl.partial +++ b/docs/template/partials/class.tmpl.partial @@ -1,4 +1,4 @@ -{{!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.}} {{^_disableContribution}} {{#docurl}}{{__global.improveThisDoc}}{{/docurl}} diff --git a/docs/template/partials/footer.tmpl.partial b/docs/template/partials/footer.tmpl.partial index 47254342c..0dd1e2dfd 100644 --- a/docs/template/partials/footer.tmpl.partial +++ b/docs/template/partials/footer.tmpl.partial @@ -1,4 +1,4 @@ -{{!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.}}