THIRD-PARTY NOTICES
==================

This distribution of LegalOS 論点アラート bundles or depends on the following third‑party
components. Licenses are provided in this folder for convenience.

1) python-docx (MIT License)
   - Purpose: Create/read/update Microsoft Word .docx files
   - License file: python-docx_LICENSE.txt
   - Source / license reference: GitHub python-openxml/python-docx (MIT)  

2) lxml (BSD 3-Clause License) + (libxml2/libxslt under MIT)
   - Purpose: XML/HTML processing (python-docx dependency)
   - License file: lxml_BSD-3-Clause_LICENSE.txt
   - Source / license reference: lxml repository LICENSES.txt / BSD.txt, and lxml.de license page  

3) Tcl/Tk (Tcl/Tk License Terms; BSD-style)
   - Purpose: GUI runtime used by Python's tkinter (typically redistributed via Python runtime)
   - License file: TclTk_LICENSE_TERMS.txt
   - Source / license reference: Tcl/Tk licensing terms page  

4) PyInstaller (GPLv2 with exception; 일부 Apache-2.0 files)
   - Purpose: Build-time bundler used to create the Windows executable.
   - Note: PyInstaller itself is not embedded as a runtime library in your program logic, but
           it is used in the build pipeline. If you redistribute PyInstaller itself, you must
           comply with its license. See: PyInstaller_LICENSE_INFO.txt
   - Source / license reference: PyInstaller official license documentation  

Additionally, this application relies on the Python Standard Library, which is
distributed under the Python Software Foundation License (PSF). If you redistribute
Python itself, you should include PSF license terms.
