﻿============================================================
 LICENSE-LGPL.txt  (placeholder / 差し替え用プレースホルダ)
============================================================

This file should contain the FULL TEXT of the GNU Lesser
General Public License version 3 (LGPL v3), because Exowl
bundles Qt (PySide6), which is licensed under the LGPL v3.

このファイルには、GNU 劣等一般公衆利用許諾書 第3版
(LGPL v3) の全文を入れてください。Exowl は LGPL v3 の
Qt (PySide6) を同梱しているためです。

------------------------------------------------------------
HOW TO COMPLETE THIS FILE (do this once before you publish):
公開前に一度だけ、以下の作業をしてください:
------------------------------------------------------------

1. Download the official license texts:
   公式のライセンス全文をダウンロード:

       https://www.gnu.org/licenses/lgpl-3.0.txt
       https://www.gnu.org/licenses/gpl-3.0.txt
       (LGPL v3 references GPL v3, so include both.)
       (LGPL v3 は GPL v3 を参照するため、両方入れます。)

2. Replace the contents of this file with the LGPL v3 text
   (and add the GPL v3 text, e.g. as LICENSE-GPL.txt).
   このファイルの中身を LGPL v3 の全文に置き換え、
   GPL v3 の全文も（例: LICENSE-GPL.txt として）同梱します。

3. Keep these files in the same folder as Exowl.exe when you
   distribute the app.
   配布時は Exowl.exe と同じフォルダにこれらを置いてください。

------------------------------------------------------------
NOTE / 備考
------------------------------------------------------------
When you build with PyInstaller (build_exe.bat), PySide6's own
license files are also collected into the dist\Exowl\ folder in
many cases. Even so, including the full LGPL/GPL text yourself
(as above) is the safe, explicit way to comply.

PyInstaller でビルドすると、多くの場合 PySide6 自身の
ライセンスファイルも dist\Exowl\ に取り込まれます。とはいえ、
上記のように自分で全文を同梱しておくのが確実で明確です。
