15 lines
746 B
Text
15 lines
746 B
Text
|
|
xai-ratatui-inline includes code derived from the Ratatui terminal UI library.
|
|||
|
|
|
|||
|
|
Ratatui is dual-licensed under the MIT License and the Apache License, Version 2.0.
|
|||
|
|
This crate’s forked Terminal / viewport implementation is based on Ratatui source
|
|||
|
|
(see README “Why Fork ratatui's Terminal?” and comments in src/terminal.rs).
|
|||
|
|
|
|||
|
|
Upstream: https://github.com/ratatui/ratatui
|
|||
|
|
Copyright (c) 2023-2024 The Ratatui Developers
|
|||
|
|
Copyright (c) Florian Dehau (original tui-rs lineage, where applicable)
|
|||
|
|
|
|||
|
|
The remainder of this crate is Copyright 2023-2026 xAI and licensed under the
|
|||
|
|
Apache License, Version 2.0 (see the repository root LICENSE).
|
|||
|
|
|
|||
|
|
Full license texts for third-party dependencies also appear in the repository
|
|||
|
|
root THIRD-PARTY-NOTICES file.
|