CocoaPDF third-party notices
============================

CocoaPDF source code is licensed under the MIT License in LICENSE.

Unicode data
------------

src/cocoapdf/text/bidi.py contains the normative Bidi_Paired_Bracket relation
from Unicode 17.0.0. Unicode data files are licensed under Unicode License v3
(SPDX: Unicode-3.0). Canonical source and license:

https://www.unicode.org/Public/17.0.0/ucd/BidiBrackets.txt
https://www.unicode.org/license.txt

UNICODE LICENSE V3
COPYRIGHT AND PERMISSION NOTICE

Copyright © 1991-2026 Unicode, Inc.

NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR SOFTWARE, YOU
UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS
OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY,
DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.

Permission is hereby granted, free of charge, to any person obtaining a copy of
data files and any associated documentation (the "Data Files") or software and
any associated documentation (the "Software") to deal in the Data Files or
Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of the Data Files
or Software, and to permit persons to whom the Data Files or Software are
furnished to do so, provided that either (a) this copyright and permission
notice appear with all copies of the Data Files or Software, or (b) this
copyright and permission notice appear in associated Documentation.

THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
PARTY RIGHTS.

IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.

Except as contained in this notice, the name of a copyright holder shall not
be used in advertising or otherwise to promote the sale, use or other dealings
in these Data Files or Software without prior written authorization of the
copyright holder.

Standalone release executables
------------------------------

Official standalone releases also contain a CPython runtime and PyInstaller
bootloader/loader components. CPython is distributed under the Python Software
Foundation License Version 2 and its accompanying historical notices.
PyInstaller 6.21.0 is GPL-2.0-or-later with its Bootloader Exception for the
embedded bootloader and loader; included run-time hooks are Apache-2.0.

The release build records the exact interpreter version in each binary
manifest and verifies the vendored, LF-normalized license texts by SHA-256
before packaging. The copies in `licenses/` are pinned to these immutable
upstream revisions:

https://github.com/python/cpython/blob/fd17997c3866d61e0e7bd8201b1d8f35b40a40bd/LICENSE
https://github.com/pyinstaller/pyinstaller/blob/1cda34561015a90b6e1ae31dc89703799adaf13e/COPYING.txt

The PyInstaller Bootloader Exception states:

In addition to the permissions in the GNU General Public License, the authors
give unlimited permission to link or embed compiled bootloader and related
files into combinations with other programs, and to distribute those
combinations without any restriction coming from the use of those files. The
GNU General Public License restrictions apply in other respects.

This notice identifies bundled components; it does not change the license of
CocoaPDF's own source code.
