From fa24631347ffd88027fd8296b903b74958ff08c9 Mon Sep 17 00:00:00 2001 From: iizitounene Date: Fri, 16 Jan 2026 14:33:30 +0100 Subject: [PATCH] chore: update license headers to The OKDP Authors. --- .github/workflows/ci.yml | 14 +++++++------- .../docker-build-test-push-template.yml | 14 +++++++------- .github/workflows/docker-rebuild.yml | 14 +++++++------- .github/workflows/helm-lint-template.yml | 14 +++++++------- .github/workflows/release-please.yml | 14 +++++++------- .github/workflows/trivy.yml | 16 ++++++++++++++++ LICENSE | 2 +- docker/Dockerfile | 16 ++++++++++++++++ helm/okdp-examples/Chart.yaml | 16 ++++++++++++++++ helm/okdp-examples/templates/configmap.yaml | 16 ++++++++++++++++ helm/okdp-examples/templates/job.yaml | 16 ++++++++++++++++ helm/okdp-examples/templates/serviceaccount.yaml | 16 ++++++++++++++++ helm/okdp-examples/values-sample.yaml | 16 ++++++++++++++++ helm/okdp-examples/values.yaml | 16 ++++++++++++++++ 14 files changed, 164 insertions(+), 36 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bb0a2c..bcef716 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,17 +1,17 @@ # -# Copyright 2025 okdp.io +# Copyright 2025 The OKDP 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 +# 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. +# 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: ci diff --git a/.github/workflows/docker-build-test-push-template.yml b/.github/workflows/docker-build-test-push-template.yml index a5a35c8..99fd30b 100644 --- a/.github/workflows/docker-build-test-push-template.yml +++ b/.github/workflows/docker-build-test-push-template.yml @@ -1,17 +1,17 @@ # -# Copyright 2025 okdp.io +# Copyright 2025 The OKDP 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 +# 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. +# 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: build, test and publish to ci registry diff --git a/.github/workflows/docker-rebuild.yml b/.github/workflows/docker-rebuild.yml index 441e662..3c706e1 100644 --- a/.github/workflows/docker-rebuild.yml +++ b/.github/workflows/docker-rebuild.yml @@ -1,17 +1,17 @@ # -# Copyright 2025 okdp.io +# Copyright 2025 The OKDP 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 +# 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. +# 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: docker-rebuild diff --git a/.github/workflows/helm-lint-template.yml b/.github/workflows/helm-lint-template.yml index e6b62c5..947a9e1 100644 --- a/.github/workflows/helm-lint-template.yml +++ b/.github/workflows/helm-lint-template.yml @@ -1,17 +1,17 @@ # -# Copyright 2025 okdp.io +# Copyright 2025 The OKDP 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 +# 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. +# 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: ci diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4468742..9634b8c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,17 +1,17 @@ # -# Copyright 2025 okdp.io +# Copyright 2025 The OKDP 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 +# 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. +# 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: release-please diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 966ac5b..2f0f912 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -1,3 +1,19 @@ +# +# Copyright 2025 The OKDP 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. +# + name: Trivy Scan on: diff --git a/LICENSE b/LICENSE index c16bed3..9e7c4cd 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2024 tosit.io + Copyright 2024 The OKDP Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docker/Dockerfile b/docker/Dockerfile index 546d4bf..4c923b3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,3 +1,19 @@ +# +# Copyright 2025 The OKDP 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. +# + # Minimal Trino + MinIO + Git client image FROM alpine:3.20 diff --git a/helm/okdp-examples/Chart.yaml b/helm/okdp-examples/Chart.yaml index 03fa8a6..a2ff3a1 100644 --- a/helm/okdp-examples/Chart.yaml +++ b/helm/okdp-examples/Chart.yaml @@ -1,3 +1,19 @@ +# +# Copyright 2026 The OKDP 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. +# + apiVersion: v2 type: application name: okdp-examples diff --git a/helm/okdp-examples/templates/configmap.yaml b/helm/okdp-examples/templates/configmap.yaml index 3d2b851..6cbddc9 100644 --- a/helm/okdp-examples/templates/configmap.yaml +++ b/helm/okdp-examples/templates/configmap.yaml @@ -1,3 +1,19 @@ +# +# Copyright 2026 The OKDP 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. +# + {{- $root := . }} {{- $groupNames := sortAlpha (keys $root.Values.commands) }} apiVersion: v1 diff --git a/helm/okdp-examples/templates/job.yaml b/helm/okdp-examples/templates/job.yaml index 09655ba..1df9f2c 100644 --- a/helm/okdp-examples/templates/job.yaml +++ b/helm/okdp-examples/templates/job.yaml @@ -1,3 +1,19 @@ +# +# Copyright 2026 The OKDP 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. +# + {{- $root := . }} {{- $groupNames := sortAlpha (keys $root.Values.commands) }} apiVersion: batch/v1 diff --git a/helm/okdp-examples/templates/serviceaccount.yaml b/helm/okdp-examples/templates/serviceaccount.yaml index 32f795e..655aa9d 100644 --- a/helm/okdp-examples/templates/serviceaccount.yaml +++ b/helm/okdp-examples/templates/serviceaccount.yaml @@ -1,3 +1,19 @@ +# +# Copyright 2026 The OKDP 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. +# + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/helm/okdp-examples/values-sample.yaml b/helm/okdp-examples/values-sample.yaml index 064a649..72d01dc 100644 --- a/helm/okdp-examples/values-sample.yaml +++ b/helm/okdp-examples/values-sample.yaml @@ -1,3 +1,19 @@ +# +# Copyright 2026 The OKDP 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. +# + extraEnvRaw: - name: MC_INSECURE value: "1" diff --git a/helm/okdp-examples/values.yaml b/helm/okdp-examples/values.yaml index 1c081fc..91ecab0 100644 --- a/helm/okdp-examples/values.yaml +++ b/helm/okdp-examples/values.yaml @@ -1,3 +1,19 @@ +# +# Copyright 2026 The OKDP 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. +# + # Default values for okdp-examples. # This is a YAML-formatted file. # Declare variables to be passed into your templates.