From 5889dc8d24d8f865de0b4b17b92009b9ef115b37 Mon Sep 17 00:00:00 2001 From: Tim Jagenberg Date: Sun, 6 Jul 2025 12:13:37 +0200 Subject: [PATCH] Add license section to README with EPL-2.0 details --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d85a19..fcbca74 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,8 @@ ask_the_voice( - Python 3.13+ - FastMCP 2.9.2+ - LiteLLM 1.73.6+ -- Valid API keys for at least one LLM provider \ No newline at end of file +- Valid API keys for at least one LLM provider + +## License + +This project is licensed under the Eclipse Public License 2.0. See the [EPL-2.0.txt](EPL-2.0.txt) file for details. \ No newline at end of file