-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNOTICE
More file actions
42 lines (31 loc) · 1.65 KB
/
Copy pathNOTICE
File metadata and controls
42 lines (31 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Wizard
Copyright (c) 2026 Teddy Tennant
Wizard's own code is licensed under the MIT License (see LICENSE-MIT). The product
as a whole is therefore `MIT AND Apache-2.0`, because of the ports below.
It contains terminal-UI code ported from the following Apache-2.0 projects.
Every ported function and constant names the upstream file it came from at the
site it appears; docs/ui-skins.md holds the file-by-file table.
--------------------------------------------------------------------------------
OpenAI Codex
https://github.com/openai/codex
Copyright (c) OpenAI
Licensed under the Apache License, Version 2.0.
Ported from codex-rs/tui/src/ into src/ui/codex.rs, src/ui/mod.rs,
src/skin/blend.rs, src/skin/motion.rs and src/skin/layout.rs.
--------------------------------------------------------------------------------
xAI Grok Build
https://github.com/xai-org/grok-build
Copyright (c) X.AI Corp.
Licensed under the Apache License, Version 2.0.
Ported from crates/codegen/xai-grok-pager/ and
crates/codegen/xai-grok-pager-render/ into src/ui/grok.rs, src/skin/layout.rs
and src/skin/motion.rs.
--------------------------------------------------------------------------------
A verbatim copy of the Apache License, Version 2.0 ships with this project as
LICENSE-APACHE, next to this file. Section 4(a) of that license requires that
whoever receives a derivative work receives the license text with it, so it is a
file in the tree rather than only the canonical URL,
http://www.apache.org/licenses/LICENSE-2.0
The crate's SPDX expression is therefore `MIT AND Apache-2.0`, not `OR`: this is
one work carrying both sets of terms at once, not a choice offered to the
recipient.