From a0d97b889a5d7dbf76d5ebd0a876b20474a41d03 Mon Sep 17 00:00:00 2001 From: wtclaude Date: Sat, 8 Aug 2026 14:39:27 -0500 Subject: [PATCH] docs: note GPLv3 scope and third-party licensing in README Agentic Bridle's own source is GPLv3; crate dependencies and the integrated or bundled services (Gitea, Gitea MCP, Kanboard, Qdrant, embedding server) keep their own licenses and are not relicensed by this project. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_019RZerbsHGF9Ka3bKhCjJ9m --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7f04a03..232361b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # Agentic-Bridle +## License + +Agentic Bridle is licensed under the **GNU General Public License v3.0** — see [LICENSE](LICENSE). + +That covers this project's own source only. Everything else keeps its own license: Rust crate +dependencies, and the services Bridle integrates with or bundles via Docker Compose — Gitea, the +Gitea MCP server, Kanboard, Qdrant, and any embedding server — are each distributed under their +respective terms and are **not** relicensed by this project. Check each component's own license +before redistributing a deployment that includes them.