From a3d92e56630fee9d92c9149029eaaf4ff665585f Mon Sep 17 00:00:00 2001 From: Mic Date: Sun, 15 Dec 2024 23:03:00 +0100 Subject: [PATCH] file header added --- js/mzta-addatags-exclusion-list.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/js/mzta-addatags-exclusion-list.js b/js/mzta-addatags-exclusion-list.js index e03a8c1d..367c2c75 100644 --- a/js/mzta-addatags-exclusion-list.js +++ b/js/mzta-addatags-exclusion-list.js @@ -1,4 +1,22 @@ +/* + * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] + * Copyright (C) 2024 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +// These methods are also defined in the file /js/mzta-compose-script.js export async function addTags_getExclusionList() { let prefs_excluded_tags = await browser.storage.local.get({add_tags_exclusions: []});