diff --git a/hashboot.sh b/hashboot.sh index d7efc2e..375bcdf 100755 --- a/hashboot.sh +++ b/hashboot.sh @@ -4,6 +4,13 @@ #3 = checksum mbr/boot mismatch, 4 = not root, 5 = no hasher found, 6 = wrong usage, #7 = write error, 8 = dd error, 9 config file error +################################################################################### +# "THE HUG-WARE LICENSE" (Revision 1): # +# xo and tastytea wrote these files. As long # +# as you retain this notice you can do whatever you want with this stuff. If we # +# meet some day, and you think this stuff is worth it, you can give us a hug. # +################################################################################### + VERSION="0.7.4" PATH="/bin:/usr/bin:/sbin:/usr/sbin:${PATH}"