From fa150b95d3d9d9b3ea51a03e9243d2b4b2a6c761 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 17 Apr 2022 22:43:29 +0200 Subject: Add license --- lib/subcommands/sysinfo.bash | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/subcommands/sysinfo.bash') diff --git a/lib/subcommands/sysinfo.bash b/lib/subcommands/sysinfo.bash index 7b83e32..8aa237e 100644 --- a/lib/subcommands/sysinfo.bash +++ b/lib/subcommands/sysinfo.bash @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2022 Patrick Spek +# +# SPDX-License-Identifier: AGPL-3.0-or-later + subcommand() { printf "%-15s %s\n" "etcdir" "$BASHTARD_ETCDIR" printf "%-15s %s\n" "libdir" "$BASHTARD_LIBDIR" -- cgit v1.1