From b32ce4f756a609db6b1a864519a98e0fe903532c Mon Sep 17 00:00:00 2001 From: mic Date: Sat, 3 Jan 2026 23:04:01 +0100 Subject: [PATCH] copyright date updated to 2026 --- api_webchat/controller.js | 2 +- api_webchat/messageInput.js | 2 +- api_webchat/messagesArea.js | 2 +- js/api/anthropic.js | 2 +- js/api/google_gemini.js | 2 +- js/api/ollama.js | 2 +- js/api/openai_comp.js | 2 +- js/api/openai_comp_configs.js | 2 +- js/api/openai_responses.js | 2 +- js/mzta-addatags-exclusion-list.js | 2 +- js/mzta-chatgpt-loader.js | 2 +- js/mzta-chatgpt.js | 2 +- js/mzta-compose-script.js | 2 +- js/mzta-logger.js | 2 +- js/mzta-menus.js | 2 +- js/mzta-placeholders-autocomplete.js | 2 +- js/mzta-placeholders.js | 2 +- js/mzta-prompts.js | 2 +- js/mzta-spamreport.js | 2 +- js/mzta-special-commands.js | 2 +- js/mzta-store.js | 2 +- js/mzta-utils-prompt.js | 2 +- js/mzta-utils.js | 2 +- js/mzta-working-status.js | 2 +- js/tb115_segmenter/tb115_loader.js | 2 +- js/tb115_segmenter/tb115_polyfill.js | 2 +- js/workers/model-worker-anthropic.js | 2 +- js/workers/model-worker-google_gemini.js | 2 +- js/workers/model-worker-ollama.js | 2 +- js/workers/model-worker-openai_comp.js | 2 +- js/workers/model-worker-openai_responses.js | 2 +- mzta-background.js | 2 +- options/mzta-options-default.js | 2 +- options/mzta-options.js | 2 +- options/mzta-release-notes.js | 2 +- pages/_lib/connection-ui.js | 2 +- pages/addtags/mzta-add-tags.js | 2 +- pages/customdataplaceholders/mzta-custom-dataplaceholders.js | 2 +- pages/customprompts/mzta-custom-prompts.js | 2 +- pages/get-calendar-event/mzta-get-calendar-event.js | 2 +- pages/get-task/mzta-get-task.js | 2 +- pages/onboarding/onboarding.js | 2 +- pages/spamfilter/mzta-spamfilter.js | 2 +- popup/mzta-popup.js | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/api_webchat/controller.js b/api_webchat/controller.js index 390d103c..6dec60df 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 aba7c272..b5b2a6b0 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 3696dbe2..7036c30f 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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/anthropic.js b/js/api/anthropic.js index dcf438c5..2fa9ae78 100644 --- a/js/api/anthropic.js +++ b/js/api/anthropic.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 e16c52e5..caea5eb0 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 f9f7e0ad..07d5a066 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 683a0b8c..19d1d2cf 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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_configs.js b/js/api/openai_comp_configs.js index 35ce9cd9..4eb7bbd4 100644 --- a/js/api/openai_comp_configs.js +++ b/js/api/openai_comp_configs.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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_responses.js b/js/api/openai_responses.js index 174c4f4d..229cc0c4 100644 --- a/js/api/openai_responses.js +++ b/js/api/openai_responses.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 47e35ece..1b04b645 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 0e3685df..28bb8272 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 a5dbda64..4ccdb448 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 6d11c492..972a32de 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 be7292fc..eb68ec66 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 c2a54999..546b69c0 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 d4f03f3d..ecfd7028 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 27eeb858..bfb841c7 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 3f1526af..f9ac22a1 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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-spamreport.js b/js/mzta-spamreport.js index abfaae83..99b4efc5 100644 --- a/js/mzta-spamreport.js +++ b/js/mzta-spamreport.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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-special-commands.js b/js/mzta-special-commands.js index 95a0d14f..79267b98 100644 --- a/js/mzta-special-commands.js +++ b/js/mzta-special-commands.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 1b4e3f6c..5729aa4e 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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-prompt.js b/js/mzta-utils-prompt.js index 896f6406..d1c638b7 100644 --- a/js/mzta-utils-prompt.js +++ b/js/mzta-utils-prompt.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 f58d9b99..a99c70a9 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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-working-status.js b/js/mzta-working-status.js index 9f220d0f..81f2cb76 100644 --- a/js/mzta-working-status.js +++ b/js/mzta-working-status.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 0c2fc7da..df476c7c 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 ae06b97a..6760cd9a 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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-anthropic.js b/js/workers/model-worker-anthropic.js index 9af3dc17..21452ca4 100644 --- a/js/workers/model-worker-anthropic.js +++ b/js/workers/model-worker-anthropic.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 4b6fc138..efd1b9c7 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 3987df33..6a8d1310 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 a541ffa8..d2685500 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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_responses.js b/js/workers/model-worker-openai_responses.js index 89803673..8f3189ee 100644 --- a/js/workers/model-worker-openai_responses.js +++ b/js/workers/model-worker-openai_responses.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 1b5b8e40..915f12ab 100644 --- a/mzta-background.js +++ b/mzta-background.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 fbecbfb6..66b24890 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 2f8c4424..16b130fd 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 6559e014..c3270305 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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/_lib/connection-ui.js b/pages/_lib/connection-ui.js index 70c40636..37c779ed 100644 --- a/pages/_lib/connection-ui.js +++ b/pages/_lib/connection-ui.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 314d62e0..7f323fd8 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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/customdataplaceholders/mzta-custom-dataplaceholders.js b/pages/customdataplaceholders/mzta-custom-dataplaceholders.js index 5a9a9314..2c2e896a 100644 --- a/pages/customdataplaceholders/mzta-custom-dataplaceholders.js +++ b/pages/customdataplaceholders/mzta-custom-dataplaceholders.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 03fa2b7a..2b01f6e6 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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/get-calendar-event/mzta-get-calendar-event.js b/pages/get-calendar-event/mzta-get-calendar-event.js index 303ac444..2102083a 100644 --- a/pages/get-calendar-event/mzta-get-calendar-event.js +++ b/pages/get-calendar-event/mzta-get-calendar-event.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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/get-task/mzta-get-task.js b/pages/get-task/mzta-get-task.js index 84df2e8e..685fa7f8 100644 --- a/pages/get-task/mzta-get-task.js +++ b/pages/get-task/mzta-get-task.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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/onboarding/onboarding.js b/pages/onboarding/onboarding.js index 747aedad..ccb9a1ce 100644 --- a/pages/onboarding/onboarding.js +++ b/pages/onboarding/onboarding.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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/spamfilter/mzta-spamfilter.js b/pages/spamfilter/mzta-spamfilter.js index 8df6369e..e2e0a36a 100644 --- a/pages/spamfilter/mzta-spamfilter.js +++ b/pages/spamfilter/mzta-spamfilter.js @@ -1,6 +1,6 @@ /* * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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 d73aaf14..d5d69664 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 - 2025 Mic (m@micz.it) + * Copyright (C) 2024 - 2026 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