-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathNOTICE
More file actions
42 lines (30 loc) · 1.63 KB
/
Copy pathNOTICE
File metadata and controls
42 lines (30 loc) · 1.63 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
MemClaw
Copyright 2026 Caura (https://caura.ai)
This product is licensed under the Apache License, Version 2.0.
See the LICENSE file for the full license text.
"MemClaw" and "Caura" are trademarks of Caura. See the README for details.
================================================================================
Third-Party Software
================================================================================
This product includes software developed by third parties. All dependencies are
distributed under permissive licenses compatible with Apache-2.0:
Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, MPL-2.0, ISC, PSF-2.0,
0BSD, Zlib, CC0-1.0, Unlicense
At the time of this release, no AGPL-3.0, SSPL, or Business Source License
(BSL) dependencies are included. To verify the current dependency set, run the
commands below.
To regenerate the full dependency inventory:
# Python (from the project venv)
pip install pip-licenses
pip-licenses --format=markdown --with-urls --from=mixed
# Node (from repo root and plugin/)
npx license-checker --production --summary
Notable third-party components:
- FastAPI, Starlette, Uvicorn (MIT, BSD-3-Clause)
- Pydantic, SQLAlchemy, Alembic (MIT)
- google-cloud-aiplatform, vertexai, openai (Apache-2.0)
- cryptography, argon2-cffi, python-jose, pyotp (Apache-2.0, MIT)
- redis, hiredis, asyncpg, pgvector (MIT, Apache-2.0)
- mcp (Model Context Protocol SDK) (MIT)
- sentry-sdk (optional, opt-in via SENTRY_DSN) (MIT)
See the individual package distributions for full license texts.