﻿============================================================
 Exowl - License / ライセンス
 (c) Eidowl / EAA
============================================================

--- English ---------------------------------------------

Exowl is free to use for personal and commercial purposes,
at no charge.

You MAY:
  - Use Exowl freely.
  - Share the official, unmodified distribution as-is.

You MAY NOT:
  - Modify, decompile, reverse-engineer, or create derivative
    works of the Exowl application itself.
  - Redistribute modified versions, or claim them as your own.
  - Sell Exowl as if it were your own product.

Exowl is provided "AS IS", without warranty of any kind.
The author is not liable for any damages arising from its use.

This license applies to the Exowl application code itself.
It does NOT restrict the third-party libraries Exowl bundles,
which keep their own licenses (see "Third-party" below).


--- 日本語 -----------------------------------------------

Exowl は、個人・商用を問わず無料で利用できます。

できること:
  - Exowl を自由に使うこと。
  - 公式の、改変していない配布物をそのまま共有すること。

できないこと:
  - Exowl 本体の改変、逆コンパイル、リバースエンジニアリング、
    派生物の作成。
  - 改変版の再配布、または自作と偽ること。
  - Exowl を自分の製品として販売すること。

Exowl は「現状のまま」提供され、いかなる保証もありません。
利用により生じたいかなる損害についても、作者は責任を負いません。

このライセンスは Exowl 本体のコードに適用されます。
Exowl が同梱する第三者ライブラリには適用されず、それらは
各自のライセンスに従います（下記「第三者ソフトウェア」参照）。


============================================================
 Third-party software / 第三者ソフトウェア
============================================================

Exowl is built with the following open-source software.
Exowl は以下のオープンソースソフトウェアを利用しています。

  - Qt for Python (PySide6)
      (c) The Qt Company Ltd. and contributors.
      Licensed under the GNU Lesser General Public License
      version 3 (LGPL v3).
      Web: https://www.qt.io/  /  https://wiki.qt.io/Qt_for_Python

The LGPL v3 requires that users be able to replace the bundled
Qt libraries with their own compatible versions. For this reason
Exowl is distributed in a folder (onedir) form, with the Qt DLLs
included as separate, replaceable files. The full text of the
LGPL v3 (and the GPL v3 it refers to) is provided in the file:

      LICENSE-LGPL.txt

If that file is missing, you can obtain the license text at:

      https://www.gnu.org/licenses/lgpl-3.0.txt
      https://www.gnu.org/licenses/gpl-3.0.txt

LGPL v3 では、利用者が同梱の Qt ライブラリを互換バージョンに
差し替えられることが求められます。そのため Exowl はフォルダ
（onedir）形式で配布し、Qt の DLL を差し替え可能な個別ファイル
として同梱しています。LGPL v3 の全文は LICENSE-LGPL.txt に
収録しています（無い場合は上記URLから取得できます）。
