Users Guide

Table Of Contents
Third-party licenses
The table provides the details about third-party licenses.
Table 4. Third-party licenses
Sl No Component name Version License type
1 mini-XML(mxml1 library) 2.6 GNU Library General Public
License version 2 (LGPL2)
2 miniunz.exe no version zlib license
3 zlibwapi.dll 1.2.3 zlib license
4 zip.exe no version zlib license
5 PiePiece.cs 0 Copyright (c) 2014
AlphaSierraPapa for the
SharpDevelop Team
6 getoptl.c 1.15 Copyright (c) 2000 The
NetBSD Foundation, Inc.
Generic disclaimer
>> Powershell PSReadline module saves every console command you enter to a text file. So, its strongly recommended to use
"Get-Credential" comandlet to handle password securely.
1. $cred = Get-Credential
NOTE: A pop up will come up enter the username and password, example AdminPWD , Dell_123$
2. $BSTR = [System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($cred.Password)
3. $plainpwd=[System.Runtime.InteropServices.Marshal]::PtrToStringAuto($BSTR)
4. .\cctk.exe setuppwd=$plainpwd
License Details:
Mini-XML
The Mini-XML library and included programs are provided under the terms of the GNU Library General Public License version 2
(LGPL2) with the following exceptions: 1. Static linking of applications to the Mini-XML library does not constitute a derivative
work and does not require the author to provide source code for the application, use the shared Mini-XML libraries, or link their
applications against a user-supplied version of Mini-XML. If you link the application to a modified version of Mini-XML, then the
changes to Mini-XML must be provided under the terms of the LGPL2 in sections 1, 2, and 4. 2. You do not have to provide a
copy of the Mini-XML license with programs that are linked to the Mini-XML library, nor do you have to identify the Mini-XML
license in your program or documentation as required by section 6 of the LGPL2. GNU LIBRARY GENERAL PUBLIC LICENSE
Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This
is the first released version of the library GPL. It is numbered 2 because it goes with version 2 of the ordinary GPL.] Preamble
The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General
5
24 Third-party licenses