From 25446dda936aa1d075a5c0bba13091f63c4b3151 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Mon, 5 Jul 2021 19:57:10 -0600 Subject: [PATCH] Added license to CLI --- luksit | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/luksit b/luksit index 7e8371a..da6654e 100755 --- a/luksit +++ b/luksit @@ -33,6 +33,14 @@ bail(){ [[ "$0" = "$BASH_SOURCE" ]] && exit 1 || return 1; } # Where keys are stored KEYDIR="/root/luks" +# Initial output +echo " luksit Copyright (C) 2021 Keith Irwin (ki9)" +echo " This program comes with ABSOLUTELY NO WARRANTY; for details" +echo " see the LICENSE.md that came with it" +echo " This is free software, and you are welcome to redistribute it" +echo " under certain conditions" +echo + # Check if name is used #if [ -h "/dev/mapper/$name" ]; then # echo "/dev/mapper/$name already exists."