-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathNOTICE
More file actions
26 lines (22 loc) · 1.39 KB
/
Copy pathNOTICE
File metadata and controls
26 lines (22 loc) · 1.39 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
Agent402
Copyright (C) 2026 Havok Holdings LLC
This repository is licensed under more than one license. Check the LICENSE
file nearest to the code you are using; the applicable license is the closest
one in the directory tree.
* The server and everything at the repository root are licensed under the
GNU Affero General Public License, version 3 or later (AGPL-3.0-or-later).
See ./LICENSE. If you run a modified version of the server as a network
service, the AGPL requires you to offer that modified source to its users.
* The client-side packages are separately licensed under the MIT License, so
they can be embedded in other software without copyleft obligations. Each
ships its own LICENSE file:
- client/ (agent402-client, the buyer SDK)
- mcp/ (agent402-mcp, the MCP connector)
- tollbooth/ (agent402-tollbooth, the pay-per-crawl middleware)
- adapters/* (the framework adapters: agent402-langchain,
agent402-llamaindex, agent402-ai-sdk,
agent402-openai-tools, agent402-openai-agents,
agent402-anthropic-tools, agent402-google-adk,
agent402-strands, and the Python agent402-langchain)
Third-party components retain their own licenses; see src/data/LICENSE.md and
the notices in individual source files.