Dhaedalida GUI (Dhaedalida.exe) - Third-Party Notices
=====================================================

This application uses the following third-party components.


1. The Qt Framework (Qt 6.8.3)
------------------------------
Modules used: Qt Core, Qt GUI, Qt Widgets, Qt SVG - each licensed under the
GNU Lesser General Public License version 3 (LGPLv3).

The Dhaedalida GUI links to Qt DYNAMICALLY (the Qt libraries are shipped as
separate shared libraries - Qt6Core.dll, Qt6Gui.dll, Qt6Widgets.dll,
Qt6Svg.dll - alongside the executable, together with the required plugins
under platforms\ and iconengines\). No Qt library is statically linked, so a
user may replace the Qt shared libraries with their own compatible build, as
required by the LGPLv3.

  * License text: https://www.gnu.org/licenses/lgpl-3.0.html (and the bundled
    LICENSE.LGPLv3 file).
  * Corresponding source for the exact Qt version used is available from:
    https://download.qt.io/archive/qt/6.8/6.8.3/single/
  * Qt is a trademark of The Qt Company Ltd. and/or its subsidiaries.

Qt is NOT modified by this project. If a modified Qt build is ever shipped, the
corresponding modifications will be made available under the LGPLv3 terms.


2. Application icons
--------------------
The small protection icons under resources\icons\ are original works created
for this project and are released to the public domain (CC0). They may be used,
modified and redistributed without restriction.


3. miniz (version 3.0.2)
------------------------
Used to read the .zip archive when Dhaedalida installs an update. Compiled
directly into Dhaedalida.exe, unmodified. Not present in the Demo edition,
which does not include the in-product updater.

  Copyright 2013-2014 RAD Game Tools and Valve Software
  Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC

Licensed under the MIT License:

  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.

  * Source: https://github.com/richgel999/miniz
