Skip to content

Commit 3fcb7d2

Browse files
Update README: AGPL license badge and add website link
- Change license badge from MIT to AGPL v3 - Add commercial licensing contact - Add website link (distill.siddhantkhare.com)
1 parent a866b12 commit 3fcb7d2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CI](https://github.com/Siddhant-K-code/distill/actions/workflows/ci.yml/badge.svg)](https://github.com/Siddhant-K-code/distill/actions/workflows/ci.yml)
44
[![Release](https://img.shields.io/github/v/release/Siddhant-K-code/distill)](https://github.com/Siddhant-K-code/distill/releases/latest)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/Siddhant-K-code/distill)](https://goreportcard.com/report/github.com/Siddhant-K-code/distill)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6+
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
77

88
A reliability layer for LLM context. Deterministic deduplication that removes redundancy before it reaches your model.
99

@@ -338,9 +338,12 @@ go build -o distill .
338338

339339
## License
340340

341-
MIT — see [LICENSE](LICENSE)
341+
AGPL-3.0 — see [LICENSE](LICENSE)
342+
343+
For commercial licensing, contact: siddhantkhare2694@gmail.com
342344

343345
## Links
344346

347+
- [Website](https://distill.siddhantkhare.com)
345348
- [Blog: Engineering Guide to Context Efficiency](https://dev.to/siddhantkcode/the-engineering-guide-to-context-window-efficiency-202b)
346349
- [MCP Configuration](mcp/README.md)

0 commit comments

Comments
 (0)