Fixed copyright string in scripts.

This commit is contained in:
David Parsons 2018-10-01 19:55:52 +01:00
parent c457c84c72
commit 1b8c25618a
7 changed files with 13 additions and 13 deletions

View File

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
set -e set -e
echo Unlocker 3.0.0 for VMware Workstation echo "Unlocker 3.0.0 for VMware Workstation"
echo ===================================== echo "====================================="
echo (c) Dave Parsons 2011-18 echo "(c) Dave Parsons 2011-18"
# Ensure we only use unmodified commands # Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin export PATH=/bin:/sbin:/usr/bin:/usr/sbin

View File

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
set -e set -e
echo Unlocker 3.0.0 for VMware Workstation echo "Unlocker 3.0.0 for VMware Workstation"
echo ===================================== echo "====================================="
echo (C) Dave Parsons 2011-18 echo "(c) Dave Parsons 2011-18"
# Ensure we only use unmodified commands # Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin export PATH=/bin:/sbin:/usr/bin:/usr/sbin

View File

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
set -e set -e
echo Get macOS VMware Tools 3.0.0 echo "Get macOS VMware Tools 3.0.0"
echo =============================== echo "==============================="
echo Copyright: Dave Parsons 2015-18 echo "(c) Dave Parsons 2015-18"
# Ensure we only use unmodified commands # Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin export PATH=/bin:/sbin:/usr/bin:/usr/sbin

View File

@ -2,7 +2,7 @@
setlocal ENABLEEXTENSIONS setlocal ENABLEEXTENSIONS
echo Unlocker 3.0.0 for VMware Workstation echo Unlocker 3.0.0 for VMware Workstation
echo ===================================== echo =====================================
echo Copyright: Dave Parsons 2011-18 echo (c) Dave Parsons 2011-18
net session >NUL 2>&1 net session >NUL 2>&1
if %errorlevel% neq 0 ( if %errorlevel% neq 0 (

View File

@ -2,7 +2,7 @@
setlocal ENABLEEXTENSIONS setlocal ENABLEEXTENSIONS
echo Unlocker 3.0.0 for VMware Workstation echo Unlocker 3.0.0 for VMware Workstation
echo ===================================== echo =====================================
echo Copyright: Dave Parsons 2011-18 echo (c) Dave Parsons 2011-18
net session >NUL 2>&1 net session >NUL 2>&1
if %errorlevel% neq 0 ( if %errorlevel% neq 0 (

View File

@ -2,7 +2,7 @@
setlocal ENABLEEXTENSIONS setlocal ENABLEEXTENSIONS
echo Unlocker 3.0.0 for VMware Workstation echo Unlocker 3.0.0 for VMware Workstation
echo ===================================== echo =====================================
echo Copyright: Dave Parsons 2011-18 echo (c) Dave Parsons 2011-18
net session >NUL 2>&1 net session >NUL 2>&1
if %errorlevel% neq 0 ( if %errorlevel% neq 0 (

View File

@ -2,7 +2,7 @@
setlocal ENABLEEXTENSIONS setlocal ENABLEEXTENSIONS
echo Get macOS VMware Tools 3.0.0 echo Get macOS VMware Tools 3.0.0
echo =============================== echo ===============================
echo Copyright: Dave Parsons 2015-18 echo (c) Dave Parsons 2011-18
net session >NUL 2>&1 net session >NUL 2>&1
if %errorlevel% neq 0 ( if %errorlevel% neq 0 (