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

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

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

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

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

Almowl 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 Almowl application code itself.
It does NOT restrict the third-party libraries Almowl bundles,
which keep their own licenses (see "Third-party" below).


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

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

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

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

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

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


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

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

  - 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

  - pynput
      (c) Moses Palmer and contributors.
      Licensed under the GNU Lesser General Public License v3
      (LGPL v3). Used only to count input events for the focus
      metric; it never records what you type.
      Web: https://github.com/moses-palmer/pynput

  - psutil
      (c) Giampaolo Rodola.
      Licensed under the BSD 3-Clause License.
      Web: https://github.com/giampaolo/psutil

  - PyWinCtl
      (c) Kalmat and contributors.
      Licensed under the BSD 3-Clause License.
      Web: https://github.com/Kalmat/PyWinCtl

The LGPL v3 requires that users be able to replace the bundled
LGPL libraries (Qt, pynput) with their own compatible versions.
For this reason Almowl is distributed in a folder (onedir) form,
with the libraries 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 では、利用者が同梱の LGPL ライブラリ（Qt, pynput）を
互換バージョンに差し替えられることが求められます。そのため
Almowl はフォルダ（onedir）形式で配布し、各ライブラリを差し替え
可能な個別ファイルとして同梱しています。LGPL v3 の全文は
LICENSE-LGPL.txt に収録しています（無い場合は上記URLから取得
できます）。
