diff --git a/.ci/openshift_integration.sh b/.ci/openshift_integration.sh index 0e763e2..9953a1b 100755 --- a/.ci/openshift_integration.sh +++ b/.ci/openshift_integration.sh @@ -1,12 +1,4 @@ #!/bin/bash -# -# Copyright (c) 2020 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# #!/usr/bin/env bash # exit immediately when a command fails diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 210da6f..2706fde 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,11 +1,3 @@ -# -# Copyright (c) 2020 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# name: Validate PRs on: diff --git a/.github/workflows/dockerimage-push.yaml b/.github/workflows/dockerimage-push.yaml index 3105202..de8d7ff 100644 --- a/.github/workflows/dockerimage-push.yaml +++ b/.github/workflows/dockerimage-push.yaml @@ -1,11 +1,3 @@ -# -# Copyright (c) 2020 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# name: Next Dockerimage on: