aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-04-17 22:43:29 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-04-17 22:43:29 +0200
commitfa150b95d3d9d9b3ea51a03e9243d2b4b2a6c761 (patch)
tree7345146bdf224dea037abf340b117d8476ffc2de /bin
parente281eedb6f6e0fda791a45145f9ebc0388ee4e45 (diff)
Add license
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bashtard4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/bashtard b/bin/bashtard
index fb49c3f..2f14d02 100755
--- a/bin/bashtard
+++ b/bin/bashtard
@@ -1,5 +1,9 @@
#!/bin/sh
+# SPDX-FileCopyrightText: 2022 Patrick Spek <p.spek@tyil.nl>
+#
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
export BASHTARD_BIN="$0"
export BASHTARD_NAME="$(basename "$0")"
export BASHTARD_ETCDIR="/etc/$BASHTARD_NAME"