Skip to content

Commit b3000d7

Browse files
Heiko KieselWeltraumschaf
authored andcommitted
Add licenses to demo-targets
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent 425ba0d commit b3000d7

File tree

15 files changed

+52
-2
lines changed

15 files changed

+52
-2
lines changed

demo-targets/dummy-ssh/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# From https://docs.docker.com/engine/examples/running_ssh_service/
1+
# From https://gdevillele.github.io/engine/examples/running_ssh_service/
22
# This file is authored by Docker Inc. and is not covered by the Apache2 Licence by the secureCodeBox project.
33
FROM ubuntu:16.04
44

demo-targets/old-joomla/.helmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# Patterns to ignore when building packages.
26
# This supports shell glob matching, relative path matching, and
37
# negation (prefixed with !). Only one pattern per line.

demo-targets/old-joomla/templates/NOTES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
SPDX-FileCopyrightText: the secureCodeBox authors
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
*/}}
16
1. Get the application URL by running these commands:
27
{{- if .Values.ingress.enabled }}
38
{{- range $host := .Values.ingress.hosts }}

demo-targets/old-joomla/templates/service.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
apiVersion: v1
26
kind: Service
37
metadata:

demo-targets/old-joomla/templates/tests/test-connection.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
14
apiVersion: v1
25
kind: Pod
36
metadata:

demo-targets/old-typo3/.helmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# Patterns to ignore when building packages.
26
# This supports shell glob matching, relative path matching, and
37
# negation (prefixed with !). Only one pattern per line.

demo-targets/old-typo3/docs/.gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo-targets/old-typo3/templates/NOTES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
SPDX-FileCopyrightText: the secureCodeBox authors
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
*/}}
16
1. Get the application URL by running these commands:
27
{{- if .Values.ingress.enabled }}
38
{{- range $host := .Values.ingress.hosts }}

demo-targets/old-typo3/templates/service.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
apiVersion: v1
26
kind: Service
37
metadata:

demo-targets/old-typo3/templates/tests/test-connection.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
apiVersion: v1
26
kind: Pod
37
metadata:

0 commit comments

Comments
 (0)