Files
shannon/THIRD_PARTY_NOTICES.md
T
ajmallesh 2469e6deac chore(license): attribute Mantis and Pi and refresh the docs
Add the final Mantis and Pi notices, license copies, acknowledgements, and residual copyright updates.

Update the README, maintained documentation, contributor guidance, and hand-maintained mirrors to describe Agentic
SAST, reconciliation, the Miscellaneous lane, current CLI behavior, and the final release contract. Correct stale
workspace and container guidance and annotate long-standing internals for maintainers.
2026-08-26 20:19:41 -07:00

47 lines
1.5 KiB
Markdown

# Third-Party Notices
Shannon incorporates and adapts material from third-party open-source projects.
Shannon as a whole is distributed under the GNU Affero General Public License,
version 3.0 (see LICENSE). Third-party material incorporated into Shannon
remains subject to the attribution and notice requirements of its own license.
## Pi
Shannon uses Pi as part of its agent framework.
Project: https://github.com/earendil-works/pi
License: MIT
Copyright (c) 2025 Mario Zechner
The applicable license is reproduced at `LICENSES/MIT-Pi.txt`.
## Mantis
Portions of Shannon's Capella agentic SAST implementation, specifically the
agent prompts, are derived from the Mantis project.
- Project: https://github.com/google/mantis
- Upstream commit: 876a0c8c6b92c92f34e0041b7dbbc0e4cccddc52
- Retrieved: 2026-08-25
- License: Apache License, Version 2.0
The Apache License, Version 2.0 is reproduced at LICENSES/Apache-2.0.txt.
The Mantis-derived files are individually marked with a provenance header and
reside under:
- apps/worker/prompts/partials/ (capella-*.hbs prompt partials)
- apps/worker/prompts/sast/capella/ (prompt templates)
The Mantis-derived material has been substantially modified by Keygraph
for use within Shannon, including adaptation to Shannon's agent
architecture and the Pi agent framework.
Copyright and attribution notices from the original Mantis material
remain the property of their respective copyright holders.
Modifications:
Copyright © 2026 Keygraph, Inc.