aboutsummaryrefslogtreecommitdiff
path: root/lib/util.bash
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 /lib/util.bash
parente281eedb6f6e0fda791a45145f9ebc0388ee4e45 (diff)
Add license
Diffstat (limited to 'lib/util.bash')
-rw-r--r--lib/util.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/util.bash b/lib/util.bash
index 98bdc95..ea9ac3b 100644
--- a/lib/util.bash
+++ b/lib/util.bash
@@ -1,5 +1,9 @@
#!/usr/bin/env bash
+# SPDX-FileCopyrightText: 2022 Patrick Spek <p.spek@tyil.nl>
+#
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
# Change the working directory. In usage, this is the same as using cd,
# however, it will make additional checks to ensure everything is going fine.
chgdir() {