diff --git a/app.py b/app.py index 86013c1..659ac59 100644 --- a/app.py +++ b/app.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 Patrick Motsch +# Copyright (c) 2026 PowerOn AG # All rights reserved. """ Private-LLM Service - FastAPI Web App diff --git a/config.py b/config.py index 5141b8f..a30ae72 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 Patrick Motsch +# Copyright (c) 2026 PowerOn AG # All rights reserved. """Shared configuration, models, helpers, and auth for the Private-LLM service.""" diff --git a/routeApi.py b/routeApi.py index 4278355..abbb368 100644 --- a/routeApi.py +++ b/routeApi.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 Patrick Motsch +# Copyright (c) 2026 PowerOn AG # All rights reserved. """API routes for Private-LLM: health, models, analyze, PDF extract, Ollama status.""" diff --git a/routeOpenAi.py b/routeOpenAi.py index eb46319..7ba9953 100644 --- a/routeOpenAi.py +++ b/routeOpenAi.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 Patrick Motsch +# Copyright (c) 2026 PowerOn AG # All rights reserved. """OpenAI-compatible routes for Cursor integration (/v1/models, /v1/chat/completions).""" diff --git a/routeWeb.py b/routeWeb.py index c3ddc4a..0af4e94 100644 --- a/routeWeb.py +++ b/routeWeb.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 Patrick Motsch +# Copyright (c) 2026 PowerOn AG # All rights reserved. """Web UI routes for the Private-LLM test interface."""