From 62de53c30622a3c3fb88fb5cacf6cebb71330c37 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Fri, 4 Apr 2025 18:01:02 +0200 Subject: [PATCH] chore: Update copyrights --- ChatView/ChatModel.cpp | 2 +- ChatView/ChatModel.hpp | 2 +- ChatView/ChatRootView.cpp | 2 +- ChatView/ChatRootView.hpp | 2 +- ChatView/ChatSerializer.cpp | 2 +- ChatView/ChatSerializer.hpp | 2 +- ChatView/ChatUtils.cpp | 2 +- ChatView/ChatUtils.h | 2 +- ChatView/ChatWidget.cpp | 2 +- ChatView/ChatWidget.hpp | 2 +- ChatView/ClientInterface.cpp | 2 +- ChatView/ClientInterface.hpp | 2 +- ChatView/MessagePart.hpp | 2 +- ChatView/qml/Badge.qml | 2 +- ChatView/qml/ChatItem.qml | 2 +- ChatView/qml/RootItem.qml | 2 +- ChatView/qml/controls/QoAButton.qml | 2 +- ChatView/qml/dialog/CodeBlock.qml | 2 +- ChatView/qml/dialog/TextBlock.qml | 2 +- ChatView/qml/parts/AttachedFilesPlace.qml | 2 +- ChatView/qml/parts/BottomBar.qml | 2 +- ChatView/qml/parts/TopBar.qml | 2 +- CodeHandler.cpp | 2 +- CodeHandler.hpp | 2 +- ConfigurationManager.cpp | 2 +- ConfigurationManager.hpp | 2 +- LLMClientInterface.cpp | 2 +- LLMClientInterface.hpp | 2 +- LLMSuggestion.cpp | 2 +- LLMSuggestion.hpp | 2 +- LSPCompletion.hpp | 2 +- QodeAssistClient.cpp | 2 +- QodeAssistClient.hpp | 2 +- QodeAssistConstants.hpp | 2 +- QodeAssisttr.h | 2 +- UpdateStatusWidget.cpp | 2 +- UpdateStatusWidget.hpp | 2 +- chat/ChatOutputPane.cpp | 2 +- chat/ChatOutputPane.h | 2 +- chat/NavigationPanel.cpp | 2 +- chat/NavigationPanel.hpp | 2 +- context/ChangesManager.cpp | 2 +- context/ChangesManager.h | 2 +- context/ContentFile.hpp | 2 +- context/ContextManager.cpp | 2 +- context/DocumentContextReader.cpp | 2 +- context/DocumentContextReader.hpp | 2 +- context/ProgrammingLanguage.cpp | 2 +- context/ProgrammingLanguage.hpp | 2 +- context/TokenUtils.cpp | 2 +- context/TokenUtils.hpp | 2 +- llmcore/ContextData.hpp | 2 +- llmcore/OllamaMessage.cpp | 2 +- llmcore/OllamaMessage.hpp | 2 +- llmcore/OpenAIMessage.cpp | 2 +- llmcore/OpenAIMessage.hpp | 2 +- llmcore/PromptTemplate.hpp | 2 +- llmcore/PromptTemplateManager.cpp | 2 +- llmcore/PromptTemplateManager.hpp | 2 +- llmcore/Provider.hpp | 2 +- llmcore/ProviderID.hpp | 2 +- llmcore/ProvidersManager.cpp | 2 +- llmcore/ProvidersManager.hpp | 2 +- llmcore/RequestConfig.hpp | 2 +- llmcore/RequestHandler.cpp | 2 +- llmcore/RequestHandler.hpp | 2 +- llmcore/RequestHandlerBase.cpp | 2 +- llmcore/RequestHandlerBase.hpp | 2 +- llmcore/RequestType.hpp | 2 +- llmcore/ValidationUtils.cpp | 2 +- llmcore/ValidationUtils.hpp | 2 +- providers/ClaudeProvider.cpp | 2 +- providers/ClaudeProvider.hpp | 2 +- providers/GoogleAIProvider.cpp | 2 +- providers/GoogleAIProvider.hpp | 2 +- providers/LMStudioProvider.cpp | 2 +- providers/LMStudioProvider.hpp | 2 +- providers/LlamaCppProvider.cpp | 2 +- providers/LlamaCppProvider.hpp | 2 +- providers/MistralAIProvider.hpp | 2 +- providers/OllamaProvider.cpp | 2 +- providers/OllamaProvider.hpp | 2 +- providers/OpenAICompatProvider.cpp | 2 +- providers/OpenAICompatProvider.hpp | 2 +- providers/OpenAIProvider.cpp | 2 +- providers/OpenAIProvider.hpp | 2 +- providers/OpenRouterAIProvider.cpp | 2 +- providers/OpenRouterAIProvider.hpp | 2 +- providers/Providers.hpp | 2 +- qodeassist.cpp | 2 +- settings/ButtonAspect.hpp | 2 +- settings/ChatAssistantSettings.cpp | 2 +- settings/ChatAssistantSettings.hpp | 2 +- settings/CodeCompletionSettings.cpp | 2 +- settings/CodeCompletionSettings.hpp | 2 +- settings/CustomPromptSettings.cpp | 2 +- settings/CustomPromptSettings.hpp | 2 +- settings/GeneralSettings.cpp | 2 +- settings/GeneralSettings.hpp | 2 +- settings/PluginUpdater.cpp | 2 +- settings/PluginUpdater.hpp | 2 +- settings/ProjectSettings.cpp | 2 +- settings/ProjectSettings.hpp | 2 +- settings/ProjectSettingsPanel.cpp | 2 +- settings/ProjectSettingsPanel.hpp | 2 +- settings/ProviderSettings.cpp | 2 +- settings/ProviderSettings.hpp | 2 +- settings/SettingsConstants.hpp | 2 +- settings/SettingsDialog.cpp | 2 +- settings/SettingsDialog.hpp | 2 +- settings/SettingsTr.hpp | 2 +- settings/SettingsUtils.hpp | 2 +- settings/UpdateDialog.cpp | 2 +- settings/UpdateDialog.hpp | 2 +- templates/Alpaca.hpp | 2 +- templates/ChatML.hpp | 2 +- templates/Claude.hpp | 2 +- templates/CodeLlamaFim.hpp | 2 +- templates/CodeLlamaQMLFim.hpp | 2 +- templates/GoogleAI.hpp | 2 +- templates/Llama2.hpp | 2 +- templates/Llama3.hpp | 2 +- templates/LlamaCppFim.hpp | 2 +- templates/MistralAI.hpp | 2 +- templates/Ollama.hpp | 2 +- templates/OpenAI.hpp | 2 +- templates/OpenAICompatible.hpp | 2 +- templates/Qwen.hpp | 2 +- templates/StarCoder2Fim.hpp | 2 +- templates/Templates.hpp | 2 +- 130 files changed, 130 insertions(+), 130 deletions(-) diff --git a/ChatView/ChatModel.cpp b/ChatView/ChatModel.cpp index efea417..85a2dd8 100644 --- a/ChatView/ChatModel.cpp +++ b/ChatView/ChatModel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/ChatModel.hpp b/ChatView/ChatModel.hpp index 937f9b5..a49b5c5 100644 --- a/ChatView/ChatModel.hpp +++ b/ChatView/ChatModel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/ChatRootView.cpp b/ChatView/ChatRootView.cpp index da95963..a0cba81 100644 --- a/ChatView/ChatRootView.cpp +++ b/ChatView/ChatRootView.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/ChatRootView.hpp b/ChatView/ChatRootView.hpp index 341a244..911e481 100644 --- a/ChatView/ChatRootView.hpp +++ b/ChatView/ChatRootView.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/ChatSerializer.cpp b/ChatView/ChatSerializer.cpp index fce8bb4..920df2d 100644 --- a/ChatView/ChatSerializer.cpp +++ b/ChatView/ChatSerializer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/ChatSerializer.hpp b/ChatView/ChatSerializer.hpp index 3d6e9ef..3721dbd 100644 --- a/ChatView/ChatSerializer.hpp +++ b/ChatView/ChatSerializer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/ChatUtils.cpp b/ChatView/ChatUtils.cpp index 571c35c..57d22b0 100644 --- a/ChatView/ChatUtils.cpp +++ b/ChatView/ChatUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/ChatUtils.h b/ChatView/ChatUtils.h index 2acd8ae..e8ec539 100644 --- a/ChatView/ChatUtils.h +++ b/ChatView/ChatUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/ChatWidget.cpp b/ChatView/ChatWidget.cpp index d382865..0891c7b 100644 --- a/ChatView/ChatWidget.cpp +++ b/ChatView/ChatWidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/ChatWidget.hpp b/ChatView/ChatWidget.hpp index cabd8ed..84e25db 100644 --- a/ChatView/ChatWidget.hpp +++ b/ChatView/ChatWidget.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/ClientInterface.cpp b/ChatView/ClientInterface.cpp index 0d7f4e3..3eb5bfc 100644 --- a/ChatView/ClientInterface.cpp +++ b/ChatView/ClientInterface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/ClientInterface.hpp b/ChatView/ClientInterface.hpp index 39a1f3e..aa4b1aa 100644 --- a/ChatView/ClientInterface.hpp +++ b/ChatView/ClientInterface.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/MessagePart.hpp b/ChatView/MessagePart.hpp index 46c4a64..5a42036 100644 --- a/ChatView/MessagePart.hpp +++ b/ChatView/MessagePart.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/qml/Badge.qml b/ChatView/qml/Badge.qml index ef09f27..1cd2f4f 100644 --- a/ChatView/qml/Badge.qml +++ b/ChatView/qml/Badge.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/qml/ChatItem.qml b/ChatView/qml/ChatItem.qml index 124800a..e094361 100644 --- a/ChatView/qml/ChatItem.qml +++ b/ChatView/qml/ChatItem.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/qml/RootItem.qml b/ChatView/qml/RootItem.qml index 15f73d3..502bf24 100644 --- a/ChatView/qml/RootItem.qml +++ b/ChatView/qml/RootItem.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/qml/controls/QoAButton.qml b/ChatView/qml/controls/QoAButton.qml index 263f4bb..25d5342 100644 --- a/ChatView/qml/controls/QoAButton.qml +++ b/ChatView/qml/controls/QoAButton.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/qml/dialog/CodeBlock.qml b/ChatView/qml/dialog/CodeBlock.qml index c0b9de1..3b13381 100644 --- a/ChatView/qml/dialog/CodeBlock.qml +++ b/ChatView/qml/dialog/CodeBlock.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/qml/dialog/TextBlock.qml b/ChatView/qml/dialog/TextBlock.qml index cab7c44..f11f909 100644 --- a/ChatView/qml/dialog/TextBlock.qml +++ b/ChatView/qml/dialog/TextBlock.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/qml/parts/AttachedFilesPlace.qml b/ChatView/qml/parts/AttachedFilesPlace.qml index 79c0c09..8ae6396 100644 --- a/ChatView/qml/parts/AttachedFilesPlace.qml +++ b/ChatView/qml/parts/AttachedFilesPlace.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/qml/parts/BottomBar.qml b/ChatView/qml/parts/BottomBar.qml index 8e9ddfe..016e04a 100644 --- a/ChatView/qml/parts/BottomBar.qml +++ b/ChatView/qml/parts/BottomBar.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ChatView/qml/parts/TopBar.qml b/ChatView/qml/parts/TopBar.qml index 8d4be28..d57aee5 100644 --- a/ChatView/qml/parts/TopBar.qml +++ b/ChatView/qml/parts/TopBar.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/CodeHandler.cpp b/CodeHandler.cpp index bbc892a..9960218 100644 --- a/CodeHandler.cpp +++ b/CodeHandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * Copyright (C) 2025 Povilas Kanapickas * * This file is part of QodeAssist. diff --git a/CodeHandler.hpp b/CodeHandler.hpp index 6a8a97c..fd0ad8a 100644 --- a/CodeHandler.hpp +++ b/CodeHandler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ConfigurationManager.cpp b/ConfigurationManager.cpp index 2862d97..c665a1e 100644 --- a/ConfigurationManager.cpp +++ b/ConfigurationManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/ConfigurationManager.hpp b/ConfigurationManager.hpp index 2a009cf..287b192 100644 --- a/ConfigurationManager.hpp +++ b/ConfigurationManager.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/LLMClientInterface.cpp b/LLMClientInterface.cpp index 49fe44d..29c1558 100644 --- a/LLMClientInterface.cpp +++ b/LLMClientInterface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/LLMClientInterface.hpp b/LLMClientInterface.hpp index cff5c2f..9fba818 100644 --- a/LLMClientInterface.hpp +++ b/LLMClientInterface.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/LLMSuggestion.cpp b/LLMSuggestion.cpp index ba14e1f..b136202 100644 --- a/LLMSuggestion.cpp +++ b/LLMSuggestion.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2023 The Qt Company Ltd. - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/LLMSuggestion.hpp b/LLMSuggestion.hpp index 4ceba6b..0c3d3f4 100644 --- a/LLMSuggestion.hpp +++ b/LLMSuggestion.hpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2023 The Qt Company Ltd. - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/LSPCompletion.hpp b/LSPCompletion.hpp index 795ce91..c589463 100644 --- a/LSPCompletion.hpp +++ b/LSPCompletion.hpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2023 The Qt Company Ltd. - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/QodeAssistClient.cpp b/QodeAssistClient.cpp index c5389b8..74c81c8 100644 --- a/QodeAssistClient.cpp +++ b/QodeAssistClient.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2023 The Qt Company Ltd. - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/QodeAssistClient.hpp b/QodeAssistClient.hpp index effdd80..9f0bd6e 100644 --- a/QodeAssistClient.hpp +++ b/QodeAssistClient.hpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2023 The Qt Company Ltd. - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/QodeAssistConstants.hpp b/QodeAssistConstants.hpp index 04c6202..5a7b951 100644 --- a/QodeAssistConstants.hpp +++ b/QodeAssistConstants.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/QodeAssisttr.h b/QodeAssisttr.h index cfaa0de..b95d411 100644 --- a/QodeAssisttr.h +++ b/QodeAssisttr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/UpdateStatusWidget.cpp b/UpdateStatusWidget.cpp index ba05fd0..f81c0cc 100644 --- a/UpdateStatusWidget.cpp +++ b/UpdateStatusWidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/UpdateStatusWidget.hpp b/UpdateStatusWidget.hpp index 7879c22..915cce0 100644 --- a/UpdateStatusWidget.hpp +++ b/UpdateStatusWidget.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/chat/ChatOutputPane.cpp b/chat/ChatOutputPane.cpp index 4721601..7beda6f 100644 --- a/chat/ChatOutputPane.cpp +++ b/chat/ChatOutputPane.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/chat/ChatOutputPane.h b/chat/ChatOutputPane.h index 1ed60d2..2c49605 100644 --- a/chat/ChatOutputPane.h +++ b/chat/ChatOutputPane.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/chat/NavigationPanel.cpp b/chat/NavigationPanel.cpp index e585532..efeb048 100644 --- a/chat/NavigationPanel.cpp +++ b/chat/NavigationPanel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/chat/NavigationPanel.hpp b/chat/NavigationPanel.hpp index 1ebd962..9a863c7 100644 --- a/chat/NavigationPanel.hpp +++ b/chat/NavigationPanel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/context/ChangesManager.cpp b/context/ChangesManager.cpp index 523fd31..3ef860b 100644 --- a/context/ChangesManager.cpp +++ b/context/ChangesManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/context/ChangesManager.h b/context/ChangesManager.h index 85276a1..55e5375 100644 --- a/context/ChangesManager.h +++ b/context/ChangesManager.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/context/ContentFile.hpp b/context/ContentFile.hpp index 4c79829..e6212ab 100644 --- a/context/ContentFile.hpp +++ b/context/ContentFile.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/context/ContextManager.cpp b/context/ContextManager.cpp index 9ddeeb8..80a1270 100644 --- a/context/ContextManager.cpp +++ b/context/ContextManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/context/DocumentContextReader.cpp b/context/DocumentContextReader.cpp index 1fb52f9..69e59bd 100644 --- a/context/DocumentContextReader.cpp +++ b/context/DocumentContextReader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/context/DocumentContextReader.hpp b/context/DocumentContextReader.hpp index 3ee185c..4f055a7 100644 --- a/context/DocumentContextReader.hpp +++ b/context/DocumentContextReader.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/context/ProgrammingLanguage.cpp b/context/ProgrammingLanguage.cpp index dbc4335..7b234b2 100644 --- a/context/ProgrammingLanguage.cpp +++ b/context/ProgrammingLanguage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/context/ProgrammingLanguage.hpp b/context/ProgrammingLanguage.hpp index 49bc14b..a40b775 100644 --- a/context/ProgrammingLanguage.hpp +++ b/context/ProgrammingLanguage.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/context/TokenUtils.cpp b/context/TokenUtils.cpp index d58407e..3daba2e 100644 --- a/context/TokenUtils.cpp +++ b/context/TokenUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/context/TokenUtils.hpp b/context/TokenUtils.hpp index 6900f8e..ec13f63 100644 --- a/context/TokenUtils.hpp +++ b/context/TokenUtils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/ContextData.hpp b/llmcore/ContextData.hpp index a6810d0..fdc2e7e 100644 --- a/llmcore/ContextData.hpp +++ b/llmcore/ContextData.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/OllamaMessage.cpp b/llmcore/OllamaMessage.cpp index 1da2912..a325922 100644 --- a/llmcore/OllamaMessage.cpp +++ b/llmcore/OllamaMessage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/OllamaMessage.hpp b/llmcore/OllamaMessage.hpp index b1aa308..6c7885c 100644 --- a/llmcore/OllamaMessage.hpp +++ b/llmcore/OllamaMessage.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/OpenAIMessage.cpp b/llmcore/OpenAIMessage.cpp index 825e12e..4c9ee18 100644 --- a/llmcore/OpenAIMessage.cpp +++ b/llmcore/OpenAIMessage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/OpenAIMessage.hpp b/llmcore/OpenAIMessage.hpp index 5b66b5a..4d7d1b7 100644 --- a/llmcore/OpenAIMessage.hpp +++ b/llmcore/OpenAIMessage.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/PromptTemplate.hpp b/llmcore/PromptTemplate.hpp index e0bdc8a..25fd572 100644 --- a/llmcore/PromptTemplate.hpp +++ b/llmcore/PromptTemplate.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/PromptTemplateManager.cpp b/llmcore/PromptTemplateManager.cpp index 2d40078..69f288f 100644 --- a/llmcore/PromptTemplateManager.cpp +++ b/llmcore/PromptTemplateManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/PromptTemplateManager.hpp b/llmcore/PromptTemplateManager.hpp index 3fa3b52..94a9381 100644 --- a/llmcore/PromptTemplateManager.hpp +++ b/llmcore/PromptTemplateManager.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/Provider.hpp b/llmcore/Provider.hpp index 4e135a0..844e8e6 100644 --- a/llmcore/Provider.hpp +++ b/llmcore/Provider.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/ProviderID.hpp b/llmcore/ProviderID.hpp index 64ea687..1a74367 100644 --- a/llmcore/ProviderID.hpp +++ b/llmcore/ProviderID.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/ProvidersManager.cpp b/llmcore/ProvidersManager.cpp index 9fc248a..9a48866 100644 --- a/llmcore/ProvidersManager.cpp +++ b/llmcore/ProvidersManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/ProvidersManager.hpp b/llmcore/ProvidersManager.hpp index ef66a2b..a985233 100644 --- a/llmcore/ProvidersManager.hpp +++ b/llmcore/ProvidersManager.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/RequestConfig.hpp b/llmcore/RequestConfig.hpp index 2c84302..e6d5413 100644 --- a/llmcore/RequestConfig.hpp +++ b/llmcore/RequestConfig.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/RequestHandler.cpp b/llmcore/RequestHandler.cpp index af8de31..29ec568 100644 --- a/llmcore/RequestHandler.cpp +++ b/llmcore/RequestHandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/RequestHandler.hpp b/llmcore/RequestHandler.hpp index 05a57d4..49fe98c 100644 --- a/llmcore/RequestHandler.hpp +++ b/llmcore/RequestHandler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/RequestHandlerBase.cpp b/llmcore/RequestHandlerBase.cpp index 3db5f18..c13bb8f 100644 --- a/llmcore/RequestHandlerBase.cpp +++ b/llmcore/RequestHandlerBase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/RequestHandlerBase.hpp b/llmcore/RequestHandlerBase.hpp index 146b9c7..767cdae 100644 --- a/llmcore/RequestHandlerBase.hpp +++ b/llmcore/RequestHandlerBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/RequestType.hpp b/llmcore/RequestType.hpp index 8647369..991eca7 100644 --- a/llmcore/RequestType.hpp +++ b/llmcore/RequestType.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/ValidationUtils.cpp b/llmcore/ValidationUtils.cpp index 844c3b4..8d4f72f 100644 --- a/llmcore/ValidationUtils.cpp +++ b/llmcore/ValidationUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/llmcore/ValidationUtils.hpp b/llmcore/ValidationUtils.hpp index 543765a..b77ab97 100644 --- a/llmcore/ValidationUtils.hpp +++ b/llmcore/ValidationUtils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/ClaudeProvider.cpp b/providers/ClaudeProvider.cpp index 75f5795..d93fb83 100644 --- a/providers/ClaudeProvider.cpp +++ b/providers/ClaudeProvider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/ClaudeProvider.hpp b/providers/ClaudeProvider.hpp index 014cf16..43aafec 100644 --- a/providers/ClaudeProvider.hpp +++ b/providers/ClaudeProvider.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/GoogleAIProvider.cpp b/providers/GoogleAIProvider.cpp index 9c918e5..40892cf 100644 --- a/providers/GoogleAIProvider.cpp +++ b/providers/GoogleAIProvider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/GoogleAIProvider.hpp b/providers/GoogleAIProvider.hpp index 3dc03df..3568e9f 100644 --- a/providers/GoogleAIProvider.hpp +++ b/providers/GoogleAIProvider.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/LMStudioProvider.cpp b/providers/LMStudioProvider.cpp index 7aba6cd..c00088c 100644 --- a/providers/LMStudioProvider.cpp +++ b/providers/LMStudioProvider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/LMStudioProvider.hpp b/providers/LMStudioProvider.hpp index a55cf3a..9bda45e 100644 --- a/providers/LMStudioProvider.hpp +++ b/providers/LMStudioProvider.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/LlamaCppProvider.cpp b/providers/LlamaCppProvider.cpp index f0b8bf0..1c85651 100644 --- a/providers/LlamaCppProvider.cpp +++ b/providers/LlamaCppProvider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/LlamaCppProvider.hpp b/providers/LlamaCppProvider.hpp index 5b398b9..ac8b75b 100644 --- a/providers/LlamaCppProvider.hpp +++ b/providers/LlamaCppProvider.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/MistralAIProvider.hpp b/providers/MistralAIProvider.hpp index f7db450..ed436f8 100644 --- a/providers/MistralAIProvider.hpp +++ b/providers/MistralAIProvider.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/OllamaProvider.cpp b/providers/OllamaProvider.cpp index 23b5dcb..2d19ae7 100644 --- a/providers/OllamaProvider.cpp +++ b/providers/OllamaProvider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/OllamaProvider.hpp b/providers/OllamaProvider.hpp index 2cdef5f..a5c1466 100644 --- a/providers/OllamaProvider.hpp +++ b/providers/OllamaProvider.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/OpenAICompatProvider.cpp b/providers/OpenAICompatProvider.cpp index b5c6a55..e6dd007 100644 --- a/providers/OpenAICompatProvider.cpp +++ b/providers/OpenAICompatProvider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/OpenAICompatProvider.hpp b/providers/OpenAICompatProvider.hpp index 42ce3ce..2c4a8c3 100644 --- a/providers/OpenAICompatProvider.hpp +++ b/providers/OpenAICompatProvider.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/OpenAIProvider.cpp b/providers/OpenAIProvider.cpp index aa3dc37..58a1391 100644 --- a/providers/OpenAIProvider.cpp +++ b/providers/OpenAIProvider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/OpenAIProvider.hpp b/providers/OpenAIProvider.hpp index a5c39e8..0681f4f 100644 --- a/providers/OpenAIProvider.hpp +++ b/providers/OpenAIProvider.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/OpenRouterAIProvider.cpp b/providers/OpenRouterAIProvider.cpp index c3fd3ba..d39a543 100644 --- a/providers/OpenRouterAIProvider.cpp +++ b/providers/OpenRouterAIProvider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/OpenRouterAIProvider.hpp b/providers/OpenRouterAIProvider.hpp index eb8dfe5..1047523 100644 --- a/providers/OpenRouterAIProvider.hpp +++ b/providers/OpenRouterAIProvider.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/providers/Providers.hpp b/providers/Providers.hpp index 3671f60..2159659 100644 --- a/providers/Providers.hpp +++ b/providers/Providers.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/qodeassist.cpp b/qodeassist.cpp index e2d3538..7e61399 100644 --- a/qodeassist.cpp +++ b/qodeassist.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/ButtonAspect.hpp b/settings/ButtonAspect.hpp index 5477a2b..caec95c 100644 --- a/settings/ButtonAspect.hpp +++ b/settings/ButtonAspect.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/ChatAssistantSettings.cpp b/settings/ChatAssistantSettings.cpp index c5cb536..bad22af 100644 --- a/settings/ChatAssistantSettings.cpp +++ b/settings/ChatAssistantSettings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/ChatAssistantSettings.hpp b/settings/ChatAssistantSettings.hpp index d60ce3b..a99bf4c 100644 --- a/settings/ChatAssistantSettings.hpp +++ b/settings/ChatAssistantSettings.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/CodeCompletionSettings.cpp b/settings/CodeCompletionSettings.cpp index f10871b..1f404c3 100644 --- a/settings/CodeCompletionSettings.cpp +++ b/settings/CodeCompletionSettings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/CodeCompletionSettings.hpp b/settings/CodeCompletionSettings.hpp index bb693c2..3a26fbb 100644 --- a/settings/CodeCompletionSettings.hpp +++ b/settings/CodeCompletionSettings.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/CustomPromptSettings.cpp b/settings/CustomPromptSettings.cpp index 006d6e9..533cf47 100644 --- a/settings/CustomPromptSettings.cpp +++ b/settings/CustomPromptSettings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/CustomPromptSettings.hpp b/settings/CustomPromptSettings.hpp index 0f679ae..7cc3399 100644 --- a/settings/CustomPromptSettings.hpp +++ b/settings/CustomPromptSettings.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/GeneralSettings.cpp b/settings/GeneralSettings.cpp index 17bcfb6..2dfca51 100644 --- a/settings/GeneralSettings.cpp +++ b/settings/GeneralSettings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/GeneralSettings.hpp b/settings/GeneralSettings.hpp index 4012b3e..9d4bd16 100644 --- a/settings/GeneralSettings.hpp +++ b/settings/GeneralSettings.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/PluginUpdater.cpp b/settings/PluginUpdater.cpp index 5873aad..694f4e9 100644 --- a/settings/PluginUpdater.cpp +++ b/settings/PluginUpdater.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/PluginUpdater.hpp b/settings/PluginUpdater.hpp index 9e67d4a..7f88875 100644 --- a/settings/PluginUpdater.hpp +++ b/settings/PluginUpdater.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/ProjectSettings.cpp b/settings/ProjectSettings.cpp index ff4fef1..ae1e29b 100644 --- a/settings/ProjectSettings.cpp +++ b/settings/ProjectSettings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/ProjectSettings.hpp b/settings/ProjectSettings.hpp index a423a5b..2766e3a 100644 --- a/settings/ProjectSettings.hpp +++ b/settings/ProjectSettings.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/ProjectSettingsPanel.cpp b/settings/ProjectSettingsPanel.cpp index cc0fc69..e20c897 100644 --- a/settings/ProjectSettingsPanel.cpp +++ b/settings/ProjectSettingsPanel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/ProjectSettingsPanel.hpp b/settings/ProjectSettingsPanel.hpp index a6bf4d4..b9130c0 100644 --- a/settings/ProjectSettingsPanel.hpp +++ b/settings/ProjectSettingsPanel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/ProviderSettings.cpp b/settings/ProviderSettings.cpp index d7a7d3b..a681dbf 100644 --- a/settings/ProviderSettings.cpp +++ b/settings/ProviderSettings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/ProviderSettings.hpp b/settings/ProviderSettings.hpp index e9b407b..c401c27 100644 --- a/settings/ProviderSettings.hpp +++ b/settings/ProviderSettings.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/SettingsConstants.hpp b/settings/SettingsConstants.hpp index 5e71705..dd2e590 100644 --- a/settings/SettingsConstants.hpp +++ b/settings/SettingsConstants.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/SettingsDialog.cpp b/settings/SettingsDialog.cpp index c1d7cea..c5ee411 100644 --- a/settings/SettingsDialog.cpp +++ b/settings/SettingsDialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/SettingsDialog.hpp b/settings/SettingsDialog.hpp index 014b28f..8dacdf0 100644 --- a/settings/SettingsDialog.hpp +++ b/settings/SettingsDialog.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/SettingsTr.hpp b/settings/SettingsTr.hpp index 1f0f0b4..729d291 100644 --- a/settings/SettingsTr.hpp +++ b/settings/SettingsTr.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/SettingsUtils.hpp b/settings/SettingsUtils.hpp index 51b9f59..9f86862 100644 --- a/settings/SettingsUtils.hpp +++ b/settings/SettingsUtils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/UpdateDialog.cpp b/settings/UpdateDialog.cpp index 11296e5..206de67 100644 --- a/settings/UpdateDialog.cpp +++ b/settings/UpdateDialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/settings/UpdateDialog.hpp b/settings/UpdateDialog.hpp index e7e0301..2dcf2de 100644 --- a/settings/UpdateDialog.hpp +++ b/settings/UpdateDialog.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/Alpaca.hpp b/templates/Alpaca.hpp index e95e6ac..fb2c54f 100644 --- a/templates/Alpaca.hpp +++ b/templates/Alpaca.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/ChatML.hpp b/templates/ChatML.hpp index 4241d67..7b1bf16 100644 --- a/templates/ChatML.hpp +++ b/templates/ChatML.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/Claude.hpp b/templates/Claude.hpp index d8256fe..b93e985 100644 --- a/templates/Claude.hpp +++ b/templates/Claude.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/CodeLlamaFim.hpp b/templates/CodeLlamaFim.hpp index 42e68bb..90e4299 100644 --- a/templates/CodeLlamaFim.hpp +++ b/templates/CodeLlamaFim.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/CodeLlamaQMLFim.hpp b/templates/CodeLlamaQMLFim.hpp index 644fa94..e5a0f51 100644 --- a/templates/CodeLlamaQMLFim.hpp +++ b/templates/CodeLlamaQMLFim.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/GoogleAI.hpp b/templates/GoogleAI.hpp index 672f3d0..d265754 100644 --- a/templates/GoogleAI.hpp +++ b/templates/GoogleAI.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/Llama2.hpp b/templates/Llama2.hpp index 5d9dd42..76261d9 100644 --- a/templates/Llama2.hpp +++ b/templates/Llama2.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/Llama3.hpp b/templates/Llama3.hpp index 11812e2..fc151d0 100644 --- a/templates/Llama3.hpp +++ b/templates/Llama3.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/LlamaCppFim.hpp b/templates/LlamaCppFim.hpp index 202a1c1..bf64234 100644 --- a/templates/LlamaCppFim.hpp +++ b/templates/LlamaCppFim.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/MistralAI.hpp b/templates/MistralAI.hpp index 7672894..f8f8eba 100644 --- a/templates/MistralAI.hpp +++ b/templates/MistralAI.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/Ollama.hpp b/templates/Ollama.hpp index 80d8df4..3413b8d 100644 --- a/templates/Ollama.hpp +++ b/templates/Ollama.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/OpenAI.hpp b/templates/OpenAI.hpp index 5676347..6b48fa9 100644 --- a/templates/OpenAI.hpp +++ b/templates/OpenAI.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/OpenAICompatible.hpp b/templates/OpenAICompatible.hpp index 1625f38..be4bc3a 100644 --- a/templates/OpenAICompatible.hpp +++ b/templates/OpenAICompatible.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/Qwen.hpp b/templates/Qwen.hpp index 26c7f61..de5372c 100644 --- a/templates/Qwen.hpp +++ b/templates/Qwen.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/StarCoder2Fim.hpp b/templates/StarCoder2Fim.hpp index dcd9e6a..b204478 100644 --- a/templates/StarCoder2Fim.hpp +++ b/templates/StarCoder2Fim.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. * diff --git a/templates/Templates.hpp b/templates/Templates.hpp index 4712cd3..74369df 100644 --- a/templates/Templates.hpp +++ b/templates/Templates.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Petr Mironychev + * Copyright (C) 2024-2025 Petr Mironychev * * This file is part of QodeAssist. *