-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
63 lines (46 loc) · 2.77 KB
/
Copy pathNOTICE
File metadata and controls
63 lines (46 loc) · 2.77 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
AI Studio CLI (ai-studio-cli)
Copyright © 2026 Corespan Systems, Inc
This product includes software developed at CoreSpan 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 in the LICENSE file distributed with this work, or at:
http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------
THIRD-PARTY SOFTWARE
--------------------------------------------------------------------------------
ai-studio-cli is distributed as a compiled Go binary. Go statically links its
dependencies, so a released binary contains compiled copies of every module in
its build graph — cobra, viper, pflag, fsnotify and the rest — together with
the web UI assets embedded via go:embed.
Distributing the binary distributes all of that. Unlike an interpreted project,
there is no node_modules or site-packages beside the artifact for third-party
notices to live in: the binary is the whole distribution, so the notices are
compiled into it.
Print them from any build:
ai-studio-cli licenses
The same text is published as an asset on every GitHub release, so it can be
read without running the binary.
Sources of the embedded notices:
* Go modules — generated by `make notices` (go-licenses over the real build
graph) into ai-studio-cli/internal/notices/THIRD-PARTY-NOTICES.txt
* Web UI assets — ai-studio-cli/internal/benchui/ui/vendor/NOTICE
Inter and JetBrains Mono, SIL OFL-1.1
Chart.js 4.4.7, MIT
--------------------------------------------------------------------------------
EXTERNAL SOFTWARE THIS TOOL INSTALLS OR RUNS
--------------------------------------------------------------------------------
Separately from what is compiled in, ai-studio-cli provisions and runs software
on GPU nodes: NVIDIA drivers and the CUDA userspace, Docker or Podman, vLLM,
nvbandwidth, and container images pulled at run time.
CoreSpan does not distribute those. They are downloaded by the operator, from
their publishers, onto the operator's own machines, under those publishers'
terms — the NVIDIA driver and CUDA EULAs in particular. Nothing in this
repository's Apache-2.0 grant extends to them, and accepting their terms is
between the operator and the publisher.
--------------------------------------------------------------------------------
TRADEMARKS
--------------------------------------------------------------------------------
Apache License 2.0 Section 6 grants no trademark rights. "CoreSpan" and the
CoreSpan logo are trademarks of CoreSpan AI. All other product names, logos and
brands referenced in this repository are the property of their respective
owners and are used for identification purposes only.