Publish harness and TUI open-source
initial sync from the monorepo
This commit is contained in:
commit
c68e39f604
2734 changed files with 1437016 additions and 0 deletions
15
crates/codegen/xai-ratatui-inline/NOTICE
Normal file
15
crates/codegen/xai-ratatui-inline/NOTICE
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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.
|
||||
Loading…
Reference in a new issue