forked from nervosys/chasm-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
58 lines (39 loc) · 2.25 KB
/
NOTICE
File metadata and controls
58 lines (39 loc) · 2.25 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
Chasm - Universal Chat Session Manager
Copyright 2024-2026 Nervosys LLC
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
See LICENSE for details. A commercial license is also available.
Contact licensing@nervosys.ai for commercial licensing.
This product includes software developed at Nervosys LLC (https://nervosys.ai/).
================================================================================
This project contains code from the following third-party libraries:
--------------------------------------------------------------------------------
Rust Standard Library and Ecosystem
--------------------------------------------------------------------------------
This software makes use of the Rust programming language and its ecosystem,
which are dual-licensed under Apache 2.0 and MIT licenses.
See: https://www.rust-lang.org/policies/licenses
--------------------------------------------------------------------------------
Third-Party Dependencies
--------------------------------------------------------------------------------
This software includes the following third-party dependencies, each with their
own licenses. A complete list of dependencies and their licenses can be found
by running `cargo tree` or examining the Cargo.lock file.
Key dependencies include:
- clap (MIT/Apache-2.0) - Command line argument parser
- tokio (MIT) - Async runtime
- serde (MIT/Apache-2.0) - Serialization framework
- rusqlite (MIT) - SQLite bindings
- actix-web (MIT/Apache-2.0) - Web framework
- reqwest (MIT/Apache-2.0) - HTTP client
- ratatui (MIT) - Terminal UI framework
For the complete list of dependencies and their licenses, see:
https://github.com/nervosys/chasm-cli/blob/master/THIRD_PARTY_LICENSES.md
================================================================================
TRADEMARKS
"Chasm" and the Chasm logo are trademarks of Nervosys LLC.
The following are trademarks of their respective owners:
- "VS Code" and "Visual Studio Code" are trademarks of Microsoft Corporation
- "GitHub Copilot" is a trademark of GitHub, Inc.
- "Cursor" is a trademark of Anysphere Inc.
- Other product names mentioned herein may be trademarks of their respective owners
================================================================================