diff --git a/lnx-install.sh b/lnx-install.sh index 1204f41..ccc1644 100755 --- a/lnx-install.sh +++ b/lnx-install.sh @@ -1,9 +1,9 @@ #!/bin/bash set -e -echo Unlocker 3.0.0 for VMware Workstation -echo ===================================== -echo (c) Dave Parsons 2011-18 +echo "Unlocker 3.0.0 for VMware Workstation" +echo "=====================================" +echo "(c) Dave Parsons 2011-18" # Ensure we only use unmodified commands export PATH=/bin:/sbin:/usr/bin:/usr/sbin diff --git a/lnx-uninstall.sh b/lnx-uninstall.sh index 69297fc..9bac2b8 100755 --- a/lnx-uninstall.sh +++ b/lnx-uninstall.sh @@ -1,9 +1,9 @@ #!/bin/bash set -e -echo Unlocker 3.0.0 for VMware Workstation -echo ===================================== -echo (C) Dave Parsons 2011-18 +echo "Unlocker 3.0.0 for VMware Workstation" +echo "=====================================" +echo "(c) Dave Parsons 2011-18" # Ensure we only use unmodified commands export PATH=/bin:/sbin:/usr/bin:/usr/sbin diff --git a/lnx-update-tools.sh b/lnx-update-tools.sh index cb65f4c..0330ec8 100755 --- a/lnx-update-tools.sh +++ b/lnx-update-tools.sh @@ -1,9 +1,9 @@ #!/bin/bash set -e -echo Get macOS VMware Tools 3.0.0 -echo =============================== -echo Copyright: Dave Parsons 2015-18 +echo "Get macOS VMware Tools 3.0.0" +echo "===============================" +echo "(c) Dave Parsons 2015-18" # Ensure we only use unmodified commands export PATH=/bin:/sbin:/usr/bin:/usr/sbin diff --git a/win-install.cmd b/win-install.cmd index 7c4f020..3eed91b 100644 --- a/win-install.cmd +++ b/win-install.cmd @@ -2,7 +2,7 @@ setlocal ENABLEEXTENSIONS echo Unlocker 3.0.0 for VMware Workstation echo ===================================== -echo Copyright: Dave Parsons 2011-18 +echo (c) Dave Parsons 2011-18 net session >NUL 2>&1 if %errorlevel% neq 0 ( diff --git a/win-test-install.cmd b/win-test-install.cmd index c7b6add..eff1c8c 100644 --- a/win-test-install.cmd +++ b/win-test-install.cmd @@ -2,7 +2,7 @@ setlocal ENABLEEXTENSIONS echo Unlocker 3.0.0 for VMware Workstation echo ===================================== -echo Copyright: Dave Parsons 2011-18 +echo (c) Dave Parsons 2011-18 net session >NUL 2>&1 if %errorlevel% neq 0 ( diff --git a/win-uninstall.cmd b/win-uninstall.cmd index 95288bc..ecc8004 100644 --- a/win-uninstall.cmd +++ b/win-uninstall.cmd @@ -2,7 +2,7 @@ setlocal ENABLEEXTENSIONS echo Unlocker 3.0.0 for VMware Workstation echo ===================================== -echo Copyright: Dave Parsons 2011-18 +echo (c) Dave Parsons 2011-18 net session >NUL 2>&1 if %errorlevel% neq 0 ( diff --git a/win-update-tools.cmd b/win-update-tools.cmd index e3853d9..f4443d6 100644 --- a/win-update-tools.cmd +++ b/win-update-tools.cmd @@ -2,7 +2,7 @@ setlocal ENABLEEXTENSIONS echo Get macOS VMware Tools 3.0.0 echo =============================== -echo Copyright: Dave Parsons 2015-18 +echo (c) Dave Parsons 2011-18 net session >NUL 2>&1 if %errorlevel% neq 0 (