kcpp / ICPP / ISQL / trsim / iwebserver / kzip
Copyright (c) 2026 Muhammad Anisur Rahman
Licensed under the MIT License (see LICENSE).

This product includes third-party components with the following notices.
See THIRD_PARTY.md for the full inventory and what is/is not distributed.

-------------------------------------------------------------------------------
NIST NBIS (mindtct, bozorth3)
-------------------------------------------------------------------------------
Portions of the fingerprint functionality use the NIST Biometric Image Software
(NBIS), specifically the mindtct and bozorth3 libraries. NBIS is a work of the
U.S. Government (National Institute of Standards and Technology) and is in the
public domain.

-------------------------------------------------------------------------------
SourceAFIS (C port)
-------------------------------------------------------------------------------
The fingerprint feature extractor and matcher (saf_*) are a C translation of
SourceAFIS.

  SourceAFIS - https://sourceafis.machinezoo.com/
  Copyright (c) Robert Vazan
  Licensed under the Apache License, Version 2.0.

  You may obtain a copy of the Apache License 2.0 at:
      http://www.apache.org/licenses/LICENSE-2.0

-------------------------------------------------------------------------------
stb_image / stb_image_write
-------------------------------------------------------------------------------
Image decoding/encoding uses the stb single-file public-domain libraries by
Sean Barrett (https://github.com/nothings/stb). Released into the public domain
(alternatively, MIT licensed).

-------------------------------------------------------------------------------
Tesseract OCR (optional, external tool)
-------------------------------------------------------------------------------
The OCR builtin (icpp_ocr_extract) invokes Tesseract OCR as an external process.
Tesseract is Copyright the Tesseract contributors, licensed under the Apache
License, Version 2.0. It is not linked into these binaries and is only required
if the OCR builtins are used.
