aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rwxr-xr-xdeploy/cloudflare.sh3
-rw-r--r--deploy/nginx-aendggner.conf3
-rwxr-xr-xdeploy/webpaket.sh3
3 files changed, 9 insertions, 0 deletions
diff --git a/deploy/cloudflare.sh b/deploy/cloudflare.sh
index d64325f..5f18f62 100755
--- a/deploy/cloudflare.sh
+++ b/deploy/cloudflare.sh
@@ -1,4 +1,7 @@
#!/bin/sh
+# SPDX-FileCopyrightText: 2020 Matthias Andreas Benkard <code@mail.matthias.benkard.de>
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
# Baut die Browserfassung und schiebt sie zu Cloudflare Workers (README § 15).
#
# 1. ./mvnw -Pwasm package — erzeugt target/web und lässt deploy/webpaket.sh darüber
diff --git a/deploy/nginx-aendggner.conf b/deploy/nginx-aendggner.conf
index 78677b5..3a4ad44 100644
--- a/deploy/nginx-aendggner.conf
+++ b/deploy/nginx-aendggner.conf
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2020 Matthias Andreas Benkard <code@mail.matthias.benkard.de>
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
# Vorlage für die Auslieferung der ÄndGgner-Browserfassung unter
# https://matthias.benkard.de/aendggner/.
#
diff --git a/deploy/webpaket.sh b/deploy/webpaket.sh
index 75ad471..7ace69c 100755
--- a/deploy/webpaket.sh
+++ b/deploy/webpaket.sh
@@ -1,4 +1,7 @@
#!/bin/sh
+# SPDX-FileCopyrightText: 2020 Matthias Andreas Benkard <code@mail.matthias.benkard.de>
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
# Macht aus dem Übersetzerergebnis ein auslieferbares Verzeichnis. Läuft in der Phase
# „package“ des Profils -Pwasm, unmittelbar nach native-image.
#