================================================================================
  Vignette — Credits & Third-Party Software / Crédits & Logiciels tiers
================================================================================

This software would not exist without the following open-source projects.
Many thanks to their authors and maintainers.

Ce logiciel ne pourrait exister sans les projets open-source ci-dessous.
Merci à leurs auteurs et mainteneurs.

--------------------------------------------------------------------------------
  Runtime / Exécution
--------------------------------------------------------------------------------

* Python
    Programming language and standard library (incl. tkinter, argparse,
    zipfile, ctypes, threading, queue, locale, json, uuid, dataclasses).
    Language: Python Software Foundation License
    https://www.python.org/

* Tcl/Tk
    GUI toolkit used by the standard `tkinter` module.
    License: BSD-style
    https://www.tcl.tk/

--------------------------------------------------------------------------------
  Python libraries / Bibliothèques Python
--------------------------------------------------------------------------------

* OpenCV (opencv-python-headless)
    Image processing and panel contour detection.
    License: Apache 2.0
    https://opencv.org/
    https://github.com/opencv/opencv-python

* NumPy
    N-dimensional array library used by OpenCV.
    License: BSD 3-Clause
    https://numpy.org/

* Pillow (PIL Fork)
    Image manipulation, resizing, format conversion.
    License: HPND (MIT-CMU)
    https://python-pillow.org/
    https://github.com/python-pillow/Pillow

* EbookLib
    EPUB file generation.
    License: AGPL-3.0
    https://github.com/aerkalov/ebooklib

* rarfile
    Reading RAR/CBR archives (optional, requires UnRAR).
    License: ISC
    https://github.com/markokr/rarfile

--------------------------------------------------------------------------------
  Packaging / Distribution
--------------------------------------------------------------------------------

* PyInstaller
    Bundles the Python application into a standalone Windows executable.
    License: GPL-2.0 with a bootloader exception that allows distribution
    of proprietary applications.
    https://pyinstaller.org/
    https://github.com/pyinstaller/pyinstaller

* UnRAR for Windows (command-line freeware)
    Bundled as `unrar.exe` to provide CBR (RAR archive) support.
    License: RARLAB UnRAR freeware license (free for any purpose,
    redistribution allowed; may not be used to create a RAR-compatible
    archiver).
    https://www.rarlab.com/
    https://www.rarlab.com/rar_add.htm

--------------------------------------------------------------------------------
  Vignette itself / Vignette lui-même
--------------------------------------------------------------------------------

* Vignette
    Author: Nicolas Lorenzon
    License: MIT
    Source: this distribution

--------------------------------------------------------------------------------
  Notes
--------------------------------------------------------------------------------

EbookLib is distributed under the AGPL-3.0 license. If you redistribute a
modified version of Vignette that uses EbookLib, you must comply with the
AGPL terms regarding source availability.

EbookLib est distribué sous licence AGPL-3.0. Si vous redistribuez une
version modifiée de Vignette utilisant EbookLib, vous devez respecter les
obligations de l'AGPL concernant la mise à disposition des sources.
