Skip to content

Commit 7b7b889

Browse files
authored
Remove 'All rights reserved' from copyright headers (#52)
1 parent c57fed3 commit 7b7b889

File tree

108 files changed

+129
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+129
-126
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions

build.psm1

Lines changed: 3 additions & 3 deletions
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
# On Unix paths is separated by colon
@@ -586,7 +586,7 @@ function Start-BuildPowerShellNativePackage
586586
<license type="expression">MIT</license>
587587
<tags>PowerShell</tags>
588588
<language>en-US</language>
589-
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
589+
<copyright>© Microsoft Corporation.</copyright>
590590
<contentFiles>
591591
<files include="**/*" buildAction="None" copyToOutput="true" flatten="false" />
592592
</contentFiles>
@@ -981,7 +981,7 @@ Fix steps:
981981

982982
Start-NativeExecution { & "~/.rcedit/rcedit-x64.exe" $pwshPath --set-icon "$PSScriptRoot\assets\Powershell_black.ico" `
983983
--set-file-version $fileVersion --set-product-version $ReleaseVersion --set-version-string "ProductName" "PowerShell Core 6" `
984-
--set-version-string "LegalCopyright" "(C) Microsoft Corporation. All Rights Reserved." `
984+
--set-version-string "LegalCopyright" "(c) Microsoft Corporation." `
985985
--application-manifest "$PSScriptRoot\assets\pwsh.manifest" } | Write-Verbose
986986
}
987987

src/PowerShell.Core.Instrumentation/PowerShell.Core.Instrumentation.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<owners>Microsoft</owners>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
99
<description>PowerShell Core ETW resource binary</description>
10-
<copyright>(c) Microsoft Corporation. All rights reserved.</copyright>
10+
<copyright>(c) Microsoft Corporation.</copyright>
1111
</metadata>
1212
</package>

src/PowerShell.Core.Instrumentation/RegisterManifest.ps1

Lines changed: 1 addition & 1 deletion
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
<#

src/PowerShell.Core.Instrumentation/version.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//
2-
// Copyright (C) Microsoft. All rights reserved.
3-
//
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
44
#include <windows.h>
55
#include <ntverp.h>
66

src/libpsl-native/src/createhardlink.cpp

Lines changed: 1 addition & 1 deletion
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
//! @brief create new hard link

src/libpsl-native/src/createhardlink.h

Lines changed: 1 addition & 1 deletion
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
#pragma once

src/libpsl-native/src/createprocess.cpp

Lines changed: 1 addition & 1 deletion
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
#include "createprocess.h"

src/libpsl-native/src/createprocess.h

Lines changed: 1 addition & 1 deletion
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
#pragma once

src/libpsl-native/src/createsymlink.cpp

Lines changed: 1 addition & 1 deletion
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
//! @brief create new symbolic link

0 commit comments

Comments
 (0)