From 72870ab27f73f7bc47331331863dd4bc1912b053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Wed, 19 Jun 2019 08:35:27 +0200 Subject: [PATCH] chore: Add missing license files --- Makefile | 14 ++++++++++++++ openshift/ci-operator/build-image/Dockerfile | 15 ++++++++++++++- openshift/ci-operator/generate-ci-config.sh | 14 ++++++++++++++ openshift/e2e-tests-openshift.sh | 14 ++++++++++++++ openshift/release/create-release-branch.sh | 14 ++++++++++++++ openshift/release/generate-release.sh | 14 ++++++++++++++ openshift/release/resolve.sh | 14 ++++++++++++++ openshift/release/update-to-head.sh | 14 ++++++++++++++ 8 files changed, 112 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2852439091..5502d796aa 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,19 @@ #This makefile is used by ci-operator +# Copyright 2019 The OpenShift Knative Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + CGO_ENABLED=0 GOOS=linux diff --git a/openshift/ci-operator/build-image/Dockerfile b/openshift/ci-operator/build-image/Dockerfile index 0020279035..aa93c70614 100644 --- a/openshift/ci-operator/build-image/Dockerfile +++ b/openshift/ci-operator/build-image/Dockerfile @@ -1,5 +1,18 @@ -# Dockerfile to bootstrap build and test in openshift-ci +# Copyright 2019 The OpenShift Knative Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Dockerfile to bootstrap build and test in openshift-ci FROM openshift/origin-release:golang-1.12 # Add kubernetes repository diff --git a/openshift/ci-operator/generate-ci-config.sh b/openshift/ci-operator/generate-ci-config.sh index 14ea22a20c..db711cbf85 100755 --- a/openshift/ci-operator/generate-ci-config.sh +++ b/openshift/ci-operator/generate-ci-config.sh @@ -1,5 +1,19 @@ #!/bin/bash +# Copyright 2019 The OpenShift Knative Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + branch=${1-'master'} cat <