diff --git a/api_webchat/controller.js b/api_webchat/controller.js index cb315ea8..5f5f23ce 100644 --- a/api_webchat/controller.js +++ b/api_webchat/controller.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api_webchat/messageInput.js b/api_webchat/messageInput.js index 7d044487..01bc1d3c 100644 --- a/api_webchat/messageInput.js +++ b/api_webchat/messageInput.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api_webchat/messagesArea.js b/api_webchat/messagesArea.js index 5e87f57b..9b1b2d98 100644 --- a/api_webchat/messagesArea.js +++ b/api_webchat/messagesArea.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/api/google_gemini.js b/js/api/google_gemini.js index 59624ea7..b1add616 100644 --- a/js/api/google_gemini.js +++ b/js/api/google_gemini.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/api/ollama.js b/js/api/ollama.js index 68506afd..0f300243 100644 --- a/js/api/ollama.js +++ b/js/api/ollama.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/api/openai.js b/js/api/openai.js index 2bcf86a8..e077b750 100644 --- a/js/api/openai.js +++ b/js/api/openai.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/api/openai_comp.js b/js/api/openai_comp.js index fd901cbc..459f968f 100644 --- a/js/api/openai_comp.js +++ b/js/api/openai_comp.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/mzta-addatags-exclusion-list.js b/js/mzta-addatags-exclusion-list.js index 367c2c75..ae44eaba 100644 --- a/js/mzta-addatags-exclusion-list.js +++ b/js/mzta-addatags-exclusion-list.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/mzta-chatgpt-loader.js b/js/mzta-chatgpt-loader.js index ce674db9..0e3685df 100644 --- a/js/mzta-chatgpt-loader.js +++ b/js/mzta-chatgpt-loader.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/mzta-chatgpt.js b/js/mzta-chatgpt.js index 319e2770..182ae6f4 100644 --- a/js/mzta-chatgpt.js +++ b/js/mzta-chatgpt.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/mzta-compose-script.js b/js/mzta-compose-script.js index ba63e625..d03e5437 100644 --- a/js/mzta-compose-script.js +++ b/js/mzta-compose-script.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/mzta-logger.js b/js/mzta-logger.js index d8fa874a..be7292fc 100644 --- a/js/mzta-logger.js +++ b/js/mzta-logger.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/mzta-menus.js b/js/mzta-menus.js index e21a101b..4bd1c431 100644 --- a/js/mzta-menus.js +++ b/js/mzta-menus.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/mzta-placeholders-autocomplete.js b/js/mzta-placeholders-autocomplete.js index 7b056870..3bf1463b 100644 --- a/js/mzta-placeholders-autocomplete.js +++ b/js/mzta-placeholders-autocomplete.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/mzta-placeholders.js b/js/mzta-placeholders.js index 36795227..ca40900b 100644 --- a/js/mzta-placeholders.js +++ b/js/mzta-placeholders.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/mzta-prompts.js b/js/mzta-prompts.js index 7b1f4ba1..636efdf9 100644 --- a/js/mzta-prompts.js +++ b/js/mzta-prompts.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/mzta-store.js b/js/mzta-store.js index 1a12b15a..1b4e3f6c 100644 --- a/js/mzta-store.js +++ b/js/mzta-store.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/mzta-utils.js b/js/mzta-utils.js index d10e309d..76240221 100644 --- a/js/mzta-utils.js +++ b/js/mzta-utils.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/special_commands/mzta-add-tags.js b/js/special_commands/mzta-add-tags.js index 3902b00e..b126ef90 100644 --- a/js/special_commands/mzta-add-tags.js +++ b/js/special_commands/mzta-add-tags.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/tb115_segmenter/tb115_loader.js b/js/tb115_segmenter/tb115_loader.js index 2a155337..005ec0e1 100644 --- a/js/tb115_segmenter/tb115_loader.js +++ b/js/tb115_segmenter/tb115_loader.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/tb115_segmenter/tb115_polyfill.js b/js/tb115_segmenter/tb115_polyfill.js index 3d780a1f..ae06b97a 100644 --- a/js/tb115_segmenter/tb115_polyfill.js +++ b/js/tb115_segmenter/tb115_polyfill.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/workers/model-worker-google_gemini.js b/js/workers/model-worker-google_gemini.js index 514bddde..e4557f52 100644 --- a/js/workers/model-worker-google_gemini.js +++ b/js/workers/model-worker-google_gemini.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/workers/model-worker-ollama.js b/js/workers/model-worker-ollama.js index fb74bac6..21396f5d 100644 --- a/js/workers/model-worker-ollama.js +++ b/js/workers/model-worker-ollama.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/workers/model-worker-openai.js b/js/workers/model-worker-openai.js index 536dc96d..ac5e51da 100644 --- a/js/workers/model-worker-openai.js +++ b/js/workers/model-worker-openai.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/js/workers/model-worker-openai_comp.js b/js/workers/model-worker-openai_comp.js index e2e775d4..7df91d49 100644 --- a/js/workers/model-worker-openai_comp.js +++ b/js/workers/model-worker-openai_comp.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mzta-background.js b/mzta-background.js index 4d202899..9a70f6c0 100644 --- a/mzta-background.js +++ b/mzta-background.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/options/mzta-options-default.js b/options/mzta-options-default.js index 7a2315bb..36f70640 100644 --- a/options/mzta-options-default.js +++ b/options/mzta-options-default.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/options/mzta-options.js b/options/mzta-options.js index 8ffe2832..21f6a50c 100644 --- a/options/mzta-options.js +++ b/options/mzta-options.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/options/mzta-release-notes.js b/options/mzta-release-notes.js index cc52cff6..6559e014 100644 --- a/options/mzta-release-notes.js +++ b/options/mzta-release-notes.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pages/addtags/mzta-add-tags.js b/pages/addtags/mzta-add-tags.js index 246f945a..b770c8dd 100644 --- a/pages/addtags/mzta-add-tags.js +++ b/pages/addtags/mzta-add-tags.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pages/customprompts/mzta-custom-prompts.js b/pages/customprompts/mzta-custom-prompts.js index d71991fb..351b1869 100644 --- a/pages/customprompts/mzta-custom-prompts.js +++ b/pages/customprompts/mzta-custom-prompts.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/popup/mzta-popup.js b/popup/mzta-popup.js index 4563cce8..0fe95c0d 100644 --- a/popup/mzta-popup.js +++ b/popup/mzta-popup.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 Mic (m@micz.it) + * Copyright (C) 2024 - 2025 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by