Third-Party Licenses
Open-source & third-party attributions.
Version 1.0.0 · Effective 2026-05-04 · Last updated 2026-05-07
ADS is built on the work of many open-source authors and commercial vendors. We are grateful to each of them. This page lists every third-party component we ship or call at runtime, with its license. License texts are available at the linked sources.
1. AI models & foundation services
| Component | Provider | License / Terms |
|---|---|---|
| Llama 4 Scout (free tier) | Meta Platforms (via AWS Bedrock) | Llama 4 Community License |
| Amazon Nova Pro / Nova Lite | Amazon (via AWS Bedrock) | AWS Service Terms |
| Claude Sonnet (paid tier) | Anthropic (via AWS Bedrock) | Anthropic via Bedrock terms |
| DeepSeek-R1 (reasoning, optional) | DeepSeek (via AWS Bedrock) | MIT |
2. Cloud infrastructure
| Service | Vendor | Role |
|---|---|---|
| AWS Lambda, API Gateway, CloudFront, S3, DynamoDB, Cognito, WAF, Bedrock, Connect, Polly, Transcribe, SES, KMS, CloudWatch | Amazon Web Services | Hosting, identity, AI inference, telephony, observability |
| Stripe Checkout & Billing | Stripe, Inc. | Payments processor |
| CourtListener API | Free Law Project (501(c)(3)) | Citation verification — thank you for the public service. Free Law Project terms |
| Google Fonts | Google LLC | Font delivery (Playfair Display, Cormorant Garamond, Inter, JetBrains Mono). SIL Open Font License |
3. Python runtime dependencies (Lambda)
The ADS API Lambda is a single-package Python 3.12 runtime. All other dependencies are AWS-provided base layers.
| Package | Purpose | License |
|---|---|---|
boto3 / botocore | AWS SDK | Apache-2.0 |
stripe | Stripe SDK | MIT |
| Python 3.12 standard library | HTTP client, JSON, regex, hashing, logging | Python Software Foundation License (PSF-2.0) |
Test & development-only dependencies (pytest, requests, freezegun, pip-audit) are not shipped to production.
4. Frontend
The website is hand-authored HTML, CSS, and vanilla JavaScript. No frontend framework, build step, or third-party JS library is loaded at runtime in the customer-facing path. Fonts are loaded from Google Fonts under the SIL Open Font License.
5. Typography
| Typeface | Designer | License |
|---|---|---|
| Playfair Display | Claus Eggers Sørensen | SIL Open Font License 1.1 |
| Cormorant Garamond | Christian Thalmann | SIL Open Font License 1.1 |
| Inter | Rasmus Andersson | SIL Open Font License 1.1 |
| JetBrains Mono | JetBrains s.r.o. | SIL Open Font License 1.1 |
6. Test & CI tooling
| Tool | Purpose | License |
|---|---|---|
| pytest | Unit & integration tests | MIT |
| Playwright | End-to-end browser tests | Apache-2.0 |
| axe-core | Accessibility testing | Mozilla Public License 2.0 |
| k6 | Performance load testing | AGPL-3.0 (Grafana k6) |
| pip-audit | Dependency vulnerability scan | Apache-2.0 |
7. License notices
The Apache 2.0, MIT, MPL 2.0, AGPL 3.0, and SIL Open Font License full texts are available from each package's source repository linked in this document. We will provide a copy on written request to legal@adslaw.ai.
8. Trademarks
"Agentic, Data & Source", "ADS", "Agentic Engine", and the ADS crest are trademarks of Agentic Agentic Enterprises. AWS, Amazon Web Services, Bedrock, Nova, Cognito, CloudFront, Lambda, S3, DynamoDB, WAF, and Polly are trademarks of Amazon.com, Inc. or its affiliates. Stripe is a trademark of Stripe, Inc. Llama is a trademark of Meta Platforms, Inc. Claude and Anthropic are trademarks of Anthropic, PBC. CourtListener and Free Law Project are trademarks of the Free Law Project. Use of these names on this site is solely for nominative attribution and does not imply endorsement.
9. Reporting an attribution problem
If we have used your work without proper attribution or under an incorrect license, please write to legal@adslaw.ai and we will correct it promptly.