Added license to CLI

master
Keith Irwin 2021-07-05 19:57:10 -06:00
parent bdf4abbb14
commit 25446dda93
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 8 additions and 0 deletions

8
luksit
View File

@ -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."