Skip to content
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 PowerShell.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<PropertyGroup>
<Product>PowerShell</Product>
<Company>Microsoft Corporation</Company>
<Copyright>(c) Microsoft Corporation. All rights reserved.</Copyright>
<Copyright>(c) Microsoft Corporation.</Copyright>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>8.0</LangVersion>
Expand Down
1 change: 0 additions & 1 deletion assets/pwsh.1.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,3 @@ These are automatically defined PowerShell-language variables.
## COPYRIGHT

Copyright (c) Microsoft Corporation.
All rights reserved.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- ##################################################################
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) Microsoft Corporation.
Licensed under the MIT License.
################################################################### -->
<!DOCTYPE schema [
Expand Down
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.

Describe "Import PowerShell provider" -Tags "CI" {
Expand Down
2 changes: 1 addition & 1 deletion test/Test.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Product>PowerShell Test</Product>
<Company>Microsoft Corporation</Company>
<Copyright>(c) Microsoft Corporation. All rights reserved.</Copyright>
<Copyright>(c) Microsoft Corporation.</Copyright>

<TargetFramework>netcoreapp5.0</TargetFramework>
<LangVersion>8.0</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion test/powershell/engine/Api/PSCommand.Tests.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.

Describe "PSCommand API tests" -Tag "CI" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GUID = 'e11d52a1-d5a0-4e4d-92cd-e87114bf4a5c'

Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Copyright = '(c) Microsoft Corporation. All rights reserved.'
Copyright = '(c) Microsoft Corporation.'

Description = '
This module contains remoting tool cmdlets.
Expand Down
4 changes: 2 additions & 2 deletions tools/packaging/packaging.strings.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ open {0}
<licenseUrl>https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt</licenseUrl>
<tags>PowerShell</tags>
<language>en-US</language>
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
<copyright>&#169; Microsoft Corporation.</copyright>
<contentFiles>
<files include="**/*" buildAction="None" copyToOutput="true" flatten="false" />
</contentFiles>
Expand Down Expand Up @@ -173,7 +173,7 @@ open {0}
<license type="expression">MIT</license>
<tags>PowerShell</tags>
<language>en-US</language>
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
<copyright>&#169; Microsoft Corporation.</copyright>
<packageTypes>
<packageType name="DotnetTool" />
</packageTypes>
Expand Down