===========================================================
   Sources and Licenses of Tools used by ESXi-Customizer
   and associated tools
===========================================================

busybox.exe:
   taken from https://github.com/pclouds/busybox-w32
   licensed under GNU GPL v2 (see licenses\GPL-v2.txt)

7z.exe (and 7z.dll):
   taken from http://www.7zip.org
   licensed under the GNU LGPL (see licenses\LGPL.txt)

sed.exe:
   taken from UnxUtils (http://unxutils.sourceforge.net)
   licensed under GNU GPL v2 (see licenses\GPL-v2.txt)

mkisofs*.exe:
   taken from cdrtools-3.01a16 at http://cdrecord.berlios.de/private/cdrecord.html 
   licensed under CDDL v1 (see licenses\CDDL1.txt)

cyg*.dll (needed by cdrtools):
   taken from http://cygwin.com
   licensed under GNU GPL v3 (see licenses\GPL-v3.txt)

VhdTool.exe:
   taken from http://archive.msdn.microsoft.com/vhdtool
   licensed under the "MSDN Code Gallery Binary License" (see "licenses\MSDN Code Gallery Binary License.txt")

RequireAdmin.exe, GetParams.exe and MsgBox.exe:
   written for ESXi-Customizer using AutoIt3 (http://www.autoitscript.com/autoit3/)
   licensed under GNU GPL v3 (see licenses\GPL-v3.txt)
   The AutoIt3 source code of these tools is available in the source-directory
   For AutoIt3 license terms and EULA see licenses\AutoIt3-License.txt
