Skip to content

Remove All rights reserved term in copyright header #480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2020
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 build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/pwsh
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

# Queue Docker image build for a particular image
Expand Down
2 changes: 1 addition & 1 deletion createAllManifests.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.

# script to create the Docker manifest lists
Expand Down
2 changes: 1 addition & 1 deletion createManifest.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.

# Used to create a container manifest.
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ All `Dockerfile`s should follow certain standards:
For example:

```dockerfile
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
#
# Docker image file that describes a brief description of the image to describe
Expand Down
2 changes: 1 addition & 1 deletion release/community-stable/amazonlinux/docker/Dockerfile
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.
#
# Docker image file that describes an Amazon Linux image with PowerShell
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.
#
# Docker image file that describes an Amazon Linux image with PowerShell
Expand Down
2 changes: 1 addition & 1 deletion release/community-stable/archlinux/docker/Dockerfile
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.
#
# Docker image file that describes an Arch Linux image with PowerShell
Expand Down
2 changes: 1 addition & 1 deletion release/community-stable/blackarch/docker/Dockerfile
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.
#
# Docker image file that describes an BlackArch Linux image (derived from Arch
Expand Down
2 changes: 1 addition & 1 deletion release/community-stable/clearlinux/docker/Dockerfile
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.
#
# Docker image file that describes an Intel Clear Linux image with PowerShell
Expand Down
2 changes: 1 addition & 1 deletion release/community-stable/kalilinux/docker/Dockerfile
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.
#
# Docker image file that describes an Kali Rolling image with PowerShell
Expand Down
2 changes: 1 addition & 1 deletion release/community-stable/parrotsec/docker/Dockerfile
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.
#
# Docker image file that describes an Parrot image with PowerShell
Expand Down
2 changes: 1 addition & 1 deletion release/community-stable/photon/docker/Dockerfile
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.
#
# Docker image file that describes an VMware Photon image with PowerShell
Expand Down
2 changes: 1 addition & 1 deletion release/lts/alpine39/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/lts/alpine39/docker/Dockerfile
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.

# Docker image file that describes an Alpine3.x image with PowerShell installed from .tar.gz file(s)
Expand Down
2 changes: 1 addition & 1 deletion release/lts/alpine39/getLatestTag.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.

# return objects representing the tags we need to base the Alpine image on
Expand Down
2 changes: 1 addition & 1 deletion release/lts/arm32v7/docker/Dockerfile
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.

ARG fromTag=bionic
Expand Down
2 changes: 1 addition & 1 deletion release/lts/arm32v7/getLatestTag.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.

# return objects representing the tags we need to base the CentOS image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/lts/centos7/getLatestTag.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.

# return objects representing the tags we need to base the CentOS image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/lts/centos8/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/lts/centos8/getLatestTag.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.

# return objects representing the tags we need to base the CentOS image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/lts/debian10/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/lts/debian10/getLatestTag.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.

# return objects representing the tags we need to base the debian image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/lts/debian11/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/lts/debian11/getLatestTag.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.

# return objects representing the tags we need to base the debian image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/lts/debian9/getLatestTag.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.

# return objects representing the tags we need to base the debian image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/lts/fedora/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/lts/fedora/getLatestTag.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.

# return objects representing the tags we need to base the fedora image on
Expand Down
2 changes: 1 addition & 1 deletion release/lts/nanoserver1809/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/lts/nanoserver1809/getLatestTag.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.

# return objects representing the tags we need to base the nanoserver image on
Expand Down
2 changes: 1 addition & 1 deletion release/lts/ubuntu16.04/getLatestTag.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.

# return objects representing the tags we need to base the xenial image on
Expand Down
2 changes: 1 addition & 1 deletion release/lts/ubuntu18.04/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/lts/ubuntu18.04/getLatestTag.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.

# return objects representing the tags we need to base the beaver image on
Expand Down
2 changes: 1 addition & 1 deletion release/lts/windowsservercore/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/lts/windowsservercore/getLatestTag.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.

# return objects representing the tags we need to base the nanoserver image on
Expand Down
2 changes: 1 addition & 1 deletion release/preview/alpine311/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/preview/alpine311/docker/Dockerfile
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.

# Docker image file that describes an Alpine3.11 image with PowerShell installed from .tar.gz file(s)
Expand Down
2 changes: 1 addition & 1 deletion release/preview/alpine39/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/preview/alpine39/docker/Dockerfile
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.

# Docker image file that describes an Alpine3.x image with PowerShell installed from .tar.gz file(s)
Expand Down
2 changes: 1 addition & 1 deletion release/preview/alpine39/getLatestTag.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.

# return objects representing the tags we need to base the Alpine image on
Expand Down
2 changes: 1 addition & 1 deletion release/preview/arm32v7/docker/Dockerfile
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.

FROM arm32v7/ubuntu:bionic AS installer-env
Expand Down
2 changes: 1 addition & 1 deletion release/preview/centos7/getLatestTag.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.

# return objects representing the tags we need to base the CentOS image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/preview/centos8/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/preview/centos8/getLatestTag.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.

# return objects representing the tags we need to base the CentOS image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/preview/debian10/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/preview/debian10/getLatestTag.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.

# return objects representing the tags we need to base the debian image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/preview/debian11/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/preview/debian11/getLatestTag.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.

# return objects representing the tags we need to base the debian image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/preview/debian9/getLatestTag.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.

# return objects representing the tags we need to base the debian image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/preview/nanoserver1809/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/preview/nanoserver1809/getLatestTag.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.

# return objects representing the tags we need to base the nanoserver image on
Expand Down
2 changes: 1 addition & 1 deletion release/preview/ubuntu16.04/getLatestTag.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.

# return objects representing the tags we need to base the xenial image on
Expand Down
2 changes: 1 addition & 1 deletion release/preview/ubuntu18.04/getLatestTag.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.

# return objects representing the tags we need to base the beaver image on
Expand Down
2 changes: 1 addition & 1 deletion release/preview/windowsservercore/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/preview/windowsservercore/getLatestTag.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.

# return objects representing the tags we need to base the nanoserver image on
Expand Down
2 changes: 1 addition & 1 deletion release/servicing/centos7/getLatestTag.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.

# return objects representing the tags we need to base the CentOS image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/servicing/debian9/getLatestTag.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.

# return objects representing the tags we need to base the debian image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/servicing/nanoserver1809/getLatestTag.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.

# return objects representing the tags we need to base the nanoserver image on
Expand Down
2 changes: 1 addition & 1 deletion release/servicing/opensuse423/getLatestTag.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.

# return objects representing the tags we need to base the opensuse image on Docker
Expand Down
2 changes: 1 addition & 1 deletion release/servicing/ubuntu16.04/getLatestTag.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.

# return objects representing the tags we need to base the xenial image on
Expand Down
2 changes: 1 addition & 1 deletion release/servicing/ubuntu18.04/getLatestTag.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.

# return objects representing the tags we need to base the beaver image on
Expand Down
2 changes: 1 addition & 1 deletion release/servicing/windowsservercore/getLatestTag.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.

# return objects representing the tags we need to base the nanoserver image on
Expand Down
2 changes: 1 addition & 1 deletion release/stable/alpine38/docker/Dockerfile
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.

# Docker image file that describes an Alpine3.8 image with PowerShell installed from .tar.gz file(s)
Expand Down
2 changes: 1 addition & 1 deletion release/stable/alpine38/getLatestTag.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.

# return objects representing the tags we need to base the Alpine image on
Expand Down
2 changes: 1 addition & 1 deletion release/stable/alpine39/dependabot/Dockerfile
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.

# Dummy docker image to trigger dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion release/stable/alpine39/docker/Dockerfile
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.

# Docker image file that describes an Alpine3.x image with PowerShell installed from .tar.gz file(s)
Expand Down
2 changes: 1 addition & 1 deletion release/stable/alpine39/getLatestTag.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.

# return objects representing the tags we need to base the Alpine image on
Expand Down
Loading