TRHMM - Third Party Notices
==========================

TRHMM is a file manager and a scripting host launcher. It distributes no game
content, no game assets, and no mods.

DISCLAIMER
----------
TRHMM is not affiliated with, endorsed by, or sponsored by Bandai Namco
Entertainment Inc. TEKKEN is a trademark of Bandai Namco Entertainment Inc.
All game content and trademarks belong to their respective owners.

Use at your own risk. Modifying game files may cause instability or data loss,
and mod use is at the discretion of the game's publisher.


UE4SS
-----
When you choose to install it, TRHMM downloads UE4SS from its official release
channel and verifies it against a pinned hash. UE4SS is distributed under the
MIT License.

    MIT License

    Copyright (c) 2021 UE4SS

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.

    THE SOFTWARE IS 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. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.


CONTAINER PARSING
-----------------
TRHMM reads Unreal Engine IoStore (.utoc) and legacy (.pak) container indexes
using its own implementation, written from the publicly documented on-disk
formats. No third party container parsing library is vendored or linked.


RUST DEPENDENCIES
-----------------
The desktop application links Rust crates distributed under the MIT and
Apache-2.0 licenses, including tauri, serde, rusqlite, sha2, chrono, walkdir,
notify, sysinfo, ulid, and their transitive dependencies. SQLite itself is in
the public domain.

A complete, machine generated dependency manifest with per-crate license text is
produced at release time and shipped alongside this file.


FRONTEND
--------
React and React DOM are distributed under the MIT License, Copyright (c) Meta
Platforms, Inc. and affiliates.
