From eb2c2f0d687e5d06a8a07b554ae944de0fee3af6 Mon Sep 17 00:00:00 2001 From: Kim Tsao <84398375+kim-tsao@users.noreply.github.com> Date: Fri, 23 Sep 2022 11:19:42 -0400 Subject: [PATCH] remove incorrect licenses (#26) Signed-off-by: Kim Tsao Signed-off-by: Kim Tsao --- .ci/openshift_integration.sh | 8 -------- .github/workflows/ci.yaml | 8 -------- .github/workflows/dockerimage-push.yaml | 8 -------- 3 files changed, 24 deletions(-) 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: