Skip to content

Commit ae89004

Browse files
committed
Remove All rights reserved term in copyright header
Follow-up: PowerShell#479
1 parent 04fab40 commit ae89004

File tree

87 files changed

+87
-87
lines changed

Some content is hidden

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

87 files changed

+87
-87
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/pwsh
2-
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# Copyright (c) Microsoft Corporation.
33
# Licensed under the MIT License.
44

55
# Queue Docker image build for a particular image

createAllManifests.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
# script to create the Docker manifest lists

createManifest.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
# Used to create a container manifest.

docs/development.md

Lines changed: 1 addition & 1 deletion

release/community-stable/amazonlinux/docker/Dockerfile

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
# Docker image file that describes an Amazon Linux image with PowerShell

release/community-stable/amazonlinux/test-deps/docker/Dockerfile

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
# Docker image file that describes an Amazon Linux image with PowerShell

release/community-stable/archlinux/docker/Dockerfile

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
# Docker image file that describes an Arch Linux image with PowerShell

release/community-stable/blackarch/docker/Dockerfile

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
# Docker image file that describes an BlackArch Linux image (derived from Arch

release/community-stable/clearlinux/docker/Dockerfile

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
# Docker image file that describes an Intel Clear Linux image with PowerShell

release/community-stable/kalilinux/docker/Dockerfile

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
# Docker image file that describes an Kali Rolling image with PowerShell

release/community-stable/parrotsec/docker/Dockerfile

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
# Docker image file that describes an Parrot image with PowerShell

release/community-stable/photon/docker/Dockerfile

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
# Docker image file that describes an VMware Photon image with PowerShell

release/lts/alpine39/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/lts/alpine39/docker/Dockerfile

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
# Docker image file that describes an Alpine3.x image with PowerShell installed from .tar.gz file(s)

release/lts/alpine39/getLatestTag.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
# return objects representing the tags we need to base the Alpine image on

release/lts/arm32v7/docker/Dockerfile

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
ARG fromTag=bionic

release/lts/arm32v7/getLatestTag.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
# return objects representing the tags we need to base the CentOS image on Docker

release/lts/centos7/getLatestTag.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
# return objects representing the tags we need to base the CentOS image on Docker

release/lts/centos8/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/lts/centos8/getLatestTag.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
# return objects representing the tags we need to base the CentOS image on Docker

release/lts/debian10/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/lts/debian10/getLatestTag.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
# return objects representing the tags we need to base the debian image on Docker

release/lts/debian11/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/lts/debian11/getLatestTag.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
# return objects representing the tags we need to base the debian image on Docker

release/lts/debian9/getLatestTag.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
# return objects representing the tags we need to base the debian image on Docker

release/lts/fedora/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/lts/fedora/getLatestTag.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
# return objects representing the tags we need to base the fedora image on

release/lts/nanoserver1809/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/lts/nanoserver1809/getLatestTag.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
# return objects representing the tags we need to base the nanoserver image on

release/lts/ubuntu16.04/getLatestTag.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
# return objects representing the tags we need to base the xenial image on

release/lts/ubuntu18.04/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/lts/ubuntu18.04/getLatestTag.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
# return objects representing the tags we need to base the beaver image on

release/lts/windowsservercore/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/lts/windowsservercore/getLatestTag.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
# return objects representing the tags we need to base the nanoserver image on

release/preview/alpine311/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/preview/alpine311/docker/Dockerfile

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
# Docker image file that describes an Alpine3.11 image with PowerShell installed from .tar.gz file(s)

release/preview/alpine39/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/preview/alpine39/docker/Dockerfile

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
# Docker image file that describes an Alpine3.x image with PowerShell installed from .tar.gz file(s)

release/preview/alpine39/getLatestTag.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
# return objects representing the tags we need to base the Alpine image on

release/preview/arm32v7/docker/Dockerfile

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
FROM arm32v7/ubuntu:bionic AS installer-env

release/preview/centos7/getLatestTag.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
# return objects representing the tags we need to base the CentOS image on Docker

release/preview/centos8/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/preview/centos8/getLatestTag.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
# return objects representing the tags we need to base the CentOS image on Docker

release/preview/debian10/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/preview/debian10/getLatestTag.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
# return objects representing the tags we need to base the debian image on Docker

release/preview/debian11/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/preview/debian11/getLatestTag.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
# return objects representing the tags we need to base the debian image on Docker

release/preview/debian9/getLatestTag.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
# return objects representing the tags we need to base the debian image on Docker

release/preview/nanoserver1809/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/preview/nanoserver1809/getLatestTag.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
# return objects representing the tags we need to base the nanoserver image on

release/preview/ubuntu16.04/getLatestTag.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
# return objects representing the tags we need to base the xenial image on

release/preview/ubuntu18.04/getLatestTag.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
# return objects representing the tags we need to base the beaver image on

release/preview/windowsservercore/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/preview/windowsservercore/getLatestTag.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
# return objects representing the tags we need to base the nanoserver image on

release/servicing/centos7/getLatestTag.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
# return objects representing the tags we need to base the CentOS image on Docker

release/servicing/debian9/getLatestTag.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
# return objects representing the tags we need to base the debian image on Docker

release/servicing/nanoserver1809/getLatestTag.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
# return objects representing the tags we need to base the nanoserver image on

release/servicing/opensuse423/getLatestTag.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
# return objects representing the tags we need to base the opensuse image on Docker

release/servicing/ubuntu16.04/getLatestTag.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
# return objects representing the tags we need to base the xenial image on

release/servicing/ubuntu18.04/getLatestTag.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
# return objects representing the tags we need to base the beaver image on

release/servicing/windowsservercore/getLatestTag.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
# return objects representing the tags we need to base the nanoserver image on

release/stable/alpine38/docker/Dockerfile

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
# Docker image file that describes an Alpine3.8 image with PowerShell installed from .tar.gz file(s)

release/stable/alpine38/getLatestTag.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
# return objects representing the tags we need to base the Alpine image on

release/stable/alpine39/dependabot/Dockerfile

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
# Dummy docker image to trigger dependabot PRs

release/stable/alpine39/docker/Dockerfile

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
# Docker image file that describes an Alpine3.x image with PowerShell installed from .tar.gz file(s)

release/stable/alpine39/getLatestTag.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
# return objects representing the tags we need to base the Alpine image on

0 commit comments

Comments
 (0)