From 4a90b0a9f43925acc3999c442778f36a8dd7f679 Mon Sep 17 00:00:00 2001 From: Mike Herwig Date: Fri, 15 Mar 2024 11:28:06 +0100 Subject: [PATCH] chore: added license information where missing --- docs/architecture.md | 6 ++++++ docs/imgs/Horizon-Architecture-Detail.webp.license | 3 +++ docs/imgs/Horizon-Architecture-Simple.webp.license | 3 +++ docs/installation.md | 6 ++++++ docs/quickstart.md | 6 ++++++ examples/example-client.json.license | 3 +++ examples/example-subscription.yaml | 4 ++++ examples/horizon-nonprod.yaml | 4 ++++ examples/horizon-prod.yaml | 4 ++++ examples/init-database.js | 4 ++++ examples/kafka-sample-values.yaml | 4 ++++ examples/traefik-tlsstore.yaml | 4 ++++ resources/crds.yaml | 4 ++++ resources/eventstore-client.json.license | 3 +++ resources/ingress-dns.yaml | 4 ++++ resources/rbac.yaml | 4 ++++ resources/services.yaml | 4 ++++ 17 files changed, 70 insertions(+) create mode 100644 docs/imgs/Horizon-Architecture-Detail.webp.license create mode 100644 docs/imgs/Horizon-Architecture-Simple.webp.license create mode 100644 examples/example-client.json.license create mode 100644 resources/eventstore-client.json.license diff --git a/docs/architecture.md b/docs/architecture.md index 0e42535..1275b29 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -1,3 +1,9 @@ + + # System architecture The image below shows the entire system architecture of Horizon. The graphic should be read starting at the entry points (Starlight, Pulsar, Voyager) and moving to the right. This way you can follow the high-level flow of each service. diff --git a/docs/imgs/Horizon-Architecture-Detail.webp.license b/docs/imgs/Horizon-Architecture-Detail.webp.license new file mode 100644 index 0000000..e815893 --- /dev/null +++ b/docs/imgs/Horizon-Architecture-Detail.webp.license @@ -0,0 +1,3 @@ +Copyright 2024 Deutsche Telekom IT GmbH + +SPDX-License-Identifier: Apache-2.0 diff --git a/docs/imgs/Horizon-Architecture-Simple.webp.license b/docs/imgs/Horizon-Architecture-Simple.webp.license new file mode 100644 index 0000000..e815893 --- /dev/null +++ b/docs/imgs/Horizon-Architecture-Simple.webp.license @@ -0,0 +1,3 @@ +Copyright 2024 Deutsche Telekom IT GmbH + +SPDX-License-Identifier: Apache-2.0 diff --git a/docs/installation.md b/docs/installation.md index d1ef617..18bd255 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,3 +1,9 @@ + + # Installing Horizon ## Preface diff --git a/docs/quickstart.md b/docs/quickstart.md index 373b224..29f1f5e 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -1,3 +1,9 @@ + + # Local installation (Quickstart) This guide describes how to install Horizon using `k3d`/`k3s`. It is intended for development and testing purposes only. diff --git a/examples/example-client.json.license b/examples/example-client.json.license new file mode 100644 index 0000000..e815893 --- /dev/null +++ b/examples/example-client.json.license @@ -0,0 +1,3 @@ +Copyright 2024 Deutsche Telekom IT GmbH + +SPDX-License-Identifier: Apache-2.0 diff --git a/examples/example-subscription.yaml b/examples/example-subscription.yaml index 14fe2e2..acc32e8 100644 --- a/examples/example-subscription.yaml +++ b/examples/example-subscription.yaml @@ -1,3 +1,7 @@ +# Copyright 2024 Deutsche Telekom IT GmbH +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: subscriber.horizon.telekom.de/v1 kind: Subscription metadata: diff --git a/examples/horizon-nonprod.yaml b/examples/horizon-nonprod.yaml index 896b61c..bd487ce 100644 --- a/examples/horizon-nonprod.yaml +++ b/examples/horizon-nonprod.yaml @@ -1,3 +1,7 @@ +# Copyright 2024 Deutsche Telekom IT GmbH +# +# SPDX-License-Identifier: Apache-2.0 + global: &global affinity: podAntiAffinity: {} diff --git a/examples/horizon-prod.yaml b/examples/horizon-prod.yaml index 5be3edc..660bc83 100644 --- a/examples/horizon-prod.yaml +++ b/examples/horizon-prod.yaml @@ -1,3 +1,7 @@ +# Copyright 2024 Deutsche Telekom IT GmbH +# +# SPDX-License-Identifier: Apache-2.0 + global: &global imagePullSecrets: - name: open-telekom-integration-platform-pull-secret diff --git a/examples/init-database.js b/examples/init-database.js index d467675..d6299c7 100644 --- a/examples/init-database.js +++ b/examples/init-database.js @@ -1,3 +1,7 @@ +// Copyright 2024 Deutsche Telekom IT GmbH +// +// SPDX-License-Identifier: Apache-2.0 + // initialize new database collection db.adminCommand({ shardCollection: "horizon.status", diff --git a/examples/kafka-sample-values.yaml b/examples/kafka-sample-values.yaml index f1d75ec..0c38acb 100644 --- a/examples/kafka-sample-values.yaml +++ b/examples/kafka-sample-values.yaml @@ -1,3 +1,7 @@ +# Copyright 2024 Deutsche Telekom IT GmbH +# +# SPDX-License-Identifier: Apache-2.0 + listeners: client: containerPort: 9092 diff --git a/examples/traefik-tlsstore.yaml b/examples/traefik-tlsstore.yaml index b379ebe..7750f8b 100644 --- a/examples/traefik-tlsstore.yaml +++ b/examples/traefik-tlsstore.yaml @@ -1,3 +1,7 @@ +# Copyright 2024 Deutsche Telekom IT GmbH +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: traefik.containo.us/v1alpha1 kind: TLSStore metadata: diff --git a/resources/crds.yaml b/resources/crds.yaml index 6317a6b..ee02d0b 100644 --- a/resources/crds.yaml +++ b/resources/crds.yaml @@ -1,3 +1,7 @@ +# Copyright 2024 Deutsche Telekom IT GmbH +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/resources/eventstore-client.json.license b/resources/eventstore-client.json.license new file mode 100644 index 0000000..e815893 --- /dev/null +++ b/resources/eventstore-client.json.license @@ -0,0 +1,3 @@ +Copyright 2024 Deutsche Telekom IT GmbH + +SPDX-License-Identifier: Apache-2.0 diff --git a/resources/ingress-dns.yaml b/resources/ingress-dns.yaml index 04b0793..2e2e13c 100644 --- a/resources/ingress-dns.yaml +++ b/resources/ingress-dns.yaml @@ -1,3 +1,7 @@ +# Copyright 2024 Deutsche Telekom IT GmbH +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: v1 kind: Service metadata: diff --git a/resources/rbac.yaml b/resources/rbac.yaml index 0d6320c..628a2e9 100644 --- a/resources/rbac.yaml +++ b/resources/rbac.yaml @@ -1,3 +1,7 @@ +# Copyright 2024 Deutsche Telekom IT GmbH +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: v1 kind: ServiceAccount metadata: diff --git a/resources/services.yaml b/resources/services.yaml index a03a7c8..c82d70a 100644 --- a/resources/services.yaml +++ b/resources/services.yaml @@ -1,3 +1,7 @@ +# Copyright 2024 Deutsche Telekom IT GmbH +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: v1 kind: Service metadata: