Skip to content

Commit b7cb335

Browse files
authored
Update copyright notice to latest guidance (PowerShell#12190)
1 parent f8fb770 commit b7cb335

1,760 files changed

Lines changed: 1861 additions & 1861 deletions

File tree

Some content is hidden

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

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#-------------------------------------------------------------------------------------------------------------
2-
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# Copyright (c) Microsoft Corporation.
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PowerShell
22

3-
Copyright (c) Microsoft Corporation. All rights reserved.
3+
Copyright (c) Microsoft Corporation.
44

55
MIT License
66

build.psm1

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
Set-StrictMode -Version 3.0

demos/Apache/Apache/Apache.psm1

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
#Region utility functions

demos/Apache/apache-demo.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
Import-Module $PSScriptRoot/Apache/Apache.psm1

demos/Azure/Azure-Demo.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
### The techniques used in this demo are documented at

demos/DSC/dsc-demo.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
#Get Distro type and set distro-specific variables

demos/Docker-PowerShell/Docker-PowerShell.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
# This is a short example of the Docker-PowerShell module. The same cmdlets may be used to manage both local & remote machines, including both Windows & Linux hosts

demos/SystemD/SystemD/SystemD.psm1

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
Function Get-SystemDJournal {

0 commit comments

Comments
 (0)