Skip to content

Commit

Permalink
chore: added license information where missing
Browse files Browse the repository at this point in the history
  • Loading branch information
mherwig committed Mar 15, 2024
1 parent 26d756f commit 4a90b0a
Show file tree
Hide file tree
Showing 17 changed files with 70 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/architecture.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
Copyright 2024 Deutsche Telekom IT GmbH
SPDX-License-Identifier: Apache-2.0
-->

# 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.
Expand Down
3 changes: 3 additions & 0 deletions docs/imgs/Horizon-Architecture-Detail.webp.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Copyright 2024 Deutsche Telekom IT GmbH

SPDX-License-Identifier: Apache-2.0
3 changes: 3 additions & 0 deletions docs/imgs/Horizon-Architecture-Simple.webp.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Copyright 2024 Deutsche Telekom IT GmbH

SPDX-License-Identifier: Apache-2.0
6 changes: 6 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
Copyright 2024 Deutsche Telekom IT GmbH
SPDX-License-Identifier: Apache-2.0
-->

# Installing Horizon

## Preface
Expand Down
6 changes: 6 additions & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
Copyright 2024 Deutsche Telekom IT GmbH
SPDX-License-Identifier: Apache-2.0
-->

# Local installation (Quickstart)

This guide describes how to install Horizon using `k3d`/`k3s`. It is intended for development and testing purposes only.
Expand Down
3 changes: 3 additions & 0 deletions examples/example-client.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Copyright 2024 Deutsche Telekom IT GmbH

SPDX-License-Identifier: Apache-2.0
4 changes: 4 additions & 0 deletions examples/example-subscription.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions examples/horizon-nonprod.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright 2024 Deutsche Telekom IT GmbH
#
# SPDX-License-Identifier: Apache-2.0

global: &global
affinity:
podAntiAffinity: {}
Expand Down
4 changes: 4 additions & 0 deletions examples/horizon-prod.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions examples/init-database.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions examples/kafka-sample-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright 2024 Deutsche Telekom IT GmbH
#
# SPDX-License-Identifier: Apache-2.0

listeners:
client:
containerPort: 9092
Expand Down
4 changes: 4 additions & 0 deletions examples/traefik-tlsstore.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright 2024 Deutsche Telekom IT GmbH
#
# SPDX-License-Identifier: Apache-2.0

apiVersion: traefik.containo.us/v1alpha1
kind: TLSStore
metadata:
Expand Down
4 changes: 4 additions & 0 deletions resources/crds.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright 2024 Deutsche Telekom IT GmbH
#
# SPDX-License-Identifier: Apache-2.0

apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
3 changes: 3 additions & 0 deletions resources/eventstore-client.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Copyright 2024 Deutsche Telekom IT GmbH

SPDX-License-Identifier: Apache-2.0
4 changes: 4 additions & 0 deletions resources/ingress-dns.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright 2024 Deutsche Telekom IT GmbH
#
# SPDX-License-Identifier: Apache-2.0

apiVersion: v1
kind: Service
metadata:
Expand Down
4 changes: 4 additions & 0 deletions resources/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright 2024 Deutsche Telekom IT GmbH
#
# SPDX-License-Identifier: Apache-2.0

apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down
4 changes: 4 additions & 0 deletions resources/services.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright 2024 Deutsche Telekom IT GmbH
#
# SPDX-License-Identifier: Apache-2.0

apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit 4a90b0a

Please sign in to comment.