From 0acd367803cf19da01a57f856e8009f692dcb838 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Mon, 13 May 2024 12:42:06 +0200 Subject: [PATCH] add missing headers --- images/content_sets.yaml | 14 ++++++++++++++ images/modules/com.redhat.osl.builder/module.yaml | 14 ++++++++++++++ .../com.redhat.osl.bundleinstall/module.yaml | 14 ++++++++++++++ images/prod-bundle-image.yaml | 14 ++++++++++++++ images/prod-operator-image.yaml | 14 ++++++++++++++ 5 files changed, 70 insertions(+) diff --git a/images/content_sets.yaml b/images/content_sets.yaml index 919d05518..7d75378c8 100644 --- a/images/content_sets.yaml +++ b/images/content_sets.yaml @@ -1,3 +1,17 @@ +# Copyright 2024 Apache Software Foundation (ASF) +# +# 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. + # This is a file defining which content sets (yum repositories) are needed to # update content in this image. Data provided here helps determine which images # are vulnerable to specific CVEs. Generally you should only need to update this diff --git a/images/modules/com.redhat.osl.builder/module.yaml b/images/modules/com.redhat.osl.builder/module.yaml index d540523fe..675eab4af 100644 --- a/images/modules/com.redhat.osl.builder/module.yaml +++ b/images/modules/com.redhat.osl.builder/module.yaml @@ -1,3 +1,17 @@ +# Copyright 2024 Apache Software Foundation (ASF) +# +# 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. + name: com.redhat.osl.builder version: "1.32.0" description: Builds the operator binary diff --git a/images/modules/com.redhat.osl.bundleinstall/module.yaml b/images/modules/com.redhat.osl.bundleinstall/module.yaml index c2818c2fd..2fd635088 100644 --- a/images/modules/com.redhat.osl.bundleinstall/module.yaml +++ b/images/modules/com.redhat.osl.bundleinstall/module.yaml @@ -1,3 +1,17 @@ +# Copyright 2024 Apache Software Foundation (ASF) +# +# 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. + name: com.redhat.osl.bundleinstall version: "1.32.0" description: Copy the bund files to the target image diff --git a/images/prod-bundle-image.yaml b/images/prod-bundle-image.yaml index f3bbe4d28..9926d8f02 100644 --- a/images/prod-bundle-image.yaml +++ b/images/prod-bundle-image.yaml @@ -1,3 +1,17 @@ +# Copyright 2024 Apache Software Foundation (ASF) +# +# 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. + schema_version: 1 name: "openshift-serverless-1-tech-preview/logic-operator-bundle" description: "OpenShift Serverless Logic Operator Bundle" diff --git a/images/prod-operator-image.yaml b/images/prod-operator-image.yaml index 17d52581f..188ba96ad 100644 --- a/images/prod-operator-image.yaml +++ b/images/prod-operator-image.yaml @@ -1,3 +1,17 @@ +# Copyright 2024 Apache Software Foundation (ASF) +# +# 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. + - schema_version: 1 name: "operator-builder" version: "1.32.0"