diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..01f107c --- /dev/null +++ b/LICENSE @@ -0,0 +1,4 @@ +"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. diff --git a/README b/README index 60fe996..81690eb 100644 --- a/README +++ b/README @@ -1,3 +1,9 @@ +"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. + + For build instruction see INSTALL. Run "hashboot.sh index" to generate checksums and a backup for /boot and MBR 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}"