From b15d2839418d46c9f857c52780a8df1184c7647e Mon Sep 17 00:00:00 2001
From: ValueOn AG
Date: Tue, 9 Jun 2026 09:54:11 +0200
Subject: [PATCH] cp adapted to 2026 poweron
---
app.py | 2 +-
config.py | 2 +-
routeApi.py | 2 +-
routeOpenAi.py | 2 +-
routeWeb.py | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
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."""