PICEASOFT OPEN SOURCE LICENSES

SEPTEMBER 8, 2017 PICEASOFT

Contents Open Source Licenses ...... 2 Qt ...... 2 SQLite ...... 2 ...... 2 FFmpeg ...... 3 libmobiledevice ...... 3 OpenSSL ...... 3 7zip ...... 3 Curl ...... 4 libusb ...... 4 libxml2 ...... 4 ...... 4 libiconv ...... 5

Open Source Licenses

Qt A cross-platform ++ library to create portable applications for various platforms. https://www.qt.io/ LGPLv3 (GNU LESSER GENERAL PUBLIC LICENSE) The Qt Toolkit is Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). Contact: http://www.qt.io/licensing

You may use, distribute and copy the Qt GUI Toolkit under the terms of GNU Lesser General Public License version 3, which supplements GNU General Public License Version 3. Both of the licenses are displayed below.

SQLite SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine. SQLite is a trademark of Hipp, Wyrick & Company, Inc http://www.sqlite.org/copyright.html zlib https://zlib.net/

ZLIB LIBRARY zlib 1.2.11 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 ( format) and rfc1952 ( format).

Copyright notice:

(C) 1995-2017 Jean-loup Gailly and

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution.

Jean-loup Gailly Mark Adler [email protected] [email protected]

If you use the zlib library in a product, we would appreciate *not* receiving lengthy legal documents to sign. The sources are provided for free but without warranty of any kind. The library has been entirely written by Jean-loup Gailly and Mark Adler; it does not include third-party code.

If you redistribute modified sources, we would appreciate that you include in the file ChangeLog history information documenting your changes. Please read the FAQ for more information on the distribution of modified source versions.

FFmpeg A complete, cross-platform solution to convert and stream audio and video. FFmpeg is licensed under the GNU Lesser General Public License (LGPL) version 2.1 or later. https://ffmpeg.org/legal.html libmobiledevice A cross-platform library to communicate with iOS devices.

This library is free open source software and licensed under the LGPL 2.1. https://github.com/libimobiledevice/libimobiledevice

OpenSSL OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library. https://www.openssl.org/ The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. See below for the actual license texts. Actually, both licenses are BSD-style Open Source licenses. https://www.openssl.org/source/license.html

7zip 7-Zip is open source software. Most of the source code is under the GNU LGPL license. Check license information here: http://www.7-zip.org/license.txt

Curl Curl and libcurl are licensed under a MIT/X derivate license, see below. https://curl.haxx.se/docs/copyright.html libusb libusb is released under version 2.1 of the GNU Lesser General Public License (LGPL). http://libusb.info/ libxml2 Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), it is available under the MIT License. http://xmlsoft.org/ libzip libzip is a C library for reading, creating, and modifying zip archives. https://nih.at/libzip/LICENSE.html

Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner

The authors can be contacted at

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. libiconv This library provides an iconv() implementation, for use on systems which don't have one, or whose implementation cannot convert from/to Unicode. https://www.gnu.org/software/libiconv/

The libiconv and libcharset libraries and their header files are under LGPL.