NOTICE

This product includes software developed by HOUMO.AI.

Project Name: tcim_runtime_lite
Copyright © 2025 HOUMO.AI

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

This project includes the following third-party software components:

Third-Party Software Notices:

# Logging Library
spdlog (MIT) - https://github.com/gabime/spdlog
    Fast C++ Logging Library

# Python Bindings
pybind11 (BSD-style) - https://github.com/pybind/pybind11
    Seamless operability between C++ and Python

# Command-line Argument Parser
argparse (MIT) - https://github.com/p-ranav/argparse
    Modern C++ Argument Parser

# Unit Testing Framework
Google Test / googletest (BSD-3-Clause) - https://github.com/google/googletest
    Google Testing and Mocking Framework

# JSON Parser
picojson (BSD-2-Clause) - https://github.com/kazuho/picojson
    JSON parser for C++

# ELF File Reader/Writer
ELFIO (MIT) - https://github.com/serge1/ELFIO
    A header-only C++ library for reading and generating ELF files

# NumPy File I/O
npy (MIT) - https://github.com/llohse/libnpy
    NumPy File I/O for C++

# FlatBuffers
FlatBuffers (Apache-2.0) - https://github.com/google/flatbuffers
    FlatBuffers is a cross platform serialization library

# flatcc
flatcc (Apache-2.0) - https://github.com/dvidelabs/flatcc
    FlatBuffers C implementation

# RPC Library
rpclib (MIT) - https://github.com/rpclib/rpclib
    A modern C++ msgpack-RPC library

# Python Dependencies (Required at runtime)
numpy (BSD-3-Clause) - https://numpy.org/
    Fundamental package for scientific computing with Python

For detailed third-party license texts, please refer to the LICENSES directory.

Users are solely responsible for ensuring compliance with all applicable
third-party licenses and usage restrictions.

