From 5e39b94a9138bfa0beb5c33fcf96f8ac54b59d3e Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 3 Oct 2015 19:54:53 +0200 Subject: [PATCH] License! \o/ --- hashboot.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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}"