PySide6 / Qt for Python (Qt 6) — LGPLv3 NOTICE
================================================

PCM-DSD Converter v2 uses PySide6 / Qt for Python (Qt 6) for its GUI.
PySide6 and the underlying Qt 6 libraries are licensed under the
GNU Lesser General Public License, version 3 (LGPLv3).

  - LGPLv3 full text: LGPL-3.0.txt (this folder)
  - GPLv3 full text:  GPL-3.0.txt  (LGPLv3 incorporates the GPLv3 by reference)
  - Online: https://www.gnu.org/licenses/lgpl-3.0.html
            https://doc.qt.io/qtforpython-6/licenses.html

How the LGPLv3 relinking right is satisfied
-------------------------------------------
The Qt/PySide6 components are shipped as separate, dynamically linked
libraries (DLL / .pyd) under:

    PCM-DSD_Converter_v2/_internal/PySide6/

This is an onedir (folder) distribution. You may replace these Qt/PySide6
libraries with your own compatible build, or rebuild the application from
source against a different PySide6, exercising your LGPLv3 rights.

Obtaining the Qt / PySide6 source code
--------------------------------------
  - Qt source:      https://code.qt.io/
  - PySide6 source: https://pypi.org/project/PySide6/  (and https://code.qt.io/)

Application source code
-----------------------
PCM-DSD Converter v2's own source (app.py, dsd15_core.py, resources) is
MIT-licensed and available from https://pcmdsd.com/ . See LICENSE.txt and
THIRD-PARTY-NOTICES.md (bundled at the package root) for the full list of
third-party components and their licenses.
