summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-11-27 22:12:56 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-11-27 22:12:56 +0100
commitb70ecc7c7c0274212f59af89f5494aa4f00eb725 (patch)
tree03c54e6f4a510b748e07e19eefa34fe1cc46725e /scripts
parent0addce7bff7dd87c663e09217659dc0555d93453 (diff)
Add a bunch of licensing data
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/asset-rebuild4
-rwxr-xr-xscripts/asset-release4
2 files changed, 8 insertions, 0 deletions
diff --git a/scripts/asset-rebuild b/scripts/asset-rebuild
index 7962822..343609a 100755
--- a/scripts/asset-rebuild
+++ b/scripts/asset-rebuild
@@ -1,5 +1,9 @@
#!/bin/sh
+# Copyright (C) 2020 Daniel Friesel <daniel.friesel@uos.de>
+#
+# SPDX-License-Identifier: MIT
+
set -x
for theme in dark light; do
diff --git a/scripts/asset-release b/scripts/asset-release
index dc4a8a7..6a20835 100755
--- a/scripts/asset-release
+++ b/scripts/asset-release
@@ -1,5 +1,9 @@
#!/bin/sh
+# Copyright (C) 2020 Daniel Friesel <daniel.friesel@uos.de>
+#
+# SPDX-License-Identifier: MIT
+
set -ex
current="$(find public/static/v* | tail -n 1 | grep -o '..$')"