mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-29 17:04:33 +02:00
Fixed copyright string in scripts.
This commit is contained in:
parent
c457c84c72
commit
1b8c25618a
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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 (
|
||||||
|
@ -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 (
|
||||||
|
@ -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 (
|
||||||
|
@ -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 (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user