DakiManager — Third-Party Licenses

[PySide6 (Qt for Python) / Qt 6]
License: GNU LGPL v3（本文は licenses/COPYING.LESSER。Qt同梱の各社ライセンスは licenses/qt/）
Copyright:
  © The Qt Company.
Project/Home: https://www.qt.io/qt-for-python  /  https://www.qt.io/
Notes: Qt オープンソース利用時の義務（顕著な告知・本文提供・差し替え可能性など）は Qt 公式の指針に従っています。
参照: licenses/COPYING, licenses/COPYING.LESSER
(Guide: https://www.qt.io/licensing/open-source-lgpl-obligations)

[Python 3.x Runtime]
License: Python Software Foundation License 2.0（licenses/Python-LICENSE.txt）
Copyright:
  © 2001–2025 Python Software Foundation.
Project/Home: https://www.python.org/

[SQLite]
License: Public Domain（パブリックドメイン）
Reference: https://sqlite.org/copyright.html
Notes: Pythonの sqlite3 モジュールは SQLite を利用しています。ライセンス文書同梱義務はありませんが、出典を明記します。

[Build tooling (not redistributed at runtime)]
PyInstaller — used only for building the bundle.
Docs: https://pyinstaller.org/en/stable/license.html
Note: Per PyInstaller docs, you do not need to include PyInstaller’s license in your app.
